Commit 6de8678
authored
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments