Commit Graph

136 Commits

Author SHA1 Message Date
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
Daniel Roe
220cc502a1
fix(nuxt): preserve route metadata assigned outside page (#27587) 2024-06-13 17:59:24 +01:00
Daniel Roe
95458af9a1
fix(nuxt): handle more edge cases with external/custom links (#27487) 2024-06-13 16:39:37 +01:00
renovate[bot]
47aa6a1212
chore(deps): update all non-major dependencies (main) (#27551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-06-12 17:15:39 +01:00
Daniel Roe
0252000d7c
fix(nuxt): update registry list for @nuxt/scripts 2024-06-11 10:14:11 +01:00
Daniel Roe
0536dbeed9
fix(nuxt): also augment page metadata after pages:extend hook (#27134) 2024-06-10 17:24:43 +01:00
Jakub Bednár
faa5178d32
feat(nuxt): handle nuxt route injection for this.$route (#27313) 2024-05-24 20:27:16 +01:00
Julien Huang
b4002f37d1
feat(nuxt): check schema/kit versions when loading nuxt (#27224) 2024-05-21 09:18:36 +01:00
Anthony Fu
b96b62ecd2
refactor: improve regexp performance (#27207) 2024-05-14 12:54:37 -05:00
Julien Huang
a4d0958727
fix(nuxt): remove unused prop in NuxtTeleportIslandComponent (#27093) 2024-05-07 21:55:54 +01:00
Daniel Roe
256ef1faf6
feat(nuxt,schema): inline error, welcome, spa-loading templates (#27021) 2024-05-01 14:10:33 +01:00
Pooya Parsa
fdbfed1280
chore: fix small typos (#26907) 2024-04-23 13:53:11 +01:00
rgehbt
9f9e3e6917
fix(nuxt): don't scan component dirs when enabled is false (#26906) 2024-04-23 13:19:12 +01:00
Anthony Fu
f209158352
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653) 2024-04-05 19:08:32 +01:00
Daniel Roe
1019ed9fba
fix(nuxt): handle auto-importing named components (#26556) 2024-04-03 10:15:36 +01:00
Julien Huang
67c664656c
fix(nuxt): move directives to client component island wrapper (#26387) 2024-03-26 13:47:40 +00:00
Julien Huang
8911c0d0dd
fix(nuxt): move v-if to wrapper in islands transform (#26386) 2024-03-25 10:19:02 +00:00
Daniel Roe
5b29dd3f3c
fix(nuxt): conditionally use tsx parser (#26314) 2024-03-17 17:57:11 +01:00
Anthony Aslangul
2baaab9893
fix(nuxt): register/scan plugins with jsx/tsx extensions (#26230) 2024-03-13 15:50:15 -07:00
Julien Huang
8bb8d824c7
fix(nuxt): detect component usage within ssrRender (#26162) 2024-03-09 13:38:08 +01:00