Commit Graph

1621 Commits

Author SHA1 Message Date
Daniel Roe
2bfd749c24
feat(pages)!: explicitly allow optional params with [[ (#4537) 2022-04-26 18:10:05 +02:00
renovate[bot]
d2632e8d7c
chore(deps): update dependency @nuxt/telemetry to ^2.1.3 (#4633)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 18:06:36 +02:00
renovate[bot]
4046c30577
chore(deps): update dependency vite to ^2.9.6 (#4631)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 18:04:01 +02:00
Anthony Fu
eb4b8c4c9d
fix(nuxt): cleanup auto imports on regenerate (#4626) 2022-04-26 17:52:39 +02:00
renovate[bot]
64f437a754
chore(deps): update all non-major dependencies (#4627)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 17:43:58 +02:00
Daniel Roe
2d202b59e3
fix(nuxi): don't strip file extensions from dirs in tsconfig (#4595) 2022-04-25 19:07:01 +02:00
Daniel Roe
b8d2e64c78
fix(vite): don't match across newlines (#4596) 2022-04-25 18:55:33 +02:00
renovate[bot]
4ca940d29a
chore(deps): update all non-major dependencies (#4589)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 18:32:41 +02:00
renovate[bot]
cc466f9585
chore(deps): update all non-major dependencies (#4583)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 11:42:20 +02:00
renovate[bot]
5906c6f95f
chore(deps): update all non-major dependencies (#4545)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 11:32:54 +02:00
Anthony Fu
46ecbc558d
fix(nuxt): await for router.push on ssr (#4491) 2022-04-22 17:37:52 +02:00
Daniel Roe
650d12fa9c
feat: allow disabling sourcemap generation (#4509) 2022-04-22 17:35:42 +02:00
Daniel Roe
4c6c027014
fix(vite): use single regex to reduce risk of collisions (#4442) 2022-04-22 17:22:22 +02:00
renovate[bot]
163b74f3f6
chore(deps): update all non-major dependencies (#4483)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 17:08:58 +02:00
Daniel Roe
648a70e97b
fix(vite): transform virtual templates (#4512) 2022-04-22 10:32:26 +02:00
Pooya Parsa
0c2f076957 chore(release): v3.0.0-rc.1 2022-04-20 23:09:37 +02:00
Daniel Roe
78fcbcf16f
fix(nuxt3): respect custom public dir in layers (#4477) 2022-04-20 22:07:01 +02:00
pooya parsa
975ec0c417
chore(nuxi): add notice for generate deployment (#4474) 2022-04-20 21:22:59 +02:00
pooya parsa
3c3291226d
fix(nuxt): skip server build with generate (#4472) 2022-04-20 21:12:04 +02:00
renovate[bot]
4f5a0d043e
chore(deps): update all non-major dependencies (#4470)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-20 20:39:35 +02:00
pooya parsa
9df0a2b036
fix(nuxi): use rc tag for upgrade command of nuxt (#4468) 2022-04-20 20:36:26 +02:00
pooya parsa
13a386da90
feat(nuxt): enable nuxt telemetry (#4467) 2022-04-20 20:25:09 +02:00
Sébastien Chopin
4c19b2652f
fix(nuxi): don't kill analyze command (#4462) 2022-04-20 16:47:43 +02:00
Daniel Roe
d0ae5851e4
fix(nuxt): return 404 if hitting 404.vue (#4460)
* fix(nuxt): return 404 if hitting `404.vue`

* docs: add info about `pages/404.vue`
2022-04-20 16:24:08 +02:00
Daniel Roe
7b091abcea
fix(nuxt3): default client-side fetch to use baseURL (#4456) 2022-04-20 14:35:33 +02:00
renovate[bot]
a2e71ad14a
chore(deps): update all non-major dependencies (#4441)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-20 13:02:16 +02:00
Pooya Parsa
fc8bcdb250 fix(kit): update schema dependency 2022-04-20 12:59:41 +02:00
Pooya Parsa
5f0fc19938 chore: update packages to 3.0.0-rc.0 2022-04-20 12:52:12 +02:00
Pooya Parsa
e006c5605b fix(kit): try canonical package name for edge release 2022-04-20 12:35:09 +02:00
Daniel Roe
d469c9a6d7
fix(nuxt3): don't rely on auto-imports for defineAsyncComponent (#4454) 2022-04-20 12:20:49 +02:00
pooya parsa
24923db992
chore: update and cleanup workspace (#4450)
* fix(test-utils): resolve nuxi locally
2022-04-20 12:19:30 +02:00
pooya parsa
4712e99411
refactor!: rename nuxt3 to nuxt (#4449) 2022-04-20 10:52:39 +02:00
Daniel Roe
896d1404a3
chore: bump node dependencies (#4440) 2022-04-20 00:14:27 +02:00
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
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
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