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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
[email protected]
Major Changes
5042cde
#248 Thanks @calebeby! - Enable 3@typescript-eslint
rules:@typescript-eslint/no-unnecessary-boolean-literal-compare
@typescript-eslint/no-unnecessary-condition
@typescript-eslint/no-unnecessary-type-arguments
dc8012b
#235 Thanks @calebeby! - Drop support for eslint v6ea13efd
#233 Thanks @calebeby! - Enableimport/no-anonymous-default-export
1dbb89e
#249 Thanks @renovate! - Update dependencyeslint-plugin-react-hooks
to v4.1.0New Violations: Warn when dependencies change on every render (#19590)
e7ce78b
#236 Thanks @calebeby! - Drop support for node 10008cf27
#239 Thanks @renovate! - Update dependency eslint-plugin-react tov7.20.6
This could be breaking because this update adds support for checking for unused component prop types in extended types. While this is a bugfix, it could fail on existing code.
Minor Changes
7567514
#238 Thanks @calebeby! - Add support for preact fragments syntax45ab87c
Thanks @calebeby! - Disableimport/no-duplicates
for.d.ts
files