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 - autoclosed #37

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

eslint/eslint (eslint)

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 7am,after 5pm" in timezone America/Chicago, Automerge - "before 7am,after 5pm" in timezone America/Chicago.

🚦 Automerge: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Apr 6, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

Copy link
Contributor Author

renovate bot commented Apr 6, 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @typescript-eslint/eslint-plugin@7.8.0
npm ERR! Found: eslint@9.2.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.2.0" from the root project
npm ERR!   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm ERR!   node_modules/@eslint-community/eslint-utils
npm ERR!     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.8.0
npm ERR!     node_modules/@typescript-eslint/utils
npm ERR!       @typescript-eslint/utils@"^7.8.0" from @stylistic/eslint-plugin-plus@2.0.0
npm ERR!       node_modules/@stylistic/eslint-plugin-plus
npm ERR!         @stylistic/eslint-plugin-plus@"2.0.0" from @stylistic/eslint-plugin@2.0.0
npm ERR!         node_modules/@stylistic/eslint-plugin
npm ERR!       5 more (@stylistic/eslint-plugin-ts, ...)
npm ERR!     @eslint-community/eslint-utils@"^4.2.0" from eslint-plugin-jsonc@2.15.1
npm ERR!     node_modules/eslint-plugin-jsonc
npm ERR!       dev eslint-plugin-jsonc@"^2.15.1" from the root project
npm ERR!     2 more (eslint-plugin-unicorn, eslint)
npm ERR!   10 more (@stylistic/eslint-plugin, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
npm ERR! node_modules/@typescript-eslint/eslint-plugin
npm ERR!   peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0" from eslint-plugin-jest@28.5.0
npm ERR!   node_modules/eslint-plugin-jest
npm ERR!     dev eslint-plugin-jest@"^28.5.0" from the root project
npm ERR!   @typescript-eslint/eslint-plugin@"7.8.0" from typescript-eslint@7.8.0
npm ERR!   node_modules/typescript-eslint
npm ERR!     dev typescript-eslint@"^7.8.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@8.57.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0" from eslint-plugin-jest@28.5.0
npm ERR!     node_modules/eslint-plugin-jest
npm ERR!       dev eslint-plugin-jest@"^28.5.0" from the root project
npm ERR!     @typescript-eslint/eslint-plugin@"7.8.0" from typescript-eslint@7.8.0
npm ERR!     node_modules/typescript-eslint
npm ERR!       dev typescript-eslint@"^7.8.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-09T04_51_21_210Z-debug-0.log

@renovate renovate bot force-pushed the renovate/eslint-9.x branch 8 times, most recently from 982dfe9 to 7668f2f Compare April 12, 2024 22:54
@renovate renovate bot force-pushed the renovate/eslint-9.x branch 4 times, most recently from 5ff617d to 8517be6 Compare April 22, 2024 19:39
@renovate renovate bot force-pushed the renovate/eslint-9.x branch 3 times, most recently from b8c78dc to b2382cd Compare April 30, 2024 03:41
@renovate renovate bot force-pushed the renovate/eslint-9.x branch 7 times, most recently from 40dee24 to 83c465b Compare May 8, 2024 01:19
@renovate renovate bot changed the title Update dependency eslint to v9 Update dependency eslint to v9 - autoclosed May 9, 2024
@renovate renovate bot closed this May 9, 2024
@renovate renovate bot deleted the renovate/eslint-9.x branch May 9, 2024 08:35
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.

None yet

0 participants