-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
chore(deps): update dependency vite to ^4.3.9 #419
Open
renovate
wants to merge
12
commits into
v2
Choose a base branch
from
renovate/all-minor-patch
base: v2
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.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
November 27, 2022 18:23
06a9816
to
0942e99
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
December 8, 2022 01:58
9a5456a
to
59d3c22
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
December 15, 2022 05:44
2033316
to
f68829a
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
Update all non-major dependencies
Dec 17, 2022
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 17, 2022 16:21
f68829a
to
48fda65
Compare
renovate
bot
changed the title
Update all non-major dependencies
chore(deps): update all non-major dependencies
Dec 17, 2022
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
December 21, 2022 16:09
4a97e4a
to
80b7be3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
January 7, 2023 13:16
4dd5448
to
67c65b3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
January 14, 2023 05:35
d6b4588
to
542ca2d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
January 25, 2023 11:23
98aa778
to
da329cd
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 27, 2023 09:34
da329cd
to
ac8d9fb
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 28, 2023 13:25
98c9af6
to
be17c62
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
March 10, 2023 13:47
e558a04
to
bfde9e3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
March 22, 2023 23:31
871f528
to
6ecdd43
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 24, 2023 10:33
6ecdd43
to
18371ee
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
April 7, 2023 14:34
7f0cdf4
to
3e02f0a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 11, 2023 22:16
3e02f0a
to
c091885
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 26, 2023 11:32
c091885
to
ef12642
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 26, 2023 15:14
ef12642
to
92ba17b
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
chore(deps): update dependency vite to ^4.3.9
May 26, 2023
Codecov Report
@@ Coverage Diff @@
## v2 #419 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 2 2
Lines 58 169 +111
Branches 20 33 +13
==========================================
+ Hits 58 169 +111
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^4.0.0
->^4.3.9
Release Notes
vitejs/vite
v4.3.9
Compare Source
v4.3.8
Compare Source
v4.3.7
Compare Source
v4.3.6
Compare Source
tryFsResolve
for relativenew URL(foo, import.meta.url)
(#13142) (eeb0617), closes #13142esbuild.charset
when minify (#13190) (4fd35ed), closes #13190v4.3.5
Compare Source
v4.3.4
Compare Source
v4.3.3
Compare Source
v4.3.2
Compare Source
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.3
Compare Source
Please refer to CHANGELOG.md for details.
v4.2.2
Compare Source
v4.2.1
Compare Source
virtual:
to virtual module source map ignore (#12444) (c4aa28f), closes #12444v4.2.0
Compare Source
Vite 4.2 is out!
Support env variables replacement in HTML files
Vite now supports replacing env variables in HTML files. Any properties in
import.meta.env
can be used in HTML files with a special%ENV_NAME%
syntax:Sourcemaps improvements
The Chrome Dev Tools team has been working to improve the DX of Vite and Vite-powered frameworks in the dev tools. Vite 4.2 brings an improved experience and tools for framework authors to hide 3rd party code and build artifacts from the user from console log traces using
server.sourcemapIgnoreList
andbuild.rollupOptions.output.sourcemapIgnoreList
.ESM subpath imports
Vite 4.2 now supports subpath imports, thanks to @lukeed05's resolve.exports library.
TypeScript 5 support
Vite 4.2 also supports TypeScript 5's
tsconfig
extends
array format, thanks to tsconfck.esbuild 0.17
esbuild v0.17.0 improved the design of its incremental, watch, and serve APIs. Check out #11908 for the rationale of why we didn't consider the backward-incompatible changes breaking for our use cases. The updated esbuild design now allows Vite to properly cancel in-fly builds and improve server restarts.
Use Rollup types from the vite package
Expose Rollup types as a namespace. This is helpful to avoid type conflicts because of different versions of Rollup types in environments like vite-ecosystem-ci (#12316).
Português Docs Translation
The Vite documentation is now translated to Português at pt.vitejs.dev thanks to Nazaré Da Piedade .
Features
build.cssMinify
(#12207) (90431f2), closes #12207sourcemapIgnoreList
configuration option (#12174) (f875580), closes #12174Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.