Commit Graph

454 Commits

Author SHA1 Message Date
harlan
ec6dfd2c49 Merge branch 'main' of github.com:nuxt/nuxt into feat/unhead-v2 2025-02-12 12:17:57 +11: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
275521aaea
Merge remote-tracking branch 'origin/main' into feat/unhead-v2 2025-02-08 21:48:30 +00:00
Daniel Roe
d7b5d25575
fix(nuxt,vite): do not override vite import conditions (#30887) 2025-02-06 13:29:05 +00:00
Daniel Roe
cf6dcc1355
fix(vite): restore externality for dev server externals (#30802) 2025-01-28 22:47:20 +00:00
Lansi
b7998f8edb
refactor(vite): use new rollup chunk.names for asset names (#30780) 2025-01-28 21:51:56 +00:00
Daniel Roe
7eeb910bf4
fix(vite,webpack): restrict access via cors to local origins + allow configuration via devServer.cors 2025-01-24 16:37:27 +00:00
Harlan Wilton
0ce81cba96
Merge branch 'main' into feat/unhead-v2 2025-01-22 15:48:45 +11:00
Daniel Roe
a8a43a9203
fix(vite): inline shared folder in dev mode (#30690) 2025-01-21 16:17:30 +00:00
Daniel Roe
5ab0e73d8a
fix(vite): add back invalidateModule call
this reverts commit b765251ce8
2025-01-21 13:36:37 +00:00
Daniel Roe
b765251ce8
fix(vite): drop unneeded call to invalidate module 2025-01-21 11:34:54 +00:00
harlan
efb8a71393 chore: broken tests 2025-01-21 20:38:51 +11:00
harlan
96f6e16414 Merge branch 'main' of github.com:nuxt/nuxt into feat/unhead-v2 2025-01-21 15:10:17 +11:00
Daniel Roe
6bf0691df3
refactor(vite): drop externality and use vite internal config (#30634) 2025-01-18 10:18:06 +00:00
Daniel Roe
bc669cba0f
fix(kit,nuxt,schema,vite): improve watching behaviour (#30620) 2025-01-16 15:02:01 +00:00
Daniel Roe
40df432dde
fix(vite): override previous #app-manifest alias (#30618) 2025-01-16 13:29:02 +00:00
Daniel Roe
4187f68139
fix(vite): provide fallback alias for #app-manifest (#30587) 2025-01-14 17:36:00 +00:00
Daniel Roe
06d5840d26
fix(nuxt): allow url-specific chars in vfs (#30584) 2025-01-14 13:10:25 +00:00
harlan
99d36f1be7 feat: @unhead/vue v2 2025-01-14 20:03:48 +11:00
Daniel Roe
8ec8de1b1b
perf(vite): use vite to clear screen (#30315) 2024-12-20 10:01:24 +00:00
Daniel Roe
f86d749077
fix(vite): ignore optimising #app-manifest 2024-12-19 12:51:31 +00:00
renovate[bot]
54b1918a5c
chore(deps): update all non-major dependencies (main) (#30238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-13 17:41:08 +00:00
Harlan Wilton
a01c41b4d3
perf(nuxt): preload app manifest (#30017) 2024-12-03 13:07:36 +00:00
Daniel Roe
5f30fe925f
fix(nuxt,vite): hmr for templates, pages + page metadata (#30113) 2024-12-03 09:31:17 +00:00
Daniel Roe
bcf79a63ba
fix: remove unused dependencies and tidy project (#30043) 2024-11-26 13:01:38 +00:00
Julien Huang
7a1f1df088
refactor: move composable-keys plugin into nuxt core (#30029) 2024-11-25 10:06:53 +00:00
Daniel Roe
595b960fda
fix(vite): use resolved nuxt template dst to invalidate modules 2024-11-17 14:38:31 -05:00
Estéban
be892629eb
feat(schema,nuxt): add shared/ folder and #shared alias (#28682) 2024-11-02 21:13:41 +00:00
Michael Brevard
5dad6e6233
perf(kit,nuxt,vite,webpack): hoist regex patterns (#29620) 2024-10-22 14:39:50 +01:00
Michael Brevard
585938fcf3
perf(vite): avoid redundant postcss plugins overwrite (#29619) 2024-10-21 10:35:36 +01:00
Alexander
79f55e348e
fix(vite): dim repeat count in logs (#29392) 2024-10-11 20:15:24 +01:00
Daniel Roe
56d2261471
refactor(nuxt,schema,vite,webpack): use unplugin for vfs (#29165) 2024-10-09 13:58:05 +01:00
Pooya Parsa
fd5a0a1ff8
chore(deps): update jiti (#29280) 2024-10-05 19:41:35 +01:00
renovate[bot]
2ef0c9fc48
chore(deps): update all non-major dependencies (main) (#29237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-10-03 10:08:55 +01:00
Daniel Roe
d3fdbcaac6
fix(kit,vite,webpack): strip node_modules/ from parent urls 2024-09-21 23:12:38 +01:00
Daniel Roe
73accb5ac1
fix(kit,vite,webpack): resolve postcss paths from each modules dir (#29096) 2024-09-21 13:37:49 +01:00
renovate[bot]
01e00963bc
chore(deps): update all non-major dependencies (main) (#29101) 2024-09-21 12:10:59 +01:00
Indrek Ardel
be7bb4a67f
fix(vite): don't force protocol if disabled devServer.https (#29049) 2024-09-18 21:53:48 +02:00
Daniel Roe
efae3a4f3c
chore: add more checks around indexed access (#29060) 2024-09-18 21:41:53 +02:00
Daniel Roe
5a61bc52f2
fix(nuxt): use case-insensitive regexp for <script> blocks 2024-09-11 11:41:47 +01:00
Daniel Roe
2f0a28d47e
refactor(nuxt): use vite:preloadError event (#28862) 2024-09-11 11:01:55 +01:00
Daniel Roe
a39773b1ab
fix(nuxt): improve accuracy of module resolution conditions (#28846) 2024-09-05 22:36:15 +02:00
Daniel Roe
d1c40328fe
docs: update broken/redirected links (#28739) 2024-08-28 13:28:14 +01:00
Daniel Roe
7f199d014f
feat(vite): preserve vite sourcemaps for nitro build (#28521) 2024-08-13 17:01:13 +01:00
Daniel Roe
0dd659066c
fix(vite): include module symbols in generated code (#28509) 2024-08-12 22:15:05 +01:00
Julien Huang
fefe4e5c8d
fix(vite): add transformation result to log for parse errors (#28508) 2024-08-12 22:07:53 +01:00
Daniel Roe
4eef63469b
fix(vite): write dev manifest when ssr: false (#28488) 2024-08-09 17:43:42 +01:00
Daniel Roe
4d36810334
fix(vite): respect baseURL for public assets in dev (#28482) 2024-08-09 13:46:38 +01:00
renovate[bot]
c906312034
chore(deps): update all non-major dependencies (main) (#28321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-05 16:33:27 +01:00
Daniel Roe
2d136e04c6
fix(kit): revert change to tryResolveModule 2024-07-03 23:19:54 +01:00