Skip to content

Commit 02a9ce1

Browse files
Update dependency stylelint to v16.10.0
1 parent c05c429 commit 02a9ce1

File tree

1 file changed

+60
-48
lines changed

1 file changed

+60
-48
lines changed

yarn.lock

Lines changed: 60 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,15 @@
5050
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
5151
chokidar "^3.6.0"
5252

53-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7":
53+
"@babel/code-frame@^7.0.0":
54+
version "7.25.7"
55+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
56+
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
57+
dependencies:
58+
"@babel/highlight" "^7.25.7"
59+
picocolors "^1.0.0"
60+
61+
"@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7":
5462
version "7.24.7"
5563
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
5664
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
@@ -300,12 +308,12 @@
300308
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
301309
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
302310

303-
"@babel/helper-validator-identifier@^7.24.5", "@babel/helper-validator-identifier@^7.24.7":
311+
"@babel/helper-validator-identifier@^7.24.5":
304312
version "7.24.7"
305313
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
306314
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
307315

308-
"@babel/helper-validator-identifier@^7.25.7":
316+
"@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.25.7":
309317
version "7.25.7"
310318
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
311319
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
@@ -332,12 +340,12 @@
332340
"@babel/template" "^7.25.0"
333341
"@babel/types" "^7.25.6"
334342

335-
"@babel/highlight@^7.24.7":
336-
version "7.24.7"
337-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
338-
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
343+
"@babel/highlight@^7.24.7", "@babel/highlight@^7.25.7":
344+
version "7.25.7"
345+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
346+
integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==
339347
dependencies:
340-
"@babel/helper-validator-identifier" "^7.24.7"
348+
"@babel/helper-validator-identifier" "^7.25.7"
341349
chalk "^2.4.2"
342350
js-tokens "^4.0.0"
343351
picocolors "^1.0.0"
@@ -1324,14 +1332,14 @@
13241332
"@csstools/css-calc" "^2.0.1"
13251333

13261334
"@csstools/css-parser-algorithms@^3.0.1":
1327-
version "3.0.1"
1328-
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.1.tgz#f14ade63bae5f6025ac85c7d03fe47a7ca0e58af"
1329-
integrity sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==
1335+
version "3.0.2"
1336+
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.2.tgz#be03c710a60b34f95ea62e332c9ca0c2674f6d5f"
1337+
integrity sha512-6tC/MnlEvs5suR4Ahef4YlBccJDHZuxGsAlxXmybWjZ5jPxlzLSMlRZ9mVHSRvlD+CmtE7+hJ+UQbfXrws/rUQ==
13301338

13311339
"@csstools/css-tokenizer@^3.0.1":
1332-
version "3.0.1"
1333-
resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.1.tgz#9dd9b10084f3011290f96789598091e5bcb3c29a"
1334-
integrity sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==
1340+
version "3.0.2"
1341+
resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.2.tgz#1c1d7298f6a7b3db94afe53d949b9a7d6a8ebc57"
1342+
integrity sha512-IuTRcD53WHsXPCZ6W7ubfGqReTJ9Ra0yRRFmXYP/Re8hFYYfoIYIK4080X5luslVLWimhIeFq0hj09urVMQzTw==
13351343

13361344
"@csstools/media-query-list-parser@^3.0.1":
13371345
version "3.0.1"
@@ -4912,10 +4920,10 @@ css-declaration-sorter@^7.2.0:
49124920
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz#6dec1c9523bc4a643e088aab8f09e67a54961024"
49134921
integrity sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==
49144922

4915-
css-functions-list@^3.2.2:
4916-
version "3.2.2"
4917-
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.2.tgz#9a54c6dd8416ed25c1079cd88234e927526c1922"
4918-
integrity sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==
4923+
css-functions-list@^3.2.3:
4924+
version "3.2.3"
4925+
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.3.tgz#95652b0c24f0f59b291a9fc386041a19d4f40dbe"
4926+
integrity sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==
49194927

