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

Commit b2e3bcd

Browse files
Update dependency stylelint to v16.21.1 (#237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 462a282 commit b2e3bcd

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.21.0",
27+
"stylelint": "16.21.1",
2828
"stylelint-config-recess-order": "7.1.0",
2929
"stylelint-config-standard": "38.0.0",
3030
"stylelint-order": "7.0.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ postcss-value-parser@^4.2.0:
558558
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
559559
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
560560

561-
postcss@^8.5.3, postcss@^8.5.5:
561+
postcss@^8.5.3, postcss@^8.5.6:
562562
version "8.5.6"
563563
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
564564
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
@@ -674,10 +674,10 @@ [email protected]:
674674
postcss "^8.5.3"
675675
postcss-sorting "^9.1.0"
676676

677-
678-
version "16.21.0"
679-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.21.0.tgz#c24050d8e67621fa2c2269c082966e2c0f6a1883"
680-
integrity sha512-ki3PpJGG7xhm3WtINoWGnlvqAmbqSexoRMbEMJzlwewSIOqPRKPlq452c22xAdEJISVi80r+I7KL9GPUiwFgbg==
677+
678+
version "16.21.1"
679+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.21.1.tgz#1887cbea53c40ff2a0b3ff3912852ff16e1b696c"
680+
integrity sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==
681681
dependencies:
682682
"@csstools/css-parser-algorithms" "^3.0.5"
683683
"@csstools/css-tokenizer" "^3.0.4"
@@ -706,7 +706,7 @@ [email protected]:
706706
micromatch "^4.0.8"
707707
normalize-path "^3.0.0"
708708
picocolors "^1.1.1"
709-
postcss "^8.5.5"
709+
postcss "^8.5.6"
710710
postcss-resolve-nested-selector "^0.1.6"
711711
postcss-safe-parser "^7.0.1"
712712
postcss-selector-parser "^7.1.0"

0 commit comments

Comments
 (0)