From f5b7eccf5220549e86538bbabfe65041dd4b2f51 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 3 Jul 2025 13:38:18 +0000
Subject: [PATCH] chore(deps-dev): Bump stylelint from 16.21.0 to 16.21.1
(#1252)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.21.0
to 16.21.1.
Release notes
Sourced from stylelint's
releases.
16.21.1
It fixes 3 bugs.
- Fixed: unexpected change of syntax in computed
EditInfo
(#8638)
(@romainmenke).
- Fixed:
function-linear-gradient-no-nonstandard-direction false
positives for CSS variables' names containing a direction substring (#8643)
(@Solomon-mithra).
- Fixed:
media-feature-range-notation autofix for exact
values (#8651)
(@romainmenke).
Changelog
Sourced from stylelint's
changelog.
16.21.1 - 2025-07-03
It fixes 3 bugs.
- Fixed: unexpected change of syntax in computed
EditInfo
(#8638)
(@romainmenke).
- Fixed:
function-linear-gradient-no-nonstandard-direction false
positives for CSS variables' names containing a direction substring (#8643)
(@Solomon-mithra).
- Fixed:
media-feature-range-notation autofix for exact
values (#8651)
(@romainmenke).
Commits
883249a
16.21.1
e68ff10
Prepare 16.21.1 (#8640)
3ad2c44
Fix media-feature-range-notation autofix for exact values
(#8651)
58b162d
Document config, plugin and formatter packages on npm (#8650)
a0b4a8d
Fix function-linear-gradient-no-nonstandard-direction false
positives for C...
3a47448
Bump the jest group across 1 directory with 3 updates (#8634)
1a19d6a
Bump rollup from 4.44.0 to 4.44.1 (#8644)
f6958a8
Bump prettier from 3.5.3 to 3.6.2 (#8645)
395ae69
Bump eslint from 9.29.0 to 9.30.0 in the eslint group (#8646)
ce56d5d
Fix unexpected change of syntax in computed EditInfo (#8638)
- Additional commits viewable 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 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 | 11 +++++------
package.json | 2 +-
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 44517488..e2444d7d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -106,7 +106,7 @@
"postcss": "^8.5.6",
"react-hot-loader": "^4.13.1",
"sass": "^1.89.2",
- "stylelint": "^16.21.0",
+ "stylelint": "^16.21.1",
"stylelint-config-recommended-scss": "^15.0.1",
"stylelint-scss": "^6.12.1",
"typescript": "^5.8.3",
@@ -12049,9 +12049,9 @@
}
},
"node_modules/stylelint": {
- "version": "16.21.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.0.tgz",
- "integrity": "sha512-ki3PpJGG7xhm3WtINoWGnlvqAmbqSexoRMbEMJzlwewSIOqPRKPlq452c22xAdEJISVi80r+I7KL9GPUiwFgbg==",
+ "version": "16.21.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.1.tgz",
+ "integrity": "sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==",
"dev": true,
"funding": [
{
@@ -12063,7 +12063,6 @@
"url": "https://github.com/sponsors/stylelint"
}
],
- "license": "MIT",
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.5",
"@csstools/css-tokenizer": "^3.0.4",
@@ -12092,7 +12091,7 @@
"micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
"picocolors": "^1.1.1",
- "postcss": "^8.5.5",
+ "postcss": "^8.5.6",
"postcss-resolve-nested-selector": "^0.1.6",
"postcss-safe-parser": "^7.0.1",
"postcss-selector-parser": "^7.1.0",
diff --git a/package.json b/package.json
index ec9804d7..921c9987 100644
--- a/package.json
+++ b/package.json
@@ -137,7 +137,7 @@
"postcss": "^8.5.6",
"react-hot-loader": "^4.13.1",
"sass": "^1.89.2",
- "stylelint": "^16.21.0",
+ "stylelint": "^16.21.1",
"stylelint-config-recommended-scss": "^15.0.1",
"stylelint-scss": "^6.12.1",
"typescript": "^5.8.3",