Commit Graph

3856 Commits

Author SHA1 Message Date
Daniel Roe d998c16bac
fix(webpack): client-side typechecking when `ssr: false` (#18828) 2023-02-06 10:35:47 -08:00
renovate[bot] 6ce5443a7a
chore(deps): update all non-major dependencies to ^1.0.21 (main) (#18824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 07:58:52 -08:00
Alex Liu 2fbc73b3a3
docs: resolve `preloadRouteComponents` page heading error (#18804) 2023-02-06 01:50:13 -08:00
Evan You 73a966985e
Update auto-imports.test.ts (#18800) 2023-02-06 00:37:46 -08:00
renovate[bot] 39b5886a0d
chore(deps): update all non-major dependencies (main) (#18775)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-05 04:31:53 -08:00
Lucas 198f9a23ec
docs(schema): add NuxtHooks interface documentation (#18756) 2023-02-05 04:17:15 -08:00
Joseph Ojoko ae2e541e6c
docs(typescript): type-checking guide (#18768)
add missing dependency to enable type-checking during build or development time.
2023-02-04 14:27:26 -08:00
Julien Huang bf617c790c
fix(nuxt): treeshake client-only components with placeholders (#8789) 2023-02-04 07:36:03 -08:00
Dago 8a2b7810b5
docs: add explanation of composable lifecycle (#8116)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-04 07:04:33 -08:00
Mehdi HosseinZade dfd5f3d72b
docs: clarify augmenting input/output app config (#8953)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-04 06:29:33 -08:00
Krutie Patel 217e59ad96
docs: add `useError` composable (#8912) 2023-02-04 06:17:05 -08:00
Julien Huang 78a0adfd1e
docs(example): fix app config link (#18760) 2023-02-04 05:03:50 -08:00
Leigh 519a98c1ce
docs: remove extra word (#18750) 2023-02-03 14:44:12 -08:00
renovate[bot] 342e9aa1cc
chore(deps): update all non-major dependencies (main) (#18746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-03 09:10:20 -08:00
Daniel Roe 225988ebd5
v3.1.2 (#18685) 2023-02-03 04:56:51 -08:00
Daniel Roe 2b75414f47
perf(nuxt): cache result of importing styles module (#18734) 2023-02-03 04:50:17 -08:00
Daniel Roe 03d6737089
fix(vite, webpack): omit magic keys when import of same name is detected (#18733) 2023-02-03 03:55:58 -08:00
aimer-fan 5eaeb4f83d
docs: Improve routing `validate` example (#18728) 2023-02-03 01:25:47 -08:00
renovate[bot] fcd63a0e18
chore(deps): update all non-major dependencies (main) (#18708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-02 13:35:40 -08:00
Rémi Robichet 97b4e6e234
docs: fix broken link to esm section (#18716) 2023-02-02 08:09:55 -08:00
Daniel Roe cb0860ba6c
fix(nuxt): make `onNuxtReady` safe to run on server-side (#18706) 2023-02-02 05:27:48 -08:00
renovate[bot] cce4df1cb9
chore(deps): update all non-major dependencies (main) (#18694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-02 03:51:23 -08:00
Daniel Roe 09114125c1 ci: allow manually dispatching nightly nuxt2 build 2023-02-02 11:02:00 +00:00
Daniel Roe 21badd9f2b ci: fix ref for 2.x branch 2023-02-02 10:50:16 +00:00
Daniel Roe dd0e2643c4 ci: publish nightly `nuxt-edge` for nuxt v2 2023-02-02 00:36:51 +00:00
Daniel Roe d496703fb4
docs: mention options api equivalent for `head()` (#18650) 2023-02-01 19:12:42 +00:00
Daniel Roe 727cf7958f chore: update `2.x` branch name 2023-02-01 18:38:15 +00:00
renovate[bot] 434d36b532
chore(deps): update all non-major dependencies (main) (#18664)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-01 05:56:10 -08:00
Daniel Roe a8874180a1
docs: add `.env` to directory structure and improve config docs (#18594) 2023-02-01 03:53:04 -08:00
pooya parsa 637b88304e
fix(kit): avoid adding already installed modules to internal `_installedModules` (#18647) 2023-01-31 17:44:19 +01:00
Daniel Roe d1a79a95a6
perf(vite): use compiled regexp for test (#18646) 2023-01-31 08:38:18 -08:00
Florent Delerue 968a652be7
docs: fix buttons width on getting started(#18643)
* docs(landing): fix getting started card buttons

* docs: remove content
2023-01-31 15:16:14 +01:00
Daniel Roe b864fa04a7
fix(vite): ensure `__publicAssetsURL` set before loading assets (#18642) 2023-01-31 06:04:55 -08:00
Daniel Roe b7591e639d
perf(nuxt): simplify generated variable names (#18629) 2023-01-30 12:24:58 -08:00
Daniel Roe c9d0b2f6be
fix(test-utils): prevent orphaned processes and use baseURL when loading (#18623) 2023-01-30 12:21:02 -08:00
Daniel Roe a0085b70a3
fix(nuxt): dedupe vue-router (#18626) 2023-01-30 10:22:15 -08:00
Daniel Roe 5037dd6876
fix: use named export from `defu` in all places (#18624) 2023-01-30 04:09:48 -08:00
Tobias Diez d83dc797af
fix(kit): don't use default export of defu (#18589) 2023-01-30 03:50:24 -08:00
Daniel Roe f14f3815ff docs: fix array syntax 2023-01-30 11:13:28 +00:00
Daniel Roe d2c00dc467 docs: add note about directory import 2023-01-30 11:13:01 +00:00
Daniel Roe 6b2bc680b0 docs: add comment about needing to install `@types/node` manually 2023-01-30 10:56:30 +00:00
Jenni 7bdc07e66d
docs: add link to pages documentation to routing (#18602) 2023-01-30 02:14:24 -08:00
Arun Govil 41bb363709
docs: updated unreachable docus url in documentation (#18618) 2023-01-30 01:53:10 -08:00
Daniel Roe aa646f0655 test(nuxt): exclude new internal vue `assertNumber` helper 2023-01-29 14:06:53 +00:00
Daniel Roe b8f6243621
fix(nuxt): provide fallback values for undefined runtime config (#18586) 2023-01-28 07:18:04 -08:00
华晨 6c4cf5cdcb
docs: remove unnecessary `JSON.stringify()` (#18590) 2023-01-28 07:14:46 -08:00
华晨 64b835c707
docs: use `defineEventHandler()` to avoid warnings (#18557)
Avoid the warning:

> [h3] Implicit event handler conversion is deprecated. Use `eventHandler()` or `fromNodeMiddleware()` to define event handlers.
2023-01-26 16:49:32 +01:00
华晨 5c7715813d
docs: mention head composable as alternative to `useHead` (#18552) 2023-01-26 05:48:52 -08:00
Inesh Bose 98b5c89a5a
docs: mention virtual file system (#18546) 2023-01-26 03:57:44 -08:00
Theo Ephraim 95f45b3fc5
docs: update `vue-gtag` plugin example (#18528) 2023-01-25 22:48:37 -08:00