From 297a2fb4afd699067191fe5f86f2e3e0fb1803d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:09:37 +0000 Subject: [PATCH] Bump stylelint from 17.9.1 to 17.10.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.9.1 to 17.10.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.9.1...17.10.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.10.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 06b4f42..4376904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "markdownlint-cli": "^0.48.0", "standard": "^17.1.2", - "stylelint": "^17.9.1", + "stylelint": "^17.10.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.9.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.9.1.tgz", - "integrity": "sha512-THTmnAPJTrg/JhkTWZlSyrO+HUYMx6ELthIHeMyD2WOKqXIJUFQv2Yxn91bvUrZdbBJaW2dUuQdPST2wcQ6C3g==", + "version": "17.10.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.10.0.tgz", + "integrity": "sha512-cI7I6HHEYOHHVNVci+s92WlA3QfmNhjwFdgCgYV3TLEysilOjk+B3EFxMED1xY9GYB0Kre3OD+mSLj19VLTIvA==", "dev": true, "funding": [ { @@ -9410,7 +9410,7 @@ "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.5.9", + "postcss": "^8.5.13", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", diff --git a/package.json b/package.json index 3ba0abc..df226a9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "markdownlint-cli": "^0.48.0", "standard": "^17.1.2", - "stylelint": "^17.9.1", + "stylelint": "^17.10.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-standard": "^40.0.0", "stylelint-order": "^8.1.1"