Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 0e93ee9

Browse files
committed
chore(deps): update typescript-eslint monorepo to v8.3.0
1 parent a67404f commit 0e93ee9

File tree

2 files changed

+55
-84
lines changed

2 files changed

+55
-84
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@types/react-dom": "18.3.0",
1818
"@types/webpack": "5.28.5",
1919
"@types/webpack-dev-server": "4.7.2",
20-
"@typescript-eslint/eslint-plugin": "8.2.0",
21-
"@typescript-eslint/parser": "8.2.0",
20+
"@typescript-eslint/eslint-plugin": "8.3.0",
21+
"@typescript-eslint/parser": "8.3.0",
2222
"eslint": "8.57.0",
2323
"eslint-config-prettier": "9.1.0",
2424
"eslint-plugin-import": "2.29.1",

yarn.lock

Lines changed: 53 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -508,85 +508,85 @@
508508
dependencies:
509509
"@types/yargs-parser" "*"
510510

511-
"@typescript-eslint/eslint-plugin@8.2.0":
512-
version "8.2.0"
513-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.2.0.tgz#bf50e9c8dac6bdf15dd1b52ca29448550903558e"
514-
integrity sha512-02tJIs655em7fvt9gps/+4k4OsKULYGtLBPJfOsmOq1+3cdClYiF0+d6mHu6qDnTcg88wJBkcPLpQhq7FyDz0A==
511+
"@typescript-eslint/eslint-plugin@8.3.0":
512+
version "8.3.0"
513+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.0.tgz#726627fad16d41d20539637efee8c2329fe6be32"
514+
integrity sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==
515515
dependencies:
516516
"@eslint-community/regexpp" "^4.10.0"
517-
"@typescript-eslint/scope-manager" "8.2.0"
518-
"@typescript-eslint/type-utils" "8.2.0"
519-
"@typescript-eslint/utils" "8.2.0"
520-
"@typescript-eslint/visitor-keys" "8.2.0"
517+
"@typescript-eslint/scope-manager" "8.3.0"
518+
"@typescript-eslint/type-utils" "8.3.0"
519+
"@typescript-eslint/utils" "8.3.0"
520+
"@typescript-eslint/visitor-keys" "8.3.0"
521521
graphemer "^1.4.0"
522522
ignore "^5.3.1"
523523
natural-compare "^1.4.0"
524524
ts-api-utils "^1.3.0"
525525

526-
"@typescript-eslint/parser@8.2.0":
527-
version "8.2.0"
528-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.2.0.tgz#de3993304feb98576d9ffbf10c83ca1bcb68a5dd"
529-
integrity sha512-j3Di+o0lHgPrb7FxL3fdEy6LJ/j2NE8u+AP/5cQ9SKb+JLH6V6UHDqJ+e0hXBkHP1wn1YDFjYCS9LBQsZDlDEg==
526+
"@typescript-eslint/parser@8.3.0":
527+
version "8.3.0"
528+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.3.0.tgz#3c72c32bc909cb91ce3569e7d11d729ad84deafa"
529+
integrity sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==
530530
dependencies:
531-
"@typescript-eslint/scope-manager" "8.2.0"
532-
"@typescript-eslint/types" "8.2.0"
533-
"@typescript-eslint/typescript-estree" "8.2.0"
534-
"@typescript-eslint/visitor-keys" "8.2.0"
531+
"@typescript-eslint/scope-manager" "8.3.0"
532+
"@typescript-eslint/types" "8.3.0"
533+
"@typescript-eslint/typescript-estree" "8.3.0"
534+
"@typescript-eslint/visitor-keys" "8.3.0"
535535
debug "^4.3.4"
536536

537-
"@typescript-eslint/scope-manager@8.2.0":
538-
version "8.2.0"
539-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.2.0.tgz#4a4bd7e7df5522acc8795c3b6f21e8c41b951138"
540-
integrity sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==
537+
"@typescript-eslint/scope-manager@8.3.0":
538+
version "8.3.0"
539+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
540+
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
541541
dependencies:
542-
"@typescript-eslint/types" "8.2.0"
543-
"@typescript-eslint/visitor-keys" "8.2.0"
542+
"@typescript-eslint/types" "8.3.0"
543+
"@typescript-eslint/visitor-keys" "8.3.0"
544544

545-
"@typescript-eslint/type-utils@8.2.0":
546-
version "8.2.0"
547-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.2.0.tgz#5cd7fef50f492e5a0f508bdd40678861a57c3549"
548-
integrity sha512-g1CfXGFMQdT5S+0PSO0fvGXUaiSkl73U1n9LTK5aRAFnPlJ8dLKkXr4AaLFvPedW8lVDoMgLLE3JN98ZZfsj0w==
545+
"@typescript-eslint/type-utils@8.3.0":
546+
version "8.3.0"
547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.3.0.tgz#c1ae6af8c21a27254321016b052af67ddb44a9ac"
548+
integrity sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==
549549
dependencies:
550-
"@typescript-eslint/typescript-estree" "8.2.0"
551-
"@typescript-eslint/utils" "8.2.0"
550+
"@typescript-eslint/typescript-estree" "8.3.0"
551+
"@typescript-eslint/utils" "8.3.0"
552552
debug "^4.3.4"
553553
ts-api-utils "^1.3.0"
554554

