Commit Graph

39 Commits

Author SHA1 Message Date
翠 / green
6ff80091f9
test: skip ssr-html build tests (#18694) 2024-11-18 16:04:27 +08:00
Bjorn Lu
ce0eec91c9
chore: upgrade to express 5 (#18537) 2024-11-05 19:27:51 +08:00
Hiroshi Ogawa
7f9f8c6851
fix: use websocket to test server liveness before client reload (#17891)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-10-25 13:54:11 +09: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
renovate[bot]
a73bbaadb5
chore(deps): update all non-major dependencies (#18108) 2024-09-17 15:08:40 +09:00
patak
242f550eb4
feat: Environment API (#16471)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
Co-authored-by: Dario Piotrowicz <dario.piotrowicz@gmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
Co-authored-by: Anthony Fu <github@antfu.me>
Co-authored-by: Dominik G <dominik.goepel@gmx.de>
Co-authored-by: Igor Minar <i@igor.dev>
Co-authored-by: Viktor Lázár <lazarv1982@gmail.com>
Co-authored-by: Joaquín Sánchez <userquin@gmail.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-04 11:27:09 +02:00
Hiroshi Ogawa
1c9df6188e
test: disable network-imports test (#17835) 2024-08-09 15:19:24 +08:00
renovate[bot]
7caef4216e
fix(deps): update all non-major dependencies (#16258)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-03-26 09:00:34 +01:00
Hiroshi Ogawa
dad7f4f5a5
fix(runtime): fix sourcemap with prepareStackTrace (#16220) 2024-03-21 10:07:03 +01: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
Vladimir
8b3ab07718
feat: experimental Vite Runtime API (#12165) 2024-02-01 12:59:21 +01:00
Hiroshi Ogawa
af2aa09575
fix(ssr): externalize network imports during ssrLoadModule (#15599) 2024-01-15 16:50:47 +00:00
patak
9474c4be27
feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
patak
e49ef028bb
docs(ssr): properly handle vite.middlewares after restart (#14917)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-11-09 09:53:37 +01:00
renovate[bot]
5a56941a89
chore(deps): update dependency prettier to v3 (#13759)
Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
2023-07-19 09:53:25 +02:00
翠 / green
b28c8472a8
test: rewrite waitForNavigation to waitForEvent('load') (#13413) 2023-06-03 16:23:06 +02:00
fi3ework
88c855eadc
fix(ssr): stacktrace uses abs path with or without sourcemap (#12902)
Co-authored-by: sapphi-red <green@sapphi.red>
2023-05-15 12:20:23 +02:00
翠 / green
be9505041b
fix(ssr): load sourcemaps alongside modules (#11780)
Co-authored-by: Justice Almanzar <superdash993@gmail.com>
2023-04-04 23:07:09 +02:00
翠 / green
5170e44920
chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
Arnaud Barré
134ce68179
chore: enable prettier trailing commas (#11167) 2022-12-04 08:19:06 +01:00
Ben McCann
8148af7b80
fix!: make NODE_ENV more predictable (#10996) 2022-11-22 22:25:10 +08:00
renovate[bot]
f519423170
chore(deps): update all non-major dependencies (#10393) 2022-10-10 09:36:31 +02:00
Bjorn Lu
71f08e766c
fix(hmr): dedupe virtual modules in module graph (#10144) 2022-09-19 14:34:50 +02:00
Percy Ma
9f8d79b989
chore: use pnpm shell-emulator instead of cross-env (#10023) 2022-09-07 10:00:54 +02:00
zoomdong
1cf5c78358
chore: remove vitest global options (#9620) 2022-08-12 07:05:13 +02:00
翠 / green
9e9cd23763
chore: node prefix lint (#9514) 2022-08-03 22:57:50 +09:00
Shinigami
60721ac53a
chore: use node prefix (#8309)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2022-06-19 21:59:52 +02:00
patak
14db47397b
feat!: appType (spa, mpa, custom), boolean middlewareMode (#8452)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-06-18 15:29:49 +02:00
patak
f8c92d1f4c
feat: default esm SSR build, simplified externalization (#8348) 2022-05-29 15:09:26 +02:00
patak
5161ecdc6c
chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
翠 / green
8d478df78d
test: fix server hmr port conflict (#8197) 2022-05-17 14:25:34 +02:00
patak
1cc2e2d2d5
feat!: vite dev default port is now 5173 (#8148) 2022-05-12 16:47:04 +02:00
Anthony Fu
da6dc9d4f7
test: refactor test utils and setup (#8135) 2022-05-12 13:12:43 +08:00
Anthony Fu
3c63b7ee83 test: ensure ports are free for test servers 2022-05-11 20:31:21 +08:00
Anthony Fu
79ef186b40
chore: enable typecheck for tests and scripts (#8114) 2022-05-11 18:09:52 +08:00
Anthony Fu
d2874827f7
test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
Anthony Fu
8148f67f4a
test: migrate to vitest (#8076) 2022-05-11 14:33:20 +08:00
Anthony Fu
aeb5b7436d
chore: bump minors and rebuild lock (#8074) 2022-05-09 16:30:17 +08:00
Anthony Fu
875fc116a0
chore: move playground to root (#8072) 2022-05-09 09:36:14 +02:00