Merge pull request #60429 from nextcloud/dependabot/npm_and_yarn/stylelint-17.11.0

chore(deps-dev): Bump stylelint from 17.10.0 to 17.11.0
This commit is contained in:
github-actions[bot] 2026-05-17 13:31:53 +00:00 committed by GitHub
commit fb4aff62ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -70,7 +70,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.14.6",
"sass": "^1.99.0",
"stylelint": "^17.10.0",
"stylelint": "^17.11.0",
"vite": "^7.3.2",
"vitest": "^4.1.4"
},
@ -15719,9 +15719,9 @@
}
},
"node_modules/stylelint": {
"version": "17.10.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.10.0.tgz",
"integrity": "sha512-cI7I6HHEYOHHVNVci+s92WlA3QfmNhjwFdgCgYV3TLEysilOjk+B3EFxMED1xY9GYB0Kre3OD+mSLj19VLTIvA==",
"version": "17.11.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz",
"integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==",
"dev": true,
"funding": [
{
@ -15766,7 +15766,7 @@
"postcss-safe-parser": "^7.0.1",
"postcss-selector-parser": "^7.1.1",
"postcss-value-parser": "^4.2.0",
"string-width": "^8.2.0",
"string-width": "^8.2.1",
"supports-hyperlinks": "^4.4.0",
"svg-tags": "^1.0.0",
"table": "^6.9.0",
@ -16112,9 +16112,9 @@
}
},
"node_modules/stylelint/node_modules/string-width": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.0.tgz",
"integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -99,7 +99,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.14.6",
"sass": "^1.99.0",
"stylelint": "^17.10.0",
"stylelint": "^17.11.0",
"vite": "^7.3.2",
"vitest": "^4.1.4"
},