Commit Graph

6639 Commits

Author SHA1 Message Date
Mike Laumann Bellika 14f2b5b31f
docs: fix `options` type in custom useFetch recipe (#28389) 2024-08-13 20:44:00 +01:00
Typed SIGTERM cbeb97c7be
docs: improve typing of default exports (#28520) 2024-08-13 20:44:00 +01:00
Mike Laumann Bellika fe954c434c
fix(nuxt): add reason when aborting request in `useFetch` (#28517) 2024-08-13 20:44:00 +01:00
Horu c4ae151de5
feat(nuxt): allow organising pages within route groups (#28276) 2024-08-13 20:44:00 +01:00
Daniel Roe 5bf971f4ef
fix(vite): include module symbols in generated code (#28509) 2024-08-13 20:43:59 +01:00
Julien Huang 68ccc9f264
fix(vite): add transformation result to log for parse errors (#28508) 2024-08-13 20:43:59 +01:00
Son Tran 9de596d802
feat(kit): add `prepend` option to `addRouteMiddleware` (#28496) 2024-08-13 20:43:59 +01:00
rubyisrust 4ac3aa1a04
chore: fix some typos in comments (#28501) 2024-08-13 20:43:59 +01:00
Julien Huang a4ef08059d
perf(nuxt): avoid making client-only component setup async (#28334) 2024-08-13 20:43:58 +01:00
xjccc dfb54e94bb
docs: correct custom routing link (#28497) 2024-08-13 20:43:58 +01:00
Matej Černý 11018bbbae
docs: recommend '#teleports' target instead of 'body' (#28489) 2024-08-13 20:43:58 +01:00
Riley Ho f3577e2b0e
docs: remove vue-tsc major version constraint (#28484) 2024-08-13 20:43:58 +01:00
Daniel Roe f6e56fd3b2
fix(vite): respect `baseURL` for public assets in dev (#28482) 2024-08-13 20:43:58 +01:00
Daniel Roe 60a209b2d9
fix(nuxt): handle plugin type extensions more correctly (#28480) 2024-08-13 20:43:57 +01:00
Daniel Roe f707e6da89
fix(nuxt): scan jsx pages for page metadata (#28479) 2024-08-13 20:43:57 +01:00
Adam DeHaven 0a6e5e1caa
feat(nuxt): custom enable/disable hooks for `usePreviewMode` (#28371) 2024-08-13 20:43:57 +01:00
Daniel Roe cfe3b5b0bb
docs: link to vue test utils docs for `mountSuspended` (#28463) 2024-08-13 20:43:57 +01:00
Potter 6c2abcdfdb
perf(nuxt): call cookie `decode` function only for named cookie (#28215) 2024-08-13 20:43:55 +01:00
Daniel Roe 5132ef8c81
fix(nuxt): augment `@vue/runtime-core` and `@vue/runtime-dom` (#28446) 2024-08-13 20:43:09 +01:00
Martin Masevski 219653e2c6
fix(nuxt): update renamed stub composables from `nuxt/scripts` (#28449) 2024-08-13 20:43:09 +01:00
Daniel Roe 93801def67
fix(nuxt): ensure `runtimeConfig.public` is reactive on client (#28443) 2024-08-13 20:43:08 +01:00
BoogieBen. e64f8c9f3d
fix(nuxt): handle `scroll-padding-top: auto` in scrollBehavior (#28320) 2024-08-13 20:43:07 +01:00
renovate[bot] 274e56488d
chore(deps): update devdependency @nuxt/test-utils to v3.14.1 (3.x) (#28519) 2024-08-13 14:17:00 +01:00
renovate[bot] 33279a24cb
chore(deps): update all non-major dependencies (3.x) (#28505) 2024-08-12 19:27:25 +01:00
renovate[bot] 44c26f4e1a
chore(deps): update devdependency ignore to v5.3.2 (3.x) (#28503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 12:41:43 +01:00
renovate[bot] 5b6839051b
chore(deps): update all non-major dependencies to v9.9.0 (3.x) (#28493) 2024-08-09 23:38:58 +01:00
renovate[bot] aadcf5c232
chore(deps): update devdependency @types/node to v20.14.15 (3.x) (#28492) 2024-08-09 21:09:07 +01:00
renovate[bot] 8155182152
chore(deps): update dependency cssnano to v7.0.5 (3.x) (#28487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 15:22:52 +01:00
renovate[bot] 0242111e50
chore(deps): update all non-major dependencies to v3.4.37 (3.x) (#28470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-09 13:51:01 +01:00
Daniel Roe 44e3d4e87f
fix(vite,webpack): handle local postcss plugins (#28481) 2024-08-09 13:10:48 +01:00
renovate[bot] 461498684a
chore(deps): update all non-major dependencies (3.x) (#28465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2024-08-08 13:50:54 +01:00
Daniel Roe 1a60b45410
fix(kit): add missing type import 2024-08-08 11:24:06 +01:00
Daniel Roe c0ad8db936
fix(schema): export new module return types 2024-08-08 11:22:40 +01:00
Daniel Roe cab9e5c356
chore: lint 2024-08-08 11:20:29 +01:00
Tobias Diez 45d92d67ee
feat(nuxt): allow specifying app id when creating a nuxt app (#28392) 2024-08-08 11:11:14 +01:00
Michael Brevard 13ba46bec3
feat(nuxt): warn when user components' names begin with `Lazy` (#27838) 2024-08-08 11:10:37 +01:00
Damian Głowala 56092503b4
feat(kit,schema): add `.with` for better module options types (#27520) 2024-08-08 11:10:35 +01:00
Lucie 9118965505
feat(kit): add new `isNuxtMajorVersion` compatibility util (#27579) 2024-08-08 11:09:22 +01:00
Daniel Roe 24d65be071
feat(nuxt): await custom `routes` function in `router.options` (#27644) 2024-08-08 11:09:22 +01:00
renovate[bot] 0807de5037
chore(deps): update dependency unplugin to ^1.12.1 (3.x) (#28457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 10:55:20 +01:00
renovate[bot] 3c426a458b
chore(deps): update all non-major dependencies (3.x) (#28452) 2024-08-07 23:28:30 +01:00
renovate[bot] 7af3c424ce
chore(deps): update all non-major dependencies (3.x) (#28430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-07 11:00:23 +01:00
Daniel Roe 49de5f731e
chore: update docs typecheck command 2024-08-06 16:35:59 +01:00
xjccc 7005da698d
docs: alias links in jsdoc `@see` blocks (#28270) 2024-08-06 15:18:28 +01:00
Yasser Lahbibi 91a6a5e269
fix(schema): use new options syntax for `vite-plugin-vue` (#28307) 2024-08-06 15:17:53 +01:00
Daniel Roe 809891de06
chore: upgrade vue in a separate pr (#28414) 2024-08-06 15:17:52 +01:00
Julien Huang 03a0fb33f3
chore(nuxt): remove unnecessary await (#28407) 2024-08-06 15:17:52 +01:00
Sébastien Chopin fbdf4f3465
docs: use ts for create-error example (#28411) 2024-08-06 15:17:52 +01:00
@beer 8840199e5f
docs: improve readability of link to mdn (#28327) 2024-08-06 15:17:52 +01:00
AuroraTea df369550f4
docs: fix TypeScript errors for examples (#28403) 2024-08-06 15:17:52 +01:00