Skip to content

Commit

Permalink
chore(deps): update dependency stylelint to v16.12.0 (#1456)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 8a6f6bd commit 44dbbc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
},
"devDependencies": {
"stylelint": "16.11.0",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1"
}
}
12 changes: 6 additions & 6 deletions test-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8935,10 +8935,10 @@ stylelint-config-standard@36.0.1:
dependencies:
stylelint-config-recommended "^14.0.1"

stylelint@16.11.0:
version "16.11.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.11.0.tgz#7eb653b007dc0b4366dc3aa7bfa94ced0c52f087"
integrity sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw==
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"
Expand Down Expand Up @@ -8976,7 +8976,7 @@ stylelint@16.11.0:
string-width "^4.2.3"
supports-hyperlinks "^3.1.0"
svg-tags "^1.0.0"
table "^6.8.2"
table "^6.9.0"
write-file-atomic "^5.0.1"

sucrase@^3.35.0:
Expand Down Expand Up @@ -9081,7 +9081,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.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 44dbbc2

Please sign in to comment.