From d2e26655bb01b70b2d1022469e70314b6af372cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:21:00 +0000 Subject: [PATCH] chore(deps-dev): Bump stylelint from 17.7.0 to 17.8.0 (#1821) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.7.0 to 17.8.0.
Release notes

Sourced from stylelint's releases.

17.8.0

It adds 3 new rules and 1 configuration property.

Changelog

Sourced from stylelint's changelog.

17.8.0 - 2026-04-15

It adds 3 new rules and 1 configuration property.

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 cf794fed..122d2049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "postcss": "^8.5.10", "react-hot-loader": "^4.13.1", "sass": "^1.99.0", - "stylelint": "^17.7.0", + "stylelint": "^17.8.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.0.0", "typescript": "^5.9.3", @@ -13858,9 +13858,9 @@ } }, "node_modules/stylelint": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.7.0.tgz", - "integrity": "sha512-n/+4RheCRl+cecGnF+S/Adz59iCRaK9BVznJYB+a7GOksfwNzjiOPnYv17pTO0HgRse9IiqbMtekGNhOb2tVYQ==", + "version": "17.8.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.8.0.tgz", + "integrity": "sha512-oHkld9T60LDSaUQ4CSVc+tlt9eUoDlxhaGWShsUCKyIL14boZfmK5bSphZqx64aiC5tCqX+BsQMTMoSz8D1zIg==", "dev": true, "funding": [ { @@ -13901,7 +13901,7 @@ "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.5.8", + "postcss": "^8.5.9", "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 c095f2a5..f090ccc8 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "postcss": "^8.5.10", "react-hot-loader": "^4.13.1", "sass": "^1.99.0", - "stylelint": "^17.7.0", + "stylelint": "^17.8.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.0.0", "typescript": "^5.9.3",