From 9b0b6b5fd08fb32a6a4cd3edc5fd0c6e429cffd1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Feb 2026 10:06:22 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v17.2.0 --- package-lock.json | 46 ++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 35 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 160966f..72c8d32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-vue": "10.7.0", "jsdom": "28.0.0", "postcss-html": "1.8.1", - "stylelint": "17.1.1", + "stylelint": "17.2.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", "typescript": "5.9.3", @@ -1551,9 +1551,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==", "devOptional": true, "funding": [ { @@ -1565,10 +1565,7 @@ "url": "https://opencollective.com/csstools" } ], - "license": "MIT-0", - "engines": { - "node": ">=18" - } + "license": "MIT-0" }, "node_modules/@csstools/css-tokenizer": { "version": "3.0.4", @@ -18864,9 +18861,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==", "devOptional": true, "funding": [ { @@ -18881,8 +18878,9 @@ "license": "MIT", "peer": true, "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", @@ -19081,6 +19079,30 @@ "node": ">=8" } }, + "node_modules/stylelint/node_modules/@csstools/css-calc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz", + "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==", + "devOptional": 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", diff --git a/package.json b/package.json index 715f315..96ea7f1 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-vue": "10.7.0", "jsdom": "28.0.0", "postcss-html": "1.8.1", - "stylelint": "17.1.1", + "stylelint": "17.2.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", "typescript": "5.9.3", -- 2.52.0