Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 49760ba

Browse files
Update dependency stylelint to v16.24.0 (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc9253e commit 49760ba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postversion": "git push --tags && git push origin main && yarn publish ."
2525
},
2626
"dependencies": {
27-
"stylelint": "16.23.1",
27+
"stylelint": "16.24.0",
2828
"stylelint-config-recess-order": "7.3.0",
2929
"stylelint-config-standard": "39.0.0",
3030
"stylelint-order": "7.0.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ fastq@^1.6.0:
238238
dependencies:
239239
reusify "^1.0.4"
240240

241-
file-entry-cache@^10.1.3:
241+
file-entry-cache@^10.1.4:
242242
version "10.1.4"
243243
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-10.1.4.tgz#1e81441517dc33ba5fe14421d96dc5fe7e37e820"
244244
integrity sha512-5XRUFc0WTtUbjfGzEwXc42tiGxQHBmtbUG1h9L2apu4SulCGN3Hqm//9D6FAolf8MYNL7f/YlJl9vy08pj5JuA==
@@ -654,10 +654,10 @@ [email protected]:
654654
postcss "^8.5.3"
655655
postcss-sorting "^9.1.0"
656656

657-
stylelint@16.23.1:
658-
version "16.23.1"
659-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.23.1.tgz#e5f5ee173adf989db0855b825e66f9ccdde3c78a"
660-
integrity sha512-dNvDTsKV1U2YtiUDfe9d2gp902veFeo3ecCWdGlmLm2WFrAV0+L5LoOj/qHSBABQwMsZPJwfC4bf39mQm1S5zw==
657+
stylelint@16.24.0:
658+
version "16.24.0"
659+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.24.0.tgz#a436920636732b496a55665997f2804d1d63b5b6"
660+
integrity sha512-7ksgz3zJaSbTUGr/ujMXvLVKdDhLbGl3R/3arNudH7z88+XZZGNLMTepsY28WlnvEFcuOmUe7fg40Q3lfhOfSQ==
661661
dependencies:
662662
"@csstools/css-parser-algorithms" "^3.0.5"
663663
"@csstools/css-tokenizer" "^3.0.4"
@@ -672,7 +672,7 @@ [email protected]:
672672
debug "^4.4.1"
673673
fast-glob "^3.3.3"
674674
fastest-levenshtein "^1.0.16"
675-
file-entry-cache "^10.1.3"
675+
file-entry-cache "^10.1.4"
676676
global-modules "^2.0.0"
677677
globby "^11.1.0"
678678
globjoin "^0.1.4"

0 commit comments

Comments
 (0)