Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"semver": "^7.7.2",
"stylelint": "^16.21.1",
"stylelint": "^16.22.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-header": "^3.0.0",
"stylelint-high-performance-animation": "^1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/stylelint-no-missing-var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"ava": "^6.4.1",
"c8": "^10.1.3",
"stylelint": "^16.21.1"
"stylelint": "^16.22.0"
},
"keywords": [
"css",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"ava": "^6.4.1",
"c8": "^10.1.3",
"stylelint": "^16.21.1"
"stylelint": "^16.22.0"
},
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion plugins/stylelint-no-unused-custom-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"ava": "^6.4.1",
"c8": "^10.1.3",
"stylelint": "^16.21.1"
"stylelint": "^16.22.0"
},
"keywords": [
"css",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ __metadata:
prettier: "npm:^3.6.2"
rimraf: "npm:^6.0.1"
semver: "npm:^7.7.2"
stylelint: "npm:^16.21.1"
stylelint: "npm:^16.22.0"
stylelint-config-standard: "npm:^38.0.0"
stylelint-header: "npm:^3.0.0"
stylelint-high-performance-animation: "npm:^1.11.0"
Expand Down Expand Up @@ -5917,7 +5917,7 @@ __metadata:
ava: "npm:^6.4.1"
c8: "npm:^10.1.3"
colors: "npm:^1.4.0"
stylelint: "npm:^16.21.1"
stylelint: "npm:^16.22.0"
peerDependencies:
stylelint: ">=16"
languageName: unknown
Expand All @@ -5933,7 +5933,7 @@ __metadata:
fast-glob: "npm:^3.3.3"
postcss: "npm:^8.5.6"
postcss-values-parser: "npm:^6.0.2"
stylelint: "npm:^16.21.1"
stylelint: "npm:^16.22.0"
peerDependencies:
stylelint: ">=16"
languageName: unknown
Expand All @@ -5948,7 +5948,7 @@ __metadata:
colors: "npm:^1.4.0"
postcss: "npm:^8.5.6"
postcss-values-parser: "npm:^6.0.2"
stylelint: "npm:^16.21.1"
stylelint: "npm:^16.22.0"
peerDependencies:
stylelint: ">=16"
languageName: unknown
Expand Down Expand Up @@ -19650,9 +19650,9 @@ __metadata:
languageName: node
linkType: hard

"stylelint@npm:^16.21.1":
version: 16.21.1
resolution: "stylelint@npm:16.21.1"
"stylelint@npm:^16.22.0":
version: 16.22.0
resolution: "stylelint@npm:16.22.0"
dependencies:
"@csstools/css-parser-algorithms": "npm:^3.0.5"
"@csstools/css-tokenizer": "npm:^3.0.4"
Expand Down Expand Up @@ -19694,7 +19694,7 @@ __metadata:
write-file-atomic: "npm:^5.0.1"
bin:
stylelint: bin/stylelint.mjs
checksum: 10c0/32750d764411213d96e24f6a6e12af85f365ad4674214843068b39e02873adae927680c58e3ae14bc9d624899abe330819a53020bf3bd812821c3966678a3663
checksum: 10c0/706ba1f2f8d1c4c55347c2abbab661cf36cd6889af8afd200877cababf7f758e780d0e8a22ed1833542f487aeba08c30964b88dd6764c63953f7f232f5f4f114
languageName: node
linkType: hard

Expand Down
Loading