Skip to content

chore(deps): update dependency vite to v7 #6002

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

Merged
merged 2 commits into from
Jul 4, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2025

This PR contains the following updates:

Package Change Age Confidence
vite (source) ^6.3.5 -> ^7.0.0 age confidence

Release Notes

vitejs/vite (vite)

v7.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jul 4, 2025

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @vitejs/plugin-vue@5.2.4
npm warn Found: vite@7.0.2
npm warn node_modules/vite
npm warn   dev vite@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer vite@"^5.0.0 || ^6.0.0" from @vitejs/plugin-vue@5.2.4
npm warn node_modules/@vitejs/plugin-vue
npm warn   @vitejs/plugin-vue@"^5.2.1" from vitepress@1.6.3
npm warn   node_modules/vitepress
npm warn
npm warn Conflicting peer dependency: vite@6.3.5
npm warn node_modules/vite
npm warn   peer vite@"^5.0.0 || ^6.0.0" from @vitejs/plugin-vue@5.2.4
npm warn   node_modules/@vitejs/plugin-vue
npm warn     @vitejs/plugin-vue@"^5.2.1" from vitepress@1.6.3
npm warn     node_modules/vitepress
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: vite@7.0.2
npm error Found: @types/node@18.19.115
npm error node_modules/@types/node
npm error   dev @types/node@"^18.19.113" from the root project
npm error   peerOptional @types/node@">=18" from @inquirer/checkbox@4.1.9
npm error   node_modules/@inquirer/checkbox
npm error     @inquirer/checkbox@"^4.1.9" from @inquirer/prompts@7.6.0
npm error     node_modules/@inquirer/prompts
npm error       dev @inquirer/prompts@"^7.5.3" from the root project
npm error   17 more (@inquirer/confirm, @inquirer/core, @inquirer/editor, ...)
npm error
npm error Could not resolve dependency:
npm error peerOptional @types/node@"^20.19.0 || >=22.12.0" from vite@7.0.2
npm error node_modules/vite
npm error   dev vite@"^7.0.0" from the root project
npm error
npm error Conflicting peer dependency: @types/node@24.0.10
npm error node_modules/@types/node
npm error   peerOptional @types/node@"^20.19.0 || >=22.12.0" from vite@7.0.2
npm error   node_modules/vite
npm error     dev vite@"^7.0.0" 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 /runner/cache/others/npm/_logs/2025-07-04T04_53_38_393Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-07-04T04_53_38_393Z-debug-0.log

Copy link

vercel bot commented Jul 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2025 5:25am

Copy link

github-actions bot commented Jul 4, 2025

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#renovate/vite-7.x

Notice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-lzm9hlxns-rollup-js.vercel.app/repl/?pr=6002

Copy link

github-actions bot commented Jul 4, 2025

Performance report

  • BUILD: 6994ms, 815 MB
    • initialize: 0ms, 24.4 MB (+6%)
    • generate module graph: 2602ms, 626 MB
      • generate ast: 1392ms, 617 MB
    • sort and bind modules: 386ms, 679 MB
    • mark included statements: 3965ms, 815 MB
      • treeshaking pass 1: 2333ms, 820 MB
      • treeshaking pass 2: 459ms, 830 MB
      • treeshaking pass 3: 397ms, 817 MB
      • treeshaking pass 4: 382ms, 827 MB (-3%)
      • treeshaking pass 5: 378ms, 815 MB
  • GENERATE: 684ms (-36ms, -4.9%), 947 MB (+3%)
    • initialize render: 0ms, 830 MB (-8%)
    • generate chunks: 47ms (-21ms, -30.8%), 857 MB (-5%)
      • optimize chunks: 0ms, 844 MB (-8%)
    • render chunks: 615ms (-68ms, -10.0%), 897 MB
    • transform chunks: 18ms, 947 MB (+3%)
    • generate bundle: 0ms, 947 MB (+3%)

Copy link

codecov bot commented Jul 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.78%. Comparing base (960c246) to head (f2dad97).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6002   +/-   ##
=======================================
  Coverage   98.78%   98.78%           
=======================================
  Files         270      270           
  Lines        8745     8745           
  Branches     1512     1512           
=======================================
  Hits         8639     8639           
  Misses         73       73           
  Partials       33       33           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Also add vue-eslint-parser to make Vue work again
@lukastaegert lukastaegert enabled auto-merge July 4, 2025 05:24
Copy link
Contributor Author

renovate bot commented Jul 4, 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.

@lukastaegert lukastaegert added this pull request to the merge queue Jul 4, 2025
Merged via the queue into master with commit bd2d98c Jul 4, 2025
41 checks passed
@lukastaegert lukastaegert deleted the renovate/vite-7.x branch July 4, 2025 05:44
Copy link

github-actions bot commented Jul 4, 2025

This PR has been released as part of rollup@4.44.2. You can test it via npm install rollup.

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.

1 participant