From f62fb54e3d184652ea2b86a67e94bd6d36c83e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:40:23 +0000 Subject: [PATCH] Bump stylelint from 17.10.0 to 17.11.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.10.0 to 17.11.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/17.10.0...17.11.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d4473e..b6a3b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "markdownlint-cli": "^0.48.0", "standard": "^17.1.2", - "stylelint": "^17.10.0", + "stylelint": "^17.11.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-standard": "^40.0.0", "stylelint-order": "^8.1.1" @@ -9367,9 +9367,9 @@ } }, "node_modules/stylelint": { - "version": "17.10.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.10.0.tgz", - "integrity": "sha512-cI7I6HHEYOHHVNVci+s92WlA3QfmNhjwFdgCgYV3TLEysilOjk+B3EFxMED1xY9GYB0Kre3OD+mSLj19VLTIvA==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz", + "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==", "dev": true, "funding": [ { @@ -9414,7 +9414,7 @@ "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", - "string-width": "^8.2.0", + "string-width": "^8.2.1", "supports-hyperlinks": "^4.4.0", "svg-tags": "^1.0.0", "table": "^6.9.0", diff --git a/package.json b/package.json index 7b02572..0e1f72d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "markdownlint-cli": "^0.48.0", "standard": "^17.1.2", - "stylelint": "^17.10.0", + "stylelint": "^17.11.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-standard": "^40.0.0", "stylelint-order": "^8.1.1"