From ef3641edfd29eeb1f59410bf3d7f58094167ba92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 02:13:57 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.26.1 to 17.0.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.26.1 to 17.0.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/16.26.1...17.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 819ed3d..35d8b4f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "globals": "^16.2.0", "install-peerdeps": "^3.0.7", "postcss": "^8.5.6", - "stylelint": "^16.21.0", + "stylelint": "^17.0.0", "stylelint-config-recess-order": "^7.1.0", "stylelint-config-sass-guidelines": "^12.1.0", "textlint": "^15.0.1",