Commit Graph

4436 Commits

Author SHA1 Message Date
Hiroshi Ogawa
8e54af67db
fix(ssr): apply alias to resolvable dependencies during dev (#15602) 2024-03-12 22:14:51 +08:00
btea
e030f4bfd1
refactor: normalize cache package dir (#15546) 2024-03-12 21:41:44 +08:00
Philipp Zerelles
b10d1628d5
fix: encode URLs correctly (fix #15298) (#15311)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-03-12 21:39:57 +08:00
Bjorn Lu
57628dc780
fix(hmr): call dispose before prune (#15782) 2024-03-12 21:36:54 +08:00
Rom
6d6ae10f5d
feat: add entry name to manifest (#15849) 2024-03-12 21:17:11 +08:00
Bjorn Lu
1cc88c13d8
feat(resolve): auto externalize node builtins for noExternal: true in node (#16019) 2024-03-12 21:15:05 +08:00
Bjorn Lu
17d71ecf74
fix(css): treeshake css modules (#16051) 2024-03-12 21:13:13 +08:00
Sam Richard
dd49505cfd
feat: convert overlay template to DOM (#15852)
Co-authored-by: 翠 / green <green@sapphi.red>
Co-authored-by: patak <matias.capeletto@gmail.com>
2024-03-12 21:12:10 +08:00
翠 / green
3efb1a11a0
feat(config): import.meta.filename/dirname support (#15888) 2024-03-12 21:11:25 +08:00
翠 / green
75a9fc668f
feat: accept assets to be specified as input (#16087) 2024-03-12 21:10:53 +08:00
Senao
03b9674cb2
feat: support for self-referencing (#16068) 2024-03-12 21:10:04 +08:00
pengbo
4559ac02ed
style: update overlay style on mobile (#15760)
Co-authored-by: pengbo43 <pengbo43@jd.com>
2024-03-12 21:09:42 +08:00
smeng9
a149d9e955
fix: apply correct fs restrictions for Yarn PnP when serving files from node_modules (#15957) 2024-03-12 21:09:09 +08:00
이채준 - CJ Lee
592c95ad54
chore: use @polka/compression (#16146) 2024-03-12 21:08:18 +08:00
翠 / green
30e5ae3616
fix: upgrade esbuild to 0.20.x (#16079) 2024-03-12 21:07:55 +08:00
bluwy
d2839bc63e release: create-vite@5.2.2 2024-03-11 22:26:22 +08:00
bluwy
6f7466e621 release: v5.1.6 2024-03-11 22:25:46 +08:00
renovate[bot]
a862ecb941
chore(deps): update all non-major dependencies (#16131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-03-11 14:36:12 +08:00
Deisling Eduard
840354601a
fix: server middleware mode resolve (#16122) 2024-03-11 12:38:03 +08:00
schelmo
b6fb3235c3
fix: check for publicDir before checking if it is a parent directory (#16046) 2024-03-11 11:14:37 +09:00
Dominik G
fd9de0473e
fix(esbuild): update tsconfck to fix bug that could cause a deadlock (#16124) 2024-03-08 17:44:51 +01:00
Senao
f6991948f5
fix: handle function property extension in namespace import (#16113) 2024-03-08 21:29:55 +08:00
bluwy
4ccfa05d0e release: plugin-legacy@5.3.2 2024-03-08 20:39:00 +08:00
Jan Gosmann
081353179a
fix(plugin-legacy): respect modernTargets option if renderLegacyChunks disabled (#15789) 2024-03-08 20:36:43 +08:00
xiejiahe
0d2df52716
style(utils): remove null check (#16112) 2024-03-08 12:31:49 +08:00
翠 / green
eef9da13d0
fix(worker): throw error when circular worker import is detected and support self referencing worker (#16103) 2024-03-06 20:03:33 +09:00
翠 / green
60dfa9e15c
fix(worker): hide "The emitted file overwrites" warning if the content is same (#16094) 2024-03-05 11:21:19 +01:00
翠 / green
93be84eccd
refactor(runtime): share more code between runtime and main bundle (#16063) 2024-03-05 11:00:16 +01:00
翠 / green
8f74ce4ff3
fix: escape single quote when relative base is used (#16060) 2024-03-05 09:09:59 +01:00
patak
2af1ae807d release: v5.1.5 2024-03-04 20:40:23 +01:00
Eduard Kuzmenko
bd52283a70
fix: analysing build chunk without dependencies (#15469)
Co-authored-by: patak <matias.capeletto@gmail.com>
2024-03-04 20:33:53 +01:00
翠 / green
ab823ab618
fix: import with query with imports field (#16085) 2024-03-04 18:58:53 +01:00
翠 / green
11cceeab39
revert: "fix: upgrade esbuild to 0.20.x" (#16072) 2024-03-02 16:53:01 +01:00
James Garbutt
899d9b1d27
fix: upgrade esbuild to 0.20.x (#16062)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-03-01 14:03:01 +01:00
翠 / green
aac2ef7752
refactor(runtime): use functions from pathe (#16061) 2024-03-01 01:19:14 +01:00
翠 / green
a9112ebb21
fix: output correct error for empty import specifier (#16055) 2024-02-29 12:50:32 +08:00
btea
1dccc3713a
fix: normalize literal-only entry pattern (#16010) 2024-02-28 17:13:24 +08:00
renovate[bot]
7cfe80d0df
chore(deps): update all non-major dependencies (#16028) 2024-02-27 07:28:14 +01:00
Travis Harmon
ff4c83456f
fix(create-vite): ts error in the svelte-ts template (#16031) 2024-02-27 15:04:23 +09:00
翠 / green
b20d54257e
refactor: share code with vite runtime (#15907) 2024-02-24 11:05:19 +01:00
Bjorn Lu
42fd11c1c6
fix(plugin-legacy): dynamic import browserslist-to-esbuild (#16011) 2024-02-22 16:02:22 +01:00
Vladimir
57463fc53f
fix(runtime): runtime HMR affects only imported files (#15898) 2024-02-22 14:23:27 +01:00
btea
37af8a7be4
fix(plugin-legacy): replace esbuild-plugin-browserslist with browserslist-to-esbuild (#15988) 2024-02-21 14:33:00 +01:00
翠 / green
4144781fbc
fix(scanner): respect experimentalDecorators: true (#15206) 2024-02-21 14:32:29 +01:00
Jinjiang
49300b3487
fix: optimizeDeps.entries with literal-only pattern(s) (#15853) 2024-02-21 14:29:52 +01:00
Hiroshi Ogawa
aff54e1d5e
fix: __vite__mapDeps code injection (#15732) 2024-02-21 21:05:09 +08:00
patak
edb9c4c798 release: create-vite@5.2.1 2024-02-21 12:15:10 +01:00
patak
3e6b8efb03 release: plugin-legacy@5.3.1 2024-02-21 12:13:02 +01:00
patak
0137ea0100 release: v5.1.4 2024-02-21 12:12:12 +01:00
翠 / green
5e05f10069
fix(create-vite): remove tsc command from qwik template (#15982)
Co-authored-by: patak <matias.capeletto@gmail.com>
2024-02-21 11:06:21 +00:00