Skip to content

Commit 453219a

Browse files
Update dependency stylelint to v16.4.0
1 parent 3aed90b commit 453219a

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"postcss-flexbugs-fixes": "5.0.2",
109109
"redux-mock-store": "1.5.4",
110110
"sass": "1.75.0",
111-
"stylelint": "16.3.1",
111+
"stylelint": "16.4.0",
112112
"stylelint-config-recommended": "14.0.0",
113113
"stylelint-config-standard-scss": "12.0.0",
114114
"stylelint-no-unsupported-browser-features": "8.0.1",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,10 +1132,10 @@
11321132
resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.9.tgz#feb4b7268f998956eb3ded69507869e73d005dda"
11331133
integrity sha512-qqGuFfbn4rUmyOB0u8CVISIp5FfJ5GAR3mBrZ9/TKndHakdnm6pY0L/fbLcpPnrzwCyyTEZl1nUcXAYHEWneTA==
11341134

1135-
"@csstools/selector-specificity@^3.0.2":
1136-
version "3.0.2"
1137-
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-3.0.2.tgz#ea61ba7bb24be3502c6aaa3190ed231f4633a81e"
1138-
integrity sha512-RpHaZ1h9LE7aALeQXmXrJkRG84ZxIsctEN2biEUmFyKpzFM3zZ35eUMcIzZFsw/2olQE6v69+esEqU2f1MKycg==
1135+
"@csstools/selector-specificity@^3.0.3":
1136+
version "3.0.3"
1137+
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-3.0.3.tgz#208a3929ee614967a1fc8cd6cb758d9fcbf0caae"
1138+
integrity sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q==
11391139

11401140
"@dual-bundle/import-meta-resolve@^4.0.0":
11411141
version "4.0.0"
@@ -3419,10 +3419,10 @@ css-declaration-sorter@^7.2.0:
34193419
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz#6dec1c9523bc4a643e088aab8f09e67a54961024"
34203420
integrity sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==
34213421

3422-
css-functions-list@^3.2.1:
3423-
version "3.2.1"
3424-
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.1.tgz#2eb205d8ce9f9ce74c5c1d7490b66b77c45ce3ea"
3425-
integrity sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==
3422+
css-functions-list@^3.2.2:
3423+
version "3.2.2"
3424+
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.2.tgz#9a54c6dd8416ed25c1079cd88234e927526c1922"
3425+
integrity sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==
34263426

34273427
css-select@^5.1.0:
34283428
version "5.1.0"
@@ -8756,20 +8756,20 @@ stylelint-scss@^6.0.0:
87568756
postcss-selector-parser "^6.0.13"
87578757
postcss-value-parser "^4.2.0"
87588758

8759-
stylelint@16.3.1:
8760-
version "16.3.1"
8761-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.3.1.tgz#006cc6cd4bd8e7b3acb1607bb8e8de85121b7847"
8762-
integrity sha512-/JOwQnBvxEKOT2RtNgGpBVXnCSMBgKOL2k7w0K52htwCyJls4+cHvc4YZgXlVoAZS9QJd2DgYAiRnja96pTgxw==
8759+
stylelint@16.4.0:
8760+
version "16.4.0"
8761+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.4.0.tgz#8811005be82ca06224bc9bc3b4cf2fce30b347ae"
8762+
integrity sha512-uSx7VMuXwLuYcNSIg+0/fFNv0WinsfLAqsVVy7h7p80clKOHiGE8pfY6UjqwylTHiJrRIahTl6a8FPxGezhWoA==
87638763
dependencies:
87648764
"@csstools/css-parser-algorithms" "^2.6.1"
87658765
"@csstools/css-tokenizer" "^2.2.4"
87668766
"@csstools/media-query-list-parser" "^2.1.9"
8767-
"@csstools/selector-specificity" "^3.0.2"
8767+
"@csstools/selector-specificity" "^3.0.3"
87688768
"@dual-bundle/import-meta-resolve" "^4.0.0"
87698769
balanced-match "^2.0.0"
87708770
colord "^2.9.3"
87718771
cosmiconfig "^9.0.0"
8772-
css-functions-list "^3.2.1"
8772+
css-functions-list "^3.2.2"
87738773
css-tree "^2.3.1"
87748774
debug "^4.3.4"
87758775
fast-glob "^3.3.2"
@@ -8798,7 +8798,7 @@ [email protected]:
87988798
strip-ansi "^7.1.0"
87998799
supports-hyperlinks "^3.0.0"
88008800
svg-tags "^1.0.0"
8801-
table "^6.8.1"
8801+
table "^6.8.2"
88028802
write-file-atomic "^5.0.1"
88038803

88048804
supports-color@^5.3.0:
@@ -8889,10 +8889,10 @@ symbol-tree@^3.2.4:
88898889
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
88908890
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
88918891

8892-
table@^6.8.1:
8893-
version "6.8.1"
8894-
resolved "https://registry.yarnpkg.com/table/-/table-6.8.1.tgz#ea2b71359fe03b017a5fbc296204471158080bdf"
8895-
integrity sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==
8892+
table@^6.8.2:
8893+
version "6.8.2"
8894+
resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58"
8895+
integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==
88968896
dependencies:
88978897
ajv "^8.0.1"
88988898
lodash.truncate "^4.4.2"

0 commit comments

Comments
 (0)