Commit Graph

6160 Commits

Author SHA1 Message Date
Alexander Lichter 69860d952a
docs: add video links for more context (#27174) 2024-05-13 15:39:52 +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
Dominik Opyd dd6da1c614
docs: add `app.config.ts` to nuxt 4 testing/migration (#27164) 2024-05-12 09:47:27 +01:00
Daniel Roe b5e35e3bd7
docs: fix type checking of component testing blocks 2024-05-12 09:47:15 +01:00
renovate[bot] bd07021405
chore(deps): update all non-major dependencies (main) (#27144) 2024-05-11 10:00:46 +01:00
Michael McAndrew f465e4d7eb
docs: improve testing component examples (#27138) 2024-05-11 10:00:32 +01:00
renovate[bot] 452604f512
chore(deps): update ossf/scorecard-action action to v2.3.3 (main) (#27139) 2024-05-10 07:12:00 +01:00
Daniel Roe 416d76ab80
test: re-enable testing js payloads (#27137) 2024-05-09 21:47:31 +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
Daniel Roe 76925a4477
docs: add migration/testing guide for nuxt 4 (#27128)
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2024-05-09 13:20:05 +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
gangan bb23a868ea
chore: update root monorepo node engine (#27122) 2024-05-09 09:27:41 +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
renovate[bot] 4b720cd48f
chore(deps): update all non-major dependencies (main) (#27104) 2024-05-08 23:53:08 +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
AngelHdz Multimedia 1c56008cfa
docs: add missing options for `nuxi init` (#27051) 2024-05-07 12:54:41 +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
David 76eb4eaf62
docs: improve data fetching wording and explanation (#27061) 2024-05-07 12:45:41 +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
Daniel Roe 1af81ed0fb
fix(schema): use v3 folder structure if `app.vue` exists in `rootDir` 2024-05-03 12:34:12 +01:00
Daniel Roe 8958f7ca70
test: extend timeout for node-compat 2024-05-03 12:12:28 +01:00
Danila Rodichkin ea21feaaf4
fix(nuxt): don't overwrite existing scope in `runWithContext` (#26976) 2024-05-03 11:27:38 +01:00
Alex Liu 7ea05acbc9
feat(nuxt): treeshake `onUpdated` and `onUnmounted` on server (#27044) 2024-05-03 10:13:54 +01:00