Skip to content

Commit

Permalink
chore(deps): update dependency stylelint to v16.13.2 (#176)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [stylelint](https://stylelint.io)
([source](https://redirect.github.com/stylelint/stylelint)) | [`16.13.0`
->
`16.13.2`](https://renovatebot.com/diffs/npm/stylelint/16.13.0/16.13.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/16.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/16.13.0/16.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.13.0/16.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>stylelint/stylelint (stylelint)</summary>

###
[`v16.13.2`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16132---2025-01-14)

[Compare
Source](https://redirect.github.com/stylelint/stylelint/compare/16.13.1...16.13.2)

It fixes a regression bug with `--fix`.

- Fixed: `--fix` CLI flag raising unknown value error
([#&#8203;8313](https://redirect.github.com/stylelint/stylelint/pull/8313))
([@&#8203;ybiquitous](https://redirect.github.com/ybiquitous)).

###
[`v16.13.1`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16131---2025-01-13)

[Compare
Source](https://redirect.github.com/stylelint/stylelint/compare/16.13.0...16.13.1)

It fixes one bug due to an upstream change in our `ignore` dependency.

- Fixed: `ignore.default is not a function`
([#&#8203;8305](https://redirect.github.com/stylelint/stylelint/pull/8305))
([@&#8203;romainmenke](https://redirect.github.com/romainmenke)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Lorite/lorite-personal-learning).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGU6ZGVwZW5kZW5jaWVzIl19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: code-formatter-bot[bot] <code-formatter-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and code-formatter-bot[bot] authored Jan 14, 2025
1 parent a015bbf commit 231c2f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint": "9.18.0",
"prettier": "3.4.2",
"prettier-plugin-sql": "0.18.1",
"stylelint": "16.13.0",
"stylelint": "16.13.2",
"stylelint-config-standard": "37.0.0",
"typescript": "5.7.3",
"typescript-eslint": "7.18.0"
Expand Down
42 changes: 19 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 231c2f4

Please sign in to comment.