From fb169c9c76bda5d3ba1b6d8b109debf682e716e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 23:22:09 +0000 Subject: [PATCH] build(deps-dev): bump stylelint from 17.1.0 to 17.1.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.1.0 to 17.1.1. - [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.1.0...17.1.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b031a7633c7cb..c9698c435201a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "jsdom-testing-mocks": "^1.16.0", "msw": "^2.12.7", "sass": "^1.97.3", - "stylelint": "^17.1.0", + "stylelint": "^17.1.1", "vite": "^7.3.1", "vitest": "^4.0.15" }, @@ -15299,9 +15299,9 @@ } }, "node_modules/stylelint": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.0.tgz", - "integrity": "sha512-+cUX1FxkkbLX5qJRAPapUv/+v+YU3pGbWu+pHVqTXpiY0mYh3Dxfxa0bLBtVtYgOC8hIWIyX2H/3Y3LWlAevDg==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.1.tgz", + "integrity": "sha512-SBHVcLEcRF1M9OkD3oT0hT2PayDNLw2hd+aovmzfNQ2ys4Xd3oS9ZNizILWqhQvW802AqKN/vUTMwJqQYMBlWw==", "dev": true, "funding": [ { @@ -15484,16 +15484,16 @@ "peer": true }, "node_modules/stylelint-use-logical": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.2.tgz", - "integrity": "sha512-4ffvPNk/swH4KS3izExWuzQOuzLmi0gb0uOhvxWJ20vDA5W5xKCjcHHtLoAj1kKvTIX6eGIN5xGtaVin9PD0wg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.3.tgz", + "integrity": "sha512-haPkgxKre+eSqr4IZJnHwNT/9/wICykeFZIaz7rZbe4SohTHkw7vBahMOrZJZpdny/EBVHAcPH2IBeoiUcZWWw==", "dev": true, "license": "CC0-1.0", "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "stylelint": ">= 11 < 17" + "stylelint": ">= 11 < 18" } }, "node_modules/stylelint/node_modules/@csstools/css-parser-algorithms": { diff --git a/package.json b/package.json index b776326421e71..64e55e1452333 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "jsdom-testing-mocks": "^1.16.0", "msw": "^2.12.7", "sass": "^1.97.3", - "stylelint": "^17.1.0", + "stylelint": "^17.1.1", "vite": "^7.3.1", "vitest": "^4.0.15" },