Skip to content
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

Merged
merged 10 commits into from
Jan 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-seek ^13.1.1 -> ^14.0.0 age adoption passing confidence

Release Notes

seek-oss/eslint-config-seek (eslint-config-seek)

v14.2.1

Compare Source

Patch Changes
  • deps: eslint-plugin-cypress ^4.0.0 (#​164)

v14.2.0

Compare Source

Minor Changes
  • Add [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
  • Prioritise eslint-config-prettier overrides over the base rules (#​152)

v14.0.1

Compare Source

Patch Changes
  • Define plugins without 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 of module (previously script in some scenarios).
    • ecmaVersion is now set to the default of latest (previously 2022 and 6)
    • Babel has been removed
  • Replace eslint-plugin-import with eslint-plugin-import-x (#​145)

    To migrate, any references to eslint-plugin-import should be replaced with eslint-plugin-import-x, and import/ rules with import-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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 23, 2024 10:35
Copy link

changeset-bot bot commented Sep 23, 2024

⚠️ No Changeset found

Latest commit: d6e0412

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch from fffa881 to c953fdc Compare September 30, 2024 00:19
@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch 10 times, most recently from 8ba196c to 9e13c2d Compare October 21, 2024 04:07
@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch from 9e13c2d to 72da515 Compare October 21, 2024 21:39
@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch 8 times, most recently from 05a9c57 to 79a8841 Compare November 1, 2024 03:40
@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch 5 times, most recently from a33dcca to 76166bc Compare November 7, 2024 00:29
@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch 3 times, most recently from 8492de5 to 780cbbf Compare November 22, 2024 00:07
@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch 5 times, most recently from e7ca493 to 744e78d Compare December 24, 2024 00:52
@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch 7 times, most recently from 8b4ee58 to ba38ae0 Compare January 14, 2025 00:46
@renovate renovate bot force-pushed the renovate-eslint-config-seek-14.x branch from ba38ae0 to edb0a4f Compare January 14, 2025 01:02
Copy link
Contributor Author

renovate bot commented Jan 14, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Copy link
Member

@jahredhope jahredhope left a 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.

eslint.config.mjs Outdated Show resolved Hide resolved
eslint.config.mjs Outdated Show resolved Hide resolved
@michaeltaranto michaeltaranto force-pushed the renovate-eslint-config-seek-14.x branch from c614759 to d6e0412 Compare January 16, 2025 22:55
@michaeltaranto michaeltaranto merged commit 20f3837 into master Jan 17, 2025
6 checks passed
@michaeltaranto michaeltaranto deleted the renovate-eslint-config-seek-14.x branch January 17, 2025 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants