aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-10-01 20:29:16 +0200
committerGravatar GitHub <noreply@github.com> 2025-10-01 20:29:16 +0200
commitbb7a20094b5314e6ab57b8525c25f56505f1ff25 (patch)
tree35fa6f98891fec0aed7aec97505cbe92e48dc469 /package.json
parent69974bf6a151d3837d57026acad2e9649c67264e (diff)
Bump the stylelint group with 2 updates (#8044)
Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss). Updates `stylelint` from 16.23.1 to 16.24.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.23.1...16.24.0) Updates `stylelint-config-recommended-scss` from 16.0.0 to 16.0.2 - [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v16.0.0...v16.0.2) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stylelint - dependency-name: stylelint-config-recommended-scss dependency-version: 16.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: stylelint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9aba5ddd9..2aa253078 100644
--- a/package.json
+++ b/package.json
@@ -41,8 +41,8 @@
"neostandard": "^0.12.2",
"rtlcss": "^4.3.0",
"sass": "^1.93.2",
- "stylelint": "^16.23.1",
- "stylelint-config-recommended-scss": "^16.0.0",
+ "stylelint": "^16.24.0",
+ "stylelint-config-recommended-scss": "^16.0.2",
"stylelint-order": "^7.0.0",
"@stylistic/stylelint-plugin": "^4.0.0"
},