Commit Graph

7318 Commits

Author SHA1 Message Date
harlan
023e7797da chore: sync 2025-02-12 12:54:21 +11:00
harlan
ff979e0f86 chore: improve migration path 2025-02-12 12:44:19 +11:00
harlan
108d400b29 chore: sync lock 2025-02-12 12:18:16 +11:00
harlan
ec6dfd2c49 Merge branch 'main' of github.com:nuxt/nuxt into feat/unhead-v2 2025-02-12 12:17:57 +11:00
Daniel Roe
5aca9e63c1
feat(kit): add named layer aliases (#30948) 2025-02-11 20:58:42 +00:00
renovate[bot]
b391f8f03a
chore(deps): update all non-major dependencies (main) (#30952) 2025-02-11 19:14:16 +00:00
Julien Huang
d526fb1839
feat(kit,nuxt): allow multiple nuxts to run in one process (#30510) 2025-02-11 15:38:55 +00:00
Daniel Roe
29bea9899f
chore: add basic copilot instructions 2025-02-11 15:27:45 +00:00
renovate[bot]
8aa861389c
chore(deps): update all non-major dependencies (main) (#30946)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-11 15:02:39 +00:00
Daniel Roe
4992de433e
fix(schema): return null from resolve functions 2025-02-11 11:10:15 +00:00
renovate[bot]
fd22cfd651
chore(deps): update all non-major dependencies (main) (#30942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 09:24:34 +00:00
Daniel Roe
3a9e0b7144
docs: clarify that local layers are scanned from rootDir
resolves https://github.com/nuxt/nuxt/issues/30925
2025-02-10 21:36:43 +00:00
renovate[bot]
316281980e
chore(deps): update devdependency happy-dom to v17.0.3 (main) (#30936) 2025-02-10 19:17:10 +00:00
Daniel Roe
433a7e4495
feat(kit,nuxt,schema): support experimental decorators syntax (#27672) 2025-02-10 19:16:36 +00:00
Damian Głowala
fc52ff8c08
fix(nuxt): delete existing properties in app config HMR (#30918) 2025-02-10 17:10:10 +00:00
David Marr
763450c93d
docs: fix typo and improve data fetching examples (#30935) 2025-02-10 16:50:24 +00:00
Daniel Roe
72d524b25e
fix(vite): use resolveId from vite-node to resolve deps (#30922) 2025-02-10 16:40:15 +00:00
Daniel Roe
1cf9bd36d2
feat(schema): add runtime + internal type validation (#30844) 2025-02-10 16:28:05 +00:00
Daniel Roe
fdd22127e5
test: update unit test 2025-02-10 13:30:01 +00:00
renovate[bot]
c952e109d0
chore(deps): update devdependency prettier to v3.5.0 (main) (#30927)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-10 10:15:37 +00:00
Daniel Roe
c7212f7617
test: prepare environment to ensure more reproducible dev tests 2025-02-10 10:14:07 +00:00
Ryota Watanabe
5752b1519e
feat(nuxt): allow disabling auto-imported polyfills (#30332) 2025-02-09 06:48:37 +00:00
Daniel Roe
2f1ea934a5
chore: dedupe lockfile 2025-02-08 22:15:53 +00:00
autofix-ci[bot]
cb92671d3f
[autofix.ci] apply automated fixes 2025-02-08 22:10:00 +00:00
Daniel Roe
d2f374d457
chore: bump to next beta 2025-02-08 21:49:08 +00:00
Daniel Roe
275521aaea
Merge remote-tracking branch 'origin/main' into feat/unhead-v2 2025-02-08 21:48:30 +00:00
renovate[bot]
ca331c2aec
chore(deps): update all non-major dependencies (main) (#30915)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-08 21:23:45 +00:00
Camille Coutens
059700616e
docs: add auto import info about shared utils (#30858)
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2025-02-08 21:22:17 +00:00
Alex Liu
2d88d86835
docs: improve navigateTo docs with clearer structure and examples (#30876) 2025-02-08 09:08:38 +00:00
renovate[bot]
3756e7271b
chore(deps): update devdependency eslint to v9.20.0 (main) (#30912)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 22:06:41 +00:00
Alex Liu
7edf7e41eb
docs: add additional information about NuxtPage (#30781) 2025-02-07 21:57:27 +00:00
Alex Liu
eacdfaa20d
docs: add nuxt lifecycle (#30726)
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
2025-02-07 21:46:40 +00:00
renovate[bot]
ebd5b5659b
chore(deps): update all non-major dependencies (main) (#30907)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-07 20:47:29 +00:00
renovate[bot]
66f8a8ff0f
chore(deps): update all non-major dependencies (main) (#30897)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-07 12:01:17 +00:00
Daniel Roe
bc13a4a0a5
docs: update path to nuxt binary 2025-02-07 08:54:39 +00:00
Julien Huang
ab08b18175
fix(nuxt): remove div wrapper in client-only pages (#30425) 2025-02-06 21:57:17 +00:00
Anthony Fu
090bc6d7da
feat(nuxt): support tracking changes to nuxt options by modules (#30555) 2025-02-06 21:56:58 +00:00
Alex Liu
5e7d4938cd
fix(nuxt): prevent keepalive cache reset (#30807) 2025-02-06 18:10:35 +00:00
Alex Liu
4be52d341f
feat(nuxt): add type hints for NuxtPage (#30704) 2025-02-06 16:46:15 +00:00
Anthony Fu
3db7e2e13d
feat(nuxt): granular debug options (#30578) 2025-02-06 16:36:59 +00:00
renovate[bot]
ee8b6fbdde
chore(deps): update devdependency happy-dom to v17 (main) (#30880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 13:43:47 +00:00
Anthony Fu
22872f0e8d
feat(nuxt): upgrade @nuxt/devtools to v2 (#30889) 2025-02-06 13:41:55 +00:00
Daniel Roe
d7b5d25575
fix(nuxt,vite): do not override vite import conditions (#30887) 2025-02-06 13:29:05 +00:00
renovate[bot]
cf89bf4d98
chore(deps): update all non-major dependencies (main) (#30877)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 11:59:35 +00:00
renovate[bot]
55d0e5c97c
chore(deps): update dependency vite to v6.1.0 (main) (#30869)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 16:02:23 +00:00
Daniel Roe
99bd4959b2
chore: remove second version of vitest (#30868) 2025-02-05 13:25:54 +00:00
Sébastien Chopin
af31c963bf
fix(ui-templates): fix examples link and add bluesky (#30866) 2025-02-05 12:01:49 +00:00
renovate[bot]
f2e22fa73d
chore(deps): update all non-major dependencies (main) (#30851)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 12:01:38 +00:00
Daniel Roe
d116fc06bc
test: exclude urls from lychee crawler used in test suite 2025-02-05 12:00:07 +00:00
renovate[bot]
814072f048
chore(deps): update lycheeverse/lychee-action digest to f613c4a (main) (#30859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 22:58:02 +00:00