Commit Graph

155 Commits

Author SHA1 Message Date
Daniel Roe
8136954e7c
fix(nuxt): decode id before resolving relative imports (#30599) 2025-01-15 11:31:56 +00:00
Daniel Roe
a6ee58911b
fix(kit): fully resolve plugin paths when normalising them (#30540) 2025-01-14 10:47:36 +00:00
Daniel Roe
50ebb8be1e
perf(nuxt): defer version/config warnings to after build (#30567) 2025-01-14 10:43:42 +00:00
Matej Černý
04e02986cd
fix(nuxt): don't hoist identifiers declared locally in definePageMeta when extracting page metadata (#30490) 2025-01-09 15:11:44 +00:00
Matej Černý
65380c6bc9
fix(nuxt): collect all identifiers before extracting page metadata (#30478) 2025-01-07 04:49:59 +00:00
Matej Černý
b3ddc31b33
fix(nuxt): use node location instead of range for route meta property extraction (#30447) 2025-01-04 21:14:55 +00:00
Julien Huang
ca6e31c5d6
refactor(nuxt): use consola with nuxt tag instead of console (#30408) 2024-12-29 23:25:29 +00:00
Matej Černý
ba764b212f
fix(nuxt): ignore non-reference identifiers when extracting page metadata (#30381) 2024-12-26 22:14:17 +00:00
Vuk Marjanovic
03f0d1aec3
fix(nuxt): don't use <RouterLink> for links starting with # (#30190) 2024-12-18 23:39:54 +00:00
Matej Černý
59f5a76d51
feat(nuxt): support local functions in definePageMeta (#30241) 2024-12-18 09:42:43 +00:00
Julien Huang
231b7d17c3
fix(nuxt): use useId for island client component teleport id (#30151) 2024-12-09 10:35:37 +00:00
Daniel Roe
3cb8b9fcb0
refactor(nuxt): simplify and improve core plugins that parse ast (#30088) 2024-11-28 16:34:02 +00:00
Harlan Wilton
16ef9be903
feat(nuxt): experimental extraPageMetaExtractionKeys (#30015) 2024-11-27 16:57:15 +00:00
Julien Huang
7a1f1df088
refactor: move composable-keys plugin into nuxt core (#30029) 2024-11-25 10:06:53 +00:00
Daniel Roe
cf8142b734
test: add import protection test 2024-11-19 13:59:38 -05:00
xjccc
cbafa582a3
fix(nuxt): respect existing props value in definePageMeta (#29683) 2024-11-02 23:38:54 +00:00
Estéban
be892629eb
feat(schema,nuxt): add shared/ folder and #shared alias (#28682) 2024-11-02 21:13:41 +00:00
Anthony Fu
66ca0910f8
fix(nuxt): remove vue compiler hints from auto import (#29713) 2024-11-01 02:44:00 +00:00
xjccc
d275b382ec
feat(nuxt): allow enabling route props in definePageMeta (#29586) 2024-10-22 13:57:16 +01:00
Daniel Roe
56d2261471
refactor(nuxt,schema,vite,webpack): use unplugin for vfs (#29165) 2024-10-09 13:58:05 +01:00
Daniel Roe
2309cdf225
refactor(nuxt): use addBuildPlugin internally (#29157) 2024-09-25 23:59:59 +01:00
Julien Huang
9cb34dd49b
feat(nuxt): normalise component names to match nuxt pattern (#28745) 2024-09-25 13:32:00 +01:00
Daniel Roe
efae3a4f3c
chore: add more checks around indexed access (#29060) 2024-09-18 21:41:53 +02:00
Daniel Roe
4976df6f63
test: add basic assertions for unctx transform 2024-09-16 14:47:58 +02:00
Daniel Roe
79b0cc0c3b
test: switch inline snapshot to object comparison 2024-09-13 12:54:52 +01:00
Daniel Roe
a0ea790b80
fix(kit,nuxt,schema)!: remove other support for nuxt2/bridge (#28936) 2024-09-11 11:02:22 +01:00
Daniel Roe
1fec546102
perf(nuxt): remove interop default for dynamic components (#28912) 2024-09-10 14:56:08 +01:00
Daniel Roe
93b5b04e9a
fix(nuxt): ensure we process files in buildDir for unimport (#28899) 2024-09-09 17:23:36 +01:00
Anthony Fu
ada1e49f5a
fix(nuxt): enable injectAtEnd to reduce circular auto-imports (#28822) 2024-09-09 16:30:10 +01:00
Daniel Roe
d7586adfc0
fix(nuxt): resolve full component paths (#28843) 2024-09-05 17:38:43 +02:00
Daniel Roe
7346d61498
refactor(nuxt): update to vue v3.5 + native useId (#28285) 2024-09-03 14:33:21 +01:00
Daniel Roe
77e36ee274
fix(nuxt): improve error logging in import protections (#28753) 2024-08-29 20:50:01 +01:00
Daniel Roe
2ccdaa14cb
fix(nuxt): extract route rules/page meta in 2+ script blocks (#28625) 2024-08-21 12:38:18 +01:00
Horu
7658420b1c
feat(nuxt): allow organising pages within route groups (#28276) 2024-08-12 22:16:04 +01:00
Daniel Roe
487170c867
fix(nuxt): scan jsx pages for page metadata (#28479) 2024-08-09 12:11:38 +01:00
Martin Masevski
6eefc98e49
fix(nuxt): update renamed stub composables from nuxt/scripts (#28449) 2024-08-08 09:48:52 +01:00
renovate[bot]
c906312034
chore(deps): update all non-major dependencies (main) (#28321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-05 16:33:27 +01:00
xjccc
242b4710ce
fix(nuxt): merge route meta properties with scanned meta (#28170) 2024-07-18 15:55:39 +01:00
Daniel Roe
874829434d
fix(schema): don't use app/ as srcDir if it doesn't exist (#28176) 2024-07-16 15:12:31 +01:00
Daniel Roe
e8faa84d83
fix(nuxt): allow configuring server components in modules (#27936) 2024-07-01 10:06:48 +01:00
renovate[bot]
5fc22f9db5
chore(deps): update dependency @vitejs/plugin-vue to v5.0.5 (main) (#27842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-06-30 00:02:51 +01:00
Daniel Roe
ac9a95cc1e
fix(nuxt): don't use app version when verifying nuxt deps (#27864) 2024-06-27 16:19:59 +02:00
Dominic
07e1818f30
fix(nuxt): handle external links to named route objects (#27829) 2024-06-26 11:51:42 +02:00
Alexander Lichter
d23c79f395
fix(nuxt): extract all-literal page meta (#27821) 2024-06-25 18:53:30 +02:00
Daniel Roe
5e76587490
fix(nuxt): delay navigation until user input is acknowledged (#27743) 2024-06-20 23:18:57 +01:00
Daniel Roe
f2868f8c72
fix(nuxt): resolve routes when navigateTo called with open (#27742) 2024-06-20 20:26:46 +01:00
Daniel Roe
bf3a374f85
fix(schema)!: default to compatibilityVersion: 4 (#27710) 2024-06-19 16:02:35 +01:00
Julien Huang
0850a2f277
test(nuxt): normalize paths for windows (#27653) 2024-06-16 15:27:08 +01:00
Daniel Roe
2de885bab5
fix(nuxt): reduce usage of cjs utilities (#27642) 2024-06-16 00:03:24 +01:00
Daniel Roe
ae5806518a
fix(nuxt): add mergeProps import in islands transform (#27622) 2024-06-15 12:15:54 +01:00