build(deps-dev): bump stylelint from 16.23.1 to 16.24.0

Bumps [stylelint](https://github.com/stylelint/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)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/55335/head
dependabot[bot] 2025-09-28 22:13:13 +07:00 committed by GitHub
parent 4cb45f4878
commit 73d0c0069f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated

@ -144,7 +144,7 @@
"regextras": "^0.8.0",
"sass": "^1.93.0",
"sinon": "<= 5.0.7",
"stylelint": "^16.23.1",
"stylelint": "^16.24.0",
"stylelint-use-logical": "^2.1.2",
"tar": "^7.5.1",
"ts-node": "^10.9.2",
@ -23594,9 +23594,9 @@
}
},
"node_modules/stylelint": {
"version": "16.23.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.23.1.tgz",
"integrity": "sha512-dNvDTsKV1U2YtiUDfe9d2gp902veFeo3ecCWdGlmLm2WFrAV0+L5LoOj/qHSBABQwMsZPJwfC4bf39mQm1S5zw==",
"version": "16.24.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.24.0.tgz",
"integrity": "sha512-7ksgz3zJaSbTUGr/ujMXvLVKdDhLbGl3R/3arNudH7z88+XZZGNLMTepsY28WlnvEFcuOmUe7fg40Q3lfhOfSQ==",
"dev": true,
"funding": [
{
@ -23608,7 +23608,6 @@
"url": "https://github.com/sponsors/stylelint"
}
],
"license": "MIT",
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.5",
"@csstools/css-tokenizer": "^3.0.4",
@ -23623,7 +23622,7 @@
"debug": "^4.4.1",
"fast-glob": "^3.3.3",
"fastest-levenshtein": "^1.0.16",
"file-entry-cache": "^10.1.3",
"file-entry-cache": "^10.1.4",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",

@ -175,7 +175,7 @@
"regextras": "^0.8.0",
"sass": "^1.93.0",
"sinon": "<= 5.0.7",
"stylelint": "^16.23.1",
"stylelint": "^16.24.0",
"stylelint-use-logical": "^2.1.2",
"tar": "^7.5.1",
"ts-node": "^10.9.2",