Commit Graph

795 Commits

Author SHA1 Message Date
Daniel Roe
c5a8eaae36
feat(kit,nuxt,vite,webpack): reimplement cjs utils using jiti (#29073) 2024-09-19 16:35:02 +01:00
Daniel Roe
6a39c657f5
chore: add more checks around indexed access (#29060) 2024-09-19 13:26:25 +01:00
renovate[bot]
0da854fa18
chore(deps): update all non-major dependencies (3.x) (#29019)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-09-17 16:02:33 +02:00
Daniel Roe
e57e65c08d
test: bump bundle snapshot 2024-09-17 14:00:29 +02:00
renovate[bot]
a3233c6ceb
chore(deps): update all non-major dependencies (3.x) (#29013)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-09-15 21:11:18 +01:00
Daniel Roe
6ee3b3adc6
test: convert set to array 2024-09-13 12:57:44 +01:00
Daniel Roe
8209086964
fix(nuxt): catch chunk errors directly in navigation 2024-09-13 12:57:44 +01:00
Daniel Roe
a17f843e20
test: add regression test for using route in template (#28967) 2024-09-13 12:57:44 +01:00
Daniel Roe
1ce81069d9
test: collect bundle sizes in parallel 2024-09-13 11:51:19 +01:00
Daniel Roe
4fd24381c2
fix(nuxt): use case-insensitive regexp for <script> blocks 2024-09-11 11:48:59 +01:00
Daniel Roe
1b53df5bfb
refactor(nuxt): use vite:preloadError event (#28862) 2024-09-11 11:48:58 +01:00
renovate[bot]
7af9b107ee
chore(deps): update all non-major dependencies (3.x) (#28853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-09-10 20:37:39 +01:00
Daniel Roe
02c08b03aa
fix(nuxt): improve accuracy of module resolution conditions (#28846) 2024-09-09 10:28:50 +01:00
renovate[bot]
67f58395f8
chore(deps): update all non-major dependencies (3.x) (#28824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-09-04 20:40:04 +01:00
Daniel Roe
99df4c2225
test: update bundle size 2024-09-03 15:02:42 +01:00
Daniel Roe
26ba7a3d88
refactor(nuxt): update to vue v3.5 + native useId (#28285) 2024-09-03 14:39:01 +01:00
Daniel Roe
de48f2653a
chore: tidying workflows + add sherif workflow (#28793) 2024-09-03 14:36:24 +01:00
Gianluca Di Francesco
3c4949acfb
fix(nuxt): allow updating appConfig with non-iterable objects (#28773) 2024-09-03 14:35:21 +01:00
Eckhardt (Kaizen) Dreyer
2d9e1442d8
fix(nuxt): handle deleted cookies from CookieStore events (#28760) 2024-09-03 14:35:21 +01:00
renovate[bot]
cefcdf3406
chore(deps): update all non-major dependencies (3.x) (#28800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-09-03 12:46:20 +01:00
renovate[bot]
c70716ff20
chore(deps): update all non-major dependencies to ^1.10.2 (3.x) (#28791)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-09-02 21:23:07 +01:00
Daniel Roe
8cb4bccc79
chore: use tinyglobby internally (#28686) 2024-08-26 14:42:52 +01:00
Daniel Roe
6ab3afc8bc
chore: use tinyexec internally (#28684) 2024-08-26 14:41:21 +01:00
Daniel Roe
3ecb95a7c1
test: update bundle size 2024-08-22 16:33:46 +01:00
Daniel Roe
510f3e28ff
test: ignore SharedComponent in server head 2024-08-22 16:22:37 +01:00
Daniel Roe
a0124712f3
fix(nuxt): revert back to object syntax for island head (#28656) 2024-08-22 14:58:58 +01:00
Julien Huang
3f1db54b80
feat(nuxt): allow server islands to manipulate head (#27987) 2024-08-22 13:10:17 +01:00
felix-dolderer
fb7c2f79f8
fix(nuxt): allow customising status code in validate method (#28612) 2024-08-21 16:37:03 +01:00
renovate[bot]
81774f3a5a
chore(deps): update all non-major dependencies (3.x) (#28614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-21 13:44:14 +01:00
Nicolas Payot
1eb9b0a402
feat(nuxt): namespace __NUXT__ when using multi-app (#27263) 2024-08-20 11:38:53 +01:00
Kewin Szlezingier
dba2b972bd
feat(nuxt): allow defining triggers for prefetching links (#27846) 2024-08-20 11:36:14 +01:00
renovate[bot]
ebcf93d673
chore(deps): update all non-major dependencies (3.x) (#28547)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-16 11:40:09 +01:00
Martin André
b13582205a
perf(nuxt): avoid multiple calls to getCachedData (#28472) 2024-08-13 20:45:27 +01:00
Horu
c4ae151de5
feat(nuxt): allow organising pages within route groups (#28276) 2024-08-13 20:44:00 +01:00
rubyisrust
4ac3aa1a04
chore: fix some typos in comments (#28501) 2024-08-13 20:43:59 +01:00
Julien Huang
a4ef08059d
perf(nuxt): avoid making client-only component setup async (#28334) 2024-08-13 20:43:58 +01:00
Potter
6c2abcdfdb
perf(nuxt): call cookie decode function only for named cookie (#28215) 2024-08-13 20:43:55 +01:00
renovate[bot]
0242111e50
chore(deps): update all non-major dependencies to v3.4.37 (3.x) (#28470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-09 13:51:01 +01:00
renovate[bot]
461498684a
chore(deps): update all non-major dependencies (3.x) (#28465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2024-08-08 13:50:54 +01:00
Damian Głowala
56092503b4
feat(kit,schema): add .with for better module options types (#27520) 2024-08-08 11:10:35 +01:00
renovate[bot]
17ff2d5c98
chore(deps): update all non-major dependencies (3.x) (#28302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-06 15:16:20 +01:00
Julien Huang
01994d1a76
test: disable pageTransition in client-only page (#27839) 2024-07-24 00:41:05 +02:00
Daniel Roe
b7da949cab
fix(nuxt): prevent duplicate set-cookie headers (#28211) 2024-07-18 22:07:41 +01:00
Daniel Roe
2417848bf2
fix(nuxt): use addEventListener to register cookie store listener (#28193) 2024-07-18 21:08:27 +01:00
Daniel Roe
a051035881
test: add typeCheck test in minimal build (#28166) 2024-07-18 21:07:33 +01:00
renovate[bot]
a2fd0518ab
chore(deps): update all non-major dependencies (3.x) (#28058) 2024-07-18 15:56:19 +01:00
Daniel Roe
fceb74906d
perf(kit,nuxt,schema,vite,webpack): use explicit exports (#27998) 2024-07-05 10:52:12 +01:00
Julien Huang
950b5b6c49
fix(nuxt): use pascal name when loading server component (#27928) 2024-07-01 10:25:24 +01:00
renovate[bot]
ca9d9825b2
chore(deps): update all non-major dependencies (3.x) (#27913)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-06-30 01:19:49 +01:00
renovate[bot]
188ddcb3a7
chore(deps): update dependency @vitejs/plugin-vue to v5.0.5 (main) (#27842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-06-30 00:03:59 +01:00