Update dependency vite to v7 #87
No reviewers
Labels
No labels
0Type
Dependencies
1Dependency
Composer
1Dependency
NPM
2Dependency-Impact
Major
2Dependency-Impact
Minor
2Dependency-Impact
Patch
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: l4p1n-bot/website#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/vite-7.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^6.0
->^7.0.0
Release Notes
vitejs/vite (vite)
v7.1.3
Compare Source
Features
generateCodeFrame
(#20640) (1559577)Bug Fixes
Performance Improvements
resolveConfig
(#20646) (f691f57)Miscellaneous Chores
Code Refactoring
import
in worker threads (#20641) (530687a)Tests
checkNodeVersion
test (#20647) (731d3e6)v7.1.2
Compare Source
Bug Fixes
[vite]
prefixes to debug logs (#20595) (7cdef61)npm:
prefix as a built-in module (#20558) (ab33803)Miscellaneous Chores
@jridgewell/remapping
from@ampproject/remapping
(#20577) (0a6048a)v7.1.1
Compare Source
Bug Fixes
launch-editor-middleware
(#20569) (826b394)Miscellaneous Chores
v7.1.0
Compare Source
Features
generateCodeFrame
(#20508) (e7d0b2a)import.meta.main
support in config (bundle config loader) (#20516) (5d3e3c2)import.meta.main
support for Node.js module runner (#20517) (794a8f2)future: 'warn'
(#20473) (e6aaf17)removeServerPluginContainer
future deprecation (#20437) (c1279e7)removeServerReloadModule
future deprecation (#20436) (6970d17)server.warmupRequest
to future deprecation (#20431) (8ad388a)ssrFixStacktrace
/ssrRewriteStacktrace
toremoveSsrLoadModule
future deprecation (#20435) (8c8f587)this.fs
support (#20301) (0fe3f2f)defaultExternalConditions
(#20279) (344d302)removePluginHookSsrArgument
future deprecation (#20433) (95927d9)removeServerHot
future deprecation (#20434) (259f45d)resolve.externalConditions
and addmodule-sync
to default external condition (#20409) (c669c52)import.meta.resolve
in module runner (#20260) (62835f7)Bug Fixes
image-set
containing__VITE_ASSET__
(#20520) (f1a2635)entryCssAssetFileNames
as an empty Set (#20542) (6a46cda)new URL(, import.meta.url)
(#20507) (1b211fd)noExternal: true
correctly (#20502) (9ebe4a5)type: asset
(#20391) (7eac8dd)resolvedUrls
(#20496) (62b3e0d)Performance Improvements
Miscellaneous Chores
cssScopeTo
(#19592) (ced1343)Code Refactoring
http-proxy-3
(#20402) (26d9872)Tests
process.features
(#20544) (856d3f0)Beta Changelogs
7.1.0-beta.1 (2025-08-05)
See 7.1.0-beta.1 changelog
7.1.0-beta.0 (2025-07-30)
See 7.1.0-beta.0 changelog
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
v6.3.5
Compare Source
Bug Fixes
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.
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.
⚠️ 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:
The artifact failure details are included below:
File name: package-lock.json
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.