Skip to content

chore(deps): update dependency stylelint-order to v7 #2190

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 plugins/plugin-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"stylelint-config-recommended": "16.0.0",
"stylelint-config-standard": "38.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-order": "6.0.4",
"stylelint-order": "7.0.0",
"stylelint-processor-styled-components": "1.10.0",
"stylelint-selector-bem-pattern": "4.0.1",
"unified": "11.0.5",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4452,7 +4452,7 @@ __metadata:
stylelint-config-recommended: "npm:16.0.0"
stylelint-config-standard: "npm:38.0.0"
stylelint-config-styled-components: "npm:0.1.1"
stylelint-order: "npm:6.0.4"
stylelint-order: "npm:7.0.0"
stylelint-processor-styled-components: "npm:1.10.0"
stylelint-selector-bem-pattern: "npm:4.0.1"
unified: "npm:11.0.5"
Expand Down Expand Up @@ -19354,12 +19354,12 @@ __metadata:
languageName: node
linkType: hard

"postcss-sorting@npm:^8.0.2":
version: 8.0.2
resolution: "postcss-sorting@npm:8.0.2"
"postcss-sorting@npm:^9.1.0":
version: 9.1.0
resolution: "postcss-sorting@npm:9.1.0"
peerDependencies:
postcss: ^8.4.20
checksum: 10c0/955c72d8d71b6b54dcdcbcef765a593803512d215cef12a49b71d1abf8ab8d2dacb5645dbb5a0a6535609aab6bffb834599d6073f28fe61e589a4437af85e243
checksum: 10c0/1faea84bf00d85929228d297587798fa9c384a02966a28a942777b2de553a8186087cfdcd0aca3dd40e4b2793aee050792d807458db8cf4880867c98c7bf22fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -19417,7 +19417,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.2.15, postcss@npm:^8.2.9, postcss@npm:^8.4.24, postcss@npm:^8.4.32":
"postcss@npm:^8.2.15, postcss@npm:^8.2.9, postcss@npm:^8.4.24":
version: 8.4.47
resolution: "postcss@npm:8.4.47"
dependencies:
Expand Down Expand Up @@ -21934,15 +21934,15 @@ __metadata:
languageName: node
linkType: hard

"stylelint-order@npm:6.0.4":
version: 6.0.4
resolution: "stylelint-order@npm:6.0.4"
"stylelint-order@npm:7.0.0":
version: 7.0.0
resolution: "stylelint-order@npm:7.0.0"
dependencies:
postcss: "npm:^8.4.32"
postcss-sorting: "npm:^8.0.2"
postcss: "npm:^8.5.3"
postcss-sorting: "npm:^9.1.0"
peerDependencies:
stylelint: ^14.0.0 || ^15.0.0 || ^16.0.1
checksum: 10c0/9a1f6ba7ab04855462bfae28fe36ad2a297fec56f42da2f588b57295b89b72e6f517d5e35ecbcefb11fcc373f3db40f0e6a8eefb41a4d267550ac6324f12a3ca
stylelint: ^16.18.0
checksum: 10c0/202ea7f0ce44b272f0ee8745383e347520663ef3defb9478c2dae8f33378950e32138815d038228db49383cab7b111148b9b9521e409311a91047cfc4740d507
languageName: node
linkType: hard

Expand Down