Skip to content

Commit 0b04848

Browse files
Update eslint
1 parent 858e4fd commit 0b04848

File tree

1 file changed

+97
-27
lines changed

1 file changed

+97
-27
lines changed

yarn.lock

Lines changed: 97 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,10 +1273,10 @@
12731273
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz#0b17ec8a70b2385827d52314c1253160a0b9bacc"
12741274
integrity sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==
12751275

1276-
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.4.1":
1277-
version "4.5.1"
1278-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
1279-
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
1276+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.5.0", "@eslint-community/eslint-utils@^4.7.0":
1277+
version "4.7.0"
1278+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1279+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
12801280
dependencies:
12811281
eslint-visitor-keys "^3.4.3"
12821282

@@ -1294,13 +1294,6 @@
12941294
dependencies:
12951295
eslint-visitor-keys "^3.4.3"
12961296

1297-
"@eslint-community/eslint-utils@^4.7.0":
1298-
version "4.7.0"
1299-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1300-
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1301-
dependencies:
1302-
eslint-visitor-keys "^3.4.3"
1303-
13041297
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0":
13051298
version "4.12.1"
13061299
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -2393,6 +2386,15 @@
23932386
"@typescript-eslint/types" "^8.34.0"
23942387
debug "^4.3.4"
23952388

2389+
"@typescript-eslint/[email protected]":
2390+
version "8.34.1"
2391+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
2392+
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
2393+
dependencies:
2394+
"@typescript-eslint/tsconfig-utils" "^8.34.1"
2395+
"@typescript-eslint/types" "^8.34.1"
2396+
debug "^4.3.4"
2397+
23962398
"@typescript-eslint/[email protected]":
23972399
version "8.34.0"
23982400
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
@@ -2401,11 +2403,24 @@
24012403
"@typescript-eslint/types" "8.34.0"
24022404
"@typescript-eslint/visitor-keys" "8.34.0"
24032405

2406+
"@typescript-eslint/[email protected]":
2407+
version "8.34.1"
2408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
2409+
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
2410+
dependencies:
2411+
"@typescript-eslint/types" "8.34.1"
2412+
"@typescript-eslint/visitor-keys" "8.34.1"
2413+
24042414
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.0":
24052415
version "8.34.0"
24062416
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
24072417
integrity sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==
24082418

2419+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.1":
2420+
version "8.34.1"
2421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
2422+
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
2423+
24092424
"@typescript-eslint/[email protected]":
24102425
version "8.34.0"
24112426
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz#03e7eb3776129dfd751ba1cac0c6ea4b0fab5ec6"
@@ -2421,6 +2436,11 @@
24212436
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
24222437
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
24232438

2439+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.34.1":
2440+
version "8.34.1"
2441+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
2442+
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
2443+
24242444
"@typescript-eslint/[email protected]":
24252445
version "8.34.0"
24262446
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
@@ -2437,6 +2457,22 @@
24372457
semver "^7.6.0"
24382458
ts-api-utils "^2.1.0"
24392459

2460+
"@typescript-eslint/[email protected]":
2461+
version "8.34.1"
2462+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
2463+
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
2464+
dependencies:
2465+
"@typescript-eslint/project-service" "8.34.1"
2466+
"@typescript-eslint/tsconfig-utils" "8.34.1"
2467+
"@typescript-eslint/types" "8.34.1"
2468+
"@typescript-eslint/visitor-keys" "8.34.1"
2469+
debug "^4.3.4"
2470+
fast-glob "^3.3.2"
2471+
is-glob "^4.0.3"
2472+
minimatch "^9.0.4"
2473+
semver "^7.6.0"
2474+
ts-api-utils "^2.1.0"
2475+
24402476
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.32.1":
24412477
version "8.34.0"
24422478
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
@@ -2447,6 +2483,16 @@
24472483
"@typescript-eslint/types" "8.34.0"
24482484
"@typescript-eslint/typescript-estree" "8.34.0"
24492485

2486+
"@typescript-eslint/utils@^8.26.1":
2487+
version "8.34.1"
2488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
2489+
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
2490+
dependencies:
2491+
"@eslint-community/eslint-utils" "^4.7.0"
2492+
"@typescript-eslint/scope-manager" "8.34.1"
2493+
"@typescript-eslint/types" "8.34.1"
2494+
"@typescript-eslint/typescript-estree" "8.34.1"
2495+
24502496
"@typescript-eslint/[email protected]":
24512497
version "8.34.0"
24522498
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
@@ -2455,6 +2501,14 @@
24552501
"@typescript-eslint/types" "8.34.0"
24562502
eslint-visitor-keys "^4.2.0"
24572503

2504+
"@typescript-eslint/[email protected]":
2505+
version "8.34.1"
2506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
2507+
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
2508+
dependencies:
2509+
"@typescript-eslint/types" "8.34.1"
2510+
eslint-visitor-keys "^4.2.1"
2511+
24582512
"@ungap/structured-clone@^1.2.0":
24592513
version "1.2.0"
24602514
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2830,9 +2884,9 @@ brace-expansion@^1.1.7:
28302884
concat-map "0.0.1"
28312885

