-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bump TypeScript Eslint #136
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0a4b44f
Bump typescript-eslint
samchungy c3f5bf5
bump more things
samchungy 342d4dc
Breaking Change Changeset
samchungy 9d6c69c
wordsmith
samchungy 49036b1
add extra mentions of eslint and typescript
samchungy 92258c7
remove >=
samchungy 59dac53
remove renovate
samchungy 355537b
Bump volta version
samchungy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'eslint-config-seek': major | ||
--- | ||
|
||
Upgrade Typescript Eslint to 7.2.0 to support Typescript 5.4. | ||
|
||
This bumps the minimum required versions of Node.js to 18.18.0, Eslint to 8.56.0 and Typescript to 4.7.5 due to a breaking change introduced by Typescript Eslint in 7.0.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,12 @@ | |
"@babel/eslint-parser": "^7.22.6", | ||
"@babel/preset-react": "^7.22.5", | ||
"@finsit/eslint-plugin-cypress": "^3.1.1", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-import-resolver-typescript": "3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.3", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-rulesdir": "^0.2.2", | ||
|
@@ -43,16 +43,19 @@ | |
"devDependencies": { | ||
"@changesets/cli": "^2.26.2", | ||
"@changesets/get-github-info": "^0.5.2", | ||
"eslint": "^8.44.0", | ||
"eslint": "^8.56.0", | ||
"prettier": "^2.8.4", | ||
"typescript": "~5.1.6" | ||
"typescript": "~5.4.2" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=7", | ||
"typescript": ">=4.5" | ||
"eslint": ">=8.56.0", | ||
"typescript": ">=4.7.5" | ||
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. These are requirements of Typescript Eslint |
||
}, | ||
"engines": { | ||
"node": ">=18.18.0" | ||
}, | ||
"packageManager": "pnpm@8.6.6", | ||
"volta": { | ||
samchungy marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"node": "18.12.1" | ||
"node": "18.18.0" | ||
} | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was getting some pnpm warnings about peer dep versions not matching