Skip to content

chore: bump minimum versions for v8 #8973

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

Merged
Merged
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 @@ -52,7 +52,7 @@
"typecheck": "npx nx run-many --target=typecheck --parallel"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"devDependencies": {
"@actions/core": "^1.10.1",
Expand Down Expand Up @@ -119,7 +119,7 @@
"rimraf": "^5.0.5",
"tmp": "^0.2.3",
"tsx": "*",
"typescript": ">=4.7.4 <5.5.0",
"typescript": ">=4.8.4 <5.5.0",
"typescript-eslint": "workspace:^",
"yargs": "17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"estree"
],
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -103,7 +103,7 @@
},
"peerDependencies": {
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"dependencies": {
"@typescript-eslint/scope-manager": "7.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-schema-to-typescript-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/rule-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@eslint/eslintrc": ">=2",
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"devDependencies": {
"@types/lodash.merge": "4.6.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/scope-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"types": "./dist/index.d.ts",
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/type-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -61,7 +61,7 @@
"typescript": "*"
},
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"types": "./dist/index.d.ts",
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"types": "./dist/index.d.ts",
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-estree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"types": "./dist/index.d.ts",
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"types": "./dist/index.d.ts",
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -76,7 +76,7 @@
"semver": "^7.6.0"
},
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"devDependencies": {
"@typescript-eslint/parser": "7.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/visitor-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"types": "./dist/index.d.ts",
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/website-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"scripts": {
"build": "yarn tsx ./build.ts",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5591,7 +5591,7 @@ __metadata:
unist-util-visit: ^5.0.0
peerDependencies:
"@typescript-eslint/parser": ^7.0.0
eslint: ^8.56.0
eslint: ^8.57.0
peerDependenciesMeta:
typescript:
optional: true
Expand Down Expand Up @@ -5626,7 +5626,7 @@ __metadata:
rimraf: "*"
typescript: "*"
peerDependencies:
eslint: ^8.56.0
eslint: ^8.57.0
peerDependenciesMeta:
typescript:
optional: true
Expand Down Expand Up @@ -5677,7 +5677,7 @@ __metadata:
typescript: "*"
peerDependencies:
"@eslint/eslintrc": ">=2"
eslint: ^8.56.0
eslint: ^8.57.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5733,7 +5733,7 @@ __metadata:
ts-api-utils: ^1.3.0
typescript: "*"
peerDependencies:
eslint: ^8.56.0
eslint: ^8.57.0
peerDependenciesMeta:
typescript:
optional: true
Expand Down Expand Up @@ -5834,7 +5834,7 @@ __metadata:
rimraf: ^5.0.5
tmp: ^0.2.3
tsx: "*"
typescript: ">=4.7.4 <5.5.0"
typescript: ">=4.8.4 <5.5.0"
typescript-eslint: "workspace:^"
yargs: 17.7.2
languageName: unknown
Expand Down Expand Up @@ -5923,7 +5923,7 @@ __metadata:
semver: ^7.6.0
typescript: "*"
peerDependencies:
eslint: ^8.56.0
eslint: ^8.57.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19285,7 +19285,7 @@ __metadata:
rimraf: "*"
typescript: "*"
peerDependencies:
eslint: ^8.56.0
eslint: ^8.57.0
peerDependenciesMeta:
typescript:
optional: true
Expand Down
Loading