1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-22 01:05:55 +00:00
Commit Graph

4996 Commits

Author SHA1 Message Date
Daniel Roe
c5a84fd7e8
perf(nuxt): early return from annotation for non-object syntax plugins () 2025-01-22 17:51:48 +00:00
Daniel Roe
10a54958d3
fix(vite): inline shared folder in dev mode () 2025-01-22 17:51:48 +00:00
renovate[bot]
f1c2948cd0
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-01-22 17:26:16 +00:00
renovate[bot]
8bcaf22f58
chore(deps): update devdependency unimport to v4 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-01-22 15:15:44 +00:00
Daniel Roe
2669184bde
fix(nuxt): do not warn about [[ optional dynamic params () 2025-01-22 14:57:40 +00:00
renovate[bot]
64efade557
chore(deps): update vitest to v3.0.3 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 09:45:08 +00:00
Daniel Roe
9bd71e498a
fix(vite): add back invalidateModule call
this reverts commit b765251ce8
2025-01-21 13:49:22 +00:00
Daniel Roe
1797bbe4d0
perf(kit): run components compat check synchronously () 2025-01-21 13:48:53 +00:00
renovate[bot]
b3f0c140be
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 13:10:01 +00:00
Daniel Roe
d2a95c542f
fix(vite): drop unneeded call to invalidate module 2025-01-21 12:08:22 +00:00
Daniel Roe
e8789b900c
perf(kit): reduce duplication between findPath and resolvePath ()
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-01-21 12:08:22 +00:00
Daniel Roe
893ac0f8bc
perf(nuxt): reduce unnecessary template updating ()
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-01-21 12:08:22 +00:00
Daniel Roe
09c3f79eff
fix(schema): allow overriding dev/test environment value () 2025-01-21 12:08:21 +00:00
Daniel Roe
7cfc338ed7
refactor(vite): drop externality and use vite internal config () 2025-01-21 12:08:15 +00:00
Daniel Roe
c315eb9805
perf(nuxt): reduce number of mkdirSync calls () 2025-01-21 12:05:31 +00:00
Daniel Roe
47c40f310a
chore: remove stray console log 2025-01-21 12:04:38 +00:00
renovate[bot]
6470d56b4b
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 10:32:42 +00:00
renovate[bot]
842fe6dd1b
chore(deps): update all non-major dependencies (3.x) () 2025-01-19 14:25:27 +00:00
Daniel Roe
5a538be2b0
perf(kit,nuxt): don't resolve paths from local layers/modules () 2025-01-17 23:47:59 +00:00
Daniel Roe
a97602fd41
fix(nuxt): fall back to plugin.src for variable name generation () 2025-01-17 23:47:59 +00:00
Daniel Roe
9ec5f48b9d
chore: add debug timing jiti/unbuild plugins () 2025-01-17 23:47:58 +00:00
renovate[bot]
5465c5c008
chore(deps): update vitest to v3 (3.x) (major) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 22:26:00 +00:00
Daniel Roe
b8742662ad
fix(kit,nuxt,schema,vite): improve watching behaviour () 2025-01-16 23:59:55 +00:00
Daniel Roe
306cabc7b9
fix(vite): override previous #app-manifest alias () 2025-01-16 23:59:54 +00:00
Daniel Roe
01adefcec7
build(schema): use new inlineDependencies option 2025-01-16 23:59:37 +00:00
renovate[bot]
4d1d9fb3eb
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-16 14:12:13 +00:00
Daniel Roe
0c01273f5b
chore(kit): explicitly inline lodash-es 2025-01-15 15:21:50 +00:00
github-actions[bot]
87a0ee59ae
v3.15.2 2025-01-15 15:16:32 +00:00
renovate[bot]
107923743b
chore(deps): update dependency strip-literal to v3 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-15 13:26:38 +00:00
Daniel Roe
0ebf06d00d
fix(nuxt): decode id before resolving relative imports () 2025-01-15 11:32:54 +00:00
Alex Liu
d3cc244375
fix(nuxt): avoid invoking shouldPrefetch on the server side () 2025-01-15 11:32:29 +00:00
Anthony Fu
e438a04251
refactor(kit,nuxt,webpack): reduce reassignments () 2025-01-14 17:45:48 +00:00
Daniel Roe
f658ba60d5
fix(vite): provide fallback alias for #app-manifest () 2025-01-14 17:44:53 +00:00
renovate[bot]
1285c5c902
chore(deps): update all non-major dependencies (3.x) () 2025-01-14 14:59:49 +00:00
Daniel Roe
0249c74bcd
fix(nuxt): do not warn about invalid characters in route groups/catchalls 2025-01-14 14:08:08 +00:00
Daniel Roe
8a0350d5c2
fix(nuxt): allow url-specific chars in vfs () 2025-01-14 14:08:07 +00:00
Julien Huang
0bafc82868
fix(nuxt): warn about ignored char while parsing route segment () 2025-01-14 12:59:04 +00:00
Peter Buglavecz
fa2937087b
fix(nuxt): call page:loading:end only once with nested pages () 2025-01-14 12:59:04 +00:00
Daniel Roe
fb58275365
fix(kit): fully resolve plugin paths when normalising them () 2025-01-14 12:59:04 +00:00
Daniel Roe
77d34f75bc
perf(nuxt): defer version/config warnings to after build () 2025-01-14 12:59:04 +00:00
Daniel Roe
b2a1b63f18
perf(nuxt): avoid checking fs for existence of scanned pages () 2025-01-14 12:59:04 +00:00
renovate[bot]
f76fc48b5a
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 22:04:56 +00:00
Daniel Roe
618bbc6da5
fix(nuxt): add import protection for @nuxt/cli 2025-01-13 16:28:57 +00:00
Daniel Roe
60f7d15edd
perf(kit): remove iterations when resolving module path () 2025-01-13 14:29:18 +00:00
Daniel Roe
23b9682899
fix: relax nuxt version constraints to current 2025-01-13 12:30:10 +00:00
Vuk Marjanovic
608830e130
fix(nuxt): use fullPath instead of empty string in router hmr () 2025-01-13 12:27:12 +00:00
Daniel Roe
f4e7e6bf36
perf(nuxt): use lighter @nuxt/cli dependency () 2025-01-13 12:27:10 +00:00
Saeid Zareie
0c1f9438bc
fix(kit): reorder #build to the end of tsConfig paths () 2025-01-13 12:24:26 +00:00
Matej Černý
3e674222b1
fix(nuxt): don't hoist identifiers declared locally in definePageMeta when extracting page metadata () 2025-01-13 12:24:26 +00:00
renovate[bot]
3174adbd32
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 10:40:45 +00:00
renovate[bot]
6cc6d69af4
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-01-12 13:10:04 +00:00
renovate[bot]
0b2079726c
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-01-11 17:28:27 +00:00
Matej Černý
f628530ae4
fix(nuxt): collect all identifiers before extracting page metadata () 2025-01-07 05:43:50 +00:00
Julien Huang
4247caa097
perf(nuxt): remove code duplication in client-only () 2025-01-07 05:43:47 +00:00
renovate[bot]
fc74e0dc58
chore(deps): update dependency @nuxt/telemetry to ^2.6.4 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 21:10:36 +00:00
renovate[bot]
429244d4bd
chore(deps): update dependency nuxi to v3.18.2 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 16:27:17 +00:00
renovate[bot]
1253d4b60c
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-01-06 12:02:13 +00:00
github-actions[bot]
fdf6e879ea
v3.15.1 2025-01-05 12:04:54 +00:00
Daniel Roe
975221b524
perf(nuxt): drop pathe browser dep for deep server components () 2025-01-05 00:38:01 +00:00
Daniel Roe
d837cee9d1
fix(nuxt): respect router.options when hmring routes () 2025-01-04 23:05:04 +00:00
Alexander Lichter
6a6bae73ea
fix(nuxt): respect baseURL when ignoring prerendered manifest () 2025-01-04 23:05:04 +00:00
Daniel Roe
a603d4908b
fix(schema): override vueCompilerOptions.plugins type () 2025-01-04 23:05:03 +00:00
Matej Černý
b00264cd7c
fix(nuxt): use node location instead of range for route meta property extraction () 2025-01-04 21:38:33 +00:00
Connor Roberts
e786d79bee
fix(schema): support pfx certificate for dev server () 2025-01-04 21:37:32 +00:00
Daniel Roe
b472d17135
perf(rspack,webpack): drop lodash-es dependency () 2025-01-04 21:37:31 +00:00
renovate[bot]
513659eb74
chore(deps): update dependency pathe to v2 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 21:15:18 +00:00
renovate[bot]
dfe1021b20
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 20:04:53 +00:00
renovate[bot]
73ff3d3871
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-30 20:40:49 +00:00
Daniel Roe
e629a2ddbf
perf(schema): drop unneeded type-only schema dependencies () 2024-12-30 00:23:58 +00:00
Julien Huang
5cad21572e
refactor(nuxt): use consola with nuxt tag instead of console () 2024-12-30 00:20:51 +00:00
Daniel Roe
e4a372e12c
fix(nuxt): pass nuxt instance to resolvePagesRoutes 2024-12-30 00:20:13 +00:00
Daniel Roe
8e2ca5bdc2
docs: update references to lodash and recommend es-toolkit 2024-12-30 00:20:13 +00:00
renovate[bot]
10f19f14a5
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-29 22:51:17 +00:00
Matej Černý
d3d3f9d85f
fix(nuxt): ignore non-reference identifiers when extracting page metadata () 2024-12-27 15:52:16 +00:00
Matej Černý
85b8ea916c
perf(nuxt): skip experimental async context transform in client build () 2024-12-27 15:52:16 +00:00
renovate[bot]
b12bdd3db1
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-27 14:13:45 +00:00
renovate[bot]
cc151c2fa7
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-26 22:23:14 +00:00
Daniel Roe
44e0256293
fix(nuxt): update module path for defaults () 2024-12-26 01:17:46 +00:00
renovate[bot]
ca39bf9a5c
chore(deps): update all non-major dependencies to v0.65.3 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-26 01:06:22 +00:00
github-actions[bot]
1acc9a0a3a
v3.15.0 2024-12-24 23:47:18 +00:00
Daniel Roe
b1cf5781dd
fix(nuxt): initialise import.meta.hot.data 2024-12-24 23:00:59 +00:00
Julien Huang
fb1f24fd01
fix(nuxt): treat client useAsyncData calls as async boundaries () 2024-12-24 21:33:19 +00:00
Julien Huang
9a8e34d81a
chore: document div wrapper in client-only page () 2024-12-24 21:33:10 +00:00
renovate[bot]
c4ce09bc0b
chore(deps): update dependency nuxi to ^3.17.2 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-24 12:25:16 +00:00
renovate[bot]
0c25dc701e
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-24 11:07:29 +00:00
Mehmet
9e20d8da06
fix(kit): initialize tsconfig paths in addTemplate if undefined () 2024-12-23 23:06:48 +00:00
renovate[bot]
5e6b7413aa
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-23 21:23:00 +00:00
renovate[bot]
d1bac195f4
chore(deps): update devdependency ignore to v7 (3.x) () 2024-12-23 18:10:35 +00:00
renovate[bot]
1817dfa069
chore(deps): update devdependency html-validate to v9 (3.x) () 2024-12-23 18:02:56 +00:00
Daniel Roe
4171a10765
fix(nuxt): do not resolve deep imports for @vitest/
hotfix for https://github.com/vitejs/vite/pull/19016
2024-12-23 16:41:05 +00:00
Daniel Roe
ceac86e348
fix(schema): gate inline style change behind v4 check 2024-12-23 16:29:09 +00:00
Julien Huang
58b6b72fc3
perf(nuxt): remove useId from composable key plugin () 2024-12-23 16:29:09 +00:00
Julien Huang
0496513bb4
chore: remove outdated comment () 2024-12-23 16:29:08 +00:00
renovate[bot]
bdb7e1e9f2
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-22 13:04:31 +00:00
Daniel Roe
a4e77a1ca0
perf(schema): only inline styles for vue components () 2024-12-20 12:15:14 +00:00
Julien Huang
483435ba34
fix(nuxt): use useId for client-fallback component uid () 2024-12-20 11:16:42 +00:00
Daniel Roe
f5df827a90
perf(vite): use vite to clear screen () 2024-12-20 11:16:42 +00:00
Daniel Roe
ec613e5334
fix(vite): ignore optimising #app-manifest 2024-12-19 13:56:17 +00:00
Vuk Marjanovic
a4d4d48124
fix(nuxt): don't use <RouterLink> for links starting with # () 2024-12-19 13:56:17 +00:00
renovate[bot]
4dcd20de9c
chore(deps): update dependency nuxi to v3.17.0 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-19 11:30:24 +00:00
renovate[bot]
bdca53ed59
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-19 11:29:48 +00:00
renovate[bot]
cde98d7d21
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-18 20:03:22 +00:00
Daniel Roe
f220314a59
fix(nuxt): update import paths for nitropack 2024-12-18 17:03:06 +00:00
Daniel Roe
5d936e4354
perf(nuxt): use static hashMode option () 2024-12-18 16:36:46 +00:00
Alexander Lichter
aa79b3a120
feat(nuxt): add mode: 'navigation' to callOnce () 2024-12-18 16:36:46 +00:00
Connor Roberts
c193d40906
fix(nuxt): respect replace in middleware with navigateTo () 2024-12-18 16:36:46 +00:00
Matej Černý
f67fc574b9
feat(nuxt): support local functions in definePageMeta () 2024-12-18 16:36:45 +00:00
derHodrig
d9aab7a21a
docs: update auto-imports to advertise the scan feature () 2024-12-18 16:36:45 +00:00
Daniel Roe
05f17b7041
fix(nuxt): ensure getRouteRules works with nitro signature () 2024-12-18 16:36:45 +00:00
renovate[bot]
ef2d3bbf61
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 16:51:01 +00:00
Daniel Roe
73761dade5
fix(schema): hoist nitro runtime types 2024-12-16 16:48:14 +00:00
renovate[bot]
697e65226b
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 15:10:18 +00:00
Daniel Roe
678bf22a41
fix(nuxt): hoist environment types () 2024-12-13 20:46:29 +00:00
Daniel Roe
333d71a299
docs: update nitro links + fix link checking () 2024-12-13 20:46:29 +00:00
renovate[bot]
8ecdc4691e
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-13 19:54:19 +00:00
Daniel Roe
d3d276919f
chore: downgrade engines.node to reflect only deps 2024-12-12 13:05:13 +00:00
renovate[bot]
180a5fda06
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 14:18:13 +00:00
renovate[bot]
f44abe594c
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 07:51:35 +00:00
renovate[bot]
e8ceaa20c9
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-10 23:35:16 +00:00
Daniel Roe
070bd103c7
fix(nuxt): remove whitespace around spa loading template 2024-12-09 21:42:08 +00:00
Nikolay
aa6cc48eb0
fix(nuxt,schema): allow showing spa loader til after hydration () 2024-12-09 14:27:07 +00:00
Julien Huang
5b263beaf8
refactor(nuxt): prefix all core modules with nuxt: () 2024-12-09 14:25:56 +00:00
Daniel Roe
02390109c9
test: add additional attw test for built packages () 2024-12-09 14:25:38 +00:00
Joaquín Sánchez
de9ffe81a3
fix(nuxt): correct types for nuxt and nuxt/app () 2024-12-09 14:11:14 +00:00
Daniel Roe
a15b499582
fix(nuxt): de-default async layout components () 2024-12-09 14:11:14 +00:00
Julien Huang
666933646b
fix(nuxt): use useId for island client component teleport id () 2024-12-09 14:11:14 +00:00
Julien Huang
94e643193e
fix(nuxt): render client page directly when not hydrating () 2024-12-09 14:11:14 +00:00
bjoaquinc
3947a7b97c
docs: added options and option definitions for sourcemap () 2024-12-09 14:11:13 +00:00
wzc520pyfm
74d8603149
fix(schema): allow routerOptions.history to return null () 2024-12-09 14:11:13 +00:00
Lucie
92d72dd71f
feat(schema): add snow effect on loading screen in winter () 2024-12-09 13:28:52 +00:00
Daniel Roe
6ed1db9d85
fix: update engines.node to match dependencies () 2024-12-06 21:14:52 +00:00
Daniel Roe
91870bb228
fix(kit): use resolved module paths for transpile + modulesDir () 2024-12-06 21:13:15 +00:00
Joaquín Sánchez
25230ed381
feat(nuxt): support vue directive auto-imports within unimport () 2024-12-06 21:13:14 +00:00
Harlan Wilton
37fa91e973
perf(nuxt): preload app manifest () 2024-12-06 21:13:13 +00:00
Daniel Roe
c2ef5e4924
feat(nuxt): print nuxt hook timings in browser devtools () 2024-12-06 21:10:06 +00:00
renovate[bot]
f8a4b22711
chore(deps): update dependency unplugin to v2 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 12:30:55 +00:00
renovate[bot]
fc56ce11e8
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-03 11:28:58 +00:00
Daniel Roe
2d5b53b238
fix(nuxt): use nitropack rather than nitro import 2024-12-03 10:18:47 +00:00
Daniel Roe
016900ffdb
fix(nuxt,vite): hmr for templates, pages + page metadata () 2024-12-03 09:57:57 +00:00
Daniel Roe
a77c8f2e77
fix(nuxt): correct return type of useRequestFetch () 2024-12-03 09:57:57 +00:00
Daniel Roe
661801dc60
fix(kit): add better logging for non-resolved modules () 2024-12-03 09:57:57 +00:00
Daniel Roe
62b173fc75
fix(kit,nuxt): provide buildDir to normalizeTemplate () 2024-12-03 09:57:57 +00:00
Daniel Roe
40f437d254
fix(nuxt): tidy up remnants of previous useId implementation 2024-12-03 09:57:57 +00:00
Daniel Roe
381a0c0680
docs: update links to vite.dev () 2024-12-03 09:57:56 +00:00
Daniel Roe
001869dd15
refactor(nuxt): simplify and improve core plugins that parse ast () 2024-12-03 09:57:55 +00:00
renovate[bot]
21d4d66d21
chore(deps): update vitest to v2.1.8 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02 16:37:30 +00:00
renovate[bot]
e68b8e439a
chore(deps): update vitest to v2.1.7 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02 12:14:26 +00:00
renovate[bot]
6f7b379849
chore(deps): update dependency nuxi to v3.16.0 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-30 13:49:30 +00:00
Felix Gabler
b387af788d
fix(nuxt): allow array/object style value for head components () 2024-11-28 11:03:59 +00:00
Daniel Roe
ae9f42f4aa
fix(nuxt): do not persist extraExtractionKeys on runtime route.meta 2024-11-28 09:14:29 +00:00
Daniel Roe
976024f162
fix(vite): add back some dev-bundler dependencies 2024-11-27 18:04:46 +00:00
renovate[bot]
d1c4fc270d
chore(deps): pin devdependency svgo to 3.3.2 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 17:11:10 +00:00
Damian Głowala
ddb25bd37a
feat(nuxt,schema): allow setting serialisable vue app config () 2024-11-27 17:09:49 +00:00
Harlan Wilton
a7dfc62038
feat(nuxt): experimental extraPageMetaExtractionKeys () 2024-11-27 17:07:41 +00:00
Joaquín Sánchez
4746457c9c
feat(nuxt): add new types to vue preset () 2024-11-27 17:07:09 +00:00
Inesh Bose
b1c08f77b2
feat(kit): allow module default options to be async () 2024-11-27 17:07:09 +00:00
Daniel Roe
92b5a3d931
fix: remove unused dependencies and tidy project () 2024-11-27 17:07:07 +00:00
Daniel Roe
a02af23483
fix(kit): re-export addServerTemplate 2024-11-27 17:00:25 +00:00
renovate[bot]
343750ff87
chore(deps): update dependency unimport to ^3.13.4 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 13:46:38 +00:00
renovate[bot]
f9f671197a
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 10:17:58 +00:00
renovate[bot]
fd1e20faba
feat(deps): update dependency vite to v6 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-26 17:34:49 +00:00
renovate[bot]
e14bf44300
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-11-26 15:10:16 +00:00
xjccc
db889f07c9
fix(nuxt): unref the default value of asyncData when clearing () 2024-11-26 13:34:17 +00:00
Guillaume Chau
c0ecf746da
fix(nuxt): check if nuxt link observer is null () 2024-11-26 13:33:57 +00:00
Julien Huang
57badbe496
refactor: move composable-keys plugin into nuxt core () 2024-11-26 13:33:55 +00:00
github-actions[bot]
3894e9d7c1
v3.14.1592 2024-11-19 20:52:02 +00:00
renovate[bot]
110c49f963
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-19 20:38:38 +00:00
Daniel Roe
fbd5c33ba2
test: add import protection test 2024-11-19 14:00:04 -05:00
Daniel Roe
cfdbbb4e48
fix(nuxt): do not disallow importing nitro dependencies () 2024-11-19 14:00:03 -05:00
Daniel Roe
cea11d5060
fix(nuxt): allow scanning metadata from 2+ files at same path () 2024-11-19 07:03:38 -05:00
renovate[bot]
003ceacbce
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-19 11:26:27 +00:00
Daniel Roe
c4ede9bee3
refactor(nuxt): define layouts as async vue components () 2024-11-17 22:26:04 -05:00
Daniel Roe
c576d8b383
fix(nuxt): do not include <NuxtWelcome> when building ()
Co-authored-by: Julien Huang <julien.huang@outlook.fr>
2024-11-17 22:26:04 -05:00
Daniel Roe
8e0f7314aa
fix(nuxt): recompile templates on change events () 2024-11-17 22:26:04 -05:00
Daniel Roe
7284241808
fix(kit): resolve module paths before appending subpaths () 2024-11-17 22:26:02 -05:00
Daniel Roe
302a66da9d
fix(nuxt): return null map for empty plugin metadata 2024-11-17 22:25:41 -05:00
Daniel Roe
6cd3352dec
fix(vite): use resolved nuxt template dst to invalidate modules 2024-11-17 22:25:41 -05:00
Daniel Roe
d44408e87b
fix(nuxt): handle empty plugin files 2024-11-17 22:25:40 -05:00
renovate[bot]
da7370dfda
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-11-17 10:41:23 -05:00
Gustavo Aquino Torres Teixeira
86a7457766
fix(kit): use dst to deduplicate templates when adding them () 2024-11-17 06:14:20 -05:00
Adrien Foulon
05328d68e4
chore: remove unused imports and update eslint config () 2024-11-17 06:14:18 -05:00
Julien Huang
13109cf821
fix(nuxt): assign default name to component without setup () 2024-11-17 06:13:29 -05:00
renovate[bot]
748429afc6
chore(deps): update vitest to v2.1.5 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 11:47:15 +01:00
renovate[bot]
ac5da54e56
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 10:09:56 +01:00
renovate[bot]
2e68bb8137
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 17:17:10 +00:00
renovate[bot]
fe816ebf9f
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 08:43:02 +00:00
renovate[bot]
c6ed9f934b
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 13:06:33 +00:00
renovate[bot]
ad0edb88e4
chore(deps): update devdependency rollup to v4.25.0 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-10 08:53:24 +00:00
renovate[bot]
30c03d0172
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-08 22:38:33 +00:00
renovate[bot]
0ee40c0b21
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-07 09:56:38 +00:00
Horu
843dfe30ed
fix(rspack): update webpackbar with support for rspack () 2024-11-06 21:11:18 +00:00
github-actions[bot]
6256890770
v3.14.159 2024-11-06 11:34:39 +00:00
Daniel Roe
fb833ac64f
fix(kit): convert module path to file url before reading meta 2024-11-06 11:17:23 +00:00
xjccc
7936158019
chore(nuxt): remove redundant type () 2024-11-06 09:50:02 +00:00
Daniel Roe
4b08844535
fix(nuxt): remove null-byte prefix for virtual files () 2024-11-06 09:50:02 +00:00
Daniel Roe
a42132b68d
fix(webpack,rspack): add adapter for webpack-dev-middleware ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2024-11-06 00:05:12 +00:00
renovate[bot]
bbb52e3d3c
chore(deps): update devdependency nitropack to v2.10.3 (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-11-06 00:02:23 +00:00
Daniel Roe
a929a91d71
fix(kit): use mlly to resolve module paths to avoid cjs fallback () 2024-11-05 21:40:57 +00:00
Aurion SARL
220b0f146c
fix(kit): fall back to meta version if there's no module.json () 2024-11-05 21:40:26 +00:00
renovate[bot]
e368a9f7f0
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 11:14:38 +00:00