Skip to content

Commit a786bde

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent f884961 commit a786bde

2 files changed

Lines changed: 76 additions & 91 deletions

File tree

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@trivago/prettier-plugin-sort-imports": "4.3.0",
2727
"@types/react": "18.3.4",
2828
"@types/react-dom": "18.3.0",
29-
"@typescript-eslint/eslint-plugin": "6.21.0",
30-
"@typescript-eslint/parser": "6.21.0",
29+
"@typescript-eslint/eslint-plugin": "8.2.0",
30+
"@typescript-eslint/parser": "8.2.0",
3131
"@vitejs/plugin-react": "4.3.1",
3232
"eslint": "8.57.0",
3333
"eslint-config-productsway": "1.3.3",

frontend/yarn.lock

Lines changed: 74 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
dependencies:
480480
eslint-visitor-keys "^3.3.0"
481481

482-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
482+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
483483
version "4.11.0"
484484
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
485485
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
@@ -891,11 +891,6 @@
891891
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
892892
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
893893

894-
"@types/json-schema@^7.0.12":
895-
version "7.0.15"
896-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
897-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
898-
899894
"@types/json5@^0.0.29":
900895
version "0.0.29"
901896
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -939,96 +934,86 @@
939934
"@types/prop-types" "*"
940935
csstype "^3.0.2"
941936

942-
"@types/semver@^7.5.0":
943-
version "7.5.8"
944-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
945-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
946-
947-
"@typescript-eslint/eslint-plugin@6.21.0":
948-
version "6.21.0"
949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
950-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
951-
dependencies:
952-
"@eslint-community/regexpp" "^4.5.1"
953-
"@typescript-eslint/scope-manager" "6.21.0"
954-
"@typescript-eslint/type-utils" "6.21.0"
955-
"@typescript-eslint/utils" "6.21.0"
956-
"@typescript-eslint/visitor-keys" "6.21.0"
957-
debug "^4.3.4"
937+
"@typescript-eslint/eslint-plugin@8.2.0":
938+
version "8.2.0"
939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.2.0.tgz#bf50e9c8dac6bdf15dd1b52ca29448550903558e"
940+
integrity sha512-02tJIs655em7fvt9gps/+4k4OsKULYGtLBPJfOsmOq1+3cdClYiF0+d6mHu6qDnTcg88wJBkcPLpQhq7FyDz0A==
941+
dependencies:
942+
"@eslint-community/regexpp" "^4.10.0"
943+
"@typescript-eslint/scope-manager" "8.2.0"
944+
"@typescript-eslint/type-utils" "8.2.0"
945+
"@typescript-eslint/utils" "8.2.0"
946+
"@typescript-eslint/visitor-keys" "8.2.0"
958947
graphemer "^1.4.0"
959-
ignore "^5.2.4"
948+
ignore "^5.3.1"
960949
natural-compare "^1.4.0"
961-
semver "^7.5.4"
962-
ts-api-utils "^1.0.1"
963-
964-
"@typescript-eslint/parser@6.21.0":
965-
version "6.21.0"
966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
967-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
968-
dependencies:
969-
"@typescript-eslint/scope-manager" "6.21.0"
970-
"@typescript-eslint/types" "6.21.0"
971-
"@typescript-eslint/typescript-estree" "6.21.0"
972-
"@typescript-eslint/visitor-keys" "6.21.0"
950+
ts-api-utils "^1.3.0"
951+
952+
"@typescript-eslint/parser@8.2.0":
953+
version "8.2.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.2.0.tgz#de3993304feb98576d9ffbf10c83ca1bcb68a5dd"
955+
integrity sha512-j3Di+o0lHgPrb7FxL3fdEy6LJ/j2NE8u+AP/5cQ9SKb+JLH6V6UHDqJ+e0hXBkHP1wn1YDFjYCS9LBQsZDlDEg==
956+
dependencies:
957+
"@typescript-eslint/scope-manager" "8.2.0"
958+
"@typescript-eslint/types" "8.2.0"
959+
"@typescript-eslint/typescript-estree" "8.2.0"
960+
"@typescript-eslint/visitor-keys" "8.2.0"
973961
debug "^4.3.4"
974962

975-
"@typescript-eslint/scope-manager@6.21.0":
976-
version "6.21.0"
977-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
978-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
963+
"@typescript-eslint/scope-manager@8.2.0":
964+
version "8.2.0"
965+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.2.0.tgz#4a4bd7e7df5522acc8795c3b6f21e8c41b951138"
966+
integrity sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==
979967
dependencies:
980-
"@typescript-eslint/types" "6.21.0"
981-
"@typescript-eslint/visitor-keys" "6.21.0"
968+
"@typescript-eslint/types" "8.2.0"
969+
"@typescript-eslint/visitor-keys" "8.2.0"
982970

983-
"@typescript-eslint/type-utils@6.21.0":
984-
version "6.21.0"
985-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
986-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
971+
"@typescript-eslint/type-utils@8.2.0":
972+
version "8.2.0"
973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.2.0.tgz#5cd7fef50f492e5a0f508bdd40678861a57c3549"
974+
integrity sha512-g1CfXGFMQdT5S+0PSO0fvGXUaiSkl73U1n9LTK5aRAFnPlJ8dLKkXr4AaLFvPedW8lVDoMgLLE3JN98ZZfsj0w==
987975
dependencies:
988-
"@typescript-eslint/typescript-estree" "6.21.0"
989-
"@typescript-eslint/utils" "6.21.0"
976+
"@typescript-eslint/typescript-estree" "8.2.0"
977+
"@typescript-eslint/utils" "8.2.0"
990978
debug "^4.3.4"
991-
ts-api-utils "^1.0.1"
979+
ts-api-utils "^1.3.0"
992980

