Skip to content

Commit 6de8678

Browse files
Update dependency stylelint to v17.4.0
| datasource | package | from | to | | ---------- | --------- | ------ | ------ | | npm | stylelint | 17.3.0 | 17.4.0 | ## [v17.4.0](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1740---2026-02-25) It adds 2 options to the rules and fixes 7 bugs. - Added: `ignoreAtRules: []` to `at-rule-no-vendor-prefix` ([#9096](stylelint/stylelint#9096)) ([@theacrat](https://github.com/theacrat)). - Added: `ignoreMediaFeatureNames: []` to `media-feature-name-no-vendor-prefix` ([#9097](stylelint/stylelint#9097)) ([@theacrat](https://github.com/theacrat)). - Fixed: performance of selector cloning rules ([#9089](stylelint/stylelint#9089)) ([@jeddy3](https://github.com/jeddy3)). - Fixed: `*-empty-line-before` performance ([#9092](stylelint/stylelint#9092)) ([@jeddy3](https://github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` performance ([#9090](stylelint/stylelint#9090)) ([@jeddy3](https://github.com/jeddy3)). - Fixed: `no-irregular-whitespace` performance ([#9091](stylelint/stylelint#9091)) ([@jeddy3](https://github.com/jeddy3)). - Fixed: `property-no-unknown` false negatives for at-rule descriptors ([#9109](stylelint/stylelint#9109)) ([@jeddy3](https://github.com/jeddy3)). - Fixed: `property-no-unknown` false positives for `corner-shape` ([#9099](stylelint/stylelint#9099)) ([@jeddy3](https://github.com/jeddy3)). - Fixed: `property-no-unknown` false positives for double-slashed properties ([#9099](stylelint/stylelint#9099)) ([@jeddy3](https://github.com/jeddy3)).
1 parent 92fb4d6 commit 6de8678

2 files changed

Lines changed: 17 additions & 30 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react": "17.0.2",
5252
"react-dom": "17.0.2",
5353
"strong-mock": "~8.0.1",
54-
"stylelint": "17.3.0",
54+
"stylelint": "17.4.0",
5555
"stylelint-config-recommended": "18.0.0",
5656
"stylelint-config-styled-components": "0.1.1",
5757
"stylelint-processor-styled-components": "1.10.0",

pnpm-lock.yaml

Lines changed: 16 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)