Skip to content

Commit fe1ac6e

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent a510891 commit fe1ac6e

2 files changed

Lines changed: 81 additions & 81 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.2.79",
2828
"@types/react-dom": "18.2.25",
29-
"@typescript-eslint/eslint-plugin": "6.21.0",
30-
"@typescript-eslint/parser": "6.21.0",
29+
"@typescript-eslint/eslint-plugin": "7.7.0",
30+
"@typescript-eslint/parser": "7.7.0",
3131
"@vitejs/plugin-react": "4.2.1",
3232
"eslint": "8.57.0",
3333
"eslint-config-productsway": "1.3.2",

frontend/yarn.lock

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
dependencies:
484484
eslint-visitor-keys "^3.3.0"
485485

486-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
486+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
487487
version "4.10.0"
488488
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
489489
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -890,7 +890,7 @@
890890
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
891891
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
892892

893-
"@types/json-schema@^7.0.12":
893+
"@types/json-schema@^7.0.15":
894894
version "7.0.15"
895895
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
896896
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -938,96 +938,96 @@
938938
"@types/prop-types" "*"
939939
csstype "^3.0.2"
940940

941-
"@types/semver@^7.5.0":
941+
"@types/semver@^7.5.8":
942942
version "7.5.8"
943943
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
944944
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
945945

946-
"@typescript-eslint/eslint-plugin@6.21.0":
947-
version "6.21.0"
948-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
949-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
946+
"@typescript-eslint/eslint-plugin@7.7.0":
947+
version "7.7.0"
948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.0.tgz#bf34a02f221811505b8bf2f31060c8560c1bb0a3"
949+
integrity sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==
950950
dependencies:
951-
"@eslint-community/regexpp" "^4.5.1"
952-
"@typescript-eslint/scope-manager" "6.21.0"
953-
"@typescript-eslint/type-utils" "6.21.0"
954-
"@typescript-eslint/utils" "6.21.0"
955-
"@typescript-eslint/visitor-keys" "6.21.0"
951+
"@eslint-community/regexpp" "^4.10.0"
952+
"@typescript-eslint/scope-manager" "7.7.0"
953+
"@typescript-eslint/type-utils" "7.7.0"
954+
"@typescript-eslint/utils" "7.7.0"
955+
"@typescript-eslint/visitor-keys" "7.7.0"
956956
debug "^4.3.4"
957957
graphemer "^1.4.0"
958-
ignore "^5.2.4"
958+
ignore "^5.3.1"
959959
natural-compare "^1.4.0"
960-
semver "^7.5.4"
961-
ts-api-utils "^1.0.1"
962-
963-
"@typescript-eslint/parser@6.21.0":
964-
version "6.21.0"
965-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
966-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
967-
dependencies:
968-
"@typescript-eslint/scope-manager" "6.21.0"
969-
"@typescript-eslint/types" "6.21.0"
970-
"@typescript-eslint/typescript-estree" "6.21.0"
971-
"@typescript-eslint/visitor-keys" "6.21.0"
960+
semver "^7.6.0"
961+
ts-api-utils "^1.3.0"
962+
963+
"@typescript-eslint/parser@7.7.0":
964+
version "7.7.0"
965+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.0.tgz#6b1b3ce76c5de002c43af8ae933613b0f2b4bcc6"
966+
integrity sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==
967+
dependencies:
968+
"@typescript-eslint/scope-manager" "7.7.0"
969+
"@typescript-eslint/types" "7.7.0"
970+
"@typescript-eslint/typescript-estree" "7.7.0"
971+
"@typescript-eslint/visitor-keys" "7.7.0"
972972
debug "^4.3.4"
973973

974-
"@typescript-eslint/scope-manager@6.21.0":
975-
version "6.21.0"
976-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
977-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
974+
"@typescript-eslint/scope-manager@7.7.0":
975+
version "7.7.0"
976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.0.tgz#3f0db079b275bb8b0cb5be7613fb3130cfb5de77"
977+
integrity sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==
978978
dependencies:
979-
"@typescript-eslint/types" "6.21.0"
980-
"@typescript-eslint/visitor-keys" "6.21.0"
979+
"@typescript-eslint/types" "7.7.0"
980+
"@typescript-eslint/visitor-keys" "7.7.0"
981981

982-
"@typescript-eslint/type-utils@6.21.0":
983-
version "6.21.0"
984-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
985-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
982+
"@typescript-eslint/type-utils@7.7.0":
983+
version "7.7.0"
984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.0.tgz#36792ff4209a781b058de61631a48df17bdefbc5"
985+
integrity sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==
986986
dependencies:
987-
"@typescript-eslint/typescript-estree" "6.21.0"
988-
"@typescript-eslint/utils" "6.21.0"
987+
"@typescript-eslint/typescript-estree" "7.7.0"
988+
"@typescript-eslint/utils" "7.7.0"
989989
debug "^4.3.4"
990-
ts-api-utils "^1.0.1"
990+
ts-api-utils "^1.3.0"
991991

