Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 3529c1b

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 6c8f46f commit 3529c1b

File tree

2 files changed

+55
-65
lines changed

2 files changed

+55
-65
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"@types/fs-extra": "^11.0.4",
7777
"@types/node": "^20.12.7",
7878
"@types/normalize-path": "^3.0.2",
79-
"@typescript-eslint/eslint-plugin": "^7.7.1",
80-
"@typescript-eslint/parser": "^7.7.1",
79+
"@typescript-eslint/eslint-plugin": "^8.6.0",
80+
"@typescript-eslint/parser": "^8.6.0",
8181
"codecov": "^3.8.3",
8282
"core-js": "3.37.0",
8383
"cross-env": "^7.0.3",

yarn.lock

Lines changed: 53 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,7 +2755,7 @@
27552755
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.1.tgz#20172f9578b225f6c7da63446f56d4ce108d5a65"
27562756
integrity sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==
27572757

2758-
"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
2758+
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
27592759
version "7.0.15"
27602760
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
27612761
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -2872,11 +2872,6 @@
28722872
dependencies:
28732873
"@types/node" "*"
28742874

2875-
"@types/semver@^7.5.8":
2876-
version "7.5.8"
2877-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
2878-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
2879-
28802875
"@types/serve-static@*", "@types/[email protected]":
28812876
version "1.15.5"
28822877
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.5.tgz#15e67500ec40789a1e8c9defc2d32a896f05b033"
@@ -2947,90 +2942,85 @@
29472942
anymatch "^3.0.0"
29482943
source-map "^0.6.0"
29492944

2950-
"@typescript-eslint/eslint-plugin@^7.7.1":
2951-
version "7.7.1"
2952-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz#50a9044e3e5fe76b22caf64fb7fc1f97614bdbfd"
2953-
integrity sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==
2945+
"@typescript-eslint/eslint-plugin@^8.6.0":
2946+
version "8.6.0"
2947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999"
2948+
integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==
29542949
dependencies:
29552950
"@eslint-community/regexpp" "^4.10.0"
2956-
"@typescript-eslint/scope-manager" "7.7.1"
2957-
"@typescript-eslint/type-utils" "7.7.1"
2958-
"@typescript-eslint/utils" "7.7.1"
2959-
"@typescript-eslint/visitor-keys" "7.7.1"
2960-
debug "^4.3.4"
2951+
"@typescript-eslint/scope-manager" "8.6.0"
2952+
"@typescript-eslint/type-utils" "8.6.0"
2953+
"@typescript-eslint/utils" "8.6.0"
2954+
"@typescript-eslint/visitor-keys" "8.6.0"
29612955
graphemer "^1.4.0"
29622956
ignore "^5.3.1"
29632957
natural-compare "^1.4.0"
2964-
semver "^7.6.0"
29652958
ts-api-utils "^1.3.0"
29662959

2967-
"@typescript-eslint/parser@^7.7.1":
2968-
version "7.7.1"
2969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.1.tgz#f940e9f291cdca40c46cb75916217d3a42d6ceea"
2970-
integrity sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==
2960+
"@typescript-eslint/parser@^8.6.0":
2961+
version "8.6.0"
2962+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6"
2963+
integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==
29712964
dependencies:
2972-
"@typescript-eslint/scope-manager" "7.7.1"
2973-
"@typescript-eslint/types" "7.7.1"
2974-
"@typescript-eslint/typescript-estree" "7.7.1"
2975-
"@typescript-eslint/visitor-keys" "7.7.1"
2965+
"@typescript-eslint/scope-manager" "8.6.0"
2966+
"@typescript-eslint/types" "8.6.0"
2967+
"@typescript-eslint/typescript-estree" "8.6.0"
2968+
"@typescript-eslint/visitor-keys" "8.6.0"
29762969
debug "^4.3.4"
29772970

2978-
"@typescript-eslint/scope-manager@7.7.1":
2979-
version "7.7.1"
2980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz#07fe59686ca843f66e3e2b5c151522bc38effab2"
2981-
integrity sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==
2971+
"@typescript-eslint/scope-manager@8.6.0":
2972+
version "8.6.0"
2973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982"
2974+
integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==
29822975
dependencies:
2983-
"@typescript-eslint/types" "7.7.1"
2984-
"@typescript-eslint/visitor-keys" "7.7.1"
2976+
"@typescript-eslint/types" "8.6.0"
2977+
"@typescript-eslint/visitor-keys" "8.6.0"
29852978

