15 Commits

Author SHA1 Message Date
renovate[bot]
13f9462293
fix(deps): update all non-major dependencies (#8348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-29 14:54:18 +02:00
renovate[bot]
aa79e2733e
fix(deps): update all non-major dependencies (#8328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-21 13:00:58 +02:00
renovate[bot]
0b89f8f89d
chore(deps): update dependency inquirer to v12 (#8299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 10:04:22 +02:00
renovate[bot]
9fe0f3df9d
chore(deps): update all non-major dependencies (#7929)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-05-20 14:57:32 +02:00
renovate[bot]
7fc5a29083
fix(deps): update all non-major dependencies (#7600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-25 12:03:11 +09:00
Ben McCann
00dfc1a450
chore: remove unused execa devDependencies (#6294)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2024-08-09 14:57:32 +02:00
Vladimir
7c993e9454
test: standardising internal test (#5600) 2024-04-26 15:43:27 +02:00
Hiroshi Ogawa
6fb15280bc
fix(vite-node): fix isValidNodeImport to check "type": "module" first (#5416) 2024-03-26 16:04:48 +01:00
Dunqing
8715e2cc83 chore: update needed type module 2023-11-10 13:24:26 +01:00
rxliuli
b097cef8f4
fix(vite-node): fix errors caused by commonjs export circular references (#3570) 2023-06-15 13:33:03 +02:00
btea
4f5efdb234
chore: remove cross-env (#2346) 2022-11-21 16:50:58 +01:00
yoho
dc00ae7073
feat(vite-node): don't exit on uncaughtException in watch mode (#2186)
* feat: dont exit when uncaughtException

* chore: update

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-10-25 11:31:51 +02:00
Anthony Fu
49c67d2573
fix(vite-node): self circular reference (#1609) 2022-07-07 16:39:20 +08:00
yoho
4a95177356
feat(vite-node): vite hmr support (#1516)
* chore: update

* feat: vite-node hmr

* chore: lock.yaml

* chore: update

* chore: update

* chore: update

* feat: hmr module

* chore: package.json

* perf: create ctx only had `__vite_ssr_import_meta__.hot`

* chore: update

* chore: update

* chore: update

* chore: update

* perf: only install hmr plugin on watch mode

* chore: update lock

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-07-02 12:29:52 +03:00
Vladimir
406f995aa4
fix: respect transformMode when resolving id (#1506)
* fix: consider transform mode when resolving ids

* test: testing resolveId

* chore: cleanup

* chore: use importer to get transform mode when resolving id

* chore: update lockfile
2022-06-21 12:16:51 +03:00