Skip to content

chore(deps): update dependency stylelint-config-standard to v38 #11148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 5, 2025
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 packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"rimraf": "*",
"stylelint": "^16.3.1",
"stylelint-config-recommended": "^16.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-order": "^6.0.4",
"tsx": "*",
"unified": "^11.0.4",
Expand Down
23 changes: 7 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18169,15 +18169,6 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-recommended@npm:^14.0.0":
version: 14.0.0
resolution: "stylelint-config-recommended@npm:14.0.0"
peerDependencies:
stylelint: ^16.0.0
checksum: 36511115b06d9f51aa0edc05f6064a7aae98cc990da14dd03629951f63a029d9e66a4d5b1ca678cce699e24413a62c2cd608cc07413ca5026f9680ddb8993858
languageName: node
linkType: hard

"stylelint-config-recommended@npm:^16.0.0":
version: 16.0.0
resolution: "stylelint-config-recommended@npm:16.0.0"
Expand All @@ -18187,14 +18178,14 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-standard@npm:^36.0.0":
version: 36.0.0
resolution: "stylelint-config-standard@npm:36.0.0"
"stylelint-config-standard@npm:^38.0.0":
version: 38.0.0
resolution: "stylelint-config-standard@npm:38.0.0"
dependencies:
stylelint-config-recommended: ^14.0.0
stylelint-config-recommended: ^16.0.0
peerDependencies:
stylelint: ^16.1.0
checksum: 78b14cdfdd03be409687acc863ef88d0e79d9a7f7ab3a9158e7dcd74212893db24841d22f076f248f3b1b6419d778538a5c885dc42fc056eaeb240463edf2f8f
stylelint: ^16.18.0
checksum: 6704f80e93990a15e28043f25b926f08b6a585a6374d3610e1fa782c6e39279cdbd963c4614a58045372dc70254101f5d622f6578bbd7b2974fc3b4ce629db26
languageName: node
linkType: hard

Expand Down Expand Up @@ -19672,7 +19663,7 @@ __metadata:
semver: ^7.6.0
stylelint: ^16.3.1
stylelint-config-recommended: ^16.0.0
stylelint-config-standard: ^36.0.0
stylelint-config-standard: ^38.0.0
stylelint-order: ^6.0.4
tsx: "*"
typedoc: ^0.28.4
Expand Down
Loading