Commit Graph

3509 Commits

Author SHA1 Message Date
renovate[bot] 03997e21dc
chore(deps): update all non-major dependencies (main) (#24527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 11:30:06 +01:00
Julien Huang bfe9161d27
fix(nuxt): skip check for `<NuxtLayout>` usage in islands (#24529) 2023-11-30 11:29:37 +01:00
Daniel Roe 7664d1d457
refactor(nuxt): opt-in to future `jiti.import` for schema (#24526) 2023-11-29 19:37:34 +01:00
renovate[bot] 228d35bdd5
chore(deps): update all non-major dependencies (main) (#24521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 18:34:19 +01:00
Daniel Roe 5b4d638720
fix(nuxt): remove trailing slash before checking if prerendered (#24516) 2023-11-29 10:18:24 +00:00
Harlan Wilton ec0addd8c8
fix(nuxt): skip router middleware/redirections for islands (#24421)
Co-authored-by: julien huang <julien.huang@outlook.fr>
2023-11-29 10:11:22 +00:00
Daniel Roe 7c6b6771ab
fix(nuxt): skip prerendering all pages in hash mode (#24517)
Co-authored-by: Diorcet Yann <diorcet.yann@gmail.com>
2023-11-29 01:35:46 +01:00
Daniel Roe 09161d005d
fix(nuxt): use consistent annotations for tree-shaking (#24514) 2023-11-28 23:20:54 +00:00
Harlan Wilton 0f705f3d4a
fix(nuxt): island components with number prefix (#24469) 2023-11-28 22:06:32 +00:00
Daniel Roe 4b3892117f
fix(vite): use `isBuiltin` polyfill for greater node support (#24512) 2023-11-28 21:53:12 +00:00
renovate[bot] fdc75fecb4
chore(deps): update all non-major dependencies (main) (#24513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 21:50:40 +00:00
Julien Huang f98aa5d44a
fix(nuxt): don't strip literals from template in `<DevOnly>` (#24511) 2023-11-28 21:49:47 +00:00
Daniel Roe e3b8b84a24
feat(nuxt): allow readonly option for `useCookie` (#24503) 2023-11-28 13:35:43 +00:00
Daniel Roe 0c47399f33
fix(nuxt): ignore manifest when prerendering (#24504) 2023-11-28 13:02:30 +00:00
renovate[bot] 02ab5b91e2
chore(deps): update all non-major dependencies (main) (#24497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 12:19:37 +00:00
renovate[bot] 2820dfee52
chore(deps): update all non-major dependencies (main) (#24440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-28 10:12:02 +00:00
Daniel Roe dc0e8347bf
refactor(nuxt): use `defineComponent` to infer prop types for router-link stub 2023-11-28 09:53:24 +00:00
Julien Huang 0eb9caf0c2
fix(nuxt): remove experimental `reactivityTransform` (vue 3.4) (#24477) 2023-11-27 23:02:02 +00:00
renovate[bot] e554f2be68
chore(deps): update dependency vite to v5 (main) (#24336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-23 22:19:28 +00:00
Daniel Acuña c214869e51
feat(kit): allow customising logger options (#24243) 2023-11-23 21:57:48 +00:00
renovate[bot] 72efc41f50
chore(deps): update all non-major dependencies (main) (#24425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-23 21:50:22 +00:00
Sadegh Barati be11bac9c2
feat(kit): support prepend option for `addComponentsDir` (#24309) 2023-11-23 21:13:03 +00:00
Luke Nelson 4ce6bc244c
feat(nuxt): warn when page uses a layout without `<NuxtLayout>` (#24116) 2023-11-23 21:12:28 +00:00
Anthony Fu 338908e0f0
fix(nuxt): improve path resolve for `import.d.ts` (#24413) 2023-11-23 21:01:26 +00:00
Daniel Roe b8bfa60ece
chore: import types from '#app' (#24418) 2023-11-22 22:40:02 +00:00
renovate[bot] 5085b76949
chore(deps): update all non-major dependencies (main) (#24400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-22 22:02:53 +00:00
Pooya Parsa 1012dc0dbd
fix(nuxt): avoid recursive ssr errors (#24399) 2023-11-22 09:58:29 +00:00
renovate[bot] abbcaf6b20
chore(deps): update all non-major dependencies (main) (#24384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-21 22:08:24 +00:00
github-actions[bot] 8d1fc6c4a9
v3.8.2 2023-11-20 22:22:16 +00:00
Anthony Fu 1cc05b9ae6
fix(nuxt): handle errors when booting app with `app:error` (#24376) 2023-11-20 21:18:26 +00:00
renovate[bot] 23e908a6c1
chore(deps): update all non-major dependencies (main) (#24374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-20 20:31:29 +00:00
Pooya Parsa 63685431d8
chore(deps): upgrade to nitro 2.8 (#24370) 2023-11-20 18:10:58 +00:00
Christian Gil a10e33c009
fix(nuxt): use max length + iterations for `useCookie` timeout (#24253) 2023-11-20 17:58:52 +00:00
Luke Nelson 6e44b1b6b6
fix(nuxt): respect custom timeout in `useFetch` (#24364) 2023-11-20 13:59:41 +00:00
renovate[bot] 94b16be9c9
chore(deps): update dependency globby to v14 (main) (#24219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 09:52:13 +00:00
renovate[bot] 4e859ce857
chore(deps): update all non-major dependencies (main) (#24357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 09:31:18 +00:00
Julien Huang 7cce0ef6e6
fix(nuxt): log errors rendering islands (#24356) 2023-11-18 20:47:55 +00:00
renovate[bot] eb5a0b14a3
chore(deps): update all non-major dependencies (main) (#24348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 09:56:50 +00:00
Damian Głowala c4445268b6
fix(schema): add type for `ignoreOptions` (#24337) 2023-11-16 15:21:23 +00:00
Pooya Parsa c2fabc82aa
fix(nuxt): set framework info for nitro (#24340) 2023-11-16 15:16:42 +00:00
renovate[bot] 3238225476
chore(deps): update all non-major dependencies (main) (#24335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-16 14:24:25 +00:00
webfansplz 55e0f38dde
fix(nuxt): do not compute `useFetch` key from headers (reverts #23462) (#24333) 2023-11-16 14:04:48 +00:00
renovate[bot] db74eade59
chore(deps): update all non-major dependencies (main) (#24325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-16 10:11:08 +00:00
renovate[bot] a087b87d3f
chore(deps): update dependency ufo to v1.3.2 (main) (#24316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-15 22:41:08 +00:00
Daniel Roe 13a6ab3d5e
fix(nuxt): split component name case in each segment (#24318) 2023-11-15 21:52:56 +00:00
Daniel Roe 562532778b
fix(nuxt): deeply unwrap headers/query for `useFetch` key (#24307) 2023-11-15 19:40:55 +00:00
Luke Nelson 6ec267be87
fix(schema): use scule types for `runtimeConfig` type hints (#23696) 2023-11-15 18:58:00 +00:00
Aaron_Zhou 5493d60c4a
fix(nuxt): provide route component names to `KeepAlive` cache (#24024) 2023-11-14 16:56:31 +00:00
renovate[bot] 237d3380e8
chore(deps): update all non-major dependencies (main) (#24278)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14 14:22:21 +00:00
Daniel Roe 86693c1005
fix(vite): use rollup replace plugin for `typeof` optimisations (#23903) 2023-11-14 12:22:40 +00:00