Skip to content

Commit 10d8511

Browse files
Update dependency stylelint to v16.20.0
| datasource | package | from | to | | ---------- | --------- | ------- | ------- | | npm | stylelint | 16.19.1 | 16.20.0 | ## [v16.20.0](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16200---2025-05-29) It fixes 2 bugs with the built-in rules. - Fixed: `function-url-no-scheme-relative` false negatives for `@import` ([#8576](stylelint/stylelint#8576)) ([@pamelalozano16](https://github.com/pamelalozano16)). - Fixed: `shorthand-property-no-redundant-values` false negatives for additional radius ([#8539](stylelint/stylelint#8539)) ([@ryo-manba](https://github.com/ryo-manba)).
1 parent 9046982 commit 10d8511

File tree

2 files changed

+40
-34
lines changed

2 files changed

+40
-34
lines changed

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": "16.19.1",
54+
"stylelint": "16.20.0",
5555
"stylelint-config-recommended": "16.0.0",
5656
"stylelint-config-styled-components": "0.1.1",
5757
"stylelint-processor-styled-components": "1.10.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)