1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-21 08:45:53 +00:00
Commit Graph

652 Commits

Author SHA1 Message Date
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
Daniel Roe
433a7e4495
feat(kit,nuxt,schema): support experimental decorators syntax () 2025-02-10 19:16:36 +00:00
Damian Głowala
fc52ff8c08
fix(nuxt): delete existing properties in app config HMR () 2025-02-10 17:10:10 +00:00
Daniel Roe
1cf9bd36d2
feat(schema): add runtime + internal type validation () 2025-02-10 16:28:05 +00:00
Anthony Fu
090bc6d7da
feat(nuxt): support tracking changes to nuxt options by modules () 2025-02-06 21:56:58 +00:00
Anthony Fu
3db7e2e13d
feat(nuxt): granular debug options () 2025-02-06 16:36:59 +00:00
Anthony Fu
22872f0e8d
feat(nuxt): upgrade @nuxt/devtools to v2 () 2025-02-06 13:41:55 +00:00
Daniel Roe
d7b5d25575
fix(nuxt,vite): do not override vite import conditions () 2025-02-06 13:29:05 +00:00
Julien Huang
9b689ea826
fix(nuxt): assign slot to be rendered for client components () 2025-02-03 12:05:04 +00:00
Daniel Roe
5c8744a30d
fix(nuxt): allow restarting nuxt on paths outside srcDir () 2025-01-28 21:36:36 +00:00
Daniel Roe
6fafc85ea0
fix(kit): load @nuxt/schema from nuxt package dir () 2025-01-28 21:36:04 +00:00
Norbiros
7bb9f414fa
fix(nuxt): improve error logging when parsing with acorn () 2025-01-25 15:59:54 +00:00
Daniel Roe
2a29482f61
perf(nuxt): early return from annotation for non-object syntax plugins () 2025-01-22 09:22:44 +00:00
Daniel Roe
9be0e7b519
perf(nuxt): reduce number of mkdirSync calls () 2025-01-17 23:53:35 +00:00
Daniel Roe
3e20c72c42
chore: remove stray console log 2025-01-17 23:51:31 +00:00
Daniel Roe
e4a6cdceb4
perf(kit,nuxt): don't resolve paths from local layers/modules () 2025-01-17 23:45:42 +00:00
Daniel Roe
929dcfbed5
fix(nuxt): fall back to plugin.src for variable name generation () 2025-01-17 22:56:03 +00:00
Daniel Roe
bc669cba0f
fix(kit,nuxt,schema,vite): improve watching behaviour () 2025-01-16 15:02:01 +00:00
Daniel Roe
8136954e7c
fix(nuxt): decode id before resolving relative imports () 2025-01-15 11:31:56 +00:00
Anthony Fu
07146ddf48
refactor(kit,nuxt,webpack): reduce reassignments () 2025-01-14 17:36:18 +00:00
Daniel Roe
06d5840d26
fix(nuxt): allow url-specific chars in vfs () 2025-01-14 13:10:25 +00:00
Daniel Roe
50ebb8be1e
perf(nuxt): defer version/config warnings to after build () 2025-01-14 10:43:42 +00:00
Daniel Roe
9619917c8c
fix(nuxt): add import protection for @nuxt/cli 2025-01-13 14:56:45 +00:00
Daniel Roe
b5beffc119
perf(nuxt): use lighter @nuxt/cli dependency () 2025-01-10 17:09:51 +00:00
Matej Černý
04e02986cd
fix(nuxt): don't hoist identifiers declared locally in definePageMeta when extracting page metadata () 2025-01-09 15:11:44 +00:00
Alexander Lichter
7d96a0fd80
fix(nuxt): respect baseURL when ignoring prerendered manifest () 2025-01-04 22:35:27 +00:00
Julien Huang
ca6e31c5d6
refactor(nuxt): use consola with nuxt tag instead of console () 2024-12-29 23:25:29 +00:00
Matej Černý
ba764b212f
fix(nuxt): ignore non-reference identifiers when extracting page metadata () 2024-12-26 22:14:17 +00:00
Matej Černý
5d766bcb98
perf(nuxt): skip experimental async context transform in client build () 2024-12-25 20:48:01 +00:00
Daniel Roe
01b2a780a2
fix(nuxt): do not resolve deep imports for @vitest/
hotfix for https://github.com/vitejs/vite/pull/19016
2024-12-23 16:40:50 +00:00
renovate[bot]
784a28df97
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-19 10:05:18 +00:00
renovate[bot]
1f09e69335
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-18 16:18:33 +00:00
Matej Černý
59f5a76d51
feat(nuxt): support local functions in definePageMeta () 2024-12-18 09:42:43 +00:00
Daniel Roe
8cb9efa980
fix(nuxt): hoist environment types () 2024-12-11 17:07:21 +00:00
Daniel Roe
c72cc1ba96
docs: update nitro links + fix link checking () 2024-12-11 13:58:56 +00:00
Daniel Roe
5f59f30134
fix(nuxt): remove whitespace around spa loading template 2024-12-09 21:32:39 +00:00
Daniel Roe
501ccc3750
refactor(nuxt): use direct import of installNuxtModule 2024-12-09 20:05:45 +00:00
Nikolay
54f5b9e8a4
fix(nuxt,schema): allow showing spa loader til after hydration () 2024-12-09 14:09:15 +00:00
Julien Huang
8c956db866
refactor(nuxt): prefix all core modules with nuxt: () 2024-12-09 12:38:25 +00:00
Daniel Roe
33789bec05
test: add additional attw test for built packages () 2024-12-09 12:28:48 +00:00
Daniel Roe
bfcf80a12a
fix(nuxt): de-default async layout components () 2024-12-09 10:45:45 +00:00
Harlan Wilton
a01c41b4d3
perf(nuxt): preload app manifest () 2024-12-03 13:07:36 +00:00
Daniel Roe
fad53aa9ec
feat(nuxt): print nuxt hook timings in browser devtools () 2024-12-03 10:12:07 +00:00
Daniel Roe
9275b2a7be
fix(kit,nuxt): provide buildDir to normalizeTemplate () 2024-12-02 14:14:08 +00:00
Daniel Roe
3cb8b9fcb0
refactor(nuxt): simplify and improve core plugins that parse ast () 2024-11-28 16:34:02 +00:00
Julien Huang
7a1f1df088
refactor: move composable-keys plugin into nuxt core () 2024-11-25 10:06:53 +00:00
Daniel Roe
270dfb8c63
fix(nuxt): do not disallow importing nitro dependencies () 2024-11-19 16:47:58 +00:00
Daniel Roe
02b57d49db
refactor(nuxt): define layouts as async vue components () 2024-11-17 17:06:03 -05:00
Daniel Roe
67456810be
fix(nuxt): do not include <NuxtWelcome> when building ()
Co-authored-by: Julien Huang <julien.huang@outlook.fr>
2024-11-17 21:48:26 +00:00
Daniel Roe
4924e26329
fix(nuxt): recompile templates on change events () 2024-11-17 21:22:59 +00:00