chore(deps): update dependency vite to v4.3.1 - autoclosed #23
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/vite-4.x-lockfile"
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:
4.2.1
->4.3.1
Release Notes
vitejs/vite
v4.3.1
Compare Source
v4.3.0
Compare Source
Vite 4.3 is out! Read the announcement blog post here
In this minor, we focused on improving the dev server performance. The resolve logic got streamlined, improving hot paths and implementing smarter caching for finding
package.json
, TS config files, and resolved URL in general.You can read a detailed walkthrough of the performance work done in this blog post by one of Vite Contributors: How we made Vite 4.3 faaaaster 🚀.
This sprint resulted in speed improvements across the board compared to Vite 4.2.
These are the performance improvements as measured by sapphi-red/performance-compare, which tests an app with 1000 React Components cold and warm dev server startup time as well as HMR times for a root and a leaf component:
You can read more information about the benchmark here
Features
isFileServingAllowed
as public utility (#12894) (93e095c), closes #12894data:
uris (#12645) (4886d9f), closes #12645Performance
depsCacheDirPrefix
value forisOptimizedDepFile
(#12601) (edbd262), closes #12601safeRealpath
ingetRealpath
(#12551) (cec2320), closes #12551Bug Fixes
buildStart
before server start (#12647) (871d353), closes #12647buildStart
only once when using next port (#12624) (e10c6bd), closes #12624charset: 'utf8'
by default for css (#12565) (c20a064), closes #12565Clean up
import.meta.url
condition from renderChunk hook of worker plugin (#12696) (fdef8fd), closes #12696ensureVolumeInPath
(#12690) (a3150ee), closes #12690resolvePackageData
inrequireResolveFromRootWithFallback
(#12712) (1ea38e2), closes #12712idToPkgMap
(#12564) (a326ec8), closes #12564Previous Changelogs
4.3.0-beta.8 (2023-04-19)
See 4.3.0-beta.8 changelog
4.3.0-beta.7 (2023-04-17)
See 4.3.0-beta.7 changelog
4.3.0-beta.6 (2023-04-14)
See 4.3.0-beta.6 changelog
4.3.0-beta.5 (2023-04-11)
See 4.3.0-beta.5 changelog
4.3.0-beta.4 (2023-04-09)
See 4.3.0-beta.4 changelog
4.3.0-beta.3 (2023-04-07)
See 4.3.0-beta.3 changelog
4.3.0-beta.2 (2023-04-05)
See 4.3.0-beta.2 changelog
4.3.0-beta.1 (2023-03-29)
See 4.3.0-beta.1 changelog
4.3.0-beta.0 (2023-03-23)
See 4.3.0-beta.0 changelog
v4.2.2
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.
chore(deps): update dependency vite to v4.2.2to chore(deps): update dependency vite to v4.3.0607f5ef27d
tob0b8249e2c
chore(deps): update dependency vite to v4.3.0to chore(deps): update dependency vite to v4.3.1b0b8249e2c
to4a03204726
chore(deps): update dependency vite to v4.3.1to chore(deps): update dependency vite to v4.3.1 - autoclosed