Skip to content

fix(deps): update typescript-eslint monorepo to v8 (major) #426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@sapphire/eslint-config": "^5.0.6",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.17.57",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@vitest/coverage-v8": "^1.6.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@sapphire/eslint-config": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.5",
Expand Down
191 changes: 187 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,17 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.7.0":
version: 4.7.0
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
dependencies:
eslint-visitor-keys: "npm:^3.4.3"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: 10/43ed5d391526d9f5bbe452aef336389a473026fca92057cf97c576db11401ce9bcf8ef0bf72625bbaf6207ed8ba6bf0dcf4d7e809c24f08faa68a28533c491a7
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.10.0":
version: 4.10.0
resolution: "@eslint-community/regexpp@npm:4.10.0"
Expand Down Expand Up @@ -860,8 +871,8 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@sapphire/eslint-config": "npm:^5.0.5"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@typescript-eslint/eslint-plugin": "npm:^8.33.1"
"@typescript-eslint/parser": "npm:^8.33.1"
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.5"
Expand Down Expand Up @@ -1744,6 +1755,27 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/eslint-plugin@npm:8.33.1"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.33.1"
"@typescript-eslint/type-utils": "npm:8.33.1"
"@typescript-eslint/utils": "npm:8.33.1"
"@typescript-eslint/visitor-keys": "npm:8.33.1"
graphemer: "npm:^1.4.0"
ignore: "npm:^7.0.0"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^2.1.0"
peerDependencies:
"@typescript-eslint/parser": ^8.33.1
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: 10/569a950381b242ad90c2c4020ea9fdd1cd6e157cdd8cd48cc7ca3f73a82eb61fec702be9fd3655871d983f38a7ed4783ce9a50cc5a2a1fd1db1525d8dc0d7fa6
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/parser@npm:7.11.0"
Expand Down Expand Up @@ -1780,6 +1812,35 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/parser@npm:8.33.1"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.33.1"
"@typescript-eslint/types": "npm:8.33.1"
"@typescript-eslint/typescript-estree": "npm:8.33.1"
"@typescript-eslint/visitor-keys": "npm:8.33.1"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: 10/d55a35a6693ec73de17bc37f1c0644638347d7d807985a9ce062cebcc92d54b78f20c1c443918e105de220ca64418f2a2493e1fb6bd609fc4a7c742a90049f13
languageName: node
linkType: hard

"@typescript-eslint/project-service@npm:8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/project-service@npm:8.33.1"
dependencies:
"@typescript-eslint/tsconfig-utils": "npm:^8.33.1"
"@typescript-eslint/types": "npm:^8.33.1"
debug: "npm:^4.3.4"
peerDependencies:
typescript: ">=4.8.4 <5.9.0"
checksum: 10/c166e21f305eb798ce135477a1ce78e7fac040b597e0acb2e3ecca84380af2aeb4242944dc201bc611aa14f04dd4af0d123d9cf252f7fe39b0a7e158326f705d
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/scope-manager@npm:7.11.0"
Expand All @@ -1800,6 +1861,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/scope-manager@npm:8.33.1"
dependencies:
"@typescript-eslint/types": "npm:8.33.1"
"@typescript-eslint/visitor-keys": "npm:8.33.1"
checksum: 10/a513fa79eef269a4f3d031cd1fddbb15c793e3efd6b6b64a6ae85ea0fea03570feffdc071e2bbe9241680d23d8a4ca6d63a998e34c2a24dbe185cd509ee2f9cb
languageName: node
linkType: hard