992-
"@typescript-eslint/types@6.21.0":
993-
version "6.21.0"
994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
995-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
992+
"@typescript-eslint/types@7.7.0":
993+
version "7.7.0"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.0.tgz#23af4d24bf9ce15d8d301236e3e3014143604f27"
995+
integrity sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==
996996

997-
"@typescript-eslint/typescript-estree@6.21.0":
998-
version "6.21.0"
999-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1000-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
997+
"@typescript-eslint/typescript-estree@7.7.0":
998+
version "7.7.0"
999+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.0.tgz#b5dd6383b4c6a852d7b256a37af971e8982be97f"
1000+
integrity sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==
10011001
dependencies:
1002-
"@typescript-eslint/types" "6.21.0"
1003-
"@typescript-eslint/visitor-keys" "6.21.0"
1002+
"@typescript-eslint/types" "7.7.0"
1003+
"@typescript-eslint/visitor-keys" "7.7.0"
10041004
debug "^4.3.4"
10051005
globby "^11.1.0"
10061006
is-glob "^4.0.3"
1007-
minimatch "9.0.3"
1008-
semver "^7.5.4"
1009-
ts-api-utils "^1.0.1"
1007+
minimatch "^9.0.4"
1008+
semver "^7.6.0"
1009+
ts-api-utils "^1.3.0"
10101010

1011-
"@typescript-eslint/utils@6.21.0":
1012-
version "6.21.0"
1013-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1014-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1011+
"@typescript-eslint/utils@7.7.0":
1012+
version "7.7.0"
1013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.0.tgz#3d2b6606a60ac34f3c625facfb3b3ab7e126f58d"
1014+
integrity sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==
10151015
dependencies:
10161016
"@eslint-community/eslint-utils" "^4.4.0"
1017-
"@types/json-schema" "^7.0.12"
1018-
"@types/semver" "^7.5.0"
1019-
"@typescript-eslint/scope-manager" "6.21.0"
1020-
"@typescript-eslint/types" "6.21.0"
1021-
"@typescript-eslint/typescript-estree" "6.21.0"
1022-
semver "^7.5.4"
1023-
1024-
"@typescript-eslint/visitor-keys@6.21.0":
1025-
version "6.21.0"
1026-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1027-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1028-
dependencies:
1029-
"@typescript-eslint/types" "6.21.0"
1030-
eslint-visitor-keys "^3.4.1"
1017+
"@types/json-schema" "^7.0.15"
1018+
"@types/semver" "^7.5.8"
1019+
"@typescript-eslint/scope-manager" "7.7.0"
1020+
"@typescript-eslint/types" "7.7.0"
1021+
"@typescript-eslint/typescript-estree" "7.7.0"
1022+
semver "^7.6.0"
1023+
1024+
"@typescript-eslint/visitor-keys@7.7.0":
1025+
version "7.7.0"
1026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.0.tgz#950148cf1ac11562a2d903fdf7acf76714a2dc9e"
1027+
integrity sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==
1028+
dependencies:
1029+
"@typescript-eslint/types" "7.7.0"
1030+
eslint-visitor-keys "^3.4.3"
10311031

10321032
"@ungap/structured-clone@^1.2.0":
10331033
version "1.2.0"
@@ -2214,7 +2214,7 @@ ieee754@^1.2.1:
22142214
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
22152215
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
22162216

2217-
ignore@^5.2.0, ignore@^5.2.4:
2217+
ignore@^5.2.0, ignore@^5.3.1:
22182218
version "5.3.1"
22192219
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
22202220
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
@@ -2614,20 +2614,20 @@ micromatch@^4.0.4:
26142614
braces "^3.0.2"
26152615
picomatch "^2.3.1"
26162616

2617-
minimatch@9.0.3:
2618-
version "9.0.3"
2619-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2620-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2621-
dependencies:
2622-
brace-expansion "^2.0.1"
2623-
26242617
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26252618
version "3.1.2"
26262619
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
26272620
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
26282621
dependencies:
26292622
brace-expansion "^1.1.7"
26302623

2624+
minimatch@^9.0.4:
2625+
version "9.0.4"
2626+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
2627+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
2628+
dependencies:
2629+
brace-expansion "^2.0.1"
2630+
26312631
minimist@^1.2.0, minimist@^1.2.6:
26322632
version "1.2.8"
26332633
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3145,7 +3145,7 @@ semver@^6.3.1:
31453145
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
31463146
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
31473147

3148-
semver@^7.5.4:
3148+
semver@^7.6.0:
31493149
version "7.6.0"
31503150
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
31513151
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -3354,7 +3354,7 @@ to-regex-range@^5.0.1:
33543354
dependencies:
33553355
is-number "^7.0.0"
33563356

3357-
ts-api-utils@^1.0.1:
3357+
ts-api-utils@^1.3.0:
33583358
version "1.3.0"
33593359
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
33603360
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==

0 commit comments

Comments
 (0)