Bump stylelint-order from 7.0.0 to 7.0.1 in the stylelint group (#8387)

Bumps the stylelint group with 1 update: [stylelint-order](https://github.com/hudochenkov/stylelint-order).


Updates `stylelint-order` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hudochenkov/stylelint-order/compare/7.0.0...7.0.1)

---
updated-dependencies:
- dependency-name: stylelint-order
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-01 19:47:16 +01:00
committed by GitHub
parent 99078d503b
commit f91f582698
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"rtlcss": "^4.3.0",
"stylelint": "^16.26.1",
"stylelint-config-recommended": "^17.0.0",
"stylelint-order": "^7.0.0"
"stylelint-order": "^7.0.1"
},
"engines": {
"node": ">=18"
@@ -5629,19 +5629,20 @@
}
},
"node_modules/stylelint-order": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-7.0.0.tgz",
"integrity": "sha512-rSWxx0KscYfxU02wEskKXES9lkRzuuONMMNkZ7SUc6uiF3tDKm7e+sE0Ax/SBlG4TUf1sp1R6f3/SlsPGmzthg==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-7.0.1.tgz",
"integrity": "sha512-GWPei1zBVDDjxM+/BmcSCiOcHNd8rSqW6FUZtqQGlTRpD0Z5nSzspzWD8rtKif5KPdzUG68DApKEV/y/I9VbTw==",
"dev": true,
"license": "MIT",
"dependencies": {
"postcss": "^8.5.3",
"postcss": "^8.5.6",
"postcss-sorting": "^9.1.0"
},
"engines": {
"node": ">=20.19.0"
},
"peerDependencies": {
"stylelint": "^16.18.0"
"stylelint": "^16.18.0 || ^17.0.0"
}
},
"node_modules/stylelint/node_modules/ansi-regex": {

View File

@@ -42,7 +42,7 @@
"rtlcss": "^4.3.0",
"stylelint": "^16.26.1",
"stylelint-config-recommended": "^17.0.0",
"stylelint-order": "^7.0.0",
"stylelint-order": "^7.0.1",
"@stylistic/stylelint-plugin": "^4.0.0"
},
"rtlcssConfig": {