Skip to content

Commit

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

---

### Release Notes

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

###
[`v16.12.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16120)

[Compare
Source](https://redirect.github.com/stylelint/stylelint/compare/16.11.0...16.12.0)

- Added: `selector-pseudo-class-allowed-list` now checks `@page`
pseudo-classes
([#&#8203;8176](https://redirect.github.com/stylelint/stylelint/pull/8176))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Added: `selector-pseudo-class-disallowed-list` now checks `@page`
pseudo-classes
([#&#8203;8171](https://redirect.github.com/stylelint/stylelint/pull/8171))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `at-rule-property-required-list` message to use "descriptor"
for accuracy
([#&#8203;8186](https://redirect.github.com/stylelint/stylelint/pull/8186))
([@&#8203;ybiquitous](https://redirect.github.com/ybiquitous)).
- Fixed: `custom-property-no-missing-var-function` false positives for
`container-name`
([#&#8203;8157](https://redirect.github.com/stylelint/stylelint/pull/8157))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `custom-property-no-missing-var-function` false positives for
custom properties passed to `running()`
([#&#8203;8172](https://redirect.github.com/stylelint/stylelint/pull/8172))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `function-no-unknown` false positives for `running()`
([#&#8203;8172](https://redirect.github.com/stylelint/stylelint/pull/8172))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `selector-pseudo-class-no-unknown` false positives for `:open`
([#&#8203;8184](https://redirect.github.com/stylelint/stylelint/pull/8184))
([@&#8203;lukewarlow](https://redirect.github.com/lukewarlow)).
- Fixed: `selector-pseudo-class-no-unknown` false positives for
`:recto`, `:verso` and `:nth()`
([#&#8203;8170](https://redirect.github.com/stylelint/stylelint/pull/8170))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `selector-pseudo-class-no-unknown` false positives for some
`moz-*` vendor-prefixed pseudo-classes
([#&#8203;8188](https://redirect.github.com/stylelint/stylelint/pull/8188))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `selector-pseudo-element-no-unknown` false positives for
`::details-content`
([#&#8203;8174](https://redirect.github.com/stylelint/stylelint/pull/8174))
([@&#8203;lukewarlow](https://redirect.github.com/lukewarlow)).
- Fixed: `selector-type-no-unknown` false positives for idents in
functional pseudo-classes
([#&#8203;8191](https://redirect.github.com/stylelint/stylelint/pull/8191))
([@&#8203;elskhn](https://redirect.github.com/elskhn)).
- Fixed: `value-keyword-case` false negatives
([#&#8203;8158](https://redirect.github.com/stylelint/stylelint/pull/8158))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `value-keyword-case` false positives for vendor-prefixed system
colors
([#&#8203;8146](https://redirect.github.com/stylelint/stylelint/pull/8146))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).

</details>

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJjaG9yZSIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent e6e52d7 commit 137593c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 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 @@ -114,7 +114,7 @@
"storybook": "8.4.7",
"storybook-addon-rtl": "1.0.1",
"style-dictionary": "3.9.2",
"stylelint": "16.11.0",
"stylelint": "16.12.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-use-logical-spec": "5.0.1",
"tailwindcss": "3.4.16",
Expand Down

0 comments on commit 137593c

Please sign in to comment.