-
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
Conversation
🦋 Changeset detectedLatest commit: 355537b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
"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 comment
The reason will be displayed to describe this comment to others. Learn more.
These are requirements of Typescript Eslint
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.
Happy with the change. But I'd like to see this change bundled with any other possible breaking changes before releasing. If there are any.
Yeah I'll have to chain it up with eslint-config-skuba, skuba breaking changes 😢 |
"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", |
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
Co-authored-by: Karl Juri Ots <kjots@kjots.org>
7d0fa35
to
355537b
Compare
Bump Typescript Eslint to 7.2.0 to support Typescript 5.4
https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.2.0
seek-oss/skuba#1471