-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update dependency eslint-config-seek to v14.x #1593
Conversation
|
fffa881
to
c953fdc
Compare
8ba196c
to
9e13c2d
Compare
9e13c2d
to
72da515
Compare
05a9c57
to
79a8841
Compare
a33dcca
to
76166bc
Compare
8492de5
to
780cbbf
Compare
e7ca493
to
744e78d
Compare
8b4ee58
to
ba38ae0
Compare
ba38ae0
to
edb0a4f
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
I like this change. Top level linting is fine when there isn't much deviation in tech. It's worth the simplicity in this case.
c614759
to
d6e0412
Compare
This PR contains the following updates:
^13.1.1
->^14.0.0
Release Notes
seek-oss/eslint-config-seek (eslint-config-seek)
v14.2.1
Compare Source
Patch Changes
v14.2.0
Compare Source
Minor Changes
import-x/export
][import-x/export] as a new lint rule. (#160)This fails on repeated exports of names or defaults.
v14.1.0
Compare Source
Minor Changes
Upgrade
eslint-plugin-react-hooks
to version 5, removing the need for@eslint/compat
. (#155)eslint-plugin-react-hooks
contains some minor rule changes. Refer to the release notes for more information.v14.0.2
Compare Source
Patch Changes
eslint-config-prettier
overrides over the base rules (#152)v14.0.1
Compare Source
Patch Changes
file
scopes, to allow for improved extensibility (#149)v14.0.0
Compare Source
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.