Update dependency vite to v6.3.6 #3
Open
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.2.0
->6.3.6
By merging this PR, the issue #2 will be automatically resolved and closed:
Release Notes
vitejs/vite (vite)
v6.3.6
Compare Source
Please refer to CHANGELOG.md for details.
v6.3.5
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
v6.3.4
Compare Source
Bug Fixes
require
to import externals in optimized dependencies (#19940) (efc5eab)Code Refactoring
v6.3.3
Compare Source
Bug Fixes
Performance Improvements
Tests
ssrTransform
re-export deps and test stacktrace with first line (#19629) (9399cda)v6.3.2
Compare Source
Features
Bug Fixes
css.lightningcss
option in css minification process (#19879) (b5055e0)v6.3.1
Compare Source
Bug Fixes
Promise.allSettled
in preload function (#19805) (35c7f35)transform
calls (#19878) (a152b7c)v6.3.0
Compare Source
Bug Fixes
hot.invalidate
in circular deps (#19870) (d4ee5e8)v6.2.7
Compare Source
Please refer to CHANGELOG.md for details.
v6.2.6
Compare Source
Please refer to CHANGELOG.md for details.
v6.2.5
Compare Source
Please refer to CHANGELOG.md for details.
v6.2.4
Compare Source
Please refer to CHANGELOG.md for details.
v6.2.3
Compare Source
Please refer to CHANGELOG.md for details.
v6.2.2
Compare Source
Features
base
(#19616) (2476391)Bug Fixes
ssrRewriteStacktrace
(#19612) (4309755)Miscellaneous Chores
v6.2.1
Compare Source
Features
*?url&no-inline
type and warning for.json?inline
/.json?no-inline
(#19566) (c0d3667)Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
isBuild
check from preAliasPlugin (#19587) (c9e086d)applyToEnvironment
in internal plugins (#19588) (f678442)Tests