feat!: upgrade stylelint and dependencies (#95)

This pull request updates several stylelint-related dependencies to their latest major versions in the `package.json` file.

Dependency updates:

* Upgraded `stylelint-config-recommended-scss` from version 16.x to 17.x.
* Upgraded `stylelint-config-standard` from version 39.x to 40.x.
* Upgraded `stylelint-scss` from version 6.x to 7.x.
This commit is contained in:
2026-01-27 18:51:48 +02:00
committed by GitHub
parent 3516c1e540
commit a87e5bf777
2 changed files with 29 additions and 29 deletions

View File

@@ -56,10 +56,10 @@
"@ivuorinen/config-checker": "^2.1.1",
"postcss": "^8.5.6",
"stylelint": "^17.0.0",
"stylelint-config-recommended-scss": "^16.0.2",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-recommended-scss": "^17.0.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^7.0.0",
"stylelint-scss": "^6.13.0"
"stylelint-scss": "^7.0.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230",
"packageManager": "yarn@4.12.0"