Commit Graph

2061 Commits

Author SHA1 Message Date
Daniel Roe eed7036627
fix(nuxi): strip extensions from absolute paths (for types) (#4300) 2022-04-19 21:14:39 +02:00
Daniel Roe b38dc097f6
feat(nuxt3): allow separating client and server components (#4390)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-04-19 21:13:55 +02:00
Daniel Roe ea47e56540
fix(nuxt3): improve redirect lifecycle (#4430)
* fix(nuxt3): improve redirect lifecycle

* fix: check against existing cookie value in header
2022-04-19 21:13:11 +02:00
Daniel Roe 71b808c8e9
fix(schema): use entire object for `app` properties (#4431) 2022-04-19 21:12:28 +02:00
renovate[bot] b30d8ad1f8
chore(deps): update all non-major dependencies (#4435)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-19 21:12:13 +02:00
pooya parsa 756693ce7f
feat!: migrate to nitro 0.3x (#4438) 2022-04-19 21:10:32 +02:00
Chris Lloyd 643641d489
docs: fix nitro preset names in examples (#4432) (#4433)
Co-authored-by: Chris Lloyd <chris.yagro.com>
2022-04-19 18:50:04 +02:00
Daniel Roe 74ce29b329
docs: remove `__dirname` and `__filename` from example code (#4381)
* docs: remove `__dirname` and `__filename` from example code

* fix: add `fileURLToPath`

* Update packages/schema/src/config/server.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>

* Update docs/content/2.guide/6.going-further/7.testing.md

Co-authored-by: pooya parsa <pyapar@gmail.com>

Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-19 16:46:14 +02:00
Daniel Roe 90da56a03b
fix(nuxt3): initialize router with normalized url (#4427) 2022-04-19 16:37:08 +02:00
Daniel Roe 7a316c289a
fix(nuxt3): include route children in parent suspense (#4422) 2022-04-19 10:38:57 +02:00
pooya parsa ce38dcba1c
fix(nuxt3): always generate `/` route (#4421) 2022-04-19 10:17:41 +02:00
pooya parsa 0b8eeaf40f
build: update nuxt ui to ^0.1.0 (#4420) 2022-04-19 10:06:21 +02:00
renovate[bot] 77445c87e8
chore(deps): update all non-major dependencies (#4414)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-19 09:30:07 +02:00
Lo 7557e55002
docs: fix defineNuxtLink property name (#4408) 2022-04-19 09:29:53 +02:00
renovate[bot] 36a42a4d70
chore(deps): update devdependency @unocss/reset to ^0.31.5 (#4406)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-17 12:36:33 +02:00
renovate[bot] 59ba87ee83
chore(deps): update all non-major dependencies (#4395)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-17 11:58:21 +02:00
Damian 513978e15b
docs: fix and improve multiple sections (#4396) 2022-04-16 15:53:36 +02:00
renovate[bot] 04a72f83f1
build(deps): update all non-major dependencies (#4387)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-16 07:33:23 +02:00
pooya parsa 83d27bd158
feat: enable hybrid rendering for `nuxi build` (#4373) 2022-04-15 18:31:19 +02:00
Daniel Roe ea14a5c1c1
feat(vite,webpack): build/dev typechecking (#4379) 2022-04-15 17:28:42 +02:00
Daniel Roe e0b2a3bfe4
chore: use `node:` prefix for built-in modules (#4384) 2022-04-15 17:19:05 +02:00
Adarsh Madrecha 4e1d38e5fe
docs: include pnpm package manager (#4385) 2022-04-15 17:07:16 +02:00
renovate[bot] 450b6db234
chore(deps): update dependency nitropack to ^0.2.11 (#4377)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 17:01:21 +02:00
Daniel Roe 301a0aba49
build(vite): don't inline `h3` (#4378) 2022-04-15 17:01:09 +02:00
Daniel Roe 7fb29b3a6e
fix(webpack): add css, sass, scss to asset patterns to transpile (#4375) 2022-04-15 12:58:22 +02:00
Sacha STAFYNIAK 54827eea2e
docs: add note about nuxt full restart feature (#4168)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-15 10:10:05 +02:00
Anthony Fu 51ae426d4c
fix(vite): dev bundler for cjs support (#4371) 2022-04-15 09:57:36 +02:00
renovate[bot] 2917af595b
chore(deps): update all non-major dependencies (#4367)
* chore(deps): update all non-major dependencies

* ignore type issue

* update lockfile

* remove tsignore

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-15 09:57:23 +02:00
Anthony Fu 074daa767c
fix(vite): interop cjs (#4370) 2022-04-15 09:40:40 +02:00
Daniel Roe 14d9e8e4ae
fix(nuxt3): directly emit `document.template.mjs` (#4360) 2022-04-15 09:39:16 +02:00
Damian 20e09d6203
docs: fix typo and `unjs/nitro` link (#4368) 2022-04-14 23:56:16 +02:00
renovate[bot] eefaba8160
chore(deps): update dependency vite to ^2.9.5 (#4363)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 18:00:38 +02:00
renovate[bot] 4b54d6c6a8
chore(deps): update all non-major dependencies (#4353)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 17:28:04 +02:00
Daniel Roe 5dae097318
docs: update webpack code examples (#4355) 2022-04-14 17:27:53 +02:00
Daniel Roe 3e7d6dafa1
test(nuxt3): add test case for computed head (#4361) 2022-04-14 17:27:31 +02:00
Daniel Roe 5fef9e8db2 fix(nuxt3): ensure import names are unique 2022-04-14 15:58:05 +01:00
Oğuzhan 23a7db2a59
docs: broken @nuxt/bridge link fix (#4357) 2022-04-14 15:40:18 +02:00
webfansplz 54df62394b
docs: fix broken link (#4359) 2022-04-14 15:39:51 +02:00
webfansplz 497405fb5b
docs: fix broken link (#4356) 2022-04-14 15:38:47 +02:00
renovate[bot] 3c59a9f59f
chore(deps): update devdependency @types/node to ^16.11.27 (#4347)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 12:46:03 +02:00
Clément Ollivier f04704890d
docs(api): document lazy wrappers for data fetching (#4333) 2022-04-14 12:45:53 +02:00
renovate[bot] 41663f6264
chore(deps): update all non-major dependencies (#4340)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 10:54:15 +02:00
Ada J 48d886c860
docs(api): document `useError` , `useLazyAsyncData` and `useLazyFetch` (#4341)
* docs: add documents for use-error,use-lazy-async-data and use-lazy-fetch

* docs(API): document useError,useLazyAsyncData and useLazyFetch

Co-authored-by: xiaojie.jiang <xiaojie.jiang@dhc.com.cn>
2022-04-14 10:53:58 +02:00
Lo d5e624ffc1
docs: fix clearError type and server route prefix (#4342) 2022-04-14 10:51:39 +02:00
Daniel Roe 32c798cfc4
fix(nuxi): call listen hook on each restart (#4346) 2022-04-14 10:39:27 +02:00
pooya parsa c519ceec52
fix(cli): disable cjs bridge (#4336) 2022-04-13 20:54:20 +02:00
pooya parsa c36c4b0e2f
docs: update release schedule (#4337) 2022-04-13 20:52:41 +02:00
Daniel Roe ee93659147
feat(nuxt3): allow providing a ref as default value (#4326) 2022-04-13 19:41:41 +02:00
renovate[bot] be298e9216
chore(deps): update dependency vite to ^2.9.3 (#4335)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 19:39:33 +02:00
renovate[bot] b241e5061b
chore(deps): update all non-major dependencies (#4328)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 19:26:03 +02:00