Commit Graph

4937 Commits

Author SHA1 Message Date
Anthony Fu fc7b131bf7
feat(nuxt): auto-install optional features on StackBlitz (#23607) 2023-10-11 11:31:14 +01:00
Estéban 914fbd8883
docs: add server concept (#23372) 2023-10-11 10:11:41 +01:00
sheriffderek 5514bcd069
docs: reword local module info (#23557) 2023-10-10 16:16:32 +01:00
Eugen Istoc 037d74ec75
docs: typo in modules (#23602) 2023-10-10 16:49:33 +02:00
renovate[bot] c3f0d5703e
chore(deps): update all non-major dependencies (main) (#23560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-10 13:31:47 +01:00
Mostafa Said d0511a2901
docs: fix component library example in docs (#23596) 2023-10-10 13:09:06 +01:00
renovate[bot] 15f99e3009
chore(deps): update dependency fork-ts-checker-webpack-plugin to v9 (main) (#23525)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-10 12:54:17 +01:00
Ezra Adeyinka 8db82af3a9
chore: fix various typos and update to US English (#23580) 2023-10-10 12:14:55 +01:00
renovate[bot] 3b9b4a5d1a
chore(deps): update autofix-ci/action digest to d3e5915 (main) (#23574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 15:05:25 +01:00
renovate[bot] 46be076751
chore(deps): update all non-major dependencies (main) (#23506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-07 08:30:10 +02:00
Daniel Roe 5397e93ff0
test(nuxt): add test suite for app resolution behaviour (#23520) 2023-10-06 12:30:53 +02:00
Pooya Parsa 93ace55481
feat(nuxt): native async-context in vue's `withAsyncContext` (#23526) 2023-10-05 16:46:53 +02:00
Daniel Roe 861d49e79f
fix(nuxt): use `test`/`dev` as manifest buildId when appropriate (#23512) 2023-10-03 10:58:36 +01:00
Sébastien Chopin 45c1e7f51f docs: use html instead of xml for highlight 2023-10-03 10:52:34 +02:00
Daniel Roe 24c5af328f
fix(kit): revert accidental change to `addPrerenderRoutes` name (#23509) 2023-10-02 22:36:00 +01:00
Ryota Watanabe 46114393f7
docs: clarify that `bridge.typescript` option must be set. (#23503) 2023-10-02 17:02:49 +01:00
Daniel Roe ad2a900fda ci: retry failing links 6 times 2023-10-02 17:02:21 +01:00
Daniel Roe 1e3d989ad9
fix(nuxt): mock hookable methods on nuxt 2 (#23502) 2023-10-02 13:42:34 +01:00
Daniel Roe 770d4c67f7
perf(nuxt): verbatim module syntax + restrict type discovery (#23447) 2023-10-02 11:32:46 +01:00
Hendrik Heil 3bde91439a
fix(nuxt): compute fetch cache key with headers (#23462) 2023-10-02 11:31:38 +01:00
0xflotus 8b49bc8b3d
docs: fix typo in README (#23500) 2023-10-02 11:23:47 +01:00
renovate[bot] 989fb87f91
chore(deps): update all non-major dependencies (main) (#23495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-02 10:57:25 +01:00
renovate[bot] 6ce94a0762
chore(deps): update all non-major dependencies (main) (#23403)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-01 20:15:06 +01:00
Daniel Roe 96d9d56ac5
fix(nuxt): decrement hydration count when rendering no route (#23476) 2023-10-01 16:22:39 +01:00
Albert Brand df90d4234c
fix(nuxt): ignore prefix if `clearNuxtState` called w/o keys (#23483) 2023-10-01 09:37:53 +01:00
Daniel Roe 4063b498d3
feat(nuxt): enable `appManifest` by default (#23448) 2023-09-30 10:58:55 +01:00
Julien Huang 9734723aaf
fix(kit): don't force `config.autoImport` in `addServerImports` (#23472) 2023-09-29 22:18:52 +01:00
Hendrik Heil b95c85b552
fix(nuxt): stringify cookie values before broadcasting them (#23449) 2023-09-29 11:59:47 +01:00
Ryota Watanabe 3fd4f6051f
docs: clarify bridge needs `nitro` to use `runtimeConfig` (#23454) 2023-09-28 14:55:03 +01:00
Daniel Roe 876fa7f313
perf(vite): don't print server compressed size after vite build (#23359) 2023-09-28 14:13:10 +01:00
Daniel Roe a06d5247ca
feat(nuxt): add `prerenderRoutes` ssr composable (#22863) 2023-09-28 11:54:22 +01:00
Daniel Roe 4b5e6ff195
feat(nuxt): warn when nesting nuxt links when SSR on dev (#23286) 2023-09-28 11:08:20 +01:00
Julien Huang 2b273fa8e1
feat(kit): add `addServerImports` and `addServerImportsDir` (#23288) 2023-09-28 11:08:02 +01:00
Daniel Roe 1b34386707
fix(nuxt): rename stub to avoid shadowing `vue-router` (#23440) 2023-09-28 08:37:14 +01:00
Arsen Goian 17e6c1f7fb
fix(nuxt): apply scoped styles to islands (#23386) 2023-09-28 08:36:13 +01:00
Maxim 9da77db358
docs: extend description of `handler` for `useAsyncData` (#23389) 2023-09-28 08:34:40 +01:00
Damian Głowala c54719e987
docs: remove duplicated arrows (#23436) 2023-09-27 16:16:38 +01:00
Italo 6fcc979877
docs: improve data fetching section (#23420) 2023-09-27 15:33:08 +01:00
Filip Weidemann d788577fc2
docs: add examples for index.ts files on server routes (#23390)
Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2023-09-27 16:13:03 +02:00
Damian Głowala 7005a66d9a
fix(nuxt): initialise `asyncData` errors with `null` (#23428) 2023-09-27 14:43:53 +01:00
Toni Engelhardt fb26a160f5
docs: mention `listhen` options on nuxi dev page (#23415) 2023-09-26 15:53:07 +02:00
github-actions[bot] 5abd8a231f
v3.7.4 2023-09-26 02:18:14 +02:00
Daniel Roe 3510cedc3f fix(schema): ignore pnpm store directory
resolves https://github.com/nuxt/nuxt/issues/22910
2023-09-26 02:14:26 +02:00
Daniel Roe a6f845d1ec
fix(nuxt): detect nested pages with `/index` segments (#23404) 2023-09-26 02:09:12 +02:00
renovate[bot] 0844735187
chore(deps): update all non-major dependencies (main) (#23378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-09-26 01:32:44 +02:00
renovate[bot] 0949187cf7
chore(deps): update all non-major dependencies (main) (#23370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-09-23 17:10:28 +02:00
Damian Głowala e7b47e9ed6
docs: add `tryUseNuxt` to kit context utils list (#23373) 2023-09-23 13:06:58 +02:00
Tech Genius e2fa7632ed
docs: remove version from npm links to redirect to latest (#23371) 2023-09-23 12:01:28 +02:00
renovate[bot] f4b0e3d3b5
chore(deps): update all non-major dependencies (main) (#23346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-09-22 22:00:03 +02:00
Daniel Roe e900190278
fix(nuxt): add import protection for `nuxt/*` exports (#23357) 2023-09-22 12:32:13 +02:00