Commit Graph

4175 Commits

Author SHA1 Message Date
Daniel Roe a1c184a288
fix(schema): handle dev/test `buildId` in schema (#27274) 2024-05-19 19:53:20 -05:00
Daniel Roe 3c42e13b68
feat(nuxt,schema): add `appId` and improve chunk determinism (#27258) 2024-05-16 22:41:31 -05:00
Daniel Roe dad89c2b16
fix(nuxt): correct components dir regexp 2024-05-16 21:37:59 -05:00
Daniel Roe cf736e2745
chore: move `@internal` comment 2024-05-16 16:14:39 -05:00
Daniel Roe 008a264178
fix(schema): hoist `@nuxt/devtools types for config auto-completion 2024-05-16 11:16:37 -05:00
Daniel Roe 5ce738dbd8
fix(nuxt): pass path to `jiti` and not file URL (#27252) 2024-05-16 10:11:19 -05:00
Deth 58423772a1
feat(nuxt): allow displaying error state in loading indicator (#27176) 2024-05-16 09:23:18 -05:00
Daniel Roe c545c1da5b
perf(nuxt): mark payload as `shallowReactive` (#27214) 2024-05-16 09:14:25 -05:00
renovate[bot] b3aaa57811
chore(deps): update all non-major dependencies (main) (#27237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-16 09:13:58 -05:00
Daniel Roe 06be4cc025
feat(nuxt): auto-register layers in `layers/` directory (#27221) 2024-05-15 05:51:14 -05:00
Anthony Fu b96b62ecd2
refactor: improve regexp performance (#27207) 2024-05-14 12:54:37 -05:00
Jakub Bednár 341fbe60f9
docs: add module execution order (#27178) 2024-05-13 21:59:33 +01:00
Daniel Roe 89baee0493
fix(nuxt): scan folder indices for middleware (#27187) 2024-05-13 21:23:15 +01:00
renovate[bot] 41874cb35c
chore(deps): update devdependency execa to v9.1.0 (main) (#27192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 18:45:40 +01:00
Daniel Roe 5c34676159
feat(schema): remove some experimental options for v4 (#27132) 2024-05-13 18:45:21 +01:00
renovate[bot] 2417c044d3
chore(deps): update all non-major dependencies (main) (#27173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 15:18:07 +01:00
renovate[bot] f415e9cd0a
chore(deps): update all non-major dependencies (main) (#27170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-12 10:15:37 +01:00
renovate[bot] bd07021405
chore(deps): update all non-major dependencies (main) (#27144) 2024-05-11 10:00:46 +01:00
renovate[bot] 65a2ec4592
chore(deps): update all non-major dependencies (main) (#27135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09 20:06:46 +01:00
Daniel Roe cebc89186e
feat(kit): add `useRuntimeConfig` and `updateRuntimeConfig` utils (#27117) 2024-05-09 18:49:35 +01:00
renovate[bot] 6cc65194c2
chore(deps): update dependency vue-bundle-renderer to v2.1.0 (main) (#27126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09 11:14:25 +01:00
Daniel Roe 2d1ab61b2e
perf(nuxt): remove `ssrContext.styles` reference (from unused `vue-style-loader`) 2024-05-09 10:09:24 +01:00
Horu d66d68cd7d
feat(nuxt): allow specifying builder compatibility in modules (#27022) 2024-05-09 09:28:33 +01:00
renovate[bot] bfbd30d1bd
chore(deps): update all non-major dependencies to v0.60.0 (main) (#27119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09 09:27:11 +01:00
renovate[bot] 87e2c2f1c0
chore(deps): update devdependency execa to v9 (main) (#27115) 2024-05-08 23:53:19 +01:00
Daniel Roe 3708ee8721
chore: for goodness' sake 2024-05-08 16:17:47 +01:00
Daniel Roe 0e12b6eb8b
fix(nuxt): don't pass options to `spaLoadingTemplate` function 2024-05-08 16:00:33 +01:00
Daniel Roe 9b1bfe69ed
perf(ui-templates): don't emit message data for pure strings 2024-05-08 13:52:19 +01:00
Julien Huang f687e211a8
feat(nuxt): add `#fallback` slot to server components types (#27097) 2024-05-08 13:33:54 +01:00
renovate[bot] 6273f5d3b6
chore(deps): update all non-major dependencies (main) (#27094)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 13:33:06 +01:00
Nicolas Payot 177517951c
feat(nuxt): support multiple nuxtApps at runtime (#27068) 2024-05-08 13:32:45 +01:00
Daniel Roe 68f4b193be
perf(nuxt): emit simpler functional ui templates (w/o lodash) (#27091) 2024-05-07 22:45:03 +01:00
Julien Huang a4d0958727
fix(nuxt): remove unused prop in `NuxtTeleportIslandComponent` (#27093) 2024-05-07 21:55:54 +01:00
renovate[bot] 4bf6060db6
chore(deps): update dependency css-minimizer-webpack-plugin to v7 (main) (#27090) 2024-05-07 17:51:25 +01:00
Daniel Roe c065505e1b
fix(nuxt): preload links with same hostname 2024-05-07 15:20:24 +01:00
Daniel Roe 8bdd620ba1
fix(nuxt): provide default url for URL constructor 2024-05-07 15:14:25 +01:00
Daniel Roe bff1ec237b
fix(nuxt): deprecate `process.*` flags (#27089) 2024-05-07 15:07:18 +01:00
Daniel Roe 3169c5cec7
feat(nuxt): add `onPrehydrate` lifecycle hook (#27037) 2024-05-07 15:04:21 +01:00
Daniel Roe 233b6a717f
style: lint 2024-05-07 15:01:03 +01:00
Daniel Roe ea22d3f988
fix(nuxt): use `URL` for parsing URLs rather than `parseURL` 2024-05-07 14:22:05 +01:00
Daniel Roe 5f0693a69a
fix(nuxt): use `URL` constructor to resolve external protocols 2024-05-07 14:14:02 +01:00
Daniel Roe 8e793ad5cc
fix(nuxt): use resolved path for test component import 2024-05-07 13:56:17 +01:00
Alex Liu 9e8261a69c
feat(nuxt): custom `renderSSRHeadOptions` config for `unhead` (#26989) 2024-05-07 13:37:02 +01:00
Daniel Roe 8fcf893f8b
docs: mention nightly release channel for unreleased features 2024-05-07 13:30:01 +01:00
ynnsuis 0b8a0ad242
docs: update docs for `ignorePrefix` to clarify ignored files (#27065) 2024-05-07 13:05:15 +01:00
renovate[bot] b385065bda
chore(deps): update all non-major dependencies (main) (#27057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-05-07 12:54:21 +01:00
renovate[bot] b330a296b8
chore(deps): update vitest to v1.6.0 (main) (#27055) 2024-05-04 16:09:25 +01:00
Alex Liu 4779f5906f
feat(nuxt): expose default slot from `<NuxtPage>` (#27050) 2024-05-03 13:58:18 +01:00
Daniel Roe 589b4037c1
feat(nuxt): prompt to install `nuxt/scripts` on usage (#27010)
Co-authored-by: Harlan Wilton <harlan@harlanzw.com>
2024-05-03 13:57:28 +01:00
renovate[bot] 7e3b613421
chore(deps): update all non-major dependencies to ^1.9.9 (main) (#27028)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-03 12:34:27 +01:00