Commit Graph

5240 Commits

Author SHA1 Message Date
Daniel Roe
445fe808c0
fix(nuxt): do not try auto-install outside of a Nuxt context (#24605) 2023-12-05 17:33:27 +00:00
Daniel Roe
1e393ad696
fix(vite,webpack): don't add type checker/analyzer when testing (#24608) 2023-12-05 17:09:46 +00:00
renovate[bot]
4981e3259d
chore(deps): update all non-major dependencies (main) (#24580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-12-05 15:52:34 +00:00
Daniel Roe
6a1c054012
docs: fix typo 2023-12-05 13:46:35 +00:00
xxhls
8934eb31d9
docs: prefer ~ to @ alias in examples (#24574) 2023-12-05 12:40:04 +00:00
Marco Solazzi
758b8beb51
docs: update Nuxt 2 EOL date in roadmap (#24602) 2023-12-05 10:13:22 +00:00
renovate[bot]
caef295215
chore(deps): update all non-major dependencies (main) (#24563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 21:54:02 +00:00
Lehoczky Zoltán
a8b549b206
ci: update options for GitHub app token generation (#24565) 2023-12-02 21:05:19 +00:00
Lehoczky Zoltán
e95ac78a42
ci: label pull requests based on their target branch (#24468) 2023-12-01 12:41:52 +01:00
renovate[bot]
ce9e76265e
chore(deps): update dependency std-env to v3.6.0 (main) (#24556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 12:41:33 +01:00
renovate[bot]
98d37bc51b
chore(deps): update lycheeverse/lychee-action digest to ef8c8f3 (main) (#24544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 11:45:53 +01:00
renovate[bot]
c72a186f07
chore(deps): update all non-major dependencies (main) (#24545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 11:45:05 +01:00
Bobbie Goede
a585f27c98
ci: don't skip releases based on commit body (#24554) 2023-12-01 10:57:47 +01:00
renovate[bot]
03997e21dc
chore(deps): update all non-major dependencies (main) (#24527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 11:30:06 +01:00
Julien Huang
bfe9161d27
fix(nuxt): skip check for <NuxtLayout> usage in islands (#24529) 2023-11-30 11:29:37 +01:00
Daniel Roe
7664d1d457
refactor(nuxt): opt-in to future jiti.import for schema (#24526) 2023-11-29 19:37:34 +01:00
renovate[bot]
228d35bdd5
chore(deps): update all non-major dependencies (main) (#24521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 18:34:19 +01:00
Daniel Roe
5b4d638720
fix(nuxt): remove trailing slash before checking if prerendered (#24516) 2023-11-29 10:18:24 +00:00
Daniel Roe
1b1cc4f4e9 docs: update link to more info about key/keepalive
resolves #24520
2023-11-29 10:17:04 +00:00
Harlan Wilton
ec0addd8c8
fix(nuxt): skip router middleware/redirections for islands (#24421)
Co-authored-by: julien huang <julien.huang@outlook.fr>
2023-11-29 10:11:22 +00:00
Daniel Roe
7c6b6771ab
fix(nuxt): skip prerendering all pages in hash mode (#24517)
Co-authored-by: Diorcet Yann <diorcet.yann@gmail.com>
2023-11-29 01:35:46 +01:00
Daniel Roe
09161d005d
fix(nuxt): use consistent annotations for tree-shaking (#24514) 2023-11-28 23:20:54 +00:00
Harlan Wilton
0f705f3d4a
fix(nuxt): island components with number prefix (#24469) 2023-11-28 22:06:32 +00:00
Daniel Roe
4b3892117f
fix(vite): use isBuiltin polyfill for greater node support (#24512) 2023-11-28 21:53:12 +00:00
renovate[bot]
fdc75fecb4
chore(deps): update all non-major dependencies (main) (#24513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 21:50:40 +00:00
Julien Huang
f98aa5d44a
fix(nuxt): don't strip literals from template in <DevOnly> (#24511) 2023-11-28 21:49:47 +00:00
Daniel Roe
e3b8b84a24
feat(nuxt): allow readonly option for useCookie (#24503) 2023-11-28 13:35:43 +00:00
Daniel Roe
0c47399f33
fix(nuxt): ignore manifest when prerendering (#24504) 2023-11-28 13:02:30 +00:00
renovate[bot]
02ab5b91e2
chore(deps): update all non-major dependencies (main) (#24497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 12:19:37 +00:00
renovate[bot]
2820dfee52
chore(deps): update all non-major dependencies (main) (#24440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-28 10:12:02 +00:00
Daniel Roe
dc0e8347bf
refactor(nuxt): use defineComponent to infer prop types for router-link stub 2023-11-28 09:53:24 +00:00
Julien Huang
0eb9caf0c2
fix(nuxt): remove experimental reactivityTransform (vue 3.4) (#24477) 2023-11-27 23:02:02 +00:00
roiLeo
e3f349f612
docs: add defineNuxtConfig to deployment example (#24451) 2023-11-24 15:11:55 +01:00
renovate[bot]
e554f2be68
chore(deps): update dependency vite to v5 (main) (#24336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-23 22:19:28 +00:00
Daniel Acuña
c214869e51
feat(kit): allow customising logger options (#24243) 2023-11-23 21:57:48 +00:00
renovate[bot]
72efc41f50
chore(deps): update all non-major dependencies (main) (#24425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-23 21:50:22 +00:00
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