49204928
css-has-pseudo@^7.0.0:
49214929
version "7.0.0"
@@ -5174,7 +5182,7 @@ debug@2.6.9:
51745182
dependencies:
51755183
ms "2.0.0"
51765184

5177-
debug@4, debug@^4.1.0, debug@^4.3.1, debug@~4.3.6:
5185+
debug@4, debug@^4.1.0, debug@^4.3.1, debug@^4.3.7, debug@~4.3.6:
51785186
version "4.3.7"
51795187
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
51805188
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
@@ -5188,7 +5196,7 @@ debug@^3.2.7:
51885196
dependencies:
51895197
ms "^2.1.1"
51905198

5191-
debug@^4.1.1, debug@^4.3.4, debug@^4.3.6:
5199+
debug@^4.1.1, debug@^4.3.4:
51925200
version "4.3.6"
51935201
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
51945202
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
@@ -6272,9 +6280,9 @@ fast-levenshtein@^2.0.6:
62726280
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
62736281

62746282
fast-uri@^3.0.1:
6275-
version "3.0.1"
6276-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
6277-
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
6283+
version "3.0.3"
6284+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.3.tgz#892a1c91802d5d7860de728f18608a0573142241"
6285+
integrity sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==
62786286

62796287
fastest-levenshtein@1.0.16, fastest-levenshtein@^1.0.12, fastest-levenshtein@^1.0.16:
62806288
version "1.0.16"
@@ -6342,7 +6350,7 @@ file-entry-cache@^6.0.1:
63426350
dependencies:
63436351
flat-cache "^3.0.4"
63446352

6345-
file-entry-cache@^9.0.0:
6353+
file-entry-cache@^9.1.0:
63466354
version "9.1.0"
63476355
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-9.1.0.tgz#2e66ad98ce93f49aed1b178c57b0b5741591e075"
63486356
integrity sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==
@@ -7055,7 +7063,7 @@ ieee754@^1.1.12, ieee754@^1.2.1:
70557063
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
70567064
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
70577065

7058-
ignore@^5.2.0, ignore@^5.3.1, ignore@^5.3.2:
7066+
ignore@^5.2.0, ignore@^5.3.1:
70597067
version "5.3.2"
70607068
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
70617069
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -7065,6 +7073,11 @@ ignore@^5.2.4:
70657073
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
70667074
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
70677075

7076+
ignore@^6.0.2:
7077+
version "6.0.2"
7078+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-6.0.2.tgz#77cccb72a55796af1b6d2f9eb14fa326d24f4283"
7079+
integrity sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==
7080+
70687081
immediate@~3.0.5:
70697082
version "3.0.6"
70707083
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
@@ -9322,7 +9335,7 @@ pbf@^3.2.1:
93229335
ieee754 "^1.1.12"
93239336
resolve-protobuf-schema "^2.1.0"
93249337

9325-
picocolors@^1.0.0, picocolors@^1.0.1:
9338+
picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0:
93269339
version "1.1.0"
93279340
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
93289341
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
@@ -9947,10 +9960,10 @@ postcss-resolve-nested-selector@^0.1.6:
99479960
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz#3d84dec809f34de020372c41b039956966896686"
99489961
integrity sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==
99499962

9950-
postcss-safe-parser@^7.0.0:
9951-
version "7.0.0"
9952-
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-7.0.0.tgz#6273d4e5149e286db5a45bc6cf6eafcad464014a"
9953-
integrity sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==
9963+
postcss-safe-parser@^7.0.1:
9964+
version "7.0.1"
9965+
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz#36e4f7e608111a0ca940fd9712ce034718c40ec0"
9966+
integrity sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==
99549967

99559968
postcss-scss@^4.0.4:
99569969
version "4.0.9"
@@ -10031,14 +10044,14 @@ postcss@^8.3.11, postcss@^8.4.33, postcss@^8.4.38:
1003110044
picocolors "^1.0.1"
1003210045
source-map-js "^1.2.0"
1003310046

