Commit Graph

707 Commits

Author SHA1 Message Date
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
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
54cb803191
refactor(nuxt): explicitly type internal request fetch 2025-03-04 13:10:29 +00:00
Daniel Roe
a8856de591
fix(nuxt): add back fallback nuxtlink type signature 2025-03-02 22:23:25 +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
Julien Huang
281f12c3e1
refactor(nuxt): re-organize internal runtime/nitro files (#31131) 2025-02-28 14:05:55 +00:00
Maik Kowol
a4e6069a4b
feat(nuxt): add types for default NuxtLink slot (#31104) 2025-02-28 14:00:34 +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
b6a364ec7d
fix(nuxt): use ohash to calculate legacy async data key without hash (#31087) 2025-02-24 17:10:42 +00:00
Alex Liu
d7eb8948e7
fix(nuxt): ensure provide / inject work in setup of defineNuxtComponent (#30982) 2025-02-20 20:55:26 +00:00
Alex Liu
556ad34642
fix: remove unimplemented page:transition:start type (#31040) 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
Damian Głowala
3d0d831463
fix(nuxt): delete existing properties in app config HMR (#30918) 2025-02-11 19:31:18 +00:00
Alex Liu
79b8f4b69e
fix(nuxt): prevent keepalive cache reset (#30807) 2025-02-08 20:53:18 +00:00
Alex Liu
a42dec7a2c
feat(nuxt): add type hints for NuxtPage (#30704) 2025-02-08 20:53:18 +00:00
Anthony Fu
adc8c801c0
feat(nuxt): granular debug options (#30578) 2025-02-08 20:53:17 +00:00
renovate[bot]
a8b4edda23
chore(deps): update all non-major dependencies (3.x) (#30908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-07 20:47:31 +00:00
Maik Kowol
31e2570de1
fix(nuxt): ensure <NuxtLayout> fallback prop is typed (#30832) 2025-02-05 14:41:24 +00:00
Peter Radko
626eba06cc
fix(nuxt): don't warn about calling useRoute in SFC setup (#30788) 2025-01-28 23:49:17 +01:00
Julien Huang
b78da56dd7
fix(nuxt): clear island uid before saving into the payload (#30767) 2025-01-28 23:48:19 +01:00
Alex Liu
e96a96dbd9
perf(nuxt): enable Transition component only on client side (#30720) 2025-01-24 23:19:41 +00:00
Alex Liu
d3cc244375
fix(nuxt): avoid invoking shouldPrefetch on the server side (#30591) 2025-01-15 11:32:29 +00:00
Anthony Fu
e438a04251
refactor(kit,nuxt,webpack): reduce reassignments (#30589) 2025-01-14 17:45:48 +00:00
Julien Huang
4247caa097
perf(nuxt): remove code duplication in client-only (#30460) 2025-01-07 05:43:47 +00:00
Daniel Roe
975221b524
perf(nuxt): drop pathe browser dep for deep server components (#30456) 2025-01-05 00:38:01 +00:00
Julien Huang
fb1f24fd01
fix(nuxt): treat client useAsyncData calls as async boundaries (#30343) 2024-12-24 21:33:19 +00:00
Julien Huang
0496513bb4
chore: remove outdated comment (#30324) 2024-12-23 16:29:08 +00:00
Julien Huang
483435ba34
fix(nuxt): use useId for client-fallback component uid (#30314) 2024-12-20 11:16:42 +00:00
Vuk Marjanovic
a4d4d48124
fix(nuxt): don't use <RouterLink> for links starting with # (#30190) 2024-12-19 13:56:17 +00:00
Daniel Roe
f220314a59
fix(nuxt): update import paths for nitropack 2024-12-18 17:03:06 +00:00
Alexander Lichter
aa79b3a120
feat(nuxt): add mode: 'navigation' to callOnce (#30260) 2024-12-18 16:36:46 +00:00
Connor Roberts
c193d40906
fix(nuxt): respect replace in middleware with navigateTo (#30283) 2024-12-18 16:36:46 +00:00
Daniel Roe
05f17b7041
fix(nuxt): ensure getRouteRules works with nitro signature (#30277) 2024-12-18 16:36:45 +00:00
renovate[bot]
e8ceaa20c9
chore(deps): update all non-major dependencies (3.x) (#30133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-10 23:35:16 +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
Joaquín Sánchez
de9ffe81a3
fix(nuxt): correct types for nuxt and nuxt/app (#30148) 2024-12-09 14:11:14 +00:00
Julien Huang
666933646b
fix(nuxt): use useId for island client component teleport id (#30151) 2024-12-09 14:11:14 +00:00
Harlan Wilton
37fa91e973
perf(nuxt): preload app manifest (#30017) 2024-12-06 21:13: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
2d5b53b238
fix(nuxt): use nitropack rather than nitro import 2024-12-03 10:18:47 +00:00
Daniel Roe
a77c8f2e77
fix(nuxt): correct return type of useRequestFetch (#30117) 2024-12-03 09:57:57 +00:00
Daniel Roe
40f437d254
fix(nuxt): tidy up remnants of previous useId implementation 2024-12-03 09:57:57 +00:00
xjccc
db889f07c9
fix(nuxt): unref the default value of asyncData when clearing (#30041) 2024-11-26 13:34:17 +00:00