From 6ea58efb6b6d05de5c983ba2fa83b1293a22f7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:25:22 +0000 Subject: [PATCH] Bump stylelint from 17.5.0 to 17.6.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.5.0 to 17.6.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.5.0...17.6.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4caa5f7..9640b6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "npm-run-all": "^4.1.5", "replace-in-files-cli": "^4.0.0", "shx": "^0.4.0", - "stylelint": "^17.5.0", + "stylelint": "^17.6.0", "stylelint-config-standard-scss": "^17.0.0" }, "optionalDependencies": { @@ -7539,9 +7539,9 @@ } }, "node_modules/stylelint": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.5.0.tgz", - "integrity": "sha512-o/NS6zhsPZFmgUm5tXX4pVNg1XDOZSlucLdf2qow/lVn4JIyzZIQ5b3kad1ugqUj3GSIgr2u5lQw7X8rjqw33g==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.6.0.tgz", + "integrity": "sha512-tokrsMIVAR9vAQ/q3UVEr7S0dGXCi7zkCezPRnS2kqPUulvUh5Vgfwngrk4EoAoW7wnrThqTdnTFN5Ra7CaxIg==", "dev": true, "funding": [ { @@ -7557,7 +7557,7 @@ "dependencies": { "@csstools/css-calc": "^3.1.1", "@csstools/css-parser-algorithms": "^4.0.0", - "@csstools/css-syntax-patches-for-csstree": "^1.0.29", + "@csstools/css-syntax-patches-for-csstree": "^1.1.1", "@csstools/css-tokenizer": "^4.0.0", "@csstools/media-query-list-parser": "^5.0.0", "@csstools/selector-resolve-nested": "^4.0.0", @@ -7576,7 +7576,6 @@ "html-tags": "^5.1.0", "ignore": "^7.0.5", "import-meta-resolve": "^4.2.0", - "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "mathml-tag-names": "^4.0.0", "meow": "^14.1.0", @@ -7591,7 +7590,7 @@ "supports-hyperlinks": "^4.4.0", "svg-tags": "^1.0.0", "table": "^6.9.0", - "write-file-atomic": "^7.0.0" + "write-file-atomic": "^7.0.1" }, "bin": { "stylelint": "bin/stylelint.mjs" diff --git a/package.json b/package.json index c0a1883..8450551 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "npm-run-all": "^4.1.5", "replace-in-files-cli": "^4.0.0", "shx": "^0.4.0", - "stylelint": "^17.5.0", + "stylelint": "^17.6.0", "stylelint-config-standard-scss": "^17.0.0" }, "optionalDependencies": {