Skip to content

chore(deps-dev): bump stylelint-order from 6.0.4 to 7.0.0 in /modules/web #10178

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: master
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 modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"stylelint": "16.19.1",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-no-unsupported-browser-features": "8.0.4",
"stylelint-order": "6.0.4",
"stylelint-order": "7.0.0",
"stylelint-prettier": "5.0.3",
"tar": "7.4.3",
"through2": "4.0.2",
Expand Down
24 changes: 12 additions & 12 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15053,7 +15053,7 @@ __metadata:
stylelint: 16.19.1
stylelint-config-standard-scss: 14.0.0
stylelint-no-unsupported-browser-features: 8.0.4
stylelint-order: 6.0.4
stylelint-order: 7.0.0
stylelint-prettier: 5.0.3
systemjs: 6.15.1
tar: 7.4.3
Expand Down Expand Up @@ -17463,12 +17463,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: ebb5cc6a2982a1f0bb8332669e425793ebc01c30fa83ea981c765d64d212e289bef5fdb1e627904c471cb75f1ad0727ed9e85c0d879e263590c8fc64eecf31c2
checksum: a1c7c925ef47642bb27a3f0038398343d721de92c032d3f82bd1cf5afdfb00552e689f705e8bbe815ca0e72d3943588dde10135abadfd6d1164d490612f9f9c4
languageName: node
linkType: hard

Expand Down Expand Up @@ -19460,15 +19460,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: ^8.4.32
postcss-sorting: ^8.0.2
postcss: ^8.5.3
postcss-sorting: ^9.1.0
peerDependencies:
stylelint: ^14.0.0 || ^15.0.0 || ^16.0.1
checksum: 66ed8a80b34b98994e38d75671766f102d47c73362495b77861f0648efcc75cf3ad6f30f988c3cf16c9747ac139087ef1ff71b3bea40f9c5e081a25ebeb34feb
stylelint: ^16.18.0
checksum: edcb9b5698e5d973fa5dcd31dff6ce9d2166ec2aad8fa4a9f2e45f150daf78de9482219580da025a1da362c43901d449986a40a90cf9002852ef84e080e9c0c9
languageName: node
linkType: hard

Expand Down
Loading