From a4153c9a6290843cd2f92c4ab90c6da5f02099aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 06:59:56 +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 18c39335..13cb4675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "postcss-html": "^1.0.0", "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", @@ -20532,20 +20532,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": "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/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 f279f38c..8162396f 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "postcss-html": "^1.0.0", "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",