Commit Graph

7103 Commits

Author SHA1 Message Date
Arnaud Barré
fde9918dc7 feat(optimizer): support bun text lockfile 2024-10-19 22:58:52 +02:00
patak
257883fccc
docs: reload due to gsap and shiki (#18397) 2024-10-19 10:10:15 +02:00
翠 / green
bae6a37628
fix(ssr): this in exported function should be undefined (#18329) 2024-10-18 15:44:29 +02:00
Segev Finer
964a618e64
docs(backend-integration): add an example importedChunks (#18357)
Co-authored-by: 翠 / green <green@sapphi.red>
2024-10-18 15:38:27 +02:00
翠 / green
f6b90747eb
chore(create-vite): mark template files as CC0 (#18366)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-10-18 15:37:43 +02:00
patak
105ca12b34
feat: add .git to deny list by default (#18382) 2024-10-18 14:53:27 +02:00
翠 / green
7cebe3847f
refactor(resolve): remove tryEsmOnly flag (#18394) 2024-10-18 13:56:06 +02:00
helloworld3200
159b4f4d9e
docs: change docs to include more details about public directory (#18286)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-10-18 12:33:15 +02:00
翠 / green
eec021deaa
docs: clarify where it applies for each config options (#18375) 2024-10-18 08:20:21 +02:00
翠 / green
b2965c8e9f
fix(cli): --watch should not override build.watch options (#18390) 2024-10-18 08:18:51 +02:00
翠 / green
57a0e85186
chore(deps): bump TypeScript to 5.6 (#18254) 2024-10-18 08:15:19 +02:00
翠 / green
dcf5f03cb5
docs: clarify target in tsconfig.json (#18377) 2024-10-18 08:14:43 +02:00
翠 / green
1414bfaa3e
chore: unpin playwright (#18391) 2024-10-18 12:26:49 +08:00
翠 / green
a569f42ee9
fix: augment hash for CSS files to prevent chromium erroring by loading previous files (#18367) 2024-10-18 12:56:35 +09:00
@beer
8030231596
chore: fix grammar (#18385) 2024-10-17 20:10:24 +02:00
翠 / green
4d5f51d13f
feat: add environment::listen (#18263) 2024-10-17 13:42:07 +02:00
翠 / green
e59760c46d
docs: server.proxy has precedence over Vite's internal middlewares (#18363) 2024-10-17 13:38:49 +02:00
翠 / green
c37e9966fd
ci: show format diff (#18373) 2024-10-17 13:34:44 +02:00
翠 / green
164432121f
docs: mention pre-bundle uses esbuild in dev (#18376) 2024-10-17 12:34:39 +02:00
@beer
7d97a9b2ba
chore: tiny typo (#18374) 2024-10-17 13:56:04 +08:00
pralkarz
6f74a3a1b2
chore(deps)!: migrate fast-glob to tinyglobby (#18243) 2024-10-17 14:24:33 +09:00
Bjorn Lu
b5d1a058f9
chore: combine deps license with same text (#18356) 2024-10-17 13:33:08 +09:00
翠 / green
455d083b70
refactor: use verbatimModuleSyntax instead of importsNotUsedAsValues (#18360) 2024-10-16 19:07:27 +02:00
翠 / green
7338ee327e
docs: add multiple entries lib mode example (#18364) 2024-10-16 17:12:01 +02:00
翠 / green
f50d3583e2
test: remove unnecessary logs from output (#18368) 2024-10-16 22:28:52 +09:00
Hiroshi Ogawa
dc823347bb
fix(worker): rewrite rollup output.format with worker.format on worker build error (#18165) 2024-10-16 11:17:35 +09:00
翠 / green
7db105daaf
docs: relative base path (#18355) 2024-10-15 16:47:15 +02:00
Niklas Molnes Hole
5cca4bfd32
fix(deps): update open dependency to 10.1.0 (#18349)
Co-authored-by: null <null>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-10-15 21:07:32 +08:00
翠 / green
e9c9767ba5
docs: env expand feature only works for variables in env files (#18354) 2024-10-15 11:54:20 +02:00
patak
93b03b2692
docs: update ViteConf 24 cta (#18352) 2024-10-15 11:42:16 +02:00
renovate[bot]
5552583a22
fix(deps): update all non-major dependencies (#18345)
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-10-15 16:13:43 +09:00
patak
47b12706ce
fix: more robust plugin.sharedDuringBuild (#18351) 2024-10-15 07:38:06 +02:00
renovate[bot]
5ea4b00a98
chore(deps): update dependency sirv to v3 (#18346)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-10-15 07:21:39 +02:00
sapphi-red
2a8ed7f877
release: v6.0.0-beta.3 2024-10-15 10:51:58 +09:00
Hiroshi Ogawa
93d286c4c1
fix(resolve): fix resolve cache key for external conditions (#18332) 2024-10-15 10:43:32 +09:00
patak
896d6e3d94
docs: refactor environment api docs (#18316)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2024-10-15 10:38:50 +09:00
Hiroshi Ogawa
0fe95d4a71
fix: add position to import analysis resolve exception (#18344) 2024-10-14 15:33:18 +08:00
Nils Ingwersen
0ddfb9f31a
chore(deps): update eslint-plugin-react-hooks to stable v5 (#18335) 2024-10-14 12:16:11 +08:00
Yvan Zhu
4ab37fd6e5
docs: change npm and pnpm to be lowercase (#18342) 2024-10-12 21:00:37 +09:00
Hiroshi Ogawa
4c5cf91d12
test: ssr external / resolveId test (#18327) 2024-10-11 10:26:42 +09:00
翠 / green
18f1daddd1
perf: call module.enableCompileCache() (#18323) 2024-10-10 11:11:54 +02:00
翠 / green
67783b2d55
fix(deps): bump tsconfck (#18322) 2024-10-10 11:11:31 +02:00
翠 / green
11c0fb1388
chore: point deprecation error URLs to main branch docs (#18321) 2024-10-10 07:52:57 +00:00
Hiroshi Ogawa
2017a330f5
fix(resolve): fix resolve cache to consider conditions and more (#18302) 2024-10-10 16:48:36 +09:00
翠 / green
af3cddf40c
ci: add test-passed/failed job (#18318) 2024-10-10 07:35:48 +02:00
翠 / green
2a148844cf
perf: use crypto.hash when available (#18317) 2024-10-10 07:34:37 +02:00
翠 / green
889bfc0ada
fix(css): dont remove JS chunk for pure CSS chunk when the export is used (#18307) 2024-10-09 15:12:45 +02:00
翠 / green
b382f7e19c
test(css): make "duplicate CSS" test to focus on what it's testing (#18308) 2024-10-09 14:56:34 +02:00
patak
cd368f9fed
refactor: rename runner.destroy() to runner.close() (#18304) 2024-10-09 19:27:01 +09:00
LiuSeen
41735a72a3
chore: docs style (#18306) 2024-10-09 08:48:59 +02:00