Skip to content

Commit 2e9bddc

Browse files
chore(deps-dev): bump stylelint from 16.8.2 to 16.9.0 in the npm group (#833)
Bumps the npm group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.8.2 to 16.9.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.8.2...16.9.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3f837f commit 2e9bddc

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"lintfix": "stylelint --fix assets/**/*.scss"
66
},
77
"devDependencies": {
8-
"stylelint": "16.8.2",
8+
"stylelint": "16.9.0",
99
"stylelint-config-recess-order": "5.1.0",
1010
"stylelint-config-recommended-scss": "14.1.0",
1111
"stylelint-scss": "6.5.1"

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@csstools/css-parser-algorithms@^3.0.0":
26+
"@csstools/css-parser-algorithms@^3.0.1":
2727
version "3.0.1"
2828
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.1.tgz#f14ade63bae5f6025ac85c7d03fe47a7ca0e58af"
2929
integrity sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==
3030

31-
"@csstools/css-tokenizer@^3.0.0":
31+
"@csstools/css-tokenizer@^3.0.1":
3232
version "3.0.1"
3333
resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.1.tgz#9dd9b10084f3011290f96789598091e5bcb3c29a"
3434
integrity sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==
3535

36-
"@csstools/media-query-list-parser@^3.0.0":
36+
"@csstools/media-query-list-parser@^3.0.1":
3737
version "3.0.1"
3838
resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.1.tgz#9474e08e6d7767cf68c56bf1581b59d203360cb0"
3939
integrity sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==
@@ -481,7 +481,7 @@ merge2@^1.3.0, merge2@^1.4.1:
481481
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
482482
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
483483

484-
micromatch@^4.0.4, micromatch@^4.0.7:
484+
micromatch@^4.0.4, micromatch@^4.0.8:
485485
version "4.0.8"
486486
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
487487
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -707,14 +707,14 @@ stylelint-scss@6.5.1, stylelint-scss@^6.4.0:
707707
postcss-selector-parser "^6.1.1"
708708
postcss-value-parser "^4.2.0"
709709

710-
stylelint@16.8.2:
711-
version "16.8.2"
712-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.8.2.tgz#7fda18b919a36e206e897417d4720baceb3af122"
713-
integrity sha512-fInKATippQhcSm7AB+T32GpI+626yohrg33GkFT/5jzliUw5qhlwZq2UQQwgl3HsHrf09oeARi0ZwgY/UWEv9A==
710+
stylelint@16.9.0:
711+
version "16.9.0"
712+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.9.0.tgz#81615c0608b9dc645486e08e35c6c9206e1ba132"
713+
integrity sha512-31Nm3WjxGOBGpQqF43o3wO9L5AC36TPIe6030Lnm13H3vDMTcS21DrLh69bMX+DBilKqMMVLian4iG6ybBoNRQ==
714714
dependencies:
715-
"@csstools/css-parser-algorithms" "^3.0.0"
716-
"@csstools/css-tokenizer" "^3.0.0"
717-
"@csstools/media-query-list-parser" "^3.0.0"
715+
"@csstools/css-parser-algorithms" "^3.0.1"
716+
"@csstools/css-tokenizer" "^3.0.1"
717+
"@csstools/media-query-list-parser" "^3.0.1"
718718
"@csstools/selector-specificity" "^4.0.0"
719719
"@dual-bundle/import-meta-resolve" "^4.1.0"
720720
balanced-match "^2.0.0"
@@ -736,7 +736,7 @@ stylelint@16.8.2:
736736
known-css-properties "^0.34.0"
737737
mathml-tag-names "^2.1.3"
738738
meow "^13.2.0"
739-
micromatch "^4.0.7"
739+
micromatch "^4.0.8"
740740
normalize-path "^3.0.0"
741741
picocolors "^1.0.1"
742742
postcss "^8.4.41"
@@ -747,7 +747,7 @@ stylelint@16.8.2:
747747
resolve-from "^5.0.0"
748748
string-width "^4.2.3"
749749
strip-ansi "^7.1.0"
750-
supports-hyperlinks "^3.0.0"
750+
supports-hyperlinks "^3.1.0"
751751
svg-tags "^1.0.0"
752752
table "^6.8.2"
753753
write-file-atomic "^5.0.1"
@@ -766,10 +766,10 @@ supports-color@^7.0.0:
766766
dependencies:
767767
has-flag "^4.0.0"
768768

769-
supports-hyperlinks@^3.0.0:
770-
version "3.0.0"
771-
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz#c711352a5c89070779b4dad54c05a2f14b15c94b"
772-
integrity sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==
769+
supports-hyperlinks@^3.1.0:
770+
version "3.1.0"
771+
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz#b56150ff0173baacc15f21956450b61f2b18d3ac"
772+
integrity sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==
773773
dependencies:
774774
has-flag "^4.0.0"
775775
supports-color "^7.0.0"

0 commit comments

Comments
 (0)