Commit Graph

534 Commits

Author SHA1 Message Date
renovate[bot]
2c68c924c3
chore(deps): update all non-major dependencies (3.x) (#31240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-03-07 12:31:05 +00:00
Daniel Roe
d527a29af5
test: try to improve dev test stability (#31218)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2025-03-06 10:54:02 +00:00
Kevin Deng 三咲智子
86520bd0ec
fix(schema): use RawVueCompilerOptions for unresolved tsconfig (#31202) 2025-03-06 10:16:27 +00:00
Harlan Wilton
80c8cd27bf
feat(nuxt): upgrade to unhead v2 (#31169) 2025-03-04 21:25:31 +00:00
Daniel Roe
7a2fbce01a
fix(schema): resolve workspaceDir to closest git config 2025-03-04 15:01:33 +00:00
Daniel Roe
0b6c698e55
feat(kit,nuxt): resolve template imports from originating module (#31175) 2025-03-01 13:10:39 +00:00
Daniel Roe
156ab7c93c
feat(kit,nuxt): augment nitro types with addTypeTemplate (#31079) 2025-03-01 13:10:38 +00:00
Michael Brevard
5e61eb567d
feat(nuxt): delayed/lazy hydration support (#26468)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-03-01 00:41:43 +00:00
Daniel Roe
4c9b636990
feat(nuxt): allow specifying glob patterns for scanning pages/ (#31090) 2025-02-24 17:16:08 +00:00
Daniel Roe
aac000061b
fix(kit,schema): set esbuild target for experimental decorators (#31089) 2025-02-24 17:10:42 +00:00
Clayton Chew
82337d6f97
fix(nuxt,schema): resolve shared dir from config (#31091) 2025-02-24 17:10:42 +00:00
Typed SIGTERM
5ccd3a951f
fix(schema): check if app.head.meta values are undefined (#30959) 2025-02-12 08:55:14 +00:00
Julien Huang
2fa17462da
feat(kit,nuxt): allow multiple nuxts to run in one process (#30510) 2025-02-11 19:33:17 +00:00
Daniel Roe
d68e8ce573
fix(schema): return null from resolve functions 2025-02-11 19:32:19 +00:00
Daniel Roe
3af848f9a6
feat(kit,nuxt,schema): support experimental decorators syntax (#27672) 2025-02-11 19:32:18 +00:00
Daniel Roe
63e0c342cd
fix(schema): normalise additional experimental options 2025-02-10 20:31:12 +00:00
Daniel Roe
6a4b7232fc
feat(schema): add runtime + internal type validation (#30844) 2025-02-10 16:49:02 +00:00
Ryota Watanabe
41d4973279
feat(nuxt): allow disabling auto-imported polyfills (#30332) 2025-02-10 16:47:24 +00:00
Daniel Roe
aba75bd5a5
fix(schema): update type import to nitropack 2025-02-08 21:17:07 +00:00
Anthony Fu
31c4c511ff
feat(nuxt): support tracking changes to nuxt options by modules (#30555) 2025-02-08 20:55:01 +00:00
Anthony Fu
adc8c801c0
feat(nuxt): granular debug options (#30578) 2025-02-08 20:53:17 +00:00
Charlie ✨
48b106dc38
docs: remove backslashes in spaLoadingTemplate example (#30830) 2025-02-05 14:41:24 +00:00
Daniel Roe
406db5b4d2
fix(vite,webpack): restrict access via cors to local origins + allow configuration via devServer.cors 2025-01-24 16:51:31 +00:00
Daniel Roe
09c3f79eff
fix(schema): allow overriding dev/test environment value (#30667) 2025-01-21 12:08:21 +00:00
Daniel Roe
b8742662ad
fix(kit,nuxt,schema,vite): improve watching behaviour (#30620) 2025-01-16 23:59:55 +00:00
Daniel Roe
a603d4908b
fix(schema): override vueCompilerOptions.plugins type (#30454) 2025-01-04 23:05:03 +00:00
Connor Roberts
e786d79bee
fix(schema): support pfx certificate for dev server (#30412) 2025-01-04 21:37:32 +00:00
Daniel Roe
e629a2ddbf
perf(schema): drop unneeded type-only schema dependencies (#30411) 2024-12-30 00:23:58 +00:00
Daniel Roe
8e2ca5bdc2
docs: update references to lodash and recommend es-toolkit 2024-12-30 00:20:13 +00:00
Daniel Roe
ceac86e348
fix(schema): gate inline style change behind v4 check 2024-12-23 16:29:09 +00:00
Julien Huang
58b6b72fc3
perf(nuxt): remove useId from composable key plugin (#30328) 2024-12-23 16:29:09 +00:00
Daniel Roe
a4e77a1ca0
perf(schema): only inline styles for vue components (#30305) 2024-12-20 12:15:14 +00:00
Alexander Lichter
aa79b3a120
feat(nuxt): add mode: 'navigation' to callOnce (#30260) 2024-12-18 16:36:46 +00:00
derHodrig
d9aab7a21a
docs: update auto-imports to advertise the scan feature (#30292) 2024-12-18 16:36:45 +00:00
Daniel Roe
73761dade5
fix(schema): hoist nitro runtime types 2024-12-16 16:48:14 +00:00
Daniel Roe
333d71a299
docs: update nitro links + fix link checking (#30228) 2024-12-13 20:46:29 +00:00
Nikolay
aa6cc48eb0
fix(nuxt,schema): allow showing spa loader til after hydration (#29776) 2024-12-09 14:27:07 +00:00
Daniel Roe
02390109c9
test: add additional attw test for built packages (#30206) 2024-12-09 14:25:38 +00:00
bjoaquinc
3947a7b97c
docs: added options and option definitions for sourcemap (#30201) 2024-12-09 14:11:13 +00:00
wzc520pyfm
74d8603149
fix(schema): allow routerOptions.history to return null (#30192) 2024-12-09 14:11:13 +00:00
Daniel Roe
c2ef5e4924
feat(nuxt): print nuxt hook timings in browser devtools (#29922) 2024-12-06 21:10:06 +00:00
Daniel Roe
381a0c0680
docs: update links to vite.dev (#30111) 2024-12-03 09:57:56 +00:00
Damian Głowala
ddb25bd37a
feat(nuxt,schema): allow setting serialisable vue app config (#28873) 2024-11-27 17:09:49 +00:00
Harlan Wilton
a7dfc62038
feat(nuxt): experimental extraPageMetaExtractionKeys (#30015) 2024-11-27 17:07:41 +00:00
Inesh Bose
b1c08f77b2
feat(kit): allow module default options to be async (#29980) 2024-11-27 17:07:09 +00:00
Lukas Bauer
38e40ce2bd
docs: fix rou3 link in nitro.js (#29775) 2024-11-05 10:14:55 +00:00
Daniel Roe
54096875ee
fix(schema): hoist nitropack/types to ensure api routes are typed 2024-11-03 20:58:25 +00:00
Nils
b2accc6de7
feat(nuxt): allow chunk error or manifest update -> reload (#28160) 2024-11-02 23:14:01 +00:00
Estéban
18d547d5a5
feat(schema,nuxt): add shared/ folder and #shared alias (#28682) 2024-11-02 23:13:59 +00:00
xjccc
56ceb1840e
feat(nuxt): allow enabling route props in definePageMeta (#29586) 2024-10-22 15:38:04 +01:00