-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
v3.0.0 breaking changes #1998
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
v3.0.0 breaking changes #1998
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
Codecov Report
@@ Coverage Diff @@
## master #1998 +/- ##
==========================================
- Coverage 93.68% 93.63% -0.05%
==========================================
Files 172 171 -1
Lines 7871 7717 -154
Branches 2263 2200 -63
==========================================
- Hits 7374 7226 -148
+ Misses 233 230 -3
+ Partials 264 261 -3
|
a8b8a6c
to
c1c6766
Compare
Need to update peer dependencies semver range: Thanks :) |
SourceCode.isSpaceBetween only exists in 6.7.0, so isSpaceBetweenTokens is a valid alternative until older versions are dead.
…n] remove unsafe fixers These fixers are very unsafe and even providing default options for them are a bad idea. This ensures that they are suggestion fixers in all cases, and removes the options that allow them not to be.
This just creates a clearer entrypoint for contributors, and helps clearly define exactly what is exported from the modules.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
BREAKING CHANGE:
This is just a PR to increase visibility of breaking changes that are will be merged for the upcoming 3.0.0 release.
We will rebase merge this PR into master to preserve the history.
These changes are available on NPM under the
rc-v3
tagRelease notes:
https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0-alpha.23