refactor: Bump vite from 6.3.4 to 7.0.0
Bumps vite from 6.3.4 to 7.0.0.
Release notes
Sourced from vite's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
v7.0.0
Please refer to CHANGELOG.md for details.
v7.0.0-beta.2
Please refer to CHANGELOG.md for details.
v7.0.0-beta.1
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
v7.0.0-beta.0
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
v6.3.5
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
7.0.0 (2025-06-24)
Today, we're excited to announce the release of the next Vite major:
- Vite 7.0 announcement blog post
- Docs (translations: 简体中文, 日本語, Español, Português, 한국어, Deutsch, فارسی)
- Migration Guide
Breaking Changes
- fix(ssr)!: don't access
Objectvariable in ssr transformed code (#19996) (fceff60), closes #19996- chore!: remove deprecated splitVendorChunkPlugin (#19255) (91a92c7), closes #19255
- chore!: remove node 18 support (#19972) (00b8a98), closes #19972
- feat!: bump
build.targetand name itbaseline-widely-available(#20007) (4a8aa82), closes #20007- refactor!: bump required node version to 20.19+, 22.12+ and remove cjs build (#20032) (2b80243), closes #20032
- refactor!: remove
experimental.skipSsrTransformoption (#20038) (6c3dd8e), closes #20038- refactor!: remove
HotBroadcaster(#19988) (cda8c94), closes #19988- refactor!: remove deprecated
HotBroadcasterrelated types (#19987) (86b5e00), closes #19987- refactor!: remove deprecated hook-level
enforce/transformfromtransformIndexHtmlhook (#19349 (6198b9d), closes #19349- refactor!: remove deprecated no-op type only properties (#19985) (9151c24), closes #19985
- refactor(css)!: always use sass compiler API (#19978) (3bfe5c5), closes #19978
- refactor(css)!: remove sass legacy API support (#19977) (6eaccc9), closes #19977
Features
- feat(types): use terser types from terser package (#20274) (a5799fa), closes #20274
- feat: apply some middlewares before
configurePreviewServerhook (#20224) (b989c42), closes #20224- feat: apply some middlewares before
configureServerhook (#20222) (f5cc4c0), closes #20222- feat: add base option to import.meta.glob (#20163) (253d6c6), closes #20163
- feat: add
this.meta.viteVersion(#20088) (f55bf41), closes #20088- feat: allow passing down resolved config to vite's
createServer(#19894) (c1ae9bd), closes #19894- feat: buildApp hook (#19971) (5da659d), closes #19971
- feat: make PluginContext available for Vite-specific hooks (#19936) (7063839), closes #19936
- feat: resolve environments plugins at config time (#20120) (f6a28d5), closes #20120
- feat: stabilize
css.preprocessorMaxWorkersand default totrue(#19992) (70aee13), closes #19992- feat: stabilize
optimizeDeps.noDiscovery(#19984) (6d2dcb4), closes #19984- feat(build): provide names for asset entrypoints (#19912) (c4e01dc), closes #19912
- feat(client): support opening fileURL in editor (#20040) (1bde4d2), closes #20040
Fixes
... (truncated)
Commits
eafd28achore: rearrange 7.0 changelog (#20280)b85f322release: v7.0.09b98dcbfix(module-runner): exposenormalizeModuleId(#20277)a5799fafeat(types): use terser types from terser package (#20274)f7377c3chore(deps): update rolldown-related dependencies (#20270)6b64d63fix(deps): update all non-major dependencies (#20271)ac302a7fix(module-runner): exportssrExportNameKey(#20266)b135918chore: typos in comments (#20259)3f46901perf(utils): improve performance ofnumberToPos(#20244)3bf3a8afix: keepimport.meta.urlin bundled Vite (#20235)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
I will reformat the title to use the proper commit message syntax.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Explain this complex logic.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai explain this code block.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read src/utils.ts and explain its main purpose.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Support
Need help? Join our Discord community for assistance with any issues or questions.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai generate sequence diagramto generate a sequence diagram of the changes in this PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
:tada: Snyk checks have passed. No issues have been found so far.
:white_check_mark: security/snyk check is complete. No issues have been found. (View Details)
Superseded by #2667.
