Skip to content

Commit 91b8f15

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent a871901 commit 91b8f15

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.3",
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.0.0",
30+
"@typescript-eslint/parser": "8.0.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
@@ -477,7 +477,7 @@
477477
dependencies:
478478
eslint-visitor-keys "^3.3.0"
479479

480-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
480+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
481481
version "4.11.0"
482482
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
483483
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
@@ -889,11 +889,6 @@
889889
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
890890
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
891891

892-
"@types/json-schema@^7.0.12":
893-
version "7.0.15"
894-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
895-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
896-
897892
"@types/json5@^0.0.29":
898893
version "0.0.29"
899894
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -929,96 +924,86 @@
929924
"@types/prop-types" "*"
930925
csstype "^3.0.2"
931926

932-
"@types/semver@^7.5.0":
933-
version "7.5.8"
934-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
935-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
936-
937-
"@typescript-eslint/eslint-plugin@6.21.0":
938-
version "6.21.0"
939-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
940-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
941-
dependencies:
942-
"@eslint-community/regexpp" "^4.5.1"
943-
"@typescript-eslint/scope-manager" "6.21.0"
944-
"@typescript-eslint/type-utils" "6.21.0"
945-
"@typescript-eslint/utils" "6.21.0"
946-
"@typescript-eslint/visitor-keys" "6.21.0"
947-
debug "^4.3.4"
927+
"@typescript-eslint/eslint-plugin@8.0.0":
928+
version "8.0.0"
929+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56"
930+
integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==
931+
dependencies:
932+
"@eslint-community/regexpp" "^4.10.0"
933+
"@typescript-eslint/scope-manager" "8.0.0"
934+
"@typescript-eslint/type-utils" "8.0.0"
935+
"@typescript-eslint/utils" "8.0.0"
936+
"@typescript-eslint/visitor-keys" "8.0.0"
948937
graphemer "^1.4.0"
949-
ignore "^5.2.4"
938+
ignore "^5.3.1"
950939
natural-compare "^1.4.0"
951-
semver "^7.5.4"
952-
ts-api-utils "^1.0.1"
953-
954-
"@typescript-eslint/parser@6.21.0":
955-
version "6.21.0"
956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
957-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
958-
dependencies:
959-
"@typescript-eslint/scope-manager" "6.21.0"
960-
"@typescript-eslint/types" "6.21.0"
961-
"@typescript-eslint/typescript-estree" "6.21.0"
962-
"@typescript-eslint/visitor-keys" "6.21.0"
940+
ts-api-utils "^1.3.0"
941+
942+
"@typescript-eslint/parser@8.0.0":
943+
version "8.0.0"
944+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0.tgz#5a5030cf8123176b5a0abd966f99e5f9f110652d"
945+
integrity sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==
946+
dependencies:
947+
"@typescript-eslint/scope-manager" "8.0.0"
948+
"@typescript-eslint/types" "8.0.0"
949+
"@typescript-eslint/typescript-estree" "8.0.0"
950+
"@typescript-eslint/visitor-keys" "8.0.0"
963951
debug "^4.3.4"
964952

965-
"@typescript-eslint/scope-manager@6.21.0":
966-
version "6.21.0"
967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
968-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
953+
"@typescript-eslint/scope-manager@8.0.0":
954+
version "8.0.0"
955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
956+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
969957
dependencies:
970-
"@typescript-eslint/types" "6.21.0"
971-
"@typescript-eslint/visitor-keys" "6.21.0"
958+
"@typescript-eslint/types" "8.0.0"
959+
"@typescript-eslint/visitor-keys" "8.0.0"
972960

973-
"@typescript-eslint/type-utils@6.21.0":
974-
version "6.21.0"
975-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
976-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
961+
"@typescript-eslint/type-utils@8.0.0":
962+
version "8.0.0"
963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884"
964+
integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==
977965
dependencies:
978-
"@typescript-eslint/typescript-estree" "6.21.0"
979-
"@typescript-eslint/utils" "6.21.0"
966+
"@typescript-eslint/typescript-estree" "8.0.0"
967+
"@typescript-eslint/utils" "8.0.0"
980968
debug "^4.3.4"
981-
ts-api-utils "^1.0.1"
969+
ts-api-utils "^1.3.0"
982970

