Skip to content

Commit 382cc79

Browse files
chore(deps): update dependency stylelint to ^16.22.0 (#4052)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bce5343 commit 382cc79

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"prettier": "^3.6.2",
115115
"rimraf": "^6.0.1",
116116
"semver": "^7.7.2",
117-
"stylelint": "^16.21.1",
117+
"stylelint": "^16.22.0",
118118
"stylelint-config-standard": "^38.0.0",
119119
"stylelint-header": "^3.0.0",
120120
"stylelint-high-performance-animation": "^1.11.0",

plugins/stylelint-no-missing-var/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"ava": "^6.4.1",
3737
"c8": "^10.1.3",
38-
"stylelint": "^16.21.1"
38+
"stylelint": "^16.22.0"
3939
},
4040
"keywords": [
4141
"css",

plugins/stylelint-no-unknown-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"ava": "^6.4.1",
4040
"c8": "^10.1.3",
41-
"stylelint": "^16.21.1"
41+
"stylelint": "^16.22.0"
4242
},
4343
"keywords": [
4444
"css",

plugins/stylelint-no-unused-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"ava": "^6.4.1",
3939
"c8": "^10.1.3",
40-
"stylelint": "^16.21.1"
40+
"stylelint": "^16.22.0"
4141
},
4242
"keywords": [
4343
"css",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ __metadata:
168168
prettier: "npm:^3.6.2"
169169
rimraf: "npm:^6.0.1"
170170
semver: "npm:^7.7.2"
171-
stylelint: "npm:^16.21.1"
171+
stylelint: "npm:^16.22.0"
172172
stylelint-config-standard: "npm:^38.0.0"
173173
stylelint-header: "npm:^3.0.0"
174174
stylelint-high-performance-animation: "npm:^1.11.0"
@@ -5917,7 +5917,7 @@ __metadata:
59175917
ava: "npm:^6.4.1"
59185918
c8: "npm:^10.1.3"
59195919
colors: "npm:^1.4.0"
5920-
stylelint: "npm:^16.21.1"
5920+
stylelint: "npm:^16.22.0"
59215921
peerDependencies:
59225922
stylelint: ">=16"
59235923
languageName: unknown
@@ -5933,7 +5933,7 @@ __metadata:
59335933
fast-glob: "npm:^3.3.3"
59345934
postcss: "npm:^8.5.6"
59355935
postcss-values-parser: "npm:^6.0.2"
5936-
stylelint: "npm:^16.21.1"
5936+
stylelint: "npm:^16.22.0"
59375937
peerDependencies:
59385938
stylelint: ">=16"
59395939
languageName: unknown
@@ -5948,7 +5948,7 @@ __metadata:
59485948
colors: "npm:^1.4.0"
59495949
postcss: "npm:^8.5.6"
59505950
postcss-values-parser: "npm:^6.0.2"
5951-
stylelint: "npm:^16.21.1"
5951+
stylelint: "npm:^16.22.0"
59525952
peerDependencies:
59535953
stylelint: ">=16"
59545954
languageName: unknown
@@ -19650,9 +19650,9 @@ __metadata:
1965019650
languageName: node
1965119651
linkType: hard
1965219652

19653-
"stylelint@npm:^16.21.1":
19654-
version: 16.21.1
19655-
resolution: "stylelint@npm:16.21.1"
19653+
"stylelint@npm:^16.22.0":
19654+
version: 16.22.0
19655+
resolution: "stylelint@npm:16.22.0"
1965619656
dependencies:
1965719657
"@csstools/css-parser-algorithms": "npm:^3.0.5"
1965819658
"@csstools/css-tokenizer": "npm:^3.0.4"
@@ -19694,7 +19694,7 @@ __metadata:
1969419694
write-file-atomic: "npm:^5.0.1"
1969519695
bin:
1969619696
stylelint: bin/stylelint.mjs
19697-
checksum: 10c0/32750d764411213d96e24f6a6e12af85f365ad4674214843068b39e02873adae927680c58e3ae14bc9d624899abe330819a53020bf3bd812821c3966678a3663
19697+
checksum: 10c0/706ba1f2f8d1c4c55347c2abbab661cf36cd6889af8afd200877cababf7f758e780d0e8a22ed1833542f487aeba08c30964b88dd6764c63953f7f232f5f4f114
1969819698
languageName: node
1969919699
linkType: hard
1970019700

0 commit comments

Comments
 (0)