Skip to content

Commit bcaad4c

Browse files
Update dependency stylelint-no-unsupported-browser-features to v8 (#2494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4b4f1d commit bcaad4c

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"stylelint": "16.3.1",
112112
"stylelint-config-recommended": "14.0.0",
113113
"stylelint-config-standard-scss": "12.0.0",
114-
"stylelint-no-unsupported-browser-features": "7.0.0",
114+
"stylelint-no-unsupported-browser-features": "8.0.1",
115115
"stylelint-scss": "6.2.1",
116116
"svgo": "3.2.0",
117117
"svgo-add-viewbox": "3.0.0",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3812,7 +3812,7 @@ doctrine@^3.0.0:
38123812
dependencies:
38133813
esutils "^2.0.2"
38143814

3815-
doiuse@^6.0.1:
3815+
doiuse@^6.0.2:
38163816
version "6.0.2"
38173817
resolved "https://registry.yarnpkg.com/doiuse/-/doiuse-6.0.2.tgz#0161e68a0bbc9525d3cebdfcbe5adb90023793e2"
38183818
integrity sha512-eBTs23NOX+EAYPr4RbCR6J4DRW/TML3uMo37y0X1whlkersDYFCk9HmCl09KX98cis22VKsV1QaxfVNauJ3NBw==
@@ -7533,7 +7533,7 @@ postcss-value-parser@^4.2.0:
75337533
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
75347534
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
75357535

7536-
[email protected], postcss@^8.4.38:
7536+
[email protected], postcss@^8.4.32, postcss@^8.4.38:
75377537
version "8.4.38"
75387538
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
75397539
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
@@ -7542,7 +7542,7 @@ [email protected], postcss@^8.4.38:
75427542
picocolors "^1.0.0"
75437543
source-map-js "^1.2.0"
75447544

7545-
postcss@^8.1.4, postcss@^8.4.16, postcss@^8.4.21:
7545+
postcss@^8.1.4, postcss@^8.4.21:
75467546
version "8.4.31"
75477547
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
75487548
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
@@ -8800,14 +8800,13 @@ stylelint-config-standard@^35.0.0:
88008800
dependencies:
88018801
stylelint-config-recommended "^14.0.0"
88028802

8803-
stylelint-no-unsupported-browser-features@7.0.0:
8804-
version "7.0.0"
8805-
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-7.0.0.tgz#91834a0f285da7f91116515d79c4b03531ba5d44"
8806-
integrity sha512-O5VYlBhr+lpJ6jeTJSy+SMbHJhW5h5EJxsoicYcTi/07m45V/CF1mQidwRQLjv8y9BFQMpioWz60O89IkmbaNw==
8803+
stylelint-no-unsupported-browser-features@8.0.1:
8804+
version "8.0.1"
8805+
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-8.0.1.tgz#a372ff4056a40a85f3c89b96af6ecbb80bf47783"
8806+
integrity sha512-tc8Xn5DaqJhxTmbA4H8gZbYdAz027NfuSZv5+cVieQb7BtBrF/1/iKYdpcGwXPl3GtqkQrisiXuGqKkKnzWcLw==
88078807
dependencies:
8808-
doiuse "^6.0.1"
8809-
lodash "^4.17.15"
8810-
postcss "^8.4.16"
8808+
doiuse "^6.0.2"
8809+
postcss "^8.4.32"
88118810

88128811
88138812
version "6.2.1"

0 commit comments

Comments
 (0)