chore(deps-dev): Bump stylelint from 17.2.0 to 17.3.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.2.0 to 17.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/17.2.0...17.3.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-02-14 03:01:00 +00:00 committed by GitHub
parent 98e08cb77d
commit c271c2de2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -67,7 +67,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.12.10",
"sass": "^1.97.3",
"stylelint": "^17.2.0",
"stylelint": "^17.3.0",
"vite": "^7.3.1",
"vitest": "^4.0.15"
},
@ -15457,9 +15457,9 @@
}
},
"node_modules/stylelint": {
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.2.0.tgz",
"integrity": "sha512-602jhMkRt6P1dSh9kEzbFIaOKY//h4D0E7u/w2WHKxmi5VAjjMqe6P8rQPJuCWdbB3apOkjOFN5kcg6qWPIZWQ==",
"version": "17.3.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.3.0.tgz",
"integrity": "sha512-1POV91lcEMhj6SLVaOeA0KlS9yattS+qq+cyWqP/nYzWco7K5jznpGH1ExngvPlTM9QF1Kjd2bmuzJu9TH2OcA==",
"dev": true,
"funding": [
{
@ -15473,7 +15473,7 @@
],
"license": "MIT",
"dependencies": {
"@csstools/css-calc": "^3.0.0",
"@csstools/css-calc": "^3.1.1",
"@csstools/css-parser-algorithms": "^4.0.0",
"@csstools/css-syntax-patches-for-csstree": "^1.0.26",
"@csstools/css-tokenizer": "^4.0.0",
@ -15507,7 +15507,7 @@
"postcss-safe-parser": "^7.0.1",
"postcss-selector-parser": "^7.1.1",
"postcss-value-parser": "^4.2.0",
"string-width": "^8.1.0",
"string-width": "^8.1.1",
"supports-hyperlinks": "^4.4.0",
"svg-tags": "^1.0.0",
"table": "^6.9.0",
@ -15656,9 +15656,9 @@
}
},
"node_modules/stylelint/node_modules/@csstools/css-calc": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.1.tgz",
"integrity": "sha512-bsDKIP6f4ta2DO9t+rAbSSwv4EMESXy5ZIvzQl1afmD6Z1XHkVu9ijcG9QR/qSgQS1dVa+RaQ/MfQ7FIB/Dn1Q==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.1.1.tgz",
"integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
"dev": true,
"funding": [
{
@ -15935,9 +15935,9 @@
}
},
"node_modules/stylelint/node_modules/string-width": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
"integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.1.tgz",
"integrity": "sha512-KpqHIdDL9KwYk22wEOg/VIqYbrnLeSApsKT/bSj6Ez7pn3CftUiLAv2Lccpq1ALcpLV9UX1Ppn92npZWu2w/aw==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -96,7 +96,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.12.10",
"sass": "^1.97.3",
"stylelint": "^17.2.0",
"stylelint": "^17.3.0",
"vite": "^7.3.1",
"vitest": "^4.0.15"
},