From 0a5b1789d2bc7d305b4448d28b4a19ed2bf34536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:42:03 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-html from 1.1.0 to 2.0.0 Bumps [stylelint-config-html](https://github.com/ota-meshi/stylelint-config-html) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/ota-meshi/stylelint-config-html/releases) - [Changelog](https://github.com/ota-meshi/stylelint-config-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/stylelint-config-html/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: stylelint-config-html dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29471790..1a82f89c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "postcss-html": "^1.8.1", "prettier": "^3.9.6", "stylelint": "^17.14.1", - "stylelint-config-html": "^1.1.0", + "stylelint-config-html": "^2.0.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-recommended-vue": "^1.6.1", "stylelint-webpack-plugin": "^5.0.1", @@ -19624,20 +19624,20 @@ } }, "node_modules/stylelint-config-html": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-html/-/stylelint-config-html-1.1.0.tgz", - "integrity": "sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==", + "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": "^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" } }, "node_modules/stylelint-config-recommended": { diff --git a/package.json b/package.json index 8d700702..594c3a79 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "postcss-html": "^1.8.1", "prettier": "^3.9.6", "stylelint": "^17.14.1", - "stylelint-config-html": "^1.1.0", + "stylelint-config-html": "^2.0.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-recommended-vue": "^1.6.1", "stylelint-webpack-plugin": "^5.0.1",