ecamp3 icon indicating copy to clipboard operation
ecamp3 copied to clipboard

chore(deps): update dependency eslint to v9

Open renovate[bot] opened this issue 1 year ago • 4 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.57.0 -> 9.6.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source


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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar May 09 '24 08:05 renovate[bot]

Eslint 9 uses a new configuration format by default (called "flat configuration"). So this PR would need some config changes before we can upgrade to eslint9.

For Nuxt, some further details are described here: https://eslint.nuxt.com/guide/faq#package-disambiguation https://eslint.nuxt.com/packages/module

And here is a eslint migration guide for the new config format: https://eslint.org/docs/latest/use/configure/migration-guide

usu avatar Jun 02 '24 10:06 usu

Eslint 9 uses a new configuration format by default (called "flat configuration"). So this PR would need some config changes before we can upgrade to eslint9.

For Nuxt, some further details are described here: https://eslint.nuxt.com/guide/faq#package-disambiguation https://eslint.nuxt.com/packages/module

And here is a eslint migration guide for the new config format: https://eslint.org/docs/latest/use/configure/migration-guide

also stumbled on this yesterday.

BacLuc avatar Jun 02 '24 11:06 BacLuc

The following depdencies currently block the upgrade:

  • https://github.com/import-js/eslint-plugin-import/issues/2948
  • https://github.com/eslint-community/eslint-utils/issues/183
  • https://github.com/typescript-eslint/typescript-eslint/issues/8211 (not yet released)

BacLuc avatar Jun 02 '24 14:06 BacLuc

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.

renovate[bot] avatar Aug 28 '24 20:08 renovate[bot]