Skip to content

Commit d9b6d14

Browse files
committed
Fix typescript warnings after package update
yarn lint-js was showing warnings due to incompatible typescript versions even though it was succeeding.
1 parent f87f3e5 commit d9b6d14

2 files changed

Lines changed: 98 additions & 12 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
"@types/react-transition-group": "^4.4.5",
135135
"@types/redux-logger": "^3.0.6",
136136
"@types/tgwf__co2": "^0.14.2",
137-
"@typescript-eslint/eslint-plugin": "^8.57.2",
138-
"@typescript-eslint/parser": "^8.57.2",
137+
"@typescript-eslint/eslint-plugin": "^8.58.0",
138+
"@typescript-eslint/parser": "^8.58.0",
139139
"alex": "^11.0.1",
140140
"babel-jest": "^30.3.0",
141141
"babel-plugin-module-resolver": "^5.0.3",

yarn.lock

Lines changed: 96 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@
24872487
dependencies:
24882488
"@types/yargs-parser" "*"
24892489

2490-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.57.2":
2490+
"@typescript-eslint/[email protected]":
24912491
version "8.57.2"
24922492
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz#ad0dcefeca9c2ecbe09f730d478063666aee010b"
24932493
integrity sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==
@@ -2501,7 +2501,21 @@
25012501
natural-compare "^1.4.0"
25022502
ts-api-utils "^2.4.0"
25032503

2504-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.57.2":
2504+
"@typescript-eslint/eslint-plugin@^8.58.0":
2505+
version "8.58.0"
2506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
2507+
integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
2508+
dependencies:
2509+
"@eslint-community/regexpp" "^4.12.2"
2510+
"@typescript-eslint/scope-manager" "8.58.0"
2511+
"@typescript-eslint/type-utils" "8.58.0"
2512+
"@typescript-eslint/utils" "8.58.0"
2513+
"@typescript-eslint/visitor-keys" "8.58.0"
2514+
ignore "^7.0.5"
2515+
natural-compare "^1.4.0"
2516+
ts-api-utils "^2.5.0"
2517+
2518+
"@typescript-eslint/[email protected]":
25052519
version "8.57.2"
25062520
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.2.tgz#b819955e39f976c0d4f95b5ed67fe22f85cd6898"
25072521
integrity sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==
@@ -2512,6 +2526,17 @@
25122526
"@typescript-eslint/visitor-keys" "8.57.2"
25132527
debug "^4.4.3"
25142528

2529+
"@typescript-eslint/parser@^8.58.0":
2530+
version "8.58.0"
2531+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
2532+
integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
2533+
dependencies:
2534+
"@typescript-eslint/scope-manager" "8.58.0"
2535+
"@typescript-eslint/types" "8.58.0"
2536+
"@typescript-eslint/typescript-estree" "8.58.0"
2537+
"@typescript-eslint/visitor-keys" "8.58.0"
2538+
debug "^4.4.3"
2539+
25152540
"@typescript-eslint/[email protected]":
25162541
version "8.57.2"
25172542
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.2.tgz#dfbc7777f9f633f2b06b558cda3836e76f856e3c"
@@ -2521,20 +2546,37 @@
25212546
"@typescript-eslint/types" "^8.57.2"
25222547
debug "^4.4.3"
25232548

2524-
"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^8.56.0":
2549+
"@typescript-eslint/[email protected]":
2550+
version "8.58.0"
2551+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
2552+
integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
2553+
dependencies:
2554+
"@typescript-eslint/tsconfig-utils" "^8.58.0"
2555+
"@typescript-eslint/types" "^8.58.0"
2556+
debug "^4.4.3"
2557+
2558+
"@typescript-eslint/[email protected]":
25252559
version "8.57.2"
25262560
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz#734dcde40677f430b5d963108337295bdbc09dae"
25272561
integrity sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==
25282562
dependencies:
25292563
"@typescript-eslint/types" "8.57.2"
25302564
"@typescript-eslint/visitor-keys" "8.57.2"
25312565

2566+
"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^8.56.0":
2567+
version "8.58.0"
2568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
2569+
integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
2570+
dependencies:
2571+
"@typescript-eslint/types" "8.58.0"
2572+
"@typescript-eslint/visitor-keys" "8.58.0"
2573+
25322574
"@typescript-eslint/[email protected]":
25332575
version "8.57.2"
25342576
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz#cf82dc11e884103ec13188a7352591efaa1a887e"
25352577
integrity sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==
25362578

