Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat: bump ESLint, NodeJS, and TS minimum version requirements#8377
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
e5db5a3
838cadd
39ed239
483810e
e880b1e
e4f8ba0
801857d
6740327
a2f3b07
e885f77
4776a10
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,5 +11,5 @@ inputs: | ||
description: How long to wait between retries of the Netlify api | ||
runs: | ||
using:node20 | ||
main: index.js |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -50,7 +50,7 @@ | ||
"typecheck": "npx nx run-many --target=typecheck --parallel" | ||
}, | ||
"engines": { | ||
"node": "^18.18.0 || >=20.0.0" | ||
}, | ||
"devDependencies": { | ||
"@actions/core": "^1.10.0", | ||
@@ -63,7 +63,6 @@ | ||
"@nx/eslint": "17.2.8", | ||
"@nx/jest": "17.2.8", | ||
"@nx/workspace": "17.2.8", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. heck yes async everywhere There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. everywhereexcept There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 🙏 | ||
"@swc/core": "^1.3.68", | ||
"@swc/jest": "^0.2.26", | ||
"@types/babel__code-frame": "^7.0.3", | ||
@@ -84,7 +83,7 @@ | ||
"cross-fetch": "^4.0.0", | ||
"cspell": "^7.0.0", | ||
"downlevel-dts": ">=0.11.0", | ||
"eslint": "8.56.0", | ||
"eslint-plugin-deprecation": "^2.0.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-eslint-plugin": "^5.2.1", | ||
@@ -117,7 +116,7 @@ | ||
"ts-node": "10.7.0", | ||
"tslint": "^6.1.3", | ||
"tsx": "^4.6.2", | ||
"typescript": ">=4.7.4 <5.4.0", | ||
"typescript-eslint": "workspace:^", | ||
"yargs": "17.7.2" | ||
}, | ||
@@ -139,6 +138,7 @@ | ||
"@types/estree": "link:./tools/dummypkg", | ||
"@types/node": "^20.0.0", | ||
"@types/react": "^18.2.14", | ||
"eslint": "8.56.0", | ||
"eslint-visitor-keys": "^3.4.1", | ||
"jest-config": "^29", | ||
"jest-resolve": "^29", | ||
Uh oh!
There was an error while loading.Please reload this page.