Skip to content

Commit

Permalink
build(deps): update dependency stylelint to v16.14.1 (#11413)
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.2`
->
`16.14.1`](https://renovatebot.com/diffs/npm/stylelint/16.13.2/16.14.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/16.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/16.13.2/16.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.13.2/16.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v16.14.1`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16141---2025-01-27)

[Compare
Source](https://redirect.github.com/stylelint/stylelint/compare/16.14.0...16.14.1)

It fixes a bug with caching.

- Fixed: incompatible cache file format
([#&#8203;8359](https://redirect.github.com/stylelint/stylelint/pull/8359))
([@&#8203;romainmenke](https://redirect.github.com/romainmenke)).

###
[`v16.14.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16140---2025-01-25)

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

It fixes 8 bugs and adds features to our `Warning` type.

- Added: replaced text and corresponding range to `Warning` type
([#&#8203;8234](https://redirect.github.com/stylelint/stylelint/pull/8234))
([@&#8203;romainmenke](https://redirect.github.com/romainmenke)).
- Fixed: `SyntaxError: The requested module 'table'...`
([#&#8203;8325](https://redirect.github.com/stylelint/stylelint/pull/8325))
([@&#8203;denisx](https://redirect.github.com/denisx)).
- Fixed: `RuleContext['fix']` type
([#&#8203;8309](https://redirect.github.com/stylelint/stylelint/pull/8309))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` autofix of
`border-color` and `overflow`
([#&#8203;8346](https://redirect.github.com/stylelint/stylelint/pull/8346))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` false
negatives for `overflow-x` and `overflow-y`
([#&#8203;8340](https://redirect.github.com/stylelint/stylelint/pull/8340))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` false
negatives for `scrollbar-color`
([#&#8203;8346](https://redirect.github.com/stylelint/stylelint/pull/8346))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` false
positives for non-standard syntax values
([#&#8203;8329](https://redirect.github.com/stylelint/stylelint/pull/8329))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` warning
message for `overflow: <keyword> <keyword>`
([#&#8203;8340](https://redirect.github.com/stylelint/stylelint/pull/8340))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `selector-pseudo-class-no-unknown` false positives for
`:has-slotted`
([#&#8203;8332](https://redirect.github.com/stylelint/stylelint/pull/8332))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).

</details>

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent efa4374 commit 8139c29
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"storybook": "8.4.7",
"storybook-addon-rtl": "1.0.1",
"style-dictionary": "3.9.2",
"stylelint": "16.13.2",
"stylelint": "16.14.1",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-use-logical-spec": "5.0.1",
"tailwindcss": "3.4.17",
Expand Down

0 comments on commit 8139c29

Please sign in to comment.