2537-
"@typescript-eslint/tsconfig-utils@^8.57.2":
2579+
"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.57.2", "@typescript-eslint/tsconfig-utils@^8.58.0":
25382580
version "8.58.0"
25392581
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
25402582
integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
@@ -2550,12 +2592,23 @@
25502592
debug "^4.4.3"
25512593
ts-api-utils "^2.4.0"
25522594

2595+
"@typescript-eslint/[email protected]":
2596+
version "8.58.0"
2597+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
2598+
integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
2599+
dependencies:
2600+
"@typescript-eslint/types" "8.58.0"
2601+
"@typescript-eslint/typescript-estree" "8.58.0"
2602+
"@typescript-eslint/utils" "8.58.0"
2603+
debug "^4.4.3"
2604+
ts-api-utils "^2.5.0"
2605+
25532606
"@typescript-eslint/[email protected]":
25542607
version "8.57.2"
25552608
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.2.tgz#efe0da4c28b505ed458f113aa960dce2c5c671f4"
25562609
integrity sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==
25572610

2558-
"@typescript-eslint/types@^8.57.2":
2611+
"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.57.2", "@typescript-eslint/types@^8.58.0":
25592612
version "8.58.0"
25602613
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
25612614
integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
@@ -2575,7 +2628,22 @@
25752628
tinyglobby "^0.2.15"
25762629
ts-api-utils "^2.4.0"
25772630

2578-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0", "@typescript-eslint/utils@^8.56.0":
2631+
"@typescript-eslint/[email protected]":
2632+
version "8.58.0"
2633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
2634+
integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
2635+
dependencies:
2636+
"@typescript-eslint/project-service" "8.58.0"
2637+
"@typescript-eslint/tsconfig-utils" "8.58.0"
2638+
"@typescript-eslint/types" "8.58.0"
2639+
"@typescript-eslint/visitor-keys" "8.58.0"
2640+
debug "^4.4.3"
2641+
minimatch "^10.2.2"
2642+
semver "^7.7.3"
2643+
tinyglobby "^0.2.15"
2644+
ts-api-utils "^2.5.0"
2645+
2646+
"@typescript-eslint/[email protected]":
25792647
version "8.57.2"
25802648
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.2.tgz#46a8974c24326fb8899486728428a0f1a3115014"
25812649
integrity sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==
@@ -2585,6 +2653,16 @@
25852653
"@typescript-eslint/types" "8.57.2"
25862654
"@typescript-eslint/typescript-estree" "8.57.2"
25872655

2656+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0", "@typescript-eslint/utils@^8.56.0":
2657+
version "8.58.0"
2658+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
2659+
integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
2660+
dependencies:
2661+
"@eslint-community/eslint-utils" "^4.9.1"
2662+
"@typescript-eslint/scope-manager" "8.58.0"
2663+
"@typescript-eslint/types" "8.58.0"
2664+
"@typescript-eslint/typescript-estree" "8.58.0"
2665+
25882666
"@typescript-eslint/[email protected]":
25892667
version "8.57.2"
25902668
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.2.tgz#a5c9605774247336c0412beb7dc288ab2a07c11e"
@@ -2593,6 +2671,14 @@
25932671
"@typescript-eslint/types" "8.57.2"
25942672
eslint-visitor-keys "^5.0.0"
25952673

2674+
"@typescript-eslint/[email protected]":
2675+
version "8.58.0"
2676+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
2677+
integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
2678+
dependencies:
2679+
"@typescript-eslint/types" "8.58.0"
2680+
eslint-visitor-keys "^5.0.0"
2681+
25962682
"@ungap/structured-clone@^1.3.0":
25972683
version "1.3.0"
25982684
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -10855,10 +10941,10 @@ trough@^2.0.0:
1085510941
resolved "https://registry.yarnpkg.com/trough/-/trough-2.0.2.tgz#94a3aa9d5ce379fc561f6244905b3f36b7458d96"
1085610942
integrity sha512-FnHq5sTMxC0sk957wHDzRnemFnNBvt/gSY99HzK8F7UP5WAbvP70yX5bd7CjEQkN+TjdxwI7g7lJ6podqrG2/w==
1085710943

10858-
ts-api-utils@^2.4.0:
10859-
version "2.4.0"
10860-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
10861-
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
10944+
ts-api-utils@^2.4.0, ts-api-utils@^2.5.0:
10945+
version "2.5.0"
10946+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
10947+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
1086210948

1086310949
tsconfig-paths@^3.15.0:
1086410950
version "3.15.0"

0 commit comments

Comments
 (0)