983-
"@typescript-eslint/types@6.21.0":
984-
version "6.21.0"
985-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
986-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
971+
"@typescript-eslint/types@8.0.0":
972+
version "8.0.0"
973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
974+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
987975

988-
"@typescript-eslint/typescript-estree@6.21.0":
989-
version "6.21.0"
990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
991-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
976+
"@typescript-eslint/typescript-estree@8.0.0":
977+
version "8.0.0"
978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
979+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
992980
dependencies:
993-
"@typescript-eslint/types" "6.21.0"
994-
"@typescript-eslint/visitor-keys" "6.21.0"
981+
"@typescript-eslint/types" "8.0.0"
982+
"@typescript-eslint/visitor-keys" "8.0.0"
995983
debug "^4.3.4"
996984
globby "^11.1.0"
997985
is-glob "^4.0.3"
998-
minimatch "9.0.3"
999-
semver "^7.5.4"
1000-
ts-api-utils "^1.0.1"
986+
minimatch "^9.0.4"
987+
semver "^7.6.0"
988+
ts-api-utils "^1.3.0"
1001989

1002-
"@typescript-eslint/utils@6.21.0":
1003-
version "6.21.0"
1004-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1005-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
990+
"@typescript-eslint/utils@8.0.0":
991+
version "8.0.0"
992+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
993+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
1006994
dependencies:
1007995
"@eslint-community/eslint-utils" "^4.4.0"
1008-
"@types/json-schema" "^7.0.12"
1009-
"@types/semver" "^7.5.0"
1010-
"@typescript-eslint/scope-manager" "6.21.0"
1011-
"@typescript-eslint/types" "6.21.0"
1012-
"@typescript-eslint/typescript-estree" "6.21.0"
1013-
semver "^7.5.4"
1014-
1015-
"@typescript-eslint/visitor-keys@6.21.0":
1016-
version "6.21.0"
1017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1018-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1019-
dependencies:
1020-
"@typescript-eslint/types" "6.21.0"
1021-
eslint-visitor-keys "^3.4.1"
996+
"@typescript-eslint/scope-manager" "8.0.0"
997+
"@typescript-eslint/types" "8.0.0"
998+
"@typescript-eslint/typescript-estree" "8.0.0"
999+
1000+
"@typescript-eslint/visitor-keys@8.0.0":
1001+
version "8.0.0"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
1003+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
1004+
dependencies:
1005+
"@typescript-eslint/types" "8.0.0"
1006+
eslint-visitor-keys "^3.4.3"
10221007

10231008
"@ungap/structured-clone@^1.2.0":
10241009
version "1.2.0"
@@ -2214,7 +2199,7 @@ ieee754@^1.2.1:
22142199
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
22152200
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
22162201

2217-
ignore@^5.2.0, ignore@^5.2.4:
2202+
ignore@^5.2.0, ignore@^5.3.1:
22182203
version "5.3.1"
22192204
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
22202205
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
@@ -2612,20 +2597,20 @@ micromatch@^4.0.4:
26122597
braces "^3.0.3"
26132598
picomatch "^2.3.1"
26142599

2615-
minimatch@9.0.3:
2616-
version "9.0.3"
2617-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2618-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2619-
dependencies:
2620-
brace-expansion "^2.0.1"
2621-
26222600
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26232601
version "3.1.2"
26242602
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
26252603
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
26262604
dependencies:
26272605
brace-expansion "^1.1.7"
26282606

2607+
minimatch@^9.0.4:
2608+
version "9.0.5"
2609+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2610+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2611+
dependencies:
2612+
brace-expansion "^2.0.1"
2613+
26292614
minimist@^1.2.0, minimist@^1.2.6:
26302615
version "1.2.8"
26312616
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3141,7 +3126,7 @@ semver@^6.3.1:
31413126
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
31423127
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
31433128

3144-
semver@^7.5.4:
3129+
semver@^7.6.0:
31453130
version "7.6.3"
31463131
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
31473132
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -3348,7 +3333,7 @@ to-regex-range@^5.0.1:
33483333
dependencies:
33493334
is-number "^7.0.0"
33503335

3351-
ts-api-utils@^1.0.1:
3336+
ts-api-utils@^1.3.0:
33523337
version "1.3.0"
33533338
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
33543339
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==

0 commit comments

Comments
 (0)