chore(deps): update dependency stylelint to v17.11.1 (#222)
schemas-app / build (push) Successful in 46s
schemas-app / deploy-prod (push) Successful in 1m29s

This commit was merged in pull request #222.
This commit is contained in:
2026-05-17 10:12:25 +00:00
parent efe355e2d4
commit 41ef7bcfad
2 changed files with 6 additions and 17 deletions
+5 -16
View File
@@ -39,7 +39,7 @@
"eslint-plugin-vue": "10.9.1", "eslint-plugin-vue": "10.9.1",
"jsdom": "29.1.1", "jsdom": "29.1.1",
"postcss-html": "1.8.1", "postcss-html": "1.8.1",
"stylelint": "17.11.0", "stylelint": "17.11.1",
"stylelint-config-recommended-vue": "1.6.1", "stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0", "stylelint-config-standard": "40.0.0",
"typescript": "6.0.3", "typescript": "6.0.3",
@@ -14340,16 +14340,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/is-plain-object": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
"integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
"devOptional": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-potential-custom-element-name": { "node_modules/is-potential-custom-element-name": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
@@ -19060,9 +19050,9 @@
} }
}, },
"node_modules/stylelint": { "node_modules/stylelint": {
"version": "17.11.0", "version": "17.11.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz", "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz",
"integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==", "integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==",
"devOptional": true, "devOptional": true,
"funding": [ "funding": [
{ {
@@ -19097,13 +19087,12 @@
"html-tags": "^5.1.0", "html-tags": "^5.1.0",
"ignore": "^7.0.5", "ignore": "^7.0.5",
"import-meta-resolve": "^4.2.0", "import-meta-resolve": "^4.2.0",
"is-plain-object": "^5.0.0",
"mathml-tag-names": "^4.0.0", "mathml-tag-names": "^4.0.0",
"meow": "^14.1.0", "meow": "^14.1.0",
"micromatch": "^4.0.8", "micromatch": "^4.0.8",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"postcss": "^8.5.13", "postcss": "^8.5.14",
"postcss-safe-parser": "^7.0.1", "postcss-safe-parser": "^7.0.1",
"postcss-selector-parser": "^7.1.1", "postcss-selector-parser": "^7.1.1",
"postcss-value-parser": "^4.2.0", "postcss-value-parser": "^4.2.0",
+1 -1
View File
@@ -53,7 +53,7 @@
"eslint-plugin-vue": "10.9.1", "eslint-plugin-vue": "10.9.1",
"jsdom": "29.1.1", "jsdom": "29.1.1",
"postcss-html": "1.8.1", "postcss-html": "1.8.1",
"stylelint": "17.11.0", "stylelint": "17.11.1",
"stylelint-config-recommended-vue": "1.6.1", "stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0", "stylelint-config-standard": "40.0.0",
"typescript": "6.0.3", "typescript": "6.0.3",