993-
"@typescript-eslint/types@6.21.0":
994-
version "6.21.0"
995-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
996-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
981+
"@typescript-eslint/types@8.2.0":
982+
version "8.2.0"
983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.2.0.tgz#dfe9895a2812f7c6bf7af863054c22a67060420c"
984+
integrity sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==
997985

998-
"@typescript-eslint/typescript-estree@6.21.0":
999-
version "6.21.0"
1000-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1001-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
986+
"@typescript-eslint/typescript-estree@8.2.0":
987+
version "8.2.0"
988+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.2.0.tgz#fbdb93a1c7ac7f1f96ae2de4fc97cd64c60ae894"
989+
integrity sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==
1002990
dependencies:
1003-
"@typescript-eslint/types" "6.21.0"
1004-
"@typescript-eslint/visitor-keys" "6.21.0"
991+
"@typescript-eslint/types" "8.2.0"
992+
"@typescript-eslint/visitor-keys" "8.2.0"
1005993
debug "^4.3.4"
1006994
globby "^11.1.0"
1007995
is-glob "^4.0.3"
1008-
minimatch "9.0.3"
1009-
semver "^7.5.4"
1010-
ts-api-utils "^1.0.1"
996+
minimatch "^9.0.4"
997+
semver "^7.6.0"
998+
ts-api-utils "^1.3.0"
1011999

1012-
"@typescript-eslint/utils@6.21.0":
1013-
version "6.21.0"
1014-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1015-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1000+
"@typescript-eslint/utils@8.2.0":
1001+
version "8.2.0"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.2.0.tgz#02d442285925f28d520587185f295f932702e733"
1003+
integrity sha512-O46eaYKDlV3TvAVDNcoDzd5N550ckSe8G4phko++OCSC1dYIb9LTc3HDGYdWqWIAT5qDUKphO6sd9RrpIJJPfg==
10161004
dependencies:
10171005
"@eslint-community/eslint-utils" "^4.4.0"
1018-
"@types/json-schema" "^7.0.12"
1019-
"@types/semver" "^7.5.0"
1020-
"@typescript-eslint/scope-manager" "6.21.0"
1021-
"@typescript-eslint/types" "6.21.0"
1022-
"@typescript-eslint/typescript-estree" "6.21.0"
1023-
semver "^7.5.4"
1024-
1025-
"@typescript-eslint/visitor-keys@6.21.0":
1026-
version "6.21.0"
1027-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1028-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1029-
dependencies:
1030-
"@typescript-eslint/types" "6.21.0"
1031-
eslint-visitor-keys "^3.4.1"
1006+
"@typescript-eslint/scope-manager" "8.2.0"
1007+
"@typescript-eslint/types" "8.2.0"
1008+
"@typescript-eslint/typescript-estree" "8.2.0"
1009+
1010+
"@typescript-eslint/visitor-keys@8.2.0":
1011+
version "8.2.0"
1012+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.2.0.tgz#f6abb3b6508898a117175ddc11f9b9869cc96834"
1013+
integrity sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==
1014+
dependencies:
1015+
"@typescript-eslint/types" "8.2.0"
1016+
eslint-visitor-keys "^3.4.3"
10321017

10331018
"@ungap/structured-clone@^1.2.0":
10341019
version "1.2.0"
@@ -2224,7 +2209,7 @@ ieee754@^1.2.1:
22242209
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
22252210
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
22262211

2227-
ignore@^5.2.0, ignore@^5.2.4:
2212+
ignore@^5.2.0, ignore@^5.3.1:
22282213
version "5.3.2"
22292214
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
22302215
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -2622,20 +2607,20 @@ micromatch@^4.0.4:
26222607
braces "^3.0.3"
26232608
picomatch "^2.3.1"
26242609

2625-
minimatch@9.0.3:
2626-
version "9.0.3"
2627-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2628-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2629-
dependencies:
2630-
brace-expansion "^2.0.1"
2631-
26322610
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26332611
version "3.1.2"
26342612
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
26352613
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
26362614
dependencies:
26372615
brace-expansion "^1.1.7"
26382616

2617+
minimatch@^9.0.4:
2618+
version "9.0.5"
2619+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2620+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2621+
dependencies:
2622+
brace-expansion "^2.0.1"
2623+
26392624
minimist@^1.2.0, minimist@^1.2.6:
26402625
version "1.2.8"
26412626
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3151,7 +3136,7 @@ semver@^6.3.1:
31513136
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
31523137
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
31533138

3154-
semver@^7.5.4:
3139+
semver@^7.6.0:
31553140
version "7.6.3"
31563141
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
31573142
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -3358,7 +3343,7 @@ to-regex-range@^5.0.1:
33583343
dependencies:
33593344
is-number "^7.0.0"
33603345

3361-
ts-api-utils@^1.0.1:
3346+
ts-api-utils@^1.3.0:
33623347
version "1.3.0"
33633348
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
33643349
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==

0 commit comments

Comments
 (0)