-
Notifications
You must be signed in to change notification settings - Fork 242
feat: next major #1746
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
Closed
feat: next major #1746
Conversation
This file contains hidden or 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
96202cd
to
09c6c93
Compare
07bb405
to
ebc60c4
Compare
G-Rath
commented
Jun 13, 2025
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", | ||
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
"eslint": "^8.57.0 || ^9.0.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.
this v8 version lets us remove all our deprecated helpers
0a87321
to
8e386a6
Compare
BREAKING CHANGE: dropped support for Node v16
BREAKING CHANGE: dropped support for Node v21
BREAKING CHANGE: dropped support for ESLint v7
BREAKING CHANGE: `jest/no-alias-methods` has been removed from the `styles` config as its already in the `recommended` config
BREAKING CHANGE: dropped support for `@typescript-eslint` v6
BREAKING CHANGE: dropped support for `@typescript-eslint` v7
…eChecking` properties BREAKING CHANGE: removed `docs.recommend` and `docs.requiresTypeChecking` from `unbound-method`
BREAKING CHANGE: dropped support for Node v18
BREAKING CHANGE: dropped support for Node v23
BREAKING CHANGE: dropped support for Node v20.x prior to v20.12.0
BREAKING CHANGE: dropped support for ESLint v8.x prior to v8.57.0
🎉 This PR is included in version 29.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
released on @next
rule: expect-expect
rule: no-commented-out-tests
rule: no-conditional-expect
rule: no-confusing-set-timeout
rule: no-disabled-tests
rule: no-done-callback
rule: no-jasmine-globals
rule: no-large-snapshots
rule: no-test-return-statement
rule: prefer-comparison-matcher
rule: prefer-equality-matcher
rule: prefer-importing-jest-globals
rule: prefer-jest-mocked
rule: prefer-mock-promise-shorthand
rule: prefer-spy-on
rule: prefer-to-contain
rule: unbound-method
rule: valid-expect
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.
Just doing some of the work for the next major - I'll do a proper
next
branch and cherry-pick these into dedicated PRs closer to the timeRelates to #1743