Skip to content

Commit 61d573c

Browse files
Update all non-major dependencies
1 parent 7c858d3 commit 61d573c

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

.github/workflows/build_macos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# M1 macos-14 comes without Python preinstalled
5959
- uses: actions/setup-python@v5
6060
with:
61-
python-version: "3.12"
61+
python-version: "3.13"
6262

6363
- uses: actions/setup-node@v4
6464
with:

yarn.lock

+25-27
Original file line numberDiff line numberDiff line change
@@ -1225,10 +1225,10 @@
12251225
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz#c8e119a30a7c8d60b9d2e22d2073722dde3b710b"
12261226
integrity sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==
12271227

1228-
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.4.1":
1229-
version "4.4.1"
1230-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
1231-
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
1228+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.4.1":
1229+
version "4.5.1"
1230+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
1231+
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
12321232
dependencies:
12331233
eslint-visitor-keys "^3.4.3"
12341234

@@ -1239,6 +1239,13 @@
12391239
dependencies:
12401240
eslint-visitor-keys "^3.3.0"
12411241

1242+
"@eslint-community/eslint-utils@^4.4.0":
1243+
version "4.4.1"
1244+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
1245+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
1246+
dependencies:
1247+
eslint-visitor-keys "^3.4.3"
1248+
12421249
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0":
12431250
version "4.12.1"
12441251
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -2380,7 +2387,7 @@
23802387
semver "^7.6.0"
23812388
ts-api-utils "^2.0.1"
23822389

2383-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.21.0":
2390+
"@typescript-eslint/[email protected]":
23842391
version "8.26.0"
23852392
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
23862393
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
@@ -3802,9 +3809,9 @@ eslint-config-google@^0.14.0:
38023809
integrity sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==
38033810

38043811
eslint-config-prettier@^10.0.0:
3805-
version "10.0.2"
3806-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz#47444de8aa104ce82c2f91ad2a5e96b62c01e20d"
3807-
integrity sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==
3812+
version "10.1.1"
3813+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz#cf0ff6e5c4e7e15f129f1f1ce2a5ecba92dec132"
3814+
integrity sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==
38083815

38093816
eslint-import-resolver-node@^0.3.9:
38103817
version "0.3.9"
@@ -3862,20 +3869,18 @@ eslint-plugin-matrix-org@^2.0.1:
38623869
integrity sha512-YjVQ0qunzVV34tpUchLWhOrOalGfRLm0tclS4dPYnXS8Ui+p12o/YtRHt+26Mg5tJ0QH76HsGC0LJKLVLNoqfg==
38633870

38643871
eslint-plugin-n@^17.12.0:
3865-
version "17.16.1"
3866-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.1.tgz#57b2805983db30624e4f1196da17b7baa2cdd217"
3867-
integrity sha512-/7FVAwjUrix9P5lycnsYRIQRwFo/DZROD+ZXWLpE+/EZWLyuLvyFaRdAPYJSz+nlAdZIZp+LAzlBerQSVYUNFg==
3872+
version "17.16.2"
3873+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.2.tgz#042eae252b1f4201c77596fc28ee9a391dc07c83"
3874+
integrity sha512-iQM5Oj+9o0KaeLoObJC/uxNGpktZCkYiTTBo8PkRWq3HwNcRxwpvSDFjBhQ5+HLJzBTy+CLDC5+bw0Z5GyhlOQ==
38683875
dependencies:
38693876
"@eslint-community/eslint-utils" "^4.4.1"
3870-
"@typescript-eslint/utils" "^8.21.0"
38713877
enhanced-resolve "^5.17.1"
38723878
eslint-plugin-es-x "^7.8.0"
38733879
get-tsconfig "^4.8.1"
38743880
globals "^15.11.0"
38753881
ignore "^5.3.2"
38763882
minimatch "^9.0.5"
38773883
semver "^7.6.3"
3878-
ts-declaration-location "^1.0.5"
38793884

38803885
eslint-plugin-unicorn@^56.0.0:
38813886
version "56.0.1"
@@ -5185,9 +5190,9 @@ keyv@^4.0.0, keyv@^4.5.3:
51855190
json-buffer "3.0.1"
51865191

51875192
knip@^5.0.0:
5188-
version "5.45.0"
5189-
resolved "https://registry.yarnpkg.com/knip/-/knip-5.45.0.tgz#18eda62ffca7ec9cbee7732470b8415ae29e2d8f"
5190-
integrity sha512-OUyO9FUEVCM6/j0gl+PP/LDeJEs4hIdE8n4vK4xrtjN1g3Qu4Ws1oexbWTCJ+8xt8Tgse4Yvhx96OqF/UVl3Ug==
5193+
version "5.46.0"
5194+
resolved "https://registry.yarnpkg.com/knip/-/knip-5.46.0.tgz#8444881f9382901b4022775ba99e2df4de1df991"
5195+
integrity sha512-WedHSK5xNBWYgm64Rt5B9b0CVXL2kRBcyCeet3NHgdv9en3QE4AWSDPEiX48NoPUBW3h//9S0VwLF5MG/MPi3g==
51915196
dependencies:
51925197
"@nodelib/fs.walk" "3.0.1"
51935198
"@snyk/github-codeowners" "1.1.0"
@@ -5237,9 +5242,9 @@ lines-and-columns@^1.1.6:
52375242
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
52385243

52395244
lint-staged@^15.2.10:
5240-
version "15.4.3"
5241-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.4.3.tgz#e73587cc857f580c99f907abefe9ac8d8d5e74c1"
5242-
integrity sha512-FoH1vOeouNh1pw+90S+cnuoFwRfUD9ijY2GKy5h7HS3OR7JVir2N2xrsa0+Twc1B7cW72L+88geG5cW4wIhn7g==
5245+
version "15.5.0"
5246+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.0.tgz#fa6464cfb06e0faf5bb167f83186e952ff6e569e"
5247+
integrity sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==
52435248
dependencies:
52445249
chalk "^5.4.1"
52455250
commander "^13.1.0"
@@ -5491,7 +5496,7 @@ min-indent@^1.0.0:
54915496
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
54925497
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
54935498

5494-
minimatch@^10.0.0, minimatch@^10.0.1:
5499+
minimatch@^10.0.0:
54955500
version "10.0.1"
54965501
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
54975502
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
@@ -7265,13 +7270,6 @@ ts-api-utils@^2.0.1:
72657270
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
72667271
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
72677272

7268-
ts-declaration-location@^1.0.5:
7269-
version "1.0.5"
7270-
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.5.tgz#96433afbf90a77ecd2391949a2cc43ffa5340de2"
7271-
integrity sha512-WqmlO9IoeYwCqJ2E9kHMcY9GZhhfLYItC3VnHDlPOrg6nNdUWS4wn4hhDZUPt60m1EvtjPIZyprTjpI992Bgzw==
7272-
dependencies:
7273-
minimatch "^10.0.1"
7274-
72757273
tsconfig-paths@^3.15.0:
72767274
version "3.15.0"
72777275
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)