Skip to content

Commit

Permalink
Update dependency stylelint to v16.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 8f21a20 commit bbe2520
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"postcss-modules": "6.0.1",
"postcss-preset-env": "10.1.1",
"postcss-reporter": "7.1.0",
"stylelint": "16.11.0",
"stylelint": "16.12.0",
"stylelint-config-sass-guidelines": "12.1.0",
"tailwindcss": "3.4.16"
},
Expand Down
48 changes: 46 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6780,7 +6780,51 @@ stylelint-scss@^6.2.1:
postcss-selector-parser "^7.0.0"
postcss-value-parser "^4.2.0"

stylelint@16.11.0, stylelint@^16.8.2:
stylelint@16.12.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.12.0.tgz#13532dcbaed21348da0e9e0fb9a4e1e7f6dab2b8"
integrity sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg==
dependencies:
"@csstools/css-parser-algorithms" "^3.0.4"
"@csstools/css-tokenizer" "^3.0.3"
"@csstools/media-query-list-parser" "^4.0.2"
"@csstools/selector-specificity" "^5.0.0"
"@dual-bundle/import-meta-resolve" "^4.1.0"
balanced-match "^2.0.0"
colord "^2.9.3"
cosmiconfig "^9.0.0"
css-functions-list "^3.2.3"
css-tree "^3.0.1"
debug "^4.3.7"
fast-glob "^3.3.2"
fastest-levenshtein "^1.0.16"
file-entry-cache "^9.1.0"
global-modules "^2.0.0"
globby "^11.1.0"
globjoin "^0.1.4"
html-tags "^3.3.1"
ignore "^6.0.2"
imurmurhash "^0.1.4"
is-plain-object "^5.0.0"
known-css-properties "^0.35.0"
mathml-tag-names "^2.1.3"
meow "^13.2.0"
micromatch "^4.0.8"
normalize-path "^3.0.0"
picocolors "^1.1.1"
postcss "^8.4.49"
postcss-resolve-nested-selector "^0.1.6"
postcss-safe-parser "^7.0.1"
postcss-selector-parser "^7.0.0"
postcss-value-parser "^4.2.0"
resolve-from "^5.0.0"
string-width "^4.2.3"
supports-hyperlinks "^3.1.0"
svg-tags "^1.0.0"
table "^6.9.0"
write-file-atomic "^5.0.1"

stylelint@^16.8.2:
version "16.11.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.11.0.tgz#7eb653b007dc0b4366dc3aa7bfa94ced0c52f087"
integrity sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw==
Expand Down Expand Up @@ -6899,7 +6943,7 @@ symbol-tree@^3.2.4:
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==

table@^6.8.2:
table@^6.8.2, table@^6.9.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/table/-/table-6.9.0.tgz#50040afa6264141c7566b3b81d4d82c47a8668f5"
integrity sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==
Expand Down

0 comments on commit bbe2520

Please sign in to comment.