"@typescript-eslint/tsconfig-utils@npm:8.33.1, @typescript-eslint/tsconfig-utils@npm:^8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/tsconfig-utils@npm:8.33.1"
peerDependencies:
typescript: ">=4.8.4 <5.9.0"
checksum: 10/9e0e348af4d54b7e42a015bf36e08965c8fa389ac7b179c2ccf2bec5fce4b31e951397394dcbaea6fb0ddf782f4f2f2ee71df108173742f756705f82d653cc9d
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/type-utils@npm:7.11.0"
Expand Down Expand Up @@ -1834,6 +1914,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/type-utils@npm:8.33.1"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.33.1"
"@typescript-eslint/utils": "npm:8.33.1"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^2.1.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: 10/10a21366e06562a39c08baf2ae1521bfab0c431f446428dcd61c3554effe6307f448acd2293b2dc2aa194abbef52aa7732d663b3b410f1aee9131357b651523a
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/types@npm:7.11.0"
Expand All @@ -1848,6 +1943,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.33.1, @typescript-eslint/types@npm:^8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/types@npm:8.33.1"
checksum: 10/27bee01122366438ada7919f91f479fec75e23e2f8033e7e74a12dcfeaa2c28a72e83c545bb676be4369c983b3da5eec101cffb431c52abcc2b6664b48255147
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/typescript-estree@npm:7.11.0"
Expand Down Expand Up @@ -1886,6 +1988,26 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/typescript-estree@npm:8.33.1"
dependencies:
"@typescript-eslint/project-service": "npm:8.33.1"
"@typescript-eslint/tsconfig-utils": "npm:8.33.1"
"@typescript-eslint/types": "npm:8.33.1"
"@typescript-eslint/visitor-keys": "npm:8.33.1"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^2.1.0"
peerDependencies:
typescript: ">=4.8.4 <5.9.0"
checksum: 10/2876b66acd72f8a1093f8671e05015554fea736d492dbc83084f74faff71d40d66a96452396272252f5e36c1dab2082679d10c7b8aca9f3e2f1b6084afeef807
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/utils@npm:7.11.0"
Expand Down Expand Up @@ -1914,6 +2036,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/utils@npm:8.33.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.7.0"
"@typescript-eslint/scope-manager": "npm:8.33.1"
"@typescript-eslint/types": "npm:8.33.1"
"@typescript-eslint/typescript-estree": "npm:8.33.1"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: 10/ba76f25b178e2b3280d7aad8becf6a1edd3c57f76f36e6a22d951207282ecc8bfce831ed2f2dd95a70637dcfea2932b3d0a39ac19dd8f9881502738464c6179a
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/visitor-keys@npm:7.11.0"
Expand All @@ -1934,6 +2071,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.33.1":
version: 8.33.1
resolution: "@typescript-eslint/visitor-keys@npm:8.33.1"
dependencies:
"@typescript-eslint/types": "npm:8.33.1"
eslint-visitor-keys: "npm:^4.2.0"
checksum: 10/8c1ba7373d8d47d2f2183355db278d4042ecdf268a898c5f4736d84aaa716c6b6faf354247eff8dc1337a7f64168f02e34f3781994d11e9fa8c2b0e35c652c49
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
Expand Down Expand Up @@ -3276,6 +3423,13 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^4.2.0":
version: 4.2.0
resolution: "eslint-visitor-keys@npm:4.2.0"
checksum: 10/9651b3356b01760e586b4c631c5268c0e1a85236e3292bf754f0472f465bf9a856c0ddc261fceace155334118c0151778effafbab981413dbf9288349343fa25
languageName: node
linkType: hard

"eslint@npm:^8.57.0":
version: 8.57.0
resolution: "eslint@npm:8.57.0"
Expand Down Expand Up @@ -3516,6 +3670,19 @@ __metadata:
languageName: node
linkType: hard

"fast-glob@npm:^3.3.2":
version: 3.3.3
resolution: "fast-glob@npm:3.3.3"
dependencies:
"@nodelib/fs.stat": "npm:^2.0.2"
"@nodelib/fs.walk": "npm:^1.2.3"
glob-parent: "npm:^5.1.2"
merge2: "npm:^1.3.0"
micromatch: "npm:^4.0.8"
checksum: 10/dcc6432b269762dd47381d8b8358bf964d8f4f60286ac6aa41c01ade70bda459ff2001b516690b96d5365f68a49242966112b5d5cc9cd82395fa8f9d017c90ad
languageName: node
linkType: hard

"fast-json-stable-stringify@npm:^2.0.0":
version: 2.1.0
resolution: "fast-json-stable-stringify@npm:2.1.0"
Expand Down Expand Up @@ -4099,6 +4266,13 @@ __metadata:
languageName: node
linkType: hard

"ignore@npm:^7.0.0":
version: 7.0.5
resolution: "ignore@npm:7.0.5"
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
languageName: node
linkType: hard

"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
version: 3.3.0
resolution: "import-fresh@npm:3.3.0"
Expand Down Expand Up @@ -5961,8 +6135,8 @@ __metadata:
"@sapphire/eslint-config": "npm:^5.0.6"
"@sapphire/ts-config": "npm:^5.0.1"
"@types/node": "npm:^20.17.57"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@typescript-eslint/eslint-plugin": "npm:^8.33.1"
"@typescript-eslint/parser": "npm:^8.33.1"
"@vitest/coverage-v8": "npm:^1.6.1"
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.1.0"
Expand Down Expand Up @@ -6560,6 +6734,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^2.1.0":
version: 2.1.0
resolution: "ts-api-utils@npm:2.1.0"
peerDependencies:
typescript: ">=4.8.4"
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
languageName: node
linkType: hard

"ts-interface-checker@npm:^0.1.9":
version: 0.1.13
resolution: "ts-interface-checker@npm:0.1.13"
Expand Down