Merge pull request #58156 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-3.2.1

chore(deps-dev): Bump @nextcloud/stylelint-config from 3.2.0 to 3.2.1
This commit is contained in:
github-actions[bot] 2026-02-07 12:46:31 +00:00 committed by GitHub
commit 4d6d4bd579
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -41,7 +41,7 @@
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/e2e-test-server": "^0.4.0",
"@nextcloud/eslint-config": "^9.0.0-rc.8",
"@nextcloud/stylelint-config": "^3.2.0",
"@nextcloud/stylelint-config": "^3.2.1",
"@nextcloud/typings": "^1.10.0",
"@nextcloud/vite-config": "^2.5.2",
"@testing-library/cypress": "^10.1.0",
@ -2554,19 +2554,19 @@
}
},
"node_modules/@nextcloud/stylelint-config": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.0.tgz",
"integrity": "sha512-DoTIk5doK5x06lakUaclxnPm3i4r7Ze7BS8OubkEFpHJYitsXLBl6y5YCYVHqKuZFz1VNLBc0NVdE/f/6RWGdg==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.1.tgz",
"integrity": "sha512-fRWuN92ydC52+CGURBmbgkaAFDKOq9pmx/vsujr8cRKlGbAhLH+gyxzSpQUc37ZKKNaBDuUvcGzrqH/YipKbGA==",
"dev": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"stylelint-use-logical": "^2.1.2"
"stylelint-use-logical": "^2.1.3"
},
"engines": {
"node": "^20.19 || ^22 || ^24"
},
"peerDependencies": {
"stylelint": "^17.0.0",
"stylelint": "^17.1.1",
"stylelint-config-recommended-scss": "^17.0.0",
"stylelint-config-recommended-vue": "^1.6.1"
}

View file

@ -70,7 +70,7 @@
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/e2e-test-server": "^0.4.0",
"@nextcloud/eslint-config": "^9.0.0-rc.8",
"@nextcloud/stylelint-config": "^3.2.0",
"@nextcloud/stylelint-config": "^3.2.1",
"@nextcloud/typings": "^1.10.0",
"@nextcloud/vite-config": "^2.5.2",
"@testing-library/cypress": "^10.1.0",