10034-
postcss@^8.4.41:
10035-
version "8.4.44"
10036-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.44.tgz#d56834ef6508610ba224bb22b2457b2169ed0480"
10037-
integrity sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==
10047+
postcss@^8.4.47:
10048+
version "8.4.47"
10049+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
10050+
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
1003810051
dependencies:
1003910052
nanoid "^3.3.7"
10040-
picocolors "^1.0.1"
10041-
source-map-js "^1.2.0"
10053+
picocolors "^1.1.0"
10054+
source-map-js "^1.2.1"
1004210055

1004310056
posthog-js@1.157.2:
1004410057
version "1.157.2"
@@ -11030,7 +11043,7 @@ sockjs@^0.3.24:
1103011043
uuid "^8.3.2"
1103111044
websocket-driver "^0.7.4"
1103211045

11033-
source-map-js@^1.0.1:
11046+
source-map-js@^1.0.1, source-map-js@^1.2.1:
1103411047
version "1.2.1"
1103511048
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
1103611049
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
@@ -11357,9 +11370,9 @@ stylelint-scss@^6.0.0:
1135711370
postcss-value-parser "^4.2.0"
1135811371

1135911372
stylelint@^16.1.0:
11360-
version "16.9.0"
11361-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.9.0.tgz#81615c0608b9dc645486e08e35c6c9206e1ba132"
11362-
integrity sha512-31Nm3WjxGOBGpQqF43o3wO9L5AC36TPIe6030Lnm13H3vDMTcS21DrLh69bMX+DBilKqMMVLian4iG6ybBoNRQ==
11373+
version "16.10.0"
11374+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.10.0.tgz#452b42a5d82f2ad910954eb2ba2b3a2ec583cd75"
11375+
integrity sha512-z/8X2rZ52dt2c0stVwI9QL2AFJhLhbPkyfpDFcizs200V/g7v+UYY6SNcB9hKOLcDDX/yGLDsY/pX08sLkz9xQ==
1136311376
dependencies:
1136411377
"@csstools/css-parser-algorithms" "^3.0.1"
1136511378
"@csstools/css-tokenizer" "^3.0.1"
@@ -11369,17 +11382,17 @@ stylelint@^16.1.0:
1136911382
balanced-match "^2.0.0"
1137011383
colord "^2.9.3"
1137111384
cosmiconfig "^9.0.0"
11372-
css-functions-list "^3.2.2"
11373-
css-tree "^2.3.1"
11374-
debug "^4.3.6"
11385+
css-functions-list "^3.2.3"
11386+
css-tree "^3.0.0"
11387+
debug "^4.3.7"
1137511388
fast-glob "^3.3.2"
1137611389
fastest-levenshtein "^1.0.16"
11377-
file-entry-cache "^9.0.0"
11390+
file-entry-cache "^9.1.0"
1137811391
global-modules "^2.0.0"
1137911392
globby "^11.1.0"
1138011393
globjoin "^0.1.4"
1138111394
html-tags "^3.3.1"
11382-
ignore "^5.3.2"
11395+
ignore "^6.0.2"
1138311396
imurmurhash "^0.1.4"
1138411397
is-plain-object "^5.0.0"
1138511398
known-css-properties "^0.34.0"
@@ -11388,14 +11401,13 @@ stylelint@^16.1.0:
1138811401
micromatch "^4.0.8"
1138911402
normalize-path "^3.0.0"
1139011403
picocolors "^1.0.1"
11391-
postcss "^8.4.41"
11404+
postcss "^8.4.47"
1139211405
postcss-resolve-nested-selector "^0.1.6"
11393-
postcss-safe-parser "^7.0.0"
11406+
postcss-safe-parser "^7.0.1"
1139411407
postcss-selector-parser "^6.1.2"
1139511408
postcss-value-parser "^4.2.0"
1139611409
resolve-from "^5.0.0"
1139711410
string-width "^4.2.3"
11398-
strip-ansi "^7.1.0"
1139911411
supports-hyperlinks "^3.1.0"
1140011412
svg-tags "^1.0.0"
1140111413
table "^6.8.2"

0 commit comments

Comments
 (0)