Commit Graph

5024 Commits

Author SHA1 Message Date
翠 / green
b27eba3867
chore: add .git-blame-ignore-revs (#11212) 2022-12-06 07:36:19 +01:00
Dunqing
825c7939ef
feat: improve the error message of expand (#11141)
* feat: improve the error message of `expand`

* Update packages/vite/src/node/env.ts

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: sapphi-red <green@sapphi.red>
2022-12-06 07:28:31 +01:00
翠 / green
51ceb4ee5c
test: remove jsx plugin from worker playground (#11177) 2022-12-06 15:18:13 +09:00
Ben McCann
014e4aaa85
chore: unpin rollup (#11204) 2022-12-05 23:03:18 +01:00
patak
cf6c175cdc
chore: vite 4 beta changelog cleanup and release notes (#11200) 2022-12-05 17:30:01 +01:00
patak
848680cd9a release: v4.0.0-beta.0 2022-12-05 14:44:12 +01:00
翠 / green
074b63eaea
docs: add link to v3 docs (#11196) 2022-12-05 11:53:43 +00:00
翠 / green
4ec9f53d6f
chore: update @types/node to v18 (#11195) 2022-12-05 12:50:33 +01:00
renovate[bot]
8b830899ef
chore(deps): update all non-major dependencies (#11182) 2022-12-05 08:50:30 +01:00
Manu MA
2aee2ebb5d
fix: formatError() outside rollup context (#11156) 2022-12-04 23:17:20 +01:00
翠 / green
401647feb4
test: migrate file-delete-restore playground test to hmr playground (#11176) 2022-12-04 21:07:25 +01:00
翠 / green
509201b962
test: improve css-dynamic-import playground test code (#11174) 2022-12-04 15:15:12 +01:00
翠 / green
f589579f96
test: fix css-dynamic-import playground flakiness (#11173) 2022-12-04 12:59:15 +01:00
Arnaud Barré
65bcccfe9f
fix: don't check .yarn/patches for computing dependencies hash (#11168) 2022-12-04 09:51:18 +00: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
Arnaud Barré
e257e3b7fa
chore(client)!: remove never implemented hot.decline (#11036) 2022-12-03 21:10:24 +01:00
Ben McCann
859fe05fe3
chore(deps): update to rollup 3.5 (#11165) 2022-12-03 17:59:50 +01:00
patak
1c1b3d5816
chore: redirect to new repositories when creating issues (#11163) 2022-12-03 15:05:59 +01:00
Ben McCann
fdc6f3ac00
fix: Revert "fix: missing js sourcemaps with rewritten imports broke debugging (#7767) (#9476)" (#11144) 2022-12-03 14:56:18 +01:00
Mehdi Achour
3cd86be632
docs(guide/ssr): Fix link to react plugin repo (#11164) 2022-12-03 14:52:06 +01:00
patak
1682dccb90 chore: update pnpm-lock.yaml 2022-12-03 13:53:16 +01:00
Andre Wiggins
c9274b4184
fix: add type for function localsConvention value (#11152) 2022-12-03 13:43:52 +01:00
Shigma
75dbca2789
fix: cacheDir should be ignored from watch (#10242)
Co-authored-by: sapphi-red <green@sapphi.red>
2022-12-03 12:02:39 +01:00
patak
5935619d85
refactor: move framework plugins out of core (#11158) 2022-12-03 11:36:08 +01:00
patak
c26679ab8f release: plugin-legacy@3.0.0-alpha.0 2022-11-30 17:59:37 +01:00
patak
05a1fc5b60 release: plugin-react@3.0.0-alpha.2 2022-11-30 17:58:20 +01:00
patak
9b378d6c1b release: plugin-vue-jsx@3.0.0-alpha.0 2022-11-30 17:57:15 +01:00
patak
2cdbf19bbe release: plugin-vue@4.0.0-alpha.2 2022-11-30 17:53:54 +01:00
patak
5b66c2c8c4 release: v4.0.0-alpha.6 2022-11-30 17:52:41 +01:00
Dominik G
b77579ed3b
chore: enable ecosystem-ci trigger for dominikg (#11135) 2022-11-30 17:51:33 +01:00
Bjorn Lu
db8df14d89
fix: reset global regex before match (#11132) 2022-11-30 13:41:54 +01:00
Dunqing
606e60d591
feat!: support multiline values in env files (#10826)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
close https://github.com/vitejs/vite/issues/10149
2022-11-30 10:07:51 +01:00
翠 / green
1a54e58fbd
chore(create-vite): align vue template with create-vue (#11128)
Co-authored-by: Haoqun Jiang <3277634+sodatea@users.noreply.github.com>
2022-11-30 10:05:25 +01:00
翠 / green
97f8b4df3c
fix(importGlob): don't warn when CSS default import is not used (#11121) 2022-11-30 08:05:35 +01:00
Anthony Fu
1db52bfbe8
feat: align object interface for transformIndexHtml hook (#9669) 2022-11-30 07:49:58 +01:00
Bjorn Lu
f4c12642ff
refactor: use function to eval worker and glob options (#10999) 2022-11-30 07:41:12 +01:00
翠 / green
1ec017670f
fix(ssr): preserve require for external node (#11057) 2022-11-30 05:46:27 +01:00
TJ Koblentz
23d79b860f
docs(plugin-vue): update options in README (#11125) 2022-11-29 23:52:22 +01:00
翠 / green
515caa5b42
fix: Dev SSR dep optimization + respect optimizeDeps.include (#11123) 2022-11-29 23:01:50 +01:00
翠 / green
14980a14ef
fix(importGlob): preserve line count for sourcemap (#11122) 2022-11-29 22:54:07 +01:00
Bjorn Lu
4c85c0a4e1
fix(esbuild): handle inline sourcemap option (#11120) 2022-11-29 22:50:53 +01:00
Bjorn Lu
e92d025ced
fix(css): handle environment with browser globals (#11079) 2022-11-29 10:03:06 +01:00
Bjorn Lu
8b3d656b1d
fix(config)!: support development build (#11045) 2022-11-29 07:32:18 +01:00
Bjorn Lu
3090564616
feat(ssr)!: remove dedupe and mode support for CJS (#11101) 2022-11-29 00:13:21 +01:00
Bjorn Lu
2a4ffb78d6
chore: allow breaking commit message (#11102) 2022-11-29 00:04:23 +01:00
renovate[bot]
3fb27b8874
chore(deps): update dependency @rollup/plugin-typescript to v10 (#11092) 2022-11-28 22:17:17 +01:00
Bjorn Lu
fc0d9e35f7
fix(importGlob): warn on default import css (#11103) 2022-11-28 22:15:29 +01:00
julienv3
3e0cd3d98e
fix: import.meta.env and process.env undefined variable replacement (fix #8663) (#10958)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
fix https://github.com/vitejs/vite/issues/8663
2022-11-28 22:03:34 +01:00
gtmnayan
ac2cfd6eac
fix: glob import parsing (#10949) (#11056)
closes https://github.com/vitejs/vite/issues/10949
closes https://github.com/vitejs/vite/pull/11051
2022-11-28 22:00:50 +01:00