Commit Graph

1571 Commits

Author SHA1 Message Date
Daniel Roe
83f3fc47ca
fix(nuxt): ensure externals are resolved first (#31235) 2025-03-06 10:51:31 +00:00
Daniel Roe
903597a48d
fix(nuxt): skip deep merge in dev mode for prototype keys (#31205)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-03-06 10:16:06 +00:00
Daniel Roe
16e09391b9
fix(nuxt): resolve shared externals to absolute paths (#31227) 2025-03-06 09:59:36 +00:00
Daniel Roe
37ec28c46b
chore(deps): upgrade to unenv v2 (#31198) 2025-03-05 13:18:55 +00:00
Harlan Wilton
bc0a3948e2
fix(nuxt): consolidate head component context (#31209) 2025-03-05 11:51:22 +00:00
Julien Huang
25cd5bfff2
refactor(nuxt): early return island response (#31094) 2025-03-04 22:54:56 +00:00
Daniel Roe
1bce3dc3bb
refactor(nuxt): use relative imports 2025-03-04 22:14:26 +00:00
Harlan Wilton
80c8cd27bf
feat(nuxt): upgrade to unhead v2 (#31169) 2025-03-04 21:25:31 +00:00
Daniel Roe
34ddc2d2f9
fix(nuxt): strip query before generating payload url 2025-03-04 15:01:00 +00:00
Daniel Roe
54cb803191
refactor(nuxt): explicitly type internal request fetch 2025-03-04 13:10:29 +00:00
Daniel Roe
a0f9ddfe24
fix(nuxt): provide default extensions in resolveTypePath 2025-03-02 22:23:25 +00:00
Daniel Roe
a8856de591
fix(nuxt): add back fallback nuxtlink type signature 2025-03-02 22:23:25 +00:00
Daniel Roe
c4e6e8c117
feat(nuxt): use oxc-parser instead of esbuild + acorn (#30066) 2025-03-02 08:38:16 +00:00
Daniel Roe
fa480e0a0a
fix(nuxt): add backwards-compatible serialisation for nuxt.options.pages 2025-03-02 08:35:50 +00:00
Daniel Roe
66f3d93853
fix(nuxt): do not render payloads if disabled, and correct regexp (#31167) 2025-03-01 22:47:44 +00:00
renovate[bot]
eefe781506
chore(deps): update dependency pkg-types to v2 (3.x) (#31123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-03-01 21:13:08 +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
Julien Huang
d153ea9d23
fix(nuxt): show error page on island page error (#31081) 2025-03-01 13:09:01 +00:00
xjccc
6f8cfd679d
feat(nuxt): show source file when warning about undefined useAsyncData (#31144) 2025-03-01 13:08:48 +00:00
Daniel Roe
7a1934509e
fix(nuxt): align type of custom navigate with vue-router 2025-03-01 00:42:15 +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
fb9ee0a4ea
perf(nuxt): migrate to use exsolve for module resolution (#31124) 2025-02-28 22:50:49 +00:00
Daniel Roe
a99c59fbd4
fix(nuxt): update path to no-ssr middleware handler 2025-02-28 19:54:12 +00:00
Daniel Roe
151cf7d490
fix(nuxt): fix nitro import statements for v2 2025-02-28 17:01:44 +00:00
Julien Huang
281f12c3e1
refactor(nuxt): re-organize internal runtime/nitro files (#31131) 2025-02-28 14:05:55 +00:00
Julien Huang
fb52196453
fix(nuxt): warn when definePageMeta does not receive an object (#31156) 2025-02-28 14:03:18 +00:00
Maik Kowol
a4e6069a4b
feat(nuxt): add types for default NuxtLink slot (#31104) 2025-02-28 14:00:34 +00:00
Alex Liu
bbb2a2b5c0
refactor(nuxt): update to noScripts route rule (#31083) 2025-02-28 14:00:28 +00:00
Bobbie Goede
438bfab612
fix(nuxt): set nuxt.options.pages to detected configuration (#31101) 2025-02-28 13:58:42 +00:00
Daniel Roe
2e27cd30c2
refactor(nuxt): use isEqual from ohash/utils 2025-02-25 09:35:32 +00:00
renovate[bot]
f709e5730b
chore(deps): update dependency ohash to v2 (3.x) (#31051) 2025-02-24 23:21:48 +00:00
Daniel Roe
4c9b636990
feat(nuxt): allow specifying glob patterns for scanning pages/ (#31090) 2025-02-24 17:16:08 +00:00
Clayton Chew
82337d6f97
fix(nuxt,schema): resolve shared dir from config (#31091) 2025-02-24 17:10:42 +00:00
Daniel Roe
e7dbe72b0b
perf(nuxt): remove duplicated nitro alias resolution (#31088) 2025-02-24 17:10:42 +00:00
Daniel Roe
b6a364ec7d
fix(nuxt): use ohash to calculate legacy async data key without hash (#31087) 2025-02-24 17:10:42 +00:00
Sébastien Chopin
530d02c093
fix(nuxt): use _ for NuxtIsland name on server pages (#31072) 2025-02-24 17:10:41 +00:00
Daniel Roe
86c960c6f4
chore: lint 2025-02-20 21:00:07 +00:00
Vahagn Zaqaryan
9b20c9c327
fix(nuxt): decode URI components in cache driver methods (#30973) 2025-02-20 20:55:26 +00:00
Alex Liu
d7eb8948e7
fix(nuxt): ensure provide / inject work in setup of defineNuxtComponent (#30982) 2025-02-20 20:55:26 +00:00
Jonas Thelemann
d4acfd0376
fix(nuxt): deprioritise layer css imports (#31020) 2025-02-20 20:55:26 +00:00
Daniel Roe
d992c0da95
test: slightly improve coverage 2025-02-20 20:55:25 +00:00
Alex Liu
556ad34642
fix: remove unimplemented page:transition:start type (#31040) 2025-02-20 20:55:25 +00:00
Ryota Watanabe
63c1503b6a
fix(nuxt): use tsx loader for jsx blocks as well (#31014) 2025-02-20 20:55:25 +00:00
Alex Liu
6202f374c6
refactor(nuxt): prefer logical assignment operators (#31004) 2025-02-20 20:55:24 +00:00
xjccc
a85ca58382
feat(nuxt): allow forcing start/set in loading indicator (#30989) 2025-02-14 20:19:01 +01:00
Alex Liu
72159e0808
chore: use logical or assignment (#30992) 2025-02-14 20:19:00 +01:00
Daniel Roe
62cb4a6ec1
feat(kit,nuxt,vite): directoryToURL to normalise paths (#30986) 2025-02-14 20:18:59 +01:00
Daniel Roe
a6b93f18ae
fix(nuxt): make shared/ directories available within layers (#30843) 2025-02-14 20:14:27 +01:00
Julien Huang
2fa17462da
feat(kit,nuxt): allow multiple nuxts to run in one process (#30510) 2025-02-11 19:33:17 +00:00