2986-
"@typescript-eslint/type-utils@7.7.1":
2987-
version "7.7.1"
2988-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz#2f8094edca3bebdaad009008929df645ed9c8743"
2989-
integrity sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==
2979+
"@typescript-eslint/type-utils@8.6.0":
2980+
version "8.6.0"
2981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0"
2982+
integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==
29902983
dependencies:
2991-
"@typescript-eslint/typescript-estree" "7.7.1"
2992-
"@typescript-eslint/utils" "7.7.1"
2984+
"@typescript-eslint/typescript-estree" "8.6.0"
2985+
"@typescript-eslint/utils" "8.6.0"
29932986
debug "^4.3.4"
29942987
ts-api-utils "^1.3.0"
29952988

2996-
"@typescript-eslint/types@7.7.1":
2997-
version "7.7.1"
2998-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
2999-
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
2989+
"@typescript-eslint/types@8.6.0":
2990+
version "8.6.0"
2991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
2992+
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
30002993

3001-
"@typescript-eslint/typescript-estree@7.7.1":
3002-
version "7.7.1"
3003-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz#5cafde48fe390fe1c1b329b2ce0ba8a73c1e87b2"
3004-
integrity sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==
2994+
"@typescript-eslint/typescript-estree@8.6.0":
2995+
version "8.6.0"
2996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01"
2997+
integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==
30052998
dependencies:
3006-
"@typescript-eslint/types" "7.7.1"
3007-
"@typescript-eslint/visitor-keys" "7.7.1"
2999+
"@typescript-eslint/types" "8.6.0"
3000+
"@typescript-eslint/visitor-keys" "8.6.0"
30083001
debug "^4.3.4"
3009-
globby "^11.1.0"
3002+
fast-glob "^3.3.2"
30103003
is-glob "^4.0.3"
30113004
minimatch "^9.0.4"
30123005
semver "^7.6.0"
30133006
ts-api-utils "^1.3.0"
30143007

3015-
"@typescript-eslint/utils@7.7.1":
3016-
version "7.7.1"
3017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.1.tgz#5d161f2b4a55e1bc38b634bebb921e4bd4e4a16e"
3018-
integrity sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==
3008+
"@typescript-eslint/utils@8.6.0":
3009+
version "8.6.0"
3010+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c"
3011+
integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==
30193012
dependencies:
30203013
"@eslint-community/eslint-utils" "^4.4.0"
3021-
"@types/json-schema" "^7.0.15"
3022-
"@types/semver" "^7.5.8"
3023-
"@typescript-eslint/scope-manager" "7.7.1"
3024-
"@typescript-eslint/types" "7.7.1"
3025-
"@typescript-eslint/typescript-estree" "7.7.1"
3026-
semver "^7.6.0"
3014+
"@typescript-eslint/scope-manager" "8.6.0"
3015+
"@typescript-eslint/types" "8.6.0"
3016+
"@typescript-eslint/typescript-estree" "8.6.0"
30273017

3028-
"@typescript-eslint/visitor-keys@7.7.1":
3029-
version "7.7.1"
3030-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz#da2294796220bb0f3b4add5ecbb1b9c3f4f65798"
3031-
integrity sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==
3018+
"@typescript-eslint/visitor-keys@8.6.0":
3019+
version "8.6.0"
3020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f"
3021+
integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==
30323022
dependencies:
3033-
"@typescript-eslint/types" "7.7.1"
3023+
"@typescript-eslint/types" "8.6.0"
30343024
eslint-visitor-keys "^3.4.3"
30353025

30363026
"@ungap/structured-clone@^1.2.0":
@@ -7332,7 +7322,7 @@ globby@^10.0.1:
73327322
merge2 "^1.2.3"
73337323
slash "^3.0.0"
73347324

7335-
globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
7325+
globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
73367326
version "11.1.0"
73377327
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
73387328
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==

0 commit comments

Comments
 (0)