28322886
brace-expansion@^2.0.1:
2833-
version "2.0.1"
2834-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2835-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2887+
version "2.0.2"
2888+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
2889+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
28362890
dependencies:
28372891
balanced-match "^1.0.0"
28382892

@@ -3911,23 +3965,25 @@ eslint-plugin-import@^2.25.4:
39113965
tsconfig-paths "^3.15.0"
39123966

39133967
eslint-plugin-matrix-org@^2.0.1:
3914-
version "2.1.0"
3915-
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-2.1.0.tgz#9053726119f107154f5210665c2f84219425c190"
3916-
integrity sha512-YjVQ0qunzVV34tpUchLWhOrOalGfRLm0tclS4dPYnXS8Ui+p12o/YtRHt+26Mg5tJ0QH76HsGC0LJKLVLNoqfg==
3968+
version "2.2.1"
3969+
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-2.2.1.tgz#97304c0c1f74c200bf461f69bef76ac2c742cf96"
3970+
integrity sha512-TiNxZ/O/QZCfaeYG5OcL96dPV2A4qvt06+I4z/YjLBCtvb9aRSuUV8Kvrgb7FJha0TyB9V4p3LPDhfMni8N9LQ==
39173971

39183972
eslint-plugin-n@^17.12.0:
3919-
version "17.16.2"
3920-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.2.tgz#042eae252b1f4201c77596fc28ee9a391dc07c83"
3921-
integrity sha512-iQM5Oj+9o0KaeLoObJC/uxNGpktZCkYiTTBo8PkRWq3HwNcRxwpvSDFjBhQ5+HLJzBTy+CLDC5+bw0Z5GyhlOQ==
3973+
version "17.20.0"
3974+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.20.0.tgz#000a7a39675d737824d704ae77b626c257b318ef"
3975+
integrity sha512-IRSoatgB/NQJZG5EeTbv/iAx1byOGdbbyhQrNvWdCfTnmPxUT0ao9/eGOeG7ljD8wJBsxwE8f6tES5Db0FRKEw==
39223976
dependencies:
3923-
"@eslint-community/eslint-utils" "^4.4.1"
3977+
"@eslint-community/eslint-utils" "^4.5.0"
3978+
"@typescript-eslint/utils" "^8.26.1"
39243979
enhanced-resolve "^5.17.1"
39253980
eslint-plugin-es-x "^7.8.0"
39263981
get-tsconfig "^4.8.1"
39273982
globals "^15.11.0"
39283983
ignore "^5.3.2"
39293984
minimatch "^9.0.5"
39303985
semver "^7.6.3"
3986+
ts-declaration-location "^1.0.6"
39313987

39323988
eslint-plugin-unicorn@^56.0.0:
39333989
version "56.0.1"
@@ -4408,13 +4464,20 @@ get-symbol-description@^1.0.2:
44084464
es-errors "^1.3.0"
44094465
get-intrinsic "^1.2.4"
44104466

4411-
get-tsconfig@^4.7.5, get-tsconfig@^4.8.1:
4467+
get-tsconfig@^4.7.5:
44124468
version "4.10.0"
44134469
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.10.0.tgz#403a682b373a823612475a4c2928c7326fc0f6bb"
44144470
integrity sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==
44154471
dependencies:
44164472
resolve-pkg-maps "^1.0.0"
44174473

4474+
get-tsconfig@^4.8.1:
4475+
version "4.10.1"
4476+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz#d34c1c01f47d65a606c37aa7a177bc3e56ab4b2e"
4477+
integrity sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==
4478+
dependencies:
4479+
resolve-pkg-maps "^1.0.0"
4480+
44184481
44194482
version "0.0.0"
44204483
resolved "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce"
@@ -6681,12 +6744,12 @@ semver@^7.1.1, semver@^7.3.2:
66816744
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
66826745
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
66836746

6684-
semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3:
6747+
semver@^7.3.5, semver@^7.3.8, semver@^7.5.3:
66856748
version "7.7.1"
66866749
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
66876750
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
66886751

6689-
semver@^7.5.2, semver@^7.6.0:
6752+
semver@^7.5.2, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
66906753
version "7.7.2"
66916754
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
66926755
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
@@ -7089,9 +7152,9 @@ supports-preserve-symlinks-flag@^1.0.0:
70897152
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
70907153

70917154
tapable@^2.2.0:
7092-
version "2.2.1"
7093-
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
7094-
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
7155+
version "2.2.2"
7156+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.2.tgz#ab4984340d30cb9989a490032f086dbb8b56d872"
7157+
integrity sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==
70957158

70967159
tar-fs@^2.0.0:
70977160
version "2.1.3"
@@ -7202,6 +7265,13 @@ ts-api-utils@^2.1.0:
72027265
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
72037266
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
72047267

7268+
ts-declaration-location@^1.0.6:
7269+
version "1.0.7"
7270+
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz#d4068fe9975828b3b453b3ab112b4711d8267688"
7271+
integrity sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==
7272+
dependencies:
7273+
picomatch "^4.0.2"
7274+
72057275
tsconfig-paths@^3.15.0:
72067276
version "3.15.0"
72077277
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)