Commit Graph

5054 Commits

Author SHA1 Message Date
Sadegh Barati
be11bac9c2
feat(kit): support prepend option for addComponentsDir (#24309) 2023-11-23 21:13:03 +00:00
Luke Nelson
4ce6bc244c
feat(nuxt): warn when page uses a layout without <NuxtLayout> (#24116) 2023-11-23 21:12:28 +00:00
Anthony Fu
338908e0f0
fix(nuxt): improve path resolve for import.d.ts (#24413) 2023-11-23 21:01:26 +00:00
Kostis Maninakis
36aee52011
docs: update code to show how to enable typedPages (#24436) 2023-11-23 20:48:06 +00:00
Daniel Roe
b8bfa60ece
chore: import types from '#app' (#24418) 2023-11-22 22:40:02 +00:00
renovate[bot]
5085b76949
chore(deps): update all non-major dependencies (main) (#24400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-22 22:02:53 +00:00
Pooya Parsa
1012dc0dbd
fix(nuxt): avoid recursive ssr errors (#24399) 2023-11-22 09:58:29 +00:00
renovate[bot]
abbcaf6b20
chore(deps): update all non-major dependencies (main) (#24384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-21 22:08:24 +00:00
MaxMonteil
3f57de44da
docs: fix typo (#24395) 2023-11-21 20:36:22 +00:00
Daniel Roe
258b8a7066 chore: update variable in release scripts 2023-11-20 22:27:22 +00:00
github-actions[bot]
8d1fc6c4a9
v3.8.2 2023-11-20 22:22:16 +00:00
Anthony Fu
1cc05b9ae6
fix(nuxt): handle errors when booting app with app:error (#24376) 2023-11-20 21:18:26 +00:00
renovate[bot]
23e908a6c1
chore(deps): update all non-major dependencies (main) (#24374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-20 20:31:29 +00:00
Sébastien Chopin
07ab072bc9
docs: improve readme 2023-11-20 20:02:11 +01:00
Sébastien Chopin
751dad7d79 docs: update to /deploy url 2023-11-20 19:39:40 +01:00
Sébastien Chopin
13b93237e4 docs: simplify to deployments page 2023-11-20 19:17:27 +01:00
Pooya Parsa
63685431d8
chore(deps): upgrade to nitro 2.8 (#24370) 2023-11-20 18:10:58 +00:00
Christian Gil
a10e33c009
fix(nuxt): use max length + iterations for useCookie timeout (#24253) 2023-11-20 17:58:52 +00:00
Clément Ollivier
7863981762
docs: fix typo (#24375) 2023-11-20 17:57:20 +00:00
Luke Nelson
6e44b1b6b6
fix(nuxt): respect custom timeout in useFetch (#24364) 2023-11-20 13:59:41 +00:00
siegerts
5d6cfd53a8
docs: add AWS Amplify Hosting to hosting providers (#24371)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-20 12:21:17 +01:00
renovate[bot]
94b16be9c9
chore(deps): update dependency globby to v14 (main) (#24219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 09:52:13 +00:00
renovate[bot]
4e859ce857
chore(deps): update all non-major dependencies (main) (#24357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 09:31:18 +00:00
Julien Huang
7cce0ef6e6
fix(nuxt): log errors rendering islands (#24356) 2023-11-18 20:47:55 +00:00
Joe Hawes
c2b8adbb93
docs: minor wording & formatting tweaks (#24349) 2023-11-18 20:24:13 +00:00
renovate[bot]
eb5a0b14a3
chore(deps): update all non-major dependencies (main) (#24348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 09:56:50 +00:00
Alexander Lichter
b2c0ded575
docs: update nuxi-edge to nuxi-nightly (#24347) 2023-11-16 21:51:00 +00:00
Daniel Roe
bdedc32071 docs: use @nuxt/kit-nightly in example 2023-11-16 21:50:40 +00:00
Damian Głowala
c4445268b6
fix(schema): add type for ignoreOptions (#24337) 2023-11-16 15:21:23 +00:00
Pooya Parsa
c2fabc82aa
fix(nuxt): set framework info for nitro (#24340) 2023-11-16 15:16:42 +00:00
Boby Tiwari
3506f48ec3
docs: mention changing directory in installation guide (#23680) 2023-11-16 15:15:18 +00:00
Sita
1b6f738fb8
docs: remove path for <ContentDoc> in example (#24244) 2023-11-16 14:42:42 +00:00
renovate[bot]
3238225476
chore(deps): update all non-major dependencies (main) (#24335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-16 14:24:25 +00:00
Joe Hawes
c9b7dcfc41
docs: typos and wording tweaks for guide section (#24323) 2023-11-16 14:23:59 +00:00
Nils Wiesinger
e95026f5bb
docs: add hint about app.config placement with custom srcDir (#24252) 2023-11-16 14:08:10 +00:00
Joe Hawes
41ad85ed6d
docs: update .gitignore in directory structure (#24338) 2023-11-16 14:06:30 +00:00
webfansplz
55e0f38dde
fix(nuxt): do not compute useFetch key from headers (reverts #23462) (#24333) 2023-11-16 14:04:48 +00:00
renovate[bot]
db74eade59
chore(deps): update all non-major dependencies (main) (#24325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-16 10:11:08 +00:00
renovate[bot]
a087b87d3f
chore(deps): update dependency ufo to v1.3.2 (main) (#24316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-15 22:41:08 +00:00
Daniel Roe
13a6ab3d5e
fix(nuxt): split component name case in each segment (#24318) 2023-11-15 21:52:56 +00:00
Joe Hawes
8af10e459f
docs: typos and wording tweaks for getting started section (#24319) 2023-11-15 21:43:03 +00:00
Daniel Roe
88ee7b7ea6
docs: update link to deno deploy provider docs 2023-11-15 21:42:40 +00:00
Daniel Roe
562532778b
fix(nuxt): deeply unwrap headers/query for useFetch key (#24307) 2023-11-15 19:40:55 +00:00
Luke Nelson
6ec267be87
fix(schema): use scule types for runtimeConfig type hints (#23696) 2023-11-15 18:58:00 +00:00
renovate[bot]
c069239b12
chore(deps): update autofix-ci/action digest to bee19d7 (main) (#24308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 18:25:26 +01:00
renovate[bot]
37d64a615b
chore(deps): update github/codeql-action action to v2.22.6 (main) (#24292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 13:09:48 +00:00
Julien Huang
5bed6b6ceb
docs: remove only (#24295) 2023-11-15 12:44:13 +00:00
Aaron_Zhou
5493d60c4a
fix(nuxt): provide route component names to KeepAlive cache (#24024) 2023-11-14 16:56:31 +00:00
Daniel Roe
b90b631df0
chore: revert coverage provider version 2023-11-14 14:27:13 +00:00
renovate[bot]
237d3380e8
chore(deps): update all non-major dependencies (main) (#24278)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14 14:22:21 +00:00