Commit Graph

5755 Commits

Author SHA1 Message Date
Daniel Roe 6b1f3438b6
docs: add more keywords for reducer/reviver docs
https://github.com/nuxt/nuxt/issues/21832#issuecomment-1996991526
2024-03-15 13:17:06 -07:00
Daniel Roe b9168d0b0b
fix(vite): drop name prefix for client chunk file names (#26203) 2024-03-15 11:31:13 -07:00
Tanvir Rahman 5804d397ad
docs: removed unused composable example (#26283) 2024-03-15 11:18:35 -07:00
Daniel Roe 81933dfc3d
fix(nuxt): don't ignore any files from `buildAssetsDir` 2024-03-15 11:16:57 -07:00
Daniel Roe 85166cced7
feat(schema): allow configuring type hoists with `typescript.hoist` 2024-03-15 11:00:19 -07:00
Daniel Roe 9d08cdfd1f
fix(vite): explicitly import `publicAssetsURL` 2024-03-15 11:00:18 -07:00
renovate[bot] 0cb095f1f9
chore(deps): update devdependency nitropack to v2.9.4 (main) (#26281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 10:53:51 -07:00
Tanvir Rahman 1410756e3f
docs: split a sentence in two to improve readability (#26279) 2024-03-15 10:29:40 -07:00
renovate[bot] c556a60e6b
chore(deps): update dependency ufo to v1.5.0 (main) (#26280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-03-15 10:27:44 -07:00
Maik Kowol a6d6fde9df
fix(nuxt): access shared asyncData state with `useNuxtData` (#22277) 2024-03-15 09:40:00 -07:00
Marc Cremer 6439244c96
fix(nuxt): respect `baseUrl` within server components (#25727) 2024-03-15 09:16:41 -07:00
renovate[bot] 0d5b3c18e0
chore(deps): update vitest to v1.4.0 (main) (#26265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 09:15:42 -07:00
Tanvir Rahman 0af28831c1
docs: use a more common word (#26276) 2024-03-15 08:25:55 -07:00
renovate[bot] c69863e362
chore(deps): update all non-major dependencies (main) (#26254) 2024-03-15 08:23:15 -07:00
OrbisK a866a11638
chore: remove trailing slash in issue template (#26268) 2024-03-15 08:22:54 -07:00
Anthony Fu 5dc96de8a9
fix(nuxt): update auto imports after other templates (#26249) 2024-03-14 13:26:40 -07:00
renovate[bot] 177980865a
chore(deps): update devdependency happy-dom to v13.8.5 (main) (#26251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 11:56:27 -07:00
Anthony Fu bd0e759b22
perf(nuxt): only update changed templates (#26250) 2024-03-14 11:56:17 -07:00
Daniel Roe 5c6dc4c14e
docs: escape 'elements' in jsdoc comments 2024-03-14 11:31:42 -07:00
renovate[bot] 7a3857e127
chore(deps): update all non-major dependencies (main) (#26234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-03-14 11:13:13 -07:00
Daniel Roe c3c9c4b2a4
ci: run lint step after bundle test 2024-03-14 11:02:03 -07:00
Martins 9b23f36d2a
docs: added modular architecture use case for Layers (#26240) 2024-03-14 14:59:36 +01:00
Daniel Roe b102d04185
feat(vite): handle multiple/custom public dirs (#26163) 2024-03-13 17:18:44 -07:00
renovate[bot] 25617516fb
chore(deps): update all non-major dependencies (main) (#26189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-03-13 16:00:57 -07:00
Daniel Roe a9effe9c8a
feat(nuxt): allow generating metadata for nuxt components (#26204) 2024-03-13 15:57:04 -07:00
Anthony Aslangul 2baaab9893
fix(nuxt): register/scan plugins with jsx/tsx extensions (#26230) 2024-03-13 15:50:15 -07:00
Daniel Roe e889a7df59
docs: update link to `zhead` 2024-03-13 15:48:29 -07:00
Daniel Roe 9bfd988ca6
feat(nuxt): enable islands if server pages/components present (#26223) 2024-03-13 07:39:35 -07:00
Daniel Roe f080c426a2
fix(nuxt): init payload when using islands with `ssr: false` 2024-03-12 17:06:46 -07:00
Mehmet 8010b04f69
fix(nuxt): only strip supported extensions when generating import types (#26218) 2024-03-12 10:25:28 -07:00
Daniel Roe a04b88bfcd
fix(nuxt): generate typed routes after pages are scanned (#26206) 2024-03-12 06:28:54 -07:00
Mostafa Said 5089016695
docs: add mentions on Vue School tutorials (#25997) 2024-03-11 17:56:57 +01:00
Alex Liu 79cdb0b881
refactor(nuxt): simplify `request` computation (#26191) 2024-03-11 09:33:39 -07:00
Adam DeHaven 5d3cbff6ac
docs: add cache.varies docs for multi-tenant use case (#26197) 2024-03-11 07:35:33 -07:00
Harlan Wilton 06af1cd6d3
fix(nuxt): improved plugin annotating warnings (#26193) 2024-03-11 07:34:10 -07:00
Alexander Lichter 536998727a
feat(nuxt): add dedicated `#teleports` element for ssr teleports (#25043) 2024-03-11 07:33:49 -07:00
Daniel Roe 27f9c55fc2
docs: add `app:manifest:update` hook (#26192) 2024-03-11 05:12:48 -07:00
Alex Liu ac54da242f
perf(nuxt): use faster approach to check cache exists (#26172) 2024-03-10 13:07:00 -07:00
Julien Huang 6723123a2e
perf(nuxt): skip adding selective-client code if not enabled (#26176) 2024-03-10 10:28:14 -07:00
renovate[bot] f772e564c8
chore(deps): update all non-major dependencies (main) (#26166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-10 10:23:52 -07:00
Julien Huang 8bb8d824c7
fix(nuxt): detect component usage within `ssrRender` (#26162) 2024-03-09 13:38:08 +01:00
Daniel Roe 8323220f74
perf(nuxt): tree shake island renderer 2024-03-09 11:25:11 +01:00
renovate[bot] 260d468a49
chore(deps): pin devdependency eslint-config-standard to 17.1.0 (main) (#26160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 09:06:16 +01:00
renovate[bot] 91ee43f90a
chore(deps): update all non-major dependencies to ^1.8.12 (main) (#26159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 08:57:54 +01:00
Daniel Roe 264bf98339 fix(nuxt): clone paths to prevent shared object 2024-03-09 06:56:21 +00:00
Daniel Roe 7252b56d52 chore: add back stylistic rules and lint project 2024-03-09 06:48:15 +00:00
Daniel Roe 3782ac0a2c fix(kit): handle errors resolving module path 2024-03-09 06:30:02 +00:00
Daniel Roe 63bfaac120 fix(nuxt): handle errors resolving package paths 2024-03-09 06:07:39 +00:00
renovate[bot] e1b3c5e482
chore(deps): update all non-major dependencies (main) (#26157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-03-08 23:03:01 +00:00
Daniel Roe dd1cdbc052
fix(nuxt): provide typescript aliases for core packages (#26158) 2024-03-08 22:58:37 +00:00