From 00457d116e4025ea8e61c43914316e9a232a8979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:46:52 +0000 Subject: [PATCH] build(deps-dev): bump stylelint-config-recommended-vue Bumps [stylelint-config-recommended-vue](https://github.com/ota-meshi/stylelint-config-recommended-vue) from 1.6.1 to 2.0.0. - [Release notes](https://github.com/ota-meshi/stylelint-config-recommended-vue/releases) - [Changelog](https://github.com/ota-meshi/stylelint-config-recommended-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/stylelint-config-recommended-vue/compare/v1.6.1...v2.0.0) --- updated-dependencies: - dependency-name: stylelint-config-recommended-vue dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 63 ++++++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 36 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index f45936b15..8953a99cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "style-loader": "~4.0.0", "stylelint": "^15.11.0", "stylelint-config-recommended-scss": "^13.1.0", - "stylelint-config-recommended-vue": "^1.1.0", + "stylelint-config-recommended-vue": "^2.0.0", "terser-webpack-plugin": "^5.6.1", "typescript": "^5.0.2", "vite": "^5.4.0", @@ -77,7 +77,7 @@ }, "engines": { "node": "^22.14 || ^24 || >=26", - "npm": "^10.0.0" + "npm": "^11.0.0" } }, "node_modules/@ampproject/remapping": { @@ -18918,6 +18918,24 @@ "url": "https://opencollective.com/stylelint" } }, + "node_modules/stylelint-config-html": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-html/-/stylelint-config-html-2.0.0.tgz", + "integrity": "sha512-Lk1NPEdUxzHkPv3ehktjpiOk4MPaqQ3H8fkvhxdWlQpaZCm9ze0SoMbRQLqkUxEMfPE1G9/x968uxm/+d2njoA==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": "^22.12 || >=24" + }, + "funding": { + "url": "https://github.com/sponsors/ota-meshi" + }, + "peerDependencies": { + "postcss-html": "^2.0.0", + "stylelint": ">=16.0.0" + } + }, "node_modules/stylelint-config-recommended": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", @@ -18953,25 +18971,31 @@ } }, "node_modules/stylelint-config-recommended-vue": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended-vue/-/stylelint-config-recommended-vue-1.6.1.tgz", - "integrity": "sha512-lLW7hTIMBiTfjenGuDq2kyHA6fBWd/+Df7MO4/AWOxiFeXP9clbpKgg27kHfwA3H7UNMGC7aeP3mNlZB5LMmEQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-vue/-/stylelint-config-recommended-vue-2.0.0.tgz", + "integrity": "sha512-SrGBfxgX+CmxRoFOl6HHhfKrp+6YvGnuiHj/N+/deI310eGNhix8aZOtPHG+OeqB6+5Si5BbjsZiC+kULUO1DQ==", "dev": true, "license": "MIT", "dependencies": { - "semver": "^7.3.5", - "stylelint-config-html": ">=1.0.0", - "stylelint-config-recommended": ">=6.0.0" + "semver": "^7.3.5" }, "engines": { - "node": "^12 || >=14" + "node": "^22.12 || >=24" }, "funding": { "url": "https://github.com/sponsors/ota-meshi" }, "peerDependencies": { - "postcss-html": "^1.0.0", - "stylelint": ">=14.0.0" + "postcss-html": "^2.0.0", + "stylelint": ">=16.0.0", + "stylelint-config-html": ">=2.0.0", + "stylelint-config-recommended": ">=14.0.0", + "stylelint-config-recommended-scss": ">=14.0.0" + }, + "peerDependenciesMeta": { + "stylelint-config-recommended-scss": { + "optional": true + } } }, "node_modules/stylelint-config-recommended-vue/node_modules/semver": { @@ -18987,23 +19011,6 @@ "node": ">=10" } }, - "node_modules/stylelint-config-recommended-vue/node_modules/stylelint-config-html": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-html/-/stylelint-config-html-2.0.0.tgz", - "integrity": "sha512-Lk1NPEdUxzHkPv3ehktjpiOk4MPaqQ3H8fkvhxdWlQpaZCm9ze0SoMbRQLqkUxEMfPE1G9/x968uxm/+d2njoA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^22.12 || >=24" - }, - "funding": { - "url": "https://github.com/sponsors/ota-meshi" - }, - "peerDependencies": { - "postcss-html": "^2.0.0", - "stylelint": ">=16.0.0" - } - }, "node_modules/stylelint-scss": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-5.3.2.tgz", diff --git a/package.json b/package.json index 54cc4f411..938c576e0 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "style-loader": "~4.0.0", "stylelint": "^15.11.0", "stylelint-config-recommended-scss": "^13.1.0", - "stylelint-config-recommended-vue": "^1.1.0", + "stylelint-config-recommended-vue": "^2.0.0", "terser-webpack-plugin": "^5.6.1", "typescript": "^5.0.2", "vite": "^5.4.0",