Merge pull request #58243 from nextcloud/dependabot/npm_and_yarn/stable33/stylelint-17.2.0

[stable33] chore(deps-dev): Bump stylelint from 17.1.1 to 17.2.0
This commit is contained in:
Andy Scherzinger 2026-02-12 00:10:41 +01:00 committed by GitHub
commit 653cede8d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 35 additions and 13 deletions

46
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.1.1",
"stylelint": "^17.2.0",
"vite": "^7.3.1",
"vitest": "^4.0.15"
},
@ -675,9 +675,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": [
{
@ -689,10 +689,7 @@
"url": "https://opencollective.com/csstools"
}
],
"license": "MIT-0",
"engines": {
"node": ">=18"
}
"license": "MIT-0"
},
"node_modules/@csstools/css-tokenizer": {
"version": "3.0.4",
@ -15349,9 +15346,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": [
{
@ -15365,8 +15362,9 @@
],
"license": "MIT",
"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",
@ -15546,6 +15544,30 @@
"stylelint": ">= 11 < 18"
}
},
"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==",
"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/stylelint/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",

View file

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