Commit Graph

7455 Commits

Author SHA1 Message Date
renovate[bot]
26ed789d3e
chore(deps): update all non-major dependencies (main) (#31300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-03-15 11:58:24 +01:00
Alex Liu
1f23874281
docs: adjust example (#31372) 2025-03-14 14:17:01 +00:00
Alex Liu
bbacb5496d
docs: add rspack and remove test-utils for monorepo guide (#31371) 2025-03-14 14:16:17 +00:00
Guillaume Chau
2e2f6475b4
docs: add mention of addServerTemplate to modules guide (#31369) 2025-03-14 11:30:54 +00:00
imreegall
9f427e5f8c
docs: add missing comma (#31362) 2025-03-14 09:46:37 +00:00
xjccc
2083ab9a30
fix(nuxt): render style component html (#31337) 2025-03-13 07:45:14 +00:00
Sam Blowes
c4cdc0537d
docs: include package manager options in update script (#31346) 2025-03-13 07:07:29 +00:00
Alex Liu
e43aa58f12
docs: adjust app.head example (#31350) 2025-03-13 07:06:30 +00:00
Nimit012
354e0a7f2c
docs: fix typo (#31341) 2025-03-12 12:31:51 +00:00
Julien Huang
0a7602f36d
docs: correct WSL note phrasing (#31322) 2025-03-10 21:35:54 +00:00
Daniel Roe
8e33eca578
fix(nuxt): check resolved options for polyfills (#31307) 2025-03-09 22:02:24 +00:00
Camille Coutens
19854d425c
docs: improve HMR performance note for Windows users (#31301) 2025-03-09 16:33:41 +00:00
Daniel Roe
dcc921ac96
docs: update link to vercel edge network 2025-03-09 16:33:31 +00:00
renovate[bot]
90614e57c5
chore(deps): update all non-major dependencies (main) (#31291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-03-09 16:09:03 +00:00
Daniel Roe
3e26b29b9f
fix(nuxt): use new mocked-exports (#31295) 2025-03-09 10:48:50 +00:00
renovate[bot]
09beaa7424
chore(deps): update devdependency @types/pify to v6 (main) (#31285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-08 11:39:39 +00:00
renovate[bot]
eba9a925b9
chore(deps): update all non-major dependencies (main) (#31280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-08 11:39:36 +00:00
Daniel Roe
eed12e1b2f
chore: bump axios dependency in lockfile 2025-03-08 09:35:39 +00:00
Daniel Roe
ce800422dd
fix(nuxt): restore nuxt aliases to nitro compilerOptions.paths (#31278) 2025-03-08 07:37:30 +00:00
renovate[bot]
48e1138cd2
chore(deps): update all non-major dependencies (main) (#31268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-07 18:26:41 +00:00
renovate[bot]
a709d76528
chore(deps): update dependency @oxc-parser/wasm to ^0.56.4 (main) (#31263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-07 14:10:30 +00:00
Anoesj Sadraee
fb1739feb4
docs: mention workaround for typedPages in unhoisted pnpm setups (#31262) 2025-03-07 13:19:22 +00:00
Daniel Roe
5b09d84d39
fix(nuxt): strip query in x-nitro-prerender header 2025-03-07 12:29:07 +00:00
Daniel Roe
26cb70e7ca
test: update bundle size 2025-03-07 12:05:58 +00:00
Daniel Roe
9e896162a9
fix(nuxt): fall back to wasm if oxc native bindings are missing (#31190) 2025-03-07 11:54:02 +00:00
Daniel Roe
b6b54d8c86
fix(vite): prevent overriding server build chunks 2025-03-07 11:47:49 +00:00
Daniel Roe
e531477f83
chore: ignore nitro/templates directory 2025-03-07 11:34:15 +00:00
Connor Pearson
25af6fc278
fix(nuxt): apply ignore rules to nitro devStorage (#31233) 2025-03-07 11:33:36 +00:00
renovate[bot]
b123462e77
chore(deps): update all non-major dependencies (main) (#31258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-07 11:28:34 +00:00
John Tanzer
22f540f861
fix(nuxt): pass useFetch function name on server for warning (#31213)
Co-authored-by: "solovev.an" <andrey.solovyov.ccs@gmail.com>
2025-03-07 11:12:26 +00:00
renovate[bot]
d5b958ddd7
chore(deps): update all non-major dependencies (main) (#31245) 2025-03-07 09:30:09 +00:00
renovate[bot]
8886131e3d
chore(deps): pin devdependency defu to 6.1.4 (main) (#31251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-07 01:22:30 +00:00
Daniel Roe
e78a456c43
test: migrate hmr test to use playwright runner (#31241) 2025-03-07 01:19:48 +00:00
Connor Roberts
b27294e205
fix(nuxt): preserve query/hash when calling navigateTo with replace (#31244) 2025-03-07 01:13:32 +00:00
Harlan Wilton
63fb02ce0a
fix(nuxt): ensure head components are reactive (#31248)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-03-06 23:58:37 +00:00
dependabot[bot]
ade1bcf645
build(deps): bump esbuild from 0.23.1 to 0.25.0 (#31247)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-06 22:46:51 +00:00
Daniel Roe
3e0698b4a5
fix(nuxt): exempt nitro from import protections (#31246) 2025-03-06 22:39:31 +00:00
renovate[bot]
d167bfc0ae
chore(deps): update vitest to v3.0.8 (main) (#31242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 22:14:52 +00:00
renovate[bot]
009786171d
chore(deps): update all non-major dependencies (main) (#31232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-03-06 19:50:34 +00:00
Daniel Roe
9e7f58c19b
test: update bundle size 2025-03-06 16:18:14 +00:00
Daniel Roe
2735fc3add
fix(nuxt): ensure we strip all chars in payload url 2025-03-06 14:36:36 +00:00
Daniel Roe
ce49734aaa
fix(vite): don't set output.preserveModules 2025-03-06 14:25:08 +00:00
Daniel Roe
85a2c3dc8b
test: try to improve dev test stability (#31218)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2025-03-06 11:36:28 +00:00
Daniel Roe
854d3d066b
fix(nuxt): ensure externals are resolved first (#31235) 2025-03-06 10:14:35 +00:00
Daniel Roe
13780d739f
fix(nuxt): resolve shared externals to absolute paths (#31227) 2025-03-05 23:28:25 +00:00
renovate[bot]
6828911b21
chore(deps): update all non-major dependencies (main) (#31206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 23:18:25 +00:00
Daniel Roe
1cd0fb5cb1
chore: ignore oxc-parser updates temporarily 2025-03-05 19:50:12 +00:00
Harlan Wilton
b512ce48c3
fix(nuxt): consolidate head component context (#31209) 2025-03-05 11:47:58 +00:00
Daniel Roe
526bb8dfb7
chore: bump @nuxtjs/mdc typechecking dep 2025-03-05 10:01:18 +00:00
xjccc
eb3574217a
docs: update getCachedData types (#31208) 2025-03-05 08:20:11 +00:00