Commit Graph

2845 Commits

Author SHA1 Message Date
renovate[bot] d8176f11eb
chore(deps): update all non-major dependencies (main) (#20514)
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>
2023-04-28 11:18:51 +01:00
Daniel Roe f73bb1de0a
fix(nuxt): return `RenderResponse` for redirects (#20496) 2023-04-28 11:18:03 +01:00
Anthony Fu 98b20c45c8
fix(nuxt): transform `#components` imports into direct component imports (#20547)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-28 10:14:42 +01:00
Julien Huang ecf41537ca
fix(nuxt): throw errors when running legacy `asyncData` (#20535) 2023-04-27 11:51:33 +01:00
Daniel Roe 65a8f4eb3e
fix(nuxt): restrict access to single renderer outside of test/rootDir (#20543) 2023-04-27 11:31:52 +01:00
Daniel Roe 197de3ecbb
fix(nuxt): call `app:error` in SSR before rendering error page (#20511) 2023-04-26 14:36:59 +01:00
Daniel Roe dd0d13d425
fix(nuxt): improved typing support for app config (#20526) 2023-04-26 14:30:05 +01:00
Daniel Roe 7ab476b1f8
fix(nuxt): use `callAsync` for executing hooks with context (#20510) 2023-04-26 07:15:22 +01:00
renovate[bot] 9170a721f7
chore(deps): update dependency vite to v4.3.2 (main) (#20504)
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>
2023-04-25 21:18:33 +01:00
Daniel Roe 200cb2787e
fix(nuxt): throw 404 when accessing `/__nuxt_error` directly (#20497) 2023-04-25 15:47:02 +01:00
Daniel Roe 4c200e4a2a
fix(nuxi,schema): support `devServer.https: true` (#20498) 2023-04-25 15:33:29 +01:00
renovate[bot] 24ce1022e9
chore(deps): update dependency @vitejs/plugin-vue to ^4.2.0 (main) (#20493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-25 13:44:56 +01:00
renovate[bot] 5fd93d85c7
chore(deps): update all non-major dependencies (main) (#20429)
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>
2023-04-24 22:48:16 +01:00
Jonas Thelemann 3133c6fb84
fix(deps): relax upper node version constraint (#20472) 2023-04-24 22:24:38 +01:00
Andrew Luca ea1c5b2550
fix(nuxt): use `event.node.req` in cookie utility (#20474) 2023-04-24 21:25:36 +01:00
renovate[bot] fd281f2d7d
chore(deps): update all non-major dependencies (main) (#20426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-20 23:31:50 +01:00
Daniel Roe f1ded44e80 fix(nuxt): add basic typings for `<ClientOnly>` 2023-04-20 22:56:22 +01:00
Julien Huang e8e01bac13
fix(nuxt): use key to force server component re-rendering (#19911) 2023-04-20 22:41:20 +01:00
Daniel Roe 8b7df05ff0
fix(nuxt): don't call `timeEnd` unless we're debugging (#20424) 2023-04-20 22:18:32 +01:00
github-actions[bot] 607bfdcfef
v3.4.2 (#20410) 2023-04-20 14:51:12 +01:00
Daniel Roe 0ea719776b
refactor(vite): use native `isFileServingAllowed` util (#20414) 2023-04-20 14:00:05 +01:00
renovate[bot] c1d97a2fdb
chore: update vite to v4.3 (#20405)
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>
2023-04-20 13:36:11 +01:00
Daniel Roe 12f347a928
fix(nuxt): clone app config on server (#20278) 2023-04-20 13:33:45 +01:00
Daniel Roe 872d681549
fix(nuxi): load kit from `rootDir` when preparing project (#20401) 2023-04-19 22:28:55 +01:00
renovate[bot] 5f016b180e
chore(deps): update all non-major dependencies (main) (#20400)
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>
2023-04-19 22:19:30 +01:00
Daniel Roe a086af9692
perf: allow using `@parcel/watcher` for dev watcher (#20179) 2023-04-19 22:02:52 +01:00
Daniel Roe 83f0103a47
fix(schema): rely on installed telemetry types (#19640) 2023-04-19 22:02:15 +01:00
Daniel Roe c7be5b4ec6
refactor(nuxt): rework and use `isJS` and `isVue` utilities consistently (#20344) 2023-04-19 19:17:36 +01:00
Harlan Wilton 5febd46d23
fix(core,kit): ensure module transpilation paths are dirs (#20396) 2023-04-19 19:05:46 +01:00
Daniel Roe 526852c1f1
fix(test-utils): import jest functions from `@jest/globals` (#20360) 2023-04-19 19:05:01 +01:00
Preet Mishra 48b48dec00
fix(nuxt): handle pages with no content and log warning (#20373) 2023-04-19 17:58:43 +01:00
renovate[bot] 6b75cceb3d
chore(deps): update all non-major dependencies (main) (#20395)
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>
2023-04-19 17:03:51 +01:00
Daniel Roe 574a5616b4
perf: remove unused deps and add implicit deps (#20356) 2023-04-19 16:45:13 +01:00
Daniel Roe 4ab4ac13df
fix(nuxt): swap preloads for json/js payloads (#20375) 2023-04-19 10:18:02 +01:00
renovate[bot] fe441a1364
chore(deps): update all non-major dependencies (main) (#20364)
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>
2023-04-18 16:52:31 +01:00
Anthony Fu 886350a27c
fix(vite): avoid serving arbitrary file in vite-node middleware (#20345) 2023-04-18 12:30:16 +01:00
renovate[bot] dc20b22a5f
chore(deps): update all non-major dependencies (main) (#20337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-18 09:57:25 +01:00
renovate[bot] b9c8c9936e
chore(deps): update dependency c12 to ^1.3.0 (main) (#20328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-17 15:16:04 +01:00
renovate[bot] 2f89fc0236
chore(deps): update all non-major dependencies (main) (#20313)
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>
2023-04-17 09:14:46 +01:00
renovate[bot] 60c90c2948
chore(deps): update all non-major dependencies (main) (#20305)
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>
2023-04-16 20:04:53 +01:00
Daniel Roe 8aa86559c8
fix(nuxt): mark `useRequestHeaders` keys as optional (#20286) 2023-04-15 15:43:19 +01:00
Daniel Roe ac2e466175
fix(nuxt): provide more helpful error when instance unavailable (#20289) 2023-04-15 14:47:34 +01:00
Daniel Roe 3754591257
fix(nuxt): return type directly if not picking asyncData (#20288) 2023-04-15 11:03:09 +01:00
Daniel Roe d0c8e7fb4a
fix(nuxt): generate hi-res sourcemaps (#20280) 2023-04-14 18:21:08 +01:00
Daniel Roe f366ab4eb8
chore: remove `@ts-ignore` and fix some issues (#20273) 2023-04-14 13:53:21 +01:00
Daniel Roe b602b66a8e
fix(vite): set different cache dirs for client/server (#20276) 2023-04-14 13:25:33 +01:00
Daniel Roe 53db8125f1
perf(nuxt): share lazy component definitions (#20259) 2023-04-13 20:08:08 +01:00
renovate[bot] b0c35291b6
chore(deps): update all non-major dependencies (main) (#20253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-13 19:28:30 +01:00
Daniel Roe 940fb0b7ad
v3.4.1 (#20246) 2023-04-13 03:31:11 -07:00
Daniel Roe 9110d41628
fix(nuxt): do not redirect when `vue-router` normalises url (#20247) 2023-04-13 03:14:44 -07:00