Merge pull request #5090 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-3.1.1

This commit is contained in:
dependabot[bot] 2025-10-11 02:45:54 +00:00 committed by GitHub
commit 4cfa1a41b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 11 deletions

18
package-lock.json generated
View file

@ -33,7 +33,7 @@
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/cypress": "^1.0.0-beta.15",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.0",
"@nextcloud/stylelint-config": "^3.1.1",
"@nextcloud/webpack-vue-config": "^6.2.0",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"cypress": "^13.17.0",
@ -3473,17 +3473,15 @@
}
},
"node_modules/@nextcloud/stylelint-config": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.1.0.tgz",
"integrity": "sha512-ZKr/AeqfcqIziJAxnN4K0ldoGz8zWj8pUTov4eloqfaCgvJxcQkt2ldHJfxbutNq8uFkbvRYagkufaYxjC4FlQ==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.1.1.tgz",
"integrity": "sha512-nvkmeHkifV7MEmtNhkYVQXUgcqldm8pbq2TvKPSpdrXB247Xh6OpFhupDbTAgeEQDDRDneayEVfj6e6Kb9w3sQ==",
"dev": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"stylelint-use-logical": "^2.1.2"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20 || ^22 || ^24"
},
"peerDependencies": {
"stylelint": "^16.13.2",
@ -22892,9 +22890,9 @@
}
},
"@nextcloud/stylelint-config": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.1.0.tgz",
"integrity": "sha512-ZKr/AeqfcqIziJAxnN4K0ldoGz8zWj8pUTov4eloqfaCgvJxcQkt2ldHJfxbutNq8uFkbvRYagkufaYxjC4FlQ==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.1.1.tgz",
"integrity": "sha512-nvkmeHkifV7MEmtNhkYVQXUgcqldm8pbq2TvKPSpdrXB247Xh6OpFhupDbTAgeEQDDRDneayEVfj6e6Kb9w3sQ==",
"dev": true,
"requires": {
"stylelint-use-logical": "^2.1.2"

View file

@ -55,7 +55,7 @@
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/cypress": "^1.0.0-beta.15",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.0",
"@nextcloud/stylelint-config": "^3.1.1",
"@nextcloud/webpack-vue-config": "^6.2.0",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"cypress": "^13.17.0",