From fe3aa76693a4c29bf1b9753765366d08ae9da78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:00:51 +0000 Subject: [PATCH] chore(deps-dev): Bump stylelint-config-recommended-scss from 17.0.0 to 17.0.1 (#1796) Bumps [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) from 17.0.0 to 17.0.1.
Release notes

Sourced from stylelint-config-recommended-scss's releases.

17.0.1

Changelog

Sourced from stylelint-config-recommended-scss's changelog.

17.0.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-config-recommended-scss&package-manager=npm_and_yarn&previous-version=17.0.0&new-version=17.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc9d6f7b..1469e830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,7 +107,7 @@ "react-hot-loader": "^4.13.1", "sass": "^1.99.0", "stylelint": "^17.6.0", - "stylelint-config-recommended-scss": "^17.0.0", + "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.0.0", "typescript": "^5.9.3", "typescript-eslint": "^8.58.0", @@ -13939,9 +13939,9 @@ } }, "node_modules/stylelint-config-recommended-scss": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-17.0.0.tgz", - "integrity": "sha512-VkVD9r7jfUT/dq3mA3/I1WXXk2U71rO5wvU2yIil9PW5o1g3UM7Xc82vHmuVJHV7Y8ok5K137fmW5u3HbhtTOA==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-17.0.1.tgz", + "integrity": "sha512-x5DVehzJudcwF0od3sGpgkln2PLLranFE7twwbp7dqDINCyZvwzFkMc6TLhNOvazRiVBJYATQLouJY0xPGB8WA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a50c1170..62e6671c 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "react-hot-loader": "^4.13.1", "sass": "^1.99.0", "stylelint": "^17.6.0", - "stylelint-config-recommended-scss": "^17.0.0", + "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.0.0", "typescript": "^5.9.3", "typescript-eslint": "^8.58.0",