Commit Graph

483 Commits

Author SHA1 Message Date
Daniel Roe
3bbcd7d218
fix(schema): mark configFile as required in layer type 2024-10-16 11:52:23 +01:00
Alexander
2513c80816
fix(schema): use ConfigLayer type from c12 (#29370) 2024-10-11 23:39:27 +01:00
Daniel Roe
e207f7e993
feat(rspack,webpack): add rspack builder (#29142)
Co-authored-by: "yangjian.fe" <yangjian.fe@bytedance.com>
Co-authored-by: underfin <likui6666666@gmail.com>
2024-10-09 15:59:32 +02:00
Daniel Roe
0f210e3170
refactor(nuxt,schema,vite,webpack): use unplugin for vfs (#29165) 2024-10-09 15:04:58 +02:00
Daniel Roe
da0dfd3054
feat(kit,schema): add addServerTemplate utility (#29320) 2024-10-09 08:28:57 +02:00
Julien Huang
2e69612206
feat(nuxt): normalise component names to match nuxt pattern (#28745) 2024-09-25 22:52:13 +01:00
Daniel Roe
03342f8575
fix(nuxt): don't resolve relative import type paths for deps (#29069) 2024-09-19 13:26:27 +01:00
Daniel Roe
79773710c3
fix(nuxt,schema): accept any module in inline modules array (#28922) 2024-09-10 22:39:00 +01:00
Daniel Roe
77bd30a0b8
fix(schema): enable propsDestructure by default (#28830) 2024-09-09 10:27:50 +01:00
Daniel Roe
bafc482fa5
perf(nuxt): cache vue app build outputs (#28726) 2024-08-28 22:39:40 +01:00
Daniel Roe
7c359a3cab
docs: update broken/redirected links (#28739) 2024-08-28 22:20:10 +01:00
Julien Huang
2d85d6a978
fix(schema): resolve user-provided serverDir relative to root (#28700) 2024-08-26 14:42:54 +01:00
Kewin Szlezingier
dba2b972bd
feat(nuxt): allow defining triggers for prefetching links (#27846) 2024-08-20 11:36:14 +01:00
Daniel Roe
60948c8426
fix(nuxt): only augment vue, not sub-packages (#28542) 2024-08-16 10:12:22 +01:00
Daniel Roe
c0ad8db936
fix(schema): export new module return types 2024-08-08 11:22:40 +01:00
Tobias Diez
45d92d67ee
feat(nuxt): allow specifying app id when creating a nuxt app (#28392) 2024-08-08 11:11:14 +01:00
Damian Głowala
56092503b4
feat(kit,schema): add .with for better module options types (#27520) 2024-08-08 11:10:35 +01:00
Daniel Roe
24d65be071
feat(nuxt): await custom routes function in router.options (#27644) 2024-08-08 11:09:22 +01:00
xjccc
7005da698d
docs: alias links in jsdoc @see blocks (#28270) 2024-08-06 15:18:28 +01:00
Yasser Lahbibi
91a6a5e269
fix(schema): use new options syntax for vite-plugin-vue (#28307) 2024-08-06 15:17:53 +01:00
Alexander Lichter
cd5c19b559
chore(schema): fix typo (#28377) 2024-08-06 15:17:51 +01:00
FELIPE COSTA DE OLIVEIRA
806c5382f7
docs: add language to example schema codeblock (#28294) 2024-08-06 15:17:50 +01:00
一纸忘忧
9a2256a342
docs: add missing comma to example (#28300) 2024-08-06 15:17:49 +01:00
renovate[bot]
17ff2d5c98
chore(deps): update all non-major dependencies (3.x) (#28302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-06 15:16:20 +01:00
Julien Huang
9ac4da0616
fix(schema): do not override user serverDir (#28249) 2024-07-24 00:41:04 +02:00
Daniel Roe
59f0099f42
fix(schema): support absolute/relative paths for assetsDir 2024-07-24 00:41:04 +02:00
Daniel Roe
6720a2eab1
fix(schema): don't use app/ as srcDir if it doesn't exist (#28176) 2024-07-18 21:07:43 +01:00
Daniel Roe
5c8312e9bd
fix(kit): remove exports from v4 branch 2024-07-05 11:23:35 +01:00
Daniel Roe
5d0012edd4
fix(schema): don't constrain postcss plugin options (#28045) 2024-07-05 11:01:20 +01:00
Daniel Roe
fceb74906d
perf(kit,nuxt,schema,vite,webpack): use explicit exports (#27998) 2024-07-05 10:52:12 +01:00
山吹色御守
db9a2d6044
fix(schema): resolve public alias correctly (#27975) 2024-07-02 20:51:13 +01:00
izzy goldman
4391381c61
refactor(schema,vite,webpack): rework postcss module loading (#27946)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-07-02 20:51:13 +01:00
Daniel Roe
3c16c890c1
docs: update Nuxt 3 -> Nuxt or Nuxt 3+ 2024-06-30 11:21:01 +01:00
Daniel Roe
ab369e1cdf
perf(schema): use chokidar when a custom srcDir is provided (#27871) 2024-06-28 14:14:46 +02:00
renovate[bot]
77d32cdcec
chore(deps): update all non-major dependencies (main) (#27767)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-06-24 23:44:34 +02:00
Daniel Roe
d0518650f9
fix(schema): do not use full path assets/public aliases 2024-06-21 11:33:00 +01:00
Daniel Roe
27435a6ed0
fix(nuxt): delay navigation until user input is acknowledged (#27743) 2024-06-21 11:32:59 +01:00
Daniel Roe
12fec89939
fix(nuxt): support hoisting types of subpath imports (#27720) 2024-06-21 11:32:26 +01:00
Daniel Roe
0c73cb7346
fix(schema): handle backwards compat for dir.app 2024-06-21 11:32:25 +01:00
Josh Dean
88f0b4f420
fix(schema,vite): respect vite.cacheDir if defined (#27628) 2024-06-15 22:02:57 +01:00
Daniel Roe
e4bfea6428
fix(nuxt,schema): add types for _installedModules 2024-06-13 21:00:11 +01:00
Harlan Wilton
bdf8f9e0dd
fix(schema): app/ dir backwards compatibility (#27529) 2024-06-11 19:47:42 +01:00
Daniel Roe
1d94bac0af
fix(schema): don't narrow head string types to literals (#27540) 2024-06-11 17:44:38 +01:00
Pooya Parsa
a8746af43f
refactor(schema): use CompatibilityDateSpec (#27521) 2024-06-11 11:05:26 +01:00
Daniel Roe
cd95d99704
feat(nuxt,schema): add compatibilityDate flag for future (#27512) 2024-06-10 21:52:16 +01:00
Daniel Roe
018b03588a
fix(kit,schema): revert changes to module options types (#26850)
This reverts commit c06a683e49.
2024-06-10 21:25:42 +01:00
Daniel Roe
0536dbeed9
fix(nuxt): also augment page metadata after pages:extend hook (#27134) 2024-06-10 17:24:43 +01:00
Damian Głowala
c06a683e49
feat(kit,schema): add .with for better module options types (#26850) 2024-06-10 11:16:13 +01:00
Israel Ortuño
5bff730614
feat(nuxt): allow configuring interval for checking app update (#27324) 2024-06-07 16:42:32 +01:00
Daniel Roe
5785332626
fix(schema): exclude non-serialisable types from app options (#27478) 2024-06-07 13:22:19 +01:00