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 vite to v6 #6279

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Update dependency vite to v6 #6279

merged 1 commit into from
Nov 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 5.4.11 -> 6.0.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vitejs/vite (vite)

v6.0.1

Compare Source

v6.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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 26, 2024 16:26
@renovate renovate bot requested a review from testower November 26, 2024 16:26
Copy link
Contributor Author

renovate bot commented Nov 26, 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: client/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @vitejs/[email protected]
npm error Found: [email protected]
npm error node_modules/vite
npm error   dev vite@"6.0.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vite@"^4.2.0 || ^5.0.0" from @vitejs/[email protected]
npm error node_modules/@vitejs/plugin-react
npm error   dev @vitejs/plugin-react@"4.3.3" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/vite
npm error   peer vite@"^4.2.0 || ^5.0.0" from @vitejs/[email protected]
npm error   node_modules/@vitejs/plugin-react
npm error     dev @vitejs/plugin-react@"4.3.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-11-27T06_29_55_300Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-27T06_29_55_300Z-debug-0.log

Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.76%. Comparing base (bc3147f) to head (ccd1d9a).
Report is 11 commits behind head on dev-2.x.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             dev-2.x    #6279   +/-   ##
==========================================
  Coverage      69.76%   69.76%           
+ Complexity     17752    17750    -2     
==========================================
  Files           2010     2010           
  Lines          75948    75948           
  Branches        7784     7784           
==========================================
  Hits           52984    52984           
  Misses         20257    20257           
  Partials        2707     2707           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/vite-6.x branch from 86f88ec to ccd1d9a Compare November 27, 2024 06:30
@leonardehrenfried
Copy link
Member

@testower we probably want to update the plugins first and then try again, isn't it?

@renovate renovate bot changed the title chore(deps): update dependency vite to v6 Update dependency vite to v6 Nov 27, 2024
@testower
Copy link
Contributor

@testower we probably want to update the plugins first and then try again, isn't it?

I suspect the new versions of the plugins require v6 of vite though, so better update them all in a single PR. Ideally they should be grouped by renovate...

@leonardehrenfried
Copy link
Member

Is there a smart way to go about this?

@testower testower mentioned this pull request Nov 27, 2024
@testower
Copy link
Contributor

I did it manually for now: #6285

@leonardehrenfried leonardehrenfried merged commit ccd1d9a into dev-2.x Nov 27, 2024
7 of 8 checks passed
@leonardehrenfried leonardehrenfried deleted the renovate/vite-6.x branch November 27, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants