-
Notifications
You must be signed in to change notification settings - Fork 6
chore(deps): update dependency vite to v7 #1204
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
Open
ganta-renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/vite-7.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
bcd2ad1
to
4c7b5e1
Compare
4c7b5e1
to
4cc935a
Compare
4cc935a
to
c186fd7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.3.5
->7.0.6
Release Notes
vitejs/vite (vite)
v7.0.6
Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
v7.0.5
Compare Source
Bug Fixes
Accept: text/html
(#20376) (c9614b9)new URL(, import.meta.url)
(#20382) (6bc8bf6)Miscellaneous Chores
Code Refactoring
foo.endsWith("bar")
instead of/bar$/.test(foo)
(#20413) (862e192)v7.0.4
Compare Source
Bug Fixes
Build System
@oxc-project/runtime
devDep (#20389) (5e29602)v7.0.3
Compare Source
Bug Fixes
Miscellaneous Chores
n/prefer-node-protocol
rule (#20368) (38bb268)Code Refactoring
v7.0.2
Compare Source
Bug Fixes
v7.0.1
Compare Source
Bug Fixes
Miscellaneous Chores
v7.0.0
Compare Source
Today, we're excited to announce the release of the next Vite major:
⚠ BREAKING CHANGES
Object
variable in ssr transformed code (#19996)experimental.skipSsrTransform
option (#20038)HotBroadcaster
(#19988)build.target
and name itbaseline-widely-available
(#20007)HotBroadcaster
related types (#19987)enforce
/transform
fromtransformIndexHtml
hook (#19349)Features
configurePreviewServer
hook (#20224) (b989c42)configureServer
hook (#20222) (f5cc4c0)this.meta.viteVersion
(#20088) (f55bf41)createServer
(#19894) (c1ae9bd)build.target
and name itbaseline-widely-available
(#20007) (4a8aa82)css.preprocessorMaxWorkers
and default totrue
(#19992) (70aee13)optimizeDeps.noDiscovery
(#19984) (6d2dcb4)Bug Fixes
import.meta.url
in bundled Vite (#20235) (3bf3a8a)ssrExportNameKey
(#20266) (ac302a7)normalizeModuleId
(#20277) (9b98dcb).then(m => m.a)
(#20117) (7b7410a)build.rollupOptions.input
resolution with rollup (#20080) (9759c29)Object
variable in ssr transformed code (#19996) (fceff60)preprocessorOptions.sass
(fix #20150) (#20166) (7db56be)cleanGlobalCLIOptions()
clean--force
(#19999) (d4a171a)environments.*.resolve.noExternal
properly (#20077) (daf4a25)server.allowedHosts: true
correctly (#20138) (2ade756)computeEntries
failed (#20079) (b742b46)optimizeDeps.entries
values as globs (#20045) (1422395)Performance Improvements
numberToPos
(#20244) (3f46901)Documentation
Miscellaneous Chores
ResolvedConfig.createResolver
and recommendcreateIdResolver
(#20031) (d101d64)devEnvironmentOptions.moduleRunnerTransform
(#20035) (338081d)patch-types
plugin for bundling vite (#20089) (c127955)Code Refactoring
src/node/publicUtils.ts
tosrc/node/index.ts
(#20086) (999a1ed)experimental.skipSsrTransform
option (#20038) (6c3dd8e)HotBroadcaster
(#19988) (cda8c94)options?.ssr
support in clientInjectionsPlugin (#19589) (88e0076)HotBroadcaster
related types (#19987) (86b5e00)enforce
/transform
fromtransformIndexHtml
hook (#19349) (6198b9d)legacy.proxySsrExternalModules
(#20013) (a37ac83)hostValidationMiddleware
(#20019) (83bf90e)mergeWithDefaults
for experimental option (#20012) (98c5741)Tests
useDefineForClassFields
test (#20143) (d90796e)Continuous Integration
Beta Changelogs
7.0.0-beta.2 (2025-06-17)
See 7.0.0-beta.2 changelog
7.0.0-beta.1 (2025-06-10)
See 7.0.0-beta.1 changelog
7.0.0-beta.0 (2025-06-02)
See 7.0.0-beta.0 changelog
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.
This PR has been generated by Renovate Bot.