555-
"@typescript-eslint/types@8.2.0":
556-
version "8.2.0"
557-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.2.0.tgz#dfe9895a2812f7c6bf7af863054c22a67060420c"
558-
integrity sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==
555+
"@typescript-eslint/types@8.3.0":
556+
version "8.3.0"
557+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
558+
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
559559

560-
"@typescript-eslint/typescript-estree@8.2.0":
561-
version "8.2.0"
562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.2.0.tgz#fbdb93a1c7ac7f1f96ae2de4fc97cd64c60ae894"
563-
integrity sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==
560+
"@typescript-eslint/typescript-estree@8.3.0":
561+
version "8.3.0"
562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
563+
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
564564
dependencies:
565-
"@typescript-eslint/types" "8.2.0"
566-
"@typescript-eslint/visitor-keys" "8.2.0"
565+
"@typescript-eslint/types" "8.3.0"
566+
"@typescript-eslint/visitor-keys" "8.3.0"
567567
debug "^4.3.4"
568-
globby "^11.1.0"
568+
fast-glob "^3.3.2"
569569
is-glob "^4.0.3"
570570
minimatch "^9.0.4"
571571
semver "^7.6.0"
572572
ts-api-utils "^1.3.0"
573573

574-
"@typescript-eslint/utils@8.2.0":
575-
version "8.2.0"
576-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.2.0.tgz#02d442285925f28d520587185f295f932702e733"
577-
integrity sha512-O46eaYKDlV3TvAVDNcoDzd5N550ckSe8G4phko++OCSC1dYIb9LTc3HDGYdWqWIAT5qDUKphO6sd9RrpIJJPfg==
574+
"@typescript-eslint/utils@8.3.0":
575+
version "8.3.0"
576+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
577+
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
578578
dependencies:
579579
"@eslint-community/eslint-utils" "^4.4.0"
580-
"@typescript-eslint/scope-manager" "8.2.0"
581-
"@typescript-eslint/types" "8.2.0"
582-
"@typescript-eslint/typescript-estree" "8.2.0"
580+
"@typescript-eslint/scope-manager" "8.3.0"
581+
"@typescript-eslint/types" "8.3.0"
582+
"@typescript-eslint/typescript-estree" "8.3.0"
583583

584-
"@typescript-eslint/visitor-keys@8.2.0":
585-
version "8.2.0"
586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.2.0.tgz#f6abb3b6508898a117175ddc11f9b9869cc96834"
587-
integrity sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==
584+
"@typescript-eslint/visitor-keys@8.3.0":
585+
version "8.3.0"
586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
587+
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
588588
dependencies:
589-
"@typescript-eslint/types" "8.2.0"
589+
"@typescript-eslint/types" "8.3.0"
590590
eslint-visitor-keys "^3.4.3"
591591

592592
"@ungap/structured-clone@^1.2.0":
@@ -886,11 +886,6 @@ array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
886886
get-intrinsic "^1.2.4"
887887
is-string "^1.0.7"
888888

889-
array-union@^2.1.0:
890-
version "2.1.0"
891-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
892-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
893-
894889
array.prototype.findlast@^1.2.5:
895890
version "1.2.5"
896891
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
@@ -1426,13 +1421,6 @@ diff@^4.0.1:
14261421
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
14271422
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
14281423

1429-
dir-glob@^3.0.1:
1430-
version "3.0.1"
1431-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1432-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1433-
dependencies:
1434-
path-type "^4.0.0"
1435-
14361424
dns-packet@^5.2.2:
14371425
version "5.6.1"
14381426
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.6.1.tgz#ae888ad425a9d1478a0674256ab866de1012cf2f"
@@ -1967,7 +1955,7 @@ fast-diff@^1.1.2:
19671955
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
19681956
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
19691957

1970-
fast-glob@^3.2.9:
1958+
fast-glob@^3.3.2:
19711959
version "3.3.2"
19721960
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
19731961
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -2249,18 +2237,6 @@ globalthis@^1.0.3:
22492237
define-properties "^1.2.1"
22502238
gopd "^1.0.1"
22512239

2252-
globby@^11.1.0:
2253-
version "11.1.0"
2254-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2255-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2256-
dependencies:
2257-
array-union "^2.1.0"
2258-
dir-glob "^3.0.1"
2259-
fast-glob "^3.2.9"
2260-
ignore "^5.2.0"
2261-
merge2 "^1.4.1"
2262-
slash "^3.0.0"
2263-
22642240
gopd@^1.0.1:
22652241
version "1.0.1"
22662242
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -3004,7 +2980,7 @@ merge-stream@^2.0.0:
30042980
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
30052981
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
30062982

3007-
merge2@^1.3.0, merge2@^1.4.1:
2983+
merge2@^1.3.0:
30082984
version "1.4.1"
30092985
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
30102986
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3888,11 +3864,6 @@ signal-exit@^4.0.1:
38883864
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
38893865
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
38903866

3891-
slash@^3.0.0:
3892-
version "3.0.0"
3893-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
3894-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
3895-
38963867
sockjs@^0.3.24:
38973868
version "0.3.24"
38983869
resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce"

0 commit comments

Comments
 (0)