From b5339ad27375078b39eb0499d30d6337c2e2885b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 May 2026 23:40:50 +0000
Subject: [PATCH] chore(deps-dev): Bump stylelint from 17.11.0 to 17.11.1
(#1897)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.11.0
to 17.11.1.
Release notes
Sourced from stylelint's
releases.
17.11.1
It fixes 2 bugs.
- Fixed:
node_modules ignore for
codeFilename paths containing a dot-prefixed directory (#9282)
(@tuhtah).
- Fixed:
declaration-block-no-redundant-longhand-properties range
for contiguous redundant longhand properties (#9273)
(@pamelalozano16).
Changelog
Sourced from stylelint's
changelog.
17.11.1 - 2026-05-14
It fixes 2 bugs.
- Fixed:
node_modules ignore for
codeFilename paths containing a dot-prefixed directory (#9282)
(@tuhtah).
- Fixed:
declaration-block-no-redundant-longhand-properties range
for contiguous redundant longhand properties (#9273)
(@pamelalozano16).
Commits
e7a3d19
Release 17.11.1 (#9290)
63c5992
Fix node_modules ignore for codeFilename paths
containing a dot-prefixed ...
8b05dab
Bump postcss from 8.5.13 to 8.5.14 in the postcss group (#9286)
2dbc0f0
Bump eslint from 10.2.1 to 10.3.0 in the eslint group (#9285)
769b772
Bump the stylelint-actions group with 5 updates (#9284)
2e68086
Refactor isPlainObject() to drop
is-plain-object dependency (#9280)
3ea54e8
Add Node.js v26 to test matrix on CI (#9279)
884b7eb
Bump fast-uri from 3.1.0 to 3.1.2 (#9277)
f3cd80c
Refactor declaration-block-no-redundant-longhand-properties
rule (#9275)
dd1e81d
Fix declaration-block-no-redundant-longhand-properties
range for contiguous...
- See full diff in compare
view
[](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 | 11 +++++------
package.json | 2 +-
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index be9de146..2b0d02f8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -106,7 +106,7 @@
"postcss": "^8.5.14",
"react-hot-loader": "^4.13.1",
"sass": "^1.99.0",
- "stylelint": "^17.11.0",
+ "stylelint": "^17.11.1",
"stylelint-config-recommended-scss": "^17.0.1",
"stylelint-scss": "^7.1.1",
"typescript": "^6.0.3",
@@ -13869,9 +13869,9 @@
}
},
"node_modules/stylelint": {
- "version": "17.11.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz",
- "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==",
+ "version": "17.11.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz",
+ "integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==",
"dev": true,
"funding": [
{
@@ -13906,13 +13906,12 @@
"html-tags": "^5.1.0",
"ignore": "^7.0.5",
"import-meta-resolve": "^4.2.0",
- "is-plain-object": "^5.0.0",
"mathml-tag-names": "^4.0.0",
"meow": "^14.1.0",
"micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
"picocolors": "^1.1.1",
- "postcss": "^8.5.13",
+ "postcss": "^8.5.14",
"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 8d43f514..555a4090 100644
--- a/package.json
+++ b/package.json
@@ -140,7 +140,7 @@
"postcss": "^8.5.14",
"react-hot-loader": "^4.13.1",
"sass": "^1.99.0",
- "stylelint": "^17.11.0",
+ "stylelint": "^17.11.1",
"stylelint-config-recommended-scss": "^17.0.1",
"stylelint-scss": "^7.1.1",
"typescript": "^6.0.3",