Skip to content

Commit

Permalink
Update dependency stylelint-no-unsupported-browser-features to v8 (#832)
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 Jan 6, 2024
1 parent 5afcf89 commit 92cd841
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"postcss-watch-folder": "2.0.0",
"stylelint": "16.1.0",
"stylelint-config-recommended": "14.0.0",
"stylelint-no-unsupported-browser-features": "7.0.0",
"stylelint-no-unsupported-browser-features": "8.0.0",
"svg-symbol-sprite": "1.4.1",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
Expand Down
29 changes: 17 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3261,10 +3261,10 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

doiuse@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/doiuse/-/doiuse-6.0.1.tgz#04b54083d57e4c0aa431674e93005947102bae49"
integrity sha512-xRwMxafO8nD8zg6lfvNQ6XWxVlLCxXsEsoEqL0nDI1kRFDOEeMH9W+MUeP7W1Pmdfqq9Aq52w5YFz6LaJfmVIA==
doiuse@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/doiuse/-/doiuse-6.0.2.tgz#0161e68a0bbc9525d3cebdfcbe5adb90023793e2"
integrity sha512-eBTs23NOX+EAYPr4RbCR6J4DRW/TML3uMo37y0X1whlkersDYFCk9HmCl09KX98cis22VKsV1QaxfVNauJ3NBw==
dependencies:
browserslist "^4.21.5"
caniuse-lite "^1.0.30001487"
Expand Down Expand Up @@ -5524,6 +5524,11 @@ lodash.merge@^4.6.2:
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==

lodash.pick@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
integrity sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==

lodash.truncate@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
Expand Down Expand Up @@ -6925,7 +6930,7 @@ postcss@^7.0.17, postcss@^7.0.2:
picocolors "^0.2.1"
source-map "^0.6.1"

postcss@^8.3.0, postcss@^8.4.16, postcss@^8.4.21:
postcss@^8.3.0, postcss@^8.4.21:
version "8.4.21"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
Expand Down Expand Up @@ -8134,14 +8139,14 @@ [email protected]:
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-14.0.0.tgz#b395c7014838d2aaca1755eebd914d0bb5274994"
integrity sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==

stylelint-no-unsupported-browser-features@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-7.0.0.tgz#91834a0f285da7f91116515d79c4b03531ba5d44"
integrity sha512-O5VYlBhr+lpJ6jeTJSy+SMbHJhW5h5EJxsoicYcTi/07m45V/CF1mQidwRQLjv8y9BFQMpioWz60O89IkmbaNw==
stylelint-no-unsupported-browser-features@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-8.0.0.tgz#6ba3a52787beff1e681c165548bdc215f10f3b94"
integrity sha512-XrXaizW90HdswC+2V1XJXsvNrMUt/bk8OJ7ZDn3nKZzE5NAd4rmAIo/igKuGzHA2a6vx5FplhD5VOqSLYDPnYg==
dependencies:
doiuse "^6.0.1"
lodash "^4.17.15"
postcss "^8.4.16"
doiuse "^6.0.2"
lodash.pick "^4.4.0"
postcss "^8.4.32"

[email protected]:
version "16.1.0"
Expand Down

0 comments on commit 92cd841

Please sign in to comment.