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 to v9 #395

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

eslint/eslint (eslint)

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 - "every weekend" (UTC), 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 renovate bot added the docs Improvements or additions to documentation label May 11, 2024
Copy link
Contributor Author

renovate bot commented May 11, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: selfie.dev/package-lock.json
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @typescript-eslint/[email protected]
npm warn Found: [email protected]
npm warn node_modules/eslint
npm warn   dev eslint@"9.4.0" from the root project
npm warn   2 more (@eslint-community/eslint-utils, eslint-import-resolver-typescript)
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
npm warn node_modules/@typescript-eslint/parser
npm warn   @typescript-eslint/parser@"^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" from [email protected]
npm warn   node_modules/eslint-config-next
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/eslint
npm warn   peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
npm warn   node_modules/@typescript-eslint/parser
npm warn     @typescript-eslint/parser@"^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" from [email protected]
npm warn     node_modules/eslint-config-next
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error   dev eslint@"9.4.0" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/[email protected]
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.2.0" from [email protected]
npm error   1 more (eslint-import-resolver-typescript)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^7.23.0 || ^8.0.0" from [email protected]
npm error node_modules/eslint-config-next
npm error   dev eslint-config-next@"14.2.3" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/eslint
npm error   peer eslint@"^7.23.0 || ^8.0.0" from [email protected]
npm error   node_modules/eslint-config-next
npm error     dev eslint-config-next@"14.2.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-06-05T18_19_24_406Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-06-05T18_19_24_406Z-debug-0.log

Copy link

cloudflare-pages bot commented May 11, 2024

Deploying selfie with  Cloudflare Pages  Cloudflare Pages

Latest commit: c563b58
Status: ✅  Deploy successful!
Preview URL: https://6f9effb9.selfie-4ye.pages.dev
Branch Preview URL: https://renovate-major-eslint-monore.selfie-4ye.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 5 times, most recently from 657f3b3 to 8a09db3 Compare May 17, 2024 23:22
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 7 times, most recently from ffb26ae to bc8e778 Compare June 3, 2024 06:11
@nedtwigg nedtwigg mentioned this pull request Jun 3, 2024
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 9 times, most recently from 515c6fa to cb5427b Compare June 4, 2024 06:55
@renovate renovate bot changed the title chore(deps): update dependency eslint to v9 Update dependency eslint to v9 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 2 times, most recently from 945df0c to f07a673 Compare June 5, 2024 17:23
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from f07a673 to 37df0aa Compare June 5, 2024 18:19
Copy link
Contributor Author

renovate bot commented Jun 5, 2024

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.

@WebsByTodd
Copy link
Collaborator

Next doesn't yet support eslint 9 (vercel/next.js#64409). We're not using it in this project at this point, so just removing it seems like the easiest approach.

@WebsByTodd WebsByTodd requested a review from nedtwigg June 5, 2024 19:47
@nedtwigg nedtwigg merged commit 105eacb into main Jun 6, 2024
1 check passed
@nedtwigg nedtwigg deleted the renovate/major-eslint-monorepo branch June 6, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants