Skip to content

Commit 24ba8de

Browse files
Update all non-major dependencies (#901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52e95a0 commit 24ba8de

File tree

2 files changed

+52
-40
lines changed

2 files changed

+52
-40
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"critical": "7.2.1",
5555
"css-loader": "7.1.2",
5656
"cssnano": "7.0.7",
57-
"eslint": "9.27.0",
57+
"eslint": "9.28.0",
5858
"eslint-config-recommended": "4.1.0",
5959
"eslint-plugin-compat": "6.0.2",
6060
"mini-css-extract-plugin": "2.9.2",
@@ -77,7 +77,7 @@
7777
"postcss-url": "10.1.3",
7878
"postcss-utilities": "0.8.4",
7979
"postcss-watch-folder": "2.0.0",
80-
"stylelint": "16.19.1",
80+
"stylelint": "16.20.0",
8181
"stylelint-config-recommended": "16.0.0",
8282
"stylelint-no-unsupported-browser-features": "8.0.4",
8383
"svg-symbol-sprite": "1.5.2",

yarn.lock

Lines changed: 50 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,10 +1075,10 @@
10751075
minimatch "^3.1.2"
10761076
strip-json-comments "^3.1.1"
10771077

1078-
"@eslint/js@9.27.0":
1079-
version "9.27.0"
1080-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.27.0.tgz#181a23460877c484f6dd03890f4e3fa2fdeb8ff0"
1081-
integrity sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==
1078+
"@eslint/js@9.28.0":
1079+
version "9.28.0"
1080+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
1081+
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
10821082

10831083
"@eslint/object-schema@^2.1.6":
10841084
version "2.1.6"
@@ -2192,13 +2192,13 @@ cacheable-request@^7.0.2:
21922192
normalize-url "^6.0.1"
21932193
responselike "^2.0.0"
21942194

2195-
cacheable@^1.8.9:
2196-
version "1.8.10"
2197-
resolved "https://registry.yarnpkg.com/cacheable/-/cacheable-1.8.10.tgz#c1b36260240d812912a6d3503da3a6e00166f75c"
2198-
integrity sha512-0ZnbicB/N2R6uziva8l6O6BieBklArWyiGx4GkwAhLKhSHyQtRfM9T1nx7HHuHDKkYB/efJQhz3QJ6x/YqoZzA==
2195+
cacheable@^1.9.0:
2196+
version "1.9.0"
2197+
resolved "https://registry.yarnpkg.com/cacheable/-/cacheable-1.9.0.tgz#57e3565c311d66371eeb5f2070b6615d43b89711"
2198+
integrity sha512-8D5htMCxPDUULux9gFzv30f04Xo3wCnik0oOxKoRTPIBoqA7HtOcJ87uBhQTs3jCfZZTrUBGsYIZOgE0ZRgMAg==
21992199
dependencies:
2200-
hookified "^1.8.1"
2201-
keyv "^5.3.2"
2200+
hookified "^1.8.2"
2201+
keyv "^5.3.3"
22022202

22032203
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
22042204
version "1.0.2"
@@ -2934,6 +2934,13 @@ debug@^3.2.7:
29342934
dependencies:
29352935
ms "^2.1.1"
29362936

2937+
debug@^4.4.1:
2938+
version "4.4.1"
2939+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
2940+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
2941+
dependencies:
2942+
ms "^2.1.3"
2943+
29372944
debug@~4.3.1, debug@~4.3.2, debug@~4.3.4:
29382945
version "4.3.7"
29392946
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
@@ -3606,18 +3613,18 @@ eslint-visitor-keys@^4.2.0:
36063613
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
36073614
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
36083615

3609-
eslint@9.27.0:
3610-
version "9.27.0"
3611-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.27.0.tgz#a587d3cd5b844b68df7898944323a702afe38979"
3612-
integrity sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==
3616+
eslint@9.28.0:
3617+
version "9.28.0"
3618+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.28.0.tgz#b0bcbe82a16945a40906924bea75e8b4980ced7d"
3619+
integrity sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==
36133620
dependencies:
36143621
"@eslint-community/eslint-utils" "^4.2.0"
36153622
"@eslint-community/regexpp" "^4.12.1"
36163623
"@eslint/config-array" "^0.20.0"
36173624
"@eslint/config-helpers" "^0.2.1"
36183625
"@eslint/core" "^0.14.0"
36193626
"@eslint/eslintrc" "^3.3.1"
3620-
"@eslint/js" "9.27.0"
3627+
"@eslint/js" "9.28.0"
36213628
"@eslint/plugin-kit" "^0.3.1"
36223629
"@humanfs/node" "^0.16.6"
36233630
"@humanwhocodes/module-importer" "^1.0.1"
@@ -3868,12 +3875,12 @@ figures@^3.0.0:
38683875
dependencies:
38693876
escape-string-regexp "^1.0.5"
38703877

3871-
file-entry-cache@^10.0.8:
3872-
version "10.0.8"
3873-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-10.0.8.tgz#2b7a32c40615c4a6b59c385fb059a2762faf9624"
3874-
integrity sha512-FGXHpfmI4XyzbLd3HQ8cbUcsFGohJpZtmQRHr8z8FxxtCe2PcpgIlVLwIgunqjvRmXypBETvwhV4ptJizA+Y1Q==
3878+
file-entry-cache@^10.1.0:
3879+
version "10.1.0"
3880+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-10.1.0.tgz#54c0117fe76425e9f08a44a3a08bedde0cd93fe8"
3881+
integrity sha512-Et/ex6smi3wOOB+n5mek+Grf7P2AxZR5ueqRUvAAn4qkyatXi3cUC1cuQXVkX0VlzBVsN4BkWJFmY/fYiRTdww==
38753882
dependencies:
3876-
flat-cache "^6.1.8"
3883+
flat-cache "^6.1.9"
38773884

38783885
file-entry-cache@^5.0.1:
38793886
version "5.0.1"
@@ -3961,14 +3968,14 @@ flat-cache@^4.0.0:
39613968
flatted "^3.2.9"
39623969
keyv "^4.5.4"
39633970

3964-
flat-cache@^6.1.8:
3965-
version "6.1.8"
3966-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-6.1.8.tgz#968fb89b19df488fe60f346857ffc54b8dd0ba14"
3967-
integrity sha512-R6MaD3nrJAtO7C3QOuS79ficm2pEAy++TgEUD8ii1LVlbcgZ9DtASLkt9B+RZSFCzm7QHDMlXPsqqB6W2Pfr1Q==
3971+
flat-cache@^6.1.9:
3972+
version "6.1.9"
3973+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-6.1.9.tgz#6f512c4ab81c2057577fdb30c2f64022d43db2e7"
3974+
integrity sha512-DUqiKkTlAfhtl7g78IuwqYM+YqvT+as0mY+EVk6mfimy19U79pJCzDZQsnqk3Ou/T6hFXWLGbwbADzD/c8Tydg==
39683975
dependencies:
3969-
cacheable "^1.8.9"
3976+
cacheable "^1.9.0"
39703977
flatted "^3.3.3"
3971-
hookified "^1.8.1"
3978+
hookified "^1.8.2"
39723979

39733980
flat@^5.0.2:
39743981
version "5.0.2"
@@ -4484,10 +4491,10 @@ hasown@^2.0.2:
44844491
dependencies:
44854492
function-bind "^1.1.2"
44864493

4487-
hookified@^1.8.1:
4488-
version "1.8.2"
4489-
resolved "https://registry.yarnpkg.com/hookified/-/hookified-1.8.2.tgz#b365a89dfce3da43e790673a6a97d3b896ae5fa7"
4490-
integrity sha512-5nZbBNP44sFCDjSoB//0N7m508APCgbQ4mGGo1KJGBYyCKNHfry1Pvd0JVHZIxjdnqn8nFRBAN/eFB6Rk/4w5w==
4494+
hookified@^1.8.2:
4495+
version "1.9.0"
4496+
resolved "https://registry.yarnpkg.com/hookified/-/hookified-1.9.0.tgz#271211f61c63b3a68a8ead9d9fddd72b5806c004"
4497+
integrity sha512-2yEEGqphImtKIe1NXWEhu6yD3hlFR4Mxk4Mtp3XEyScpSt4pQ4ymmXA1zzxZpj99QkFK+nN0nzjeb2+RUi/6CQ==
44914498

44924499
hosted-git-info@^2.1.4:
44934500
version "2.8.9"
@@ -4649,6 +4656,11 @@ ignore@^7.0.3:
46494656
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
46504657
integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==
46514658

4659+
ignore@^7.0.4:
4660+
version "7.0.5"
4661+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
4662+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
4663+
46524664
immutable@^3:
46534665
version "3.8.2"
46544666
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
@@ -5292,7 +5304,7 @@ keyv@^4.0.0, keyv@^4.5.3, keyv@^4.5.4:
52925304
dependencies:
52935305
json-buffer "3.0.1"
52945306

5295-
keyv@^5.3.2:
5307+
keyv@^5.3.3:
52965308
version "5.3.3"
52975309
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.3.3.tgz#ec2d723fbd7b908de5ee7f56b769d46dbbeaf8ba"
52985310
integrity sha512-Rwu4+nXI9fqcxiEHtbkvoes2X+QfkTRo1TMkPfwzipGsJlJO/z69vqB4FNl9xJ3xCpAcbkvmEabZfPzrwN3+gQ==
@@ -8048,10 +8060,10 @@ stylelint-no-unsupported-browser-features@8.0.4:
80488060
doiuse "^6.0.5"
80498061
postcss "^8.4.32"
80508062

8051-
stylelint@16.19.1:
8052-
version "16.19.1"
8053-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.19.1.tgz#486b95fa7518a3077ee2802bc6dda2174bc097bb"
8054-
integrity sha512-C1SlPZNMKl+d/C867ZdCRthrS+6KuZ3AoGW113RZCOL0M8xOGpgx7G70wq7lFvqvm4dcfdGFVLB/mNaLFChRKw==
8063+
stylelint@16.20.0:
8064+
version "16.20.0"
8065+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.20.0.tgz#ec9eeddd49c20bbc397473505e63ad22f1639228"
8066+
integrity sha512-B5Myu9WRxrgKuLs3YyUXLP2H0mrbejwNxPmyADlACWwFsrL8Bmor/nTSh4OMae5sHjOz6gkSeccQH34gM4/nAw==
80558067
dependencies:
80568068
"@csstools/css-parser-algorithms" "^3.0.4"
80578069
"@csstools/css-tokenizer" "^3.0.3"
@@ -8063,15 +8075,15 @@ stylelint@16.19.1:
80638075
cosmiconfig "^9.0.0"
80648076
css-functions-list "^3.2.3"
80658077
css-tree "^3.1.0"
8066-
debug "^4.3.7"
8078+
debug "^4.4.1"
80678079
fast-glob "^3.3.3"
80688080
fastest-levenshtein "^1.0.16"
8069-
file-entry-cache "^10.0.8"
8081+
file-entry-cache "^10.1.0"
80708082
global-modules "^2.0.0"
80718083
globby "^11.1.0"
80728084
globjoin "^0.1.4"
80738085
html-tags "^3.3.1"
8074-
ignore "^7.0.3"
8086+
ignore "^7.0.4"
80758087
imurmurhash "^0.1.4"
80768088
is-plain-object "^5.0.0"
80778089
known-css-properties "^0.36.0"

0 commit comments

Comments
 (0)