chore(deps): update dependency stylelint to v17.2.0 (#2783)
dancefinder-app / build (push) Successful in 1m28s
dancefinder-app / deploy-prod (push) Successful in 1m18s

This commit was merged in pull request #2783.
This commit is contained in:
2026-02-10 11:04:47 +00:00
parent 90f527f5cd
commit 4058e9fc5b
2 changed files with 35 additions and 13 deletions
+34 -12
View File
@@ -45,7 +45,7 @@
"nuxt": "4.3.1",
"postcss-html": "1.8.1",
"sass": "1.97.3",
"stylelint": "17.1.1",
"stylelint": "17.2.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "5.9.3",
@@ -1437,6 +1437,30 @@
"node": ">=v18"
}
},
"node_modules/@csstools/css-calc": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
"integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/csstools"
},
{
"type": "opencollective",
"url": "https://opencollective.com/csstools"
}
],
"license": "MIT",
"engines": {
"node": ">=20.19.0"
},
"peerDependencies": {
"@csstools/css-parser-algorithms": "^4.0.0",
"@csstools/css-tokenizer": "^4.0.0"
}
},
"node_modules/@csstools/css-parser-algorithms": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
@@ -1462,9 +1486,9 @@
}
},
"node_modules/@csstools/css-syntax-patches-for-csstree": {
"version": "1.0.25",
"resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.25.tgz",
"integrity": "sha512-g0Kw9W3vjx5BEBAF8c5Fm2NcB/Fs8jJXh85aXqwEXiL+tqtOut07TWgyaGzAAfTM+gKckrrncyeGEZPcaRgm2Q==",
"version": "1.0.27",
"resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.27.tgz",
"integrity": "sha512-sxP33Jwg1bviSUXAV43cVYdmjt2TLnLXNqCWl9xmxHawWVjGz/kEbdkr7F9pxJNBN2Mh+dq0crgItbW6tQvyow==",
"dev": true,
"funding": [
{
@@ -1476,10 +1500,7 @@
"url": "https://opencollective.com/csstools"
}
],
"license": "MIT-0",
"engines": {
"node": ">=18"
}
"license": "MIT-0"
},
"node_modules/@csstools/css-tokenizer": {
"version": "4.0.0",
@@ -21338,9 +21359,9 @@
}
},
"node_modules/stylelint": {
"version": "17.1.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.1.tgz",
"integrity": "sha512-SBHVcLEcRF1M9OkD3oT0hT2PayDNLw2hd+aovmzfNQ2ys4Xd3oS9ZNizILWqhQvW802AqKN/vUTMwJqQYMBlWw==",
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.2.0.tgz",
"integrity": "sha512-602jhMkRt6P1dSh9kEzbFIaOKY//h4D0E7u/w2WHKxmi5VAjjMqe6P8rQPJuCWdbB3apOkjOFN5kcg6qWPIZWQ==",
"dev": true,
"funding": [
{
@@ -21355,8 +21376,9 @@
"license": "MIT",
"peer": true,
"dependencies": {
"@csstools/css-calc": "^3.0.0",
"@csstools/css-parser-algorithms": "^4.0.0",
"@csstools/css-syntax-patches-for-csstree": "^1.0.25",
"@csstools/css-syntax-patches-for-csstree": "^1.0.26",
"@csstools/css-tokenizer": "^4.0.0",
"@csstools/media-query-list-parser": "^5.0.0",
"@csstools/selector-resolve-nested": "^4.0.0",
+1 -1
View File
@@ -37,7 +37,7 @@
"nuxt": "4.3.1",
"postcss-html": "1.8.1",
"sass": "1.97.3",
"stylelint": "17.1.1",
"stylelint": "17.2.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "5.9.3",