Commit Graph

3453 Commits

Author SHA1 Message Date
Daniel Roe f7850526e8
fix(nuxt)!: include request url and params in `useFetch` key (#6632) 2022-11-15 17:47:41 +01:00
renovate[bot] bc097a6e26
chore(deps): update dependency unplugin to v1 (#9019)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-15 17:32:22 +01:00
pooya parsa 6e78f9dbb0
fix(nuxt)!: enable payload extraction only for `nuxi generate` (#9018) 2022-11-15 17:27:34 +01:00
Harlan Wilton fddc8b2e6e
feat(nuxt, schema): official @vueuse/head v1 support (#8975) 2022-11-15 17:26:38 +01:00
Mehdi HosseinZade f530cd7413
fix(kit): add external module to transpile (#8963) 2022-11-15 15:55:45 +01:00
Daniel Roe 2c2fbdffc9
refactor(nuxt)!: move `head` option support into `defineNuxtComponent` (#8901) 2022-11-15 15:47:17 +01:00
renovate[bot] dfce660875
update dependency unenv to v1 (#9016)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-15 15:43:55 +01:00
pooya parsa b49f2a8147
refactor: update unjs dependencies to stable v1 (#9011) 2022-11-15 15:33:43 +01:00
Daniel Roe 4c8369fbf3
fix(nuxt): include layers in esbuild transform (#9014) 2022-11-15 14:52:16 +01:00
Daniel Roe 74b81bbeaa
refactor(kit)!: remove support for module container (#9010) 2022-11-15 14:22:14 +01:00
pooya parsa 4a779460a5
fix(vite): add extend layers to `fs.allow` (#9006) 2022-11-15 11:53:32 +01:00
silvesterwali 1f645e2a96
docs: fix typos (#8976) 2022-11-14 15:00:58 +01:00
Israel Ortuño 4915a39a90
docs: match the open graph protocol markup (#8959) 2022-11-14 11:32:05 +01:00
kevin olson 79d5634c69
docs: add a bit more detail in the `definePageMeta` warning to specify it needs to be in a page (#8923) 2022-11-14 11:28:31 +01:00
Julien Huang 8c4ff5c585
fix(nuxt): avoid passing attrs to default slot for ClientOnly (#8921) 2022-11-14 11:27:57 +01:00
Okoro Redemption dc22bd3829
docs: typo in `available` (#8966)
* (fix-type): fix typographical error in line:39

Noticed a typo in line:39 under the under the hook section

Changed avialble to available

* docs: typo

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-14 11:11:41 +01:00
Clément Ollivier cb6b279a8a
docs(api): add spaces to avoid breaking mobile layout (#8967)
* docs(api): add spaces to avoid breaking mobile layout

* Update docs/content/3.api/5.commands/add.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-14 11:11:16 +01:00
silvesterwali ce7a55ecc2
docs: fix typo (#8970) 2022-11-14 11:10:33 +01:00
Cedric Wetzel 7677eec372
docs: fix syntax errors in server storage example (#8906) 2022-11-11 12:12:30 +01:00
renovate[bot] dcf2b75fb3
chore(deps): update all non-major dependencies to ^3.2.45 (#8910)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-11 11:18:24 +01:00
Percy Ma 2f53495033
feat(nuxi): auto-generate `.npmrc` and setting for pnpm (#7407)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-11-11 11:13:52 +01:00
renovate[bot] cd2e004edf
chore(deps): update all non-major dependencies (#8903)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-11 11:12:09 +01:00
Ali Soueidan 0818a6a420
docs: add tls option to redis example (#8900)
Co-authored-by: Ext., Soueidan, Ali, MIF <ext.a.soueidan@rheinenergie.com>
2022-11-10 18:35:28 +01:00
renovate[bot] 3fc4924fca
chore(deps): update dependency pathe to ^0.3.9 (#8898)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10 17:29:21 +01:00
Anthony Fu b4d7d62287
feat(nuxi)!: setup nuxt globally with `nuxt test` (#4578) 2022-11-10 15:55:47 +01:00
Daniel Roe 3dd9271c09
docs: add initial documentation for router composables (#8895) 2022-11-10 15:07:47 +01:00
Daniel Roe e6351349c0
feat(nuxt): add `onBeforeRouteLeave` and `onBeforeRouteUpdate` composables (#8889) 2022-11-10 14:52:04 +01:00
Toby Faux 3e34a61506
fix(nuxt): use `app.baseURL` when fetching error page on server (#8888)
Co-authored-by: Toby Faux <tobyfaux@Tobys-MacBook-Pro.local>
2022-11-10 14:42:55 +01:00
pooya parsa 52c2bffa76
fix(nuxt)!: remove `initialCache` option (#8885) 2022-11-10 14:27:59 +01:00
pooya parsa 83b5c09090
fix(nuxt): preserve render errors (#8884)
* fix(nuxt): preserve render errors

* simplify logic
2022-11-10 13:28:20 +01:00
pooya parsa 0ff4ebe808
feat: allow customizing root id and tag (#8883) 2022-11-10 12:41:02 +01:00
Daniel Roe 9227361027
fix(nuxt): detect non-functional imports within page meta (#8881) 2022-11-10 11:31:01 +01:00
Pooya Parsa be8036098f chore: lint docs 2022-11-10 10:56:36 +01:00
Pooya Parsa e3af5684f7 chore: update lockfile 2022-11-10 10:56:01 +01:00
Stefan 3b5571376c
docs: add `query` option with example for `useFetch` (#8719) 2022-11-10 10:47:50 +01:00
Krutie Patel 0cac5c710c
docs(api): add `useHydration` composable (#8768) 2022-11-10 10:46:21 +01:00
Daniel Roe 571512833d
docs: get event before running async function (#8861) 2022-11-10 10:44:26 +01:00
renovate[bot] 84c26fa6fb
chore(deps): update dependency ultrahtml to v1 (#8864)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10 10:43:36 +01:00
renovate[bot] dd600bbb66
chore(deps): update all non-major dependencies (#8779) 2022-11-10 10:43:24 +01:00
Daniel Roe 46cf2566f1
fix(test-utils)!: use `vitest/node` subpath export (#8815) 2022-11-10 10:27:56 +01:00
Krutie Patel 2bc3c18dfa
docs(api): add `refreshNuxtData` util examples (#8845)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-11-10 10:08:42 +01:00
Daniel Roe c32c1d0623
fix(nuxi): exclude `dist` from type checking (#8848) 2022-11-10 09:45:17 +01:00
Horu 62bbb91446
fix(test-utils): detect project root using `nuxt.config` with `.mjs` and `.cjs` extensions (#8855)
* fix(test-util): fix `.mjs` config file edge case

* Update packages/test-utils/src/nuxt.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-11-10 09:43:32 +01:00
Daniel Roe 8d30e97b91
docs: add entry for `extendPages` (#8860) 2022-11-10 09:41:34 +01:00
Daniel Roe 17099348e7
fix(nuxt)!: only add `$f` fetch prefix to auto-keys (#8852) 2022-11-10 09:39:49 +01:00
pooya parsa 1496d3a07d
feat(nuxi): wrap and normalize all console outputs (#8846) 2022-11-09 11:55:40 +01:00
Daniel Roe 4bbd2618ce
feat(nuxt): auto-import `utils/` directory (#8817) 2022-11-09 10:43:16 +01:00
Daniel Roe 3839dba06a
refactor(nuxt): explicitly import app in nuxt-root (#8729) 2022-11-09 10:14:15 +01:00
Daniel Roe 453ce78300
fix(nuxt): swallow issues with query selectors (#8843) 2022-11-09 10:10:32 +01:00
Krutie Patel 14307d1327
docs(api): add `useRequestHeaders` composable example (#8833)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-09 10:09:48 +01:00