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
eslint-config-seek@14.0.0
Major Changes
Some language options have been restored to defaults: (#145)
sourceType
is now set to the default ofmodule
(previouslyscript
in some scenarios).ecmaVersion
is now set to the default oflatest
(previously2022
and6
)Replace
eslint-plugin-import
witheslint-plugin-import-x
(#145)To migrate, any references to
eslint-plugin-import
should be replaced witheslint-plugin-import-x
, andimport/
rules withimport-x/
.In addition, it's possible that this may introduce slight behaviour changes.
Require TypeScript peer dependency >=5.5.4 (#145)
Migrate to ESLint 9,
@typescript-eslint
8. (#145)These changes may affect your project setup if you are customising your ESLint configuration. See the individual migration guides:
In addition, through these major upgrades, some lint rules have changed or have been renamed. You will likely need to autofix and/or adjust your code after running ESLint.
As part of this migration, this project has migrated to Flat ESLint configuration. Read the migration guide: https://eslint.org/docs/latest/use/configure/migration-guide.
Minor Changes
Upgrade a number of dependencies. These should have no/minimal impact. (#145)
eslint-plugin-cypress
eslint-config-prettier
eslint-plugin-jest
eslint-plugin-react
,eslint-plugin-react-hooks