From 223dc0339475b6472ab2c05ee885923033416a22 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 20 Jan 2026 14:19:07 +0000
Subject: [PATCH] chore(deps-dev): Bump stylelint-config-recommended-scss from
16.0.2 to 17.0.0 (#1646)
Bumps
[stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss)
from 16.0.2 to 17.0.0.
Release notes
Sourced from stylelint-config-recommended-scss's
releases.
17.0.0
- Removed:
stylelint less than 17.0.0 from
peer dependencies.
- Changed: updated to
stylelint-config-recommended@18.0.0.
- Changed: updated to
stylelint-scss@7.0.0.
- Changed: module type to ESM.
- Fixed: disabled
no-descending-specificity rule because
of false positives due to standard nesting.
- Fixed: disabled
no-duplicate-selectors rule because of
false positives due to standard nesting.
Changelog
Sourced from stylelint-config-recommended-scss's
changelog.
17.0.0
- Removed:
stylelint less than 17.0.0 from
peer dependencies.
- Changed: updated to
stylelint-config-recommended@18.0.0.
- Changed: updated to
stylelint-scss@7.0.0.
- Changed: module type to ESM.
- Fixed: disabled
no-descending-specificity rule because
of false positives due to standard nesting.
- Fixed: disabled
no-duplicate-selectors rule because of
false positives due to standard nesting.
Commits
[](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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 | 54 +++++++++++------------------------------------
package.json | 2 +-
2 files changed, 13 insertions(+), 43 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 78c283c7..61a6d465 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -107,7 +107,7 @@
"react-hot-loader": "^4.13.1",
"sass": "^1.97.2",
"stylelint": "^17.0.0",
- "stylelint-config-recommended-scss": "^16.0.2",
+ "stylelint-config-recommended-scss": "^17.0.0",
"stylelint-scss": "^7.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",
@@ -14102,9 +14102,9 @@
}
},
"node_modules/stylelint-config-recommended": {
- "version": "17.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz",
- "integrity": "sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==",
+ "version": "18.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz",
+ "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==",
"dev": true,
"funding": [
{
@@ -14118,29 +14118,29 @@
],
"license": "MIT",
"engines": {
- "node": ">=18.12.0"
+ "node": ">=20.19.0"
},
"peerDependencies": {
- "stylelint": "^16.23.0"
+ "stylelint": "^17.0.0"
}
},
"node_modules/stylelint-config-recommended-scss": {
- "version": "16.0.2",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-16.0.2.tgz",
- "integrity": "sha512-aUTHhPPWCvFyWaxtckJlCPaXTDFsp4pKO8evXNCsW9OwsaUWyMd6jvcUhSmfGWPrTddvzNqK4rS/UuSLcbVGdQ==",
+ "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==",
"dev": true,
"license": "MIT",
"dependencies": {
"postcss-scss": "^4.0.9",
- "stylelint-config-recommended": "^17.0.0",
- "stylelint-scss": "^6.12.1"
+ "stylelint-config-recommended": "^18.0.0",
+ "stylelint-scss": "^7.0.0"
},
"engines": {
"node": ">=20"
},
"peerDependencies": {
"postcss": "^8.3.3",
- "stylelint": "^16.24.0"
+ "stylelint": "^17.0.0"
},
"peerDependenciesMeta": {
"postcss": {
@@ -14148,36 +14148,6 @@
}
}
},
- "node_modules/stylelint-config-recommended-scss/node_modules/mdn-data": {
- "version": "2.26.0",
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.26.0.tgz",
- "integrity": "sha512-ZqI0qjKWHMPcGUfLmlr80NPNVHIOjPMHtIOe1qXYFGS0YBZ1YKAzo9yk8W+gGrLCN0Xdv/RKxqdIsqPakEfmow==",
- "dev": true,
- "license": "CC0-1.0"
- },
- "node_modules/stylelint-config-recommended-scss/node_modules/stylelint-scss": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.14.0.tgz",
- "integrity": "sha512-ZKmHMZolxeuYsnB+PCYrTpFce0/QWX9i9gh0hPXzp73WjuIMqUpzdQaBCrKoLWh6XtCFSaNDErkMPqdjy1/8aA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "css-tree": "^3.0.1",
- "is-plain-object": "^5.0.0",
- "known-css-properties": "^0.37.0",
- "mdn-data": "^2.25.0",
- "postcss-media-query-parser": "^0.2.3",
- "postcss-resolve-nested-selector": "^0.1.6",
- "postcss-selector-parser": "^7.1.1",
- "postcss-value-parser": "^4.2.0"
- },
- "engines": {
- "node": ">=18.12.0"
- },
- "peerDependencies": {
- "stylelint": "^16.8.2"
- }
- },
"node_modules/stylelint-scss": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.0.0.tgz",
diff --git a/package.json b/package.json
index f29f11f4..7ec4d82d 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"react-hot-loader": "^4.13.1",
"sass": "^1.97.2",
"stylelint": "^17.0.0",
- "stylelint-config-recommended-scss": "^16.0.2",
+ "stylelint-config-recommended-scss": "^17.0.0",
"stylelint-scss": "^7.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",