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 main, this PR will be updated.
Releases
@shopify/eslint-plugin@45.0.0
Major Changes
#420
32e249f
Thanks @BPScott! - Update required eslint version to^8.56.0
as required by the newest version of@typescript-eslint/eslint-plugin
.Update required node version to
18.20.0
as required by the newest version of@typescript-eslint/eslint-plugin
.The
jest/no-if
rule has been removed and replaced withjest/no-conditional-in-test
.The
unicode-bom
rule is no longer turned off if you enable the prettier ruleset pereslint-config-prettier
, prettier preserves the bom value if it is present and does not add one if missing.Update eslint plugins to new versions:
@typescript-eslint/eslint-plugin
:^6.2.1
->^7.9.0
MAJOReslint-config-prettier
:^8.10.0
->^9.1.0
MAJOReslint-plugin-jest
:^27.2.3
=>^28.5.0
MAJOReslint-plugin-jsx-ally
:^6.7.1
=>^6.8.0
eslint-plugin-prettier
:^5.0.0
=>^5.1.3
eslint-plugin-react
:^7.33.1
=>^7.34.1
eslint-plugin-react-hooks
:^4.6.0
=>^4.6.2
eslint-plugin-sort-class-members
:^1.18.0
=>^1.20.0
See package changelogs for breaking change information:
@typescript-eslint/eslint-plugin
breaking changes@eslint-plugin-jest
breaking changeseslint-config-prettier
breaking changes