Skip to content

Commit 2bec728

Browse files
build(deps): update dependency stylelint to v16.17.0 (#11844)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [stylelint](https://stylelint.io) ([source](https://redirect.github.com/stylelint/stylelint)) | [`16.16.0` -> `16.17.0`](https://renovatebot.com/diffs/npm/stylelint/16.16.0/16.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/16.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/16.16.0/16.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.16.0/16.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v16.17.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16170---2025-03-26) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.16.0...16.17.0) It adds 1 new rule, support for `languageOptions` to 2 rules, 1 option to a rule, the `--compute-edit-info` CLI flag (along with support for `EditInfo` in 3 rules), and fixes 1 bug. `EditInfo` is useful for automated fixing tools and editor integrations. - Added: `layer-name-pattern` rule ([#&#8203;8474](https://redirect.github.com/stylelint/stylelint/pull/8474)) ([@&#8203;ryo-manba](https://redirect.github.com/ryo-manba)). - Added: `--compute-edit-info` CLI flag ([#&#8203;8473](https://redirect.github.com/stylelint/stylelint/pull/8473)) ([@&#8203;ryo-manba](https://redirect.github.com/ryo-manba)). - Added: `ignorePreludeOfAtRules: []` to `length-zero-no-unit` ([#&#8203;8472](https://redirect.github.com/stylelint/stylelint/pull/8472)) ([@&#8203;ryo-manba](https://redirect.github.com/ryo-manba)). - Added: `at-rule-no-unknown` support for `languageOptions` ([#&#8203;8475](https://redirect.github.com/stylelint/stylelint/pull/8475)) ([@&#8203;ryo-manba](https://redirect.github.com/ryo-manba)). - Added: `property-no-unknown` support for `languageOptions` ([#&#8203;8476](https://redirect.github.com/stylelint/stylelint/pull/8476)) ([@&#8203;ryo-manba](https://redirect.github.com/ryo-manba)). - Added: `declaration-block-no-redundant-longhand-properties` support for computing `EditInfo` ([#&#8203;8482](https://redirect.github.com/stylelint/stylelint/pull/8482)) ([@&#8203;pamelalozano16](https://redirect.github.com/pamelalozano16)). - Added: `function-url-quotes` support for computing `EditInfo` ([#&#8203;8483](https://redirect.github.com/stylelint/stylelint/pull/8483)) ([@&#8203;pamelalozano16](https://redirect.github.com/pamelalozano16)). - Added: `selector-attribute-quotes` support for computing `EditInfo` ([#&#8203;8484](https://redirect.github.com/stylelint/stylelint/pull/8484)) ([@&#8203;pamelalozano16](https://redirect.github.com/pamelalozano16)). - Fixed: `custom-property-pattern` false negatives for `@property` preludes ([#&#8203;8468](https://redirect.github.com/stylelint/stylelint/pull/8468)) ([@&#8203;rohitgs28](https://redirect.github.com/rohitgs28)). </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7283d01 commit 2bec728

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

Diff for: package-lock.json

+5-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"storybook": "8.6.7",
111111
"storybook-addon-rtl": "1.0.1",
112112
"style-dictionary": "4.3.0",
113-
"stylelint": "16.16.0",
113+
"stylelint": "16.17.0",
114114
"stylelint-config-recommended-scss": "14.1.0",
115115
"stylelint-use-logical-spec": "5.0.1",
116116
"tailwindcss": "3.4.17",

0 commit comments

Comments
 (0)