Commit Graph

7243 Commits

Author SHA1 Message Date
Alex Liu
ea71484fa3
docs: add description for vue:setup and app:data:refresh hooks (#31001) 2025-02-20 20:55:26 +00:00
Daniel Roe
11e6b8398c
chore: reorder options object 2025-02-20 20:55:26 +00:00
Daniel Roe
cbe38cf52c
test: bump timeout for route hmr 2025-02-20 20:55:26 +00:00
Harlan Wilton
bb1a376558
fix(kit): expose module dependency errors (#31035) 2025-02-20 20:55:25 +00:00
Daniel Roe
d992c0da95
test: slightly improve coverage 2025-02-20 20:55:25 +00:00
Alex Liu
556ad34642
fix: remove unimplemented page:transition:start type (#31040) 2025-02-20 20:55:25 +00:00
Ryota Watanabe
63c1503b6a
fix(nuxt): use tsx loader for jsx blocks as well (#31014) 2025-02-20 20:55:25 +00:00
Alex Liu
6202f374c6
refactor(nuxt): prefer logical assignment operators (#31004) 2025-02-20 20:55:24 +00:00
renovate[bot]
543a8e6e18
chore(deps): update dependency vite-plugin-checker to ^0.9.0 (3.x) (#31057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 15:49:29 +00:00
renovate[bot]
c9e0d9ea9d
chore(deps): update dependency @nuxt/cli to v3.22.2 (3.x) (#31055)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 13:45:47 +00:00
Daniel Roe
9aab69ec41
fix(ui-templates): remove extra <pre> when rendering dev errors 2025-02-20 12:55:20 +00:00
renovate[bot]
53168e4725
chore(deps): update all non-major dependencies (3.x) (#31032)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 10:56:02 +00:00
renovate[bot]
242a6e4340
chore(deps): update devdependency eslint-typegen to v2 (3.x) (#31033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 10:15:29 +00:00
renovate[bot]
c771ee0614
chore(deps): update unocss monorepo to v66 (3.x) (major) (#31022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 09:20:55 +00:00
renovate[bot]
cb5a961c47
chore(deps): update vitest to v3.0.6 (3.x) (#31028)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 20:56:02 +00:00
renovate[bot]
42fafca4cd
chore(deps): update all non-major dependencies (3.x) (#30984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 11:13:46 +01:00
Daniel Roe
676447239e
test: add major version to unit test 2025-02-14 21:03:41 +01:00
xjccc
a85ca58382
feat(nuxt): allow forcing start/set in loading indicator (#30989) 2025-02-14 20:19:01 +01:00
Alex Liu
72159e0808
chore: use logical or assignment (#30992) 2025-02-14 20:19:00 +01:00
Daniel Roe
62cb4a6ec1
feat(kit,nuxt,vite): directoryToURL to normalise paths (#30986) 2025-02-14 20:18:59 +01:00
Connor Pearson
9ba51dba6f
fix(kit): ensure nuxt is loaded from cwd rather than parent dir (#30910) 2025-02-14 20:16:08 +01:00
Daniel Roe
0161985c0f
chore: handle undefined author 2025-02-14 20:14:28 +01:00
Horu
b71c6f1bf3
docs: add tips on how to override layers aliases (#30970) 2025-02-14 20:14:28 +01:00
Nolhan
05b020bedb
docs: fix typo (#30971) 2025-02-14 20:14:28 +01:00
Daniel Roe
a6b93f18ae
fix(nuxt): make shared/ directories available within layers (#30843) 2025-02-14 20:14:27 +01:00
renovate[bot]
616a5fb0b6
chore(deps): update all non-major dependencies (3.x) (#30967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 22:21:56 +01:00
renovate[bot]
9602d62d62
chore(deps): update all non-major dependencies (3.x) (#30957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 09:58:48 +00:00
Typed SIGTERM
5ccd3a951f
fix(schema): check if app.head.meta values are undefined (#30959) 2025-02-12 08:55:14 +00:00
Daniel Roe
6c520ef749
docs: update links to unhead sources 2025-02-12 08:55:14 +00:00
Hans Tu
643e47ac40
docs: fix typo (#30963) 2025-02-12 08:55:14 +00:00
renovate[bot]
889eb6be29
chore(deps): update devdependency case-police to v1 (3.x) (#30961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 08:54:08 +00:00
Daniel Roe
976b1c98ef
feat(kit): add named layer aliases (#30948) 2025-02-11 21:00:18 +00:00
Julien Huang
2fa17462da
feat(kit,nuxt): allow multiple nuxts to run in one process (#30510) 2025-02-11 19:33:17 +00:00
Daniel Roe
d47b830d3f
chore: add basic copilot instructions 2025-02-11 19:32:19 +00:00
Daniel Roe
d68e8ce573
fix(schema): return null from resolve functions 2025-02-11 19:32:19 +00:00
Daniel Roe
27e356fe67
docs: clarify that local layers are scanned from rootDir
resolves https://github.com/nuxt/nuxt/issues/30925
2025-02-11 19:32:18 +00:00
Daniel Roe
3af848f9a6
feat(kit,nuxt,schema): support experimental decorators syntax (#27672) 2025-02-11 19:32:18 +00:00
Damian Głowala
3d0d831463
fix(nuxt): delete existing properties in app config HMR (#30918) 2025-02-11 19:31:18 +00:00
David Marr
31e72ded69
docs: fix typo and improve data fetching examples (#30935) 2025-02-11 19:30:22 +00:00
renovate[bot]
4150a4cb5c
chore(deps): update all non-major dependencies (3.x) (#30953)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 19:24:06 +00:00
renovate[bot]
27b18bd134
chore(deps): update all non-major dependencies (3.x) (#30947)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-11 16:17:07 +00:00
renovate[bot]
737a0b318f
chore(deps): update all non-major dependencies (3.x) (#30937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 09:24:32 +00:00
Daniel Roe
63e0c342cd
fix(schema): normalise additional experimental options 2025-02-10 20:31:12 +00:00
Daniel Roe
6a4b7232fc
feat(schema): add runtime + internal type validation (#30844) 2025-02-10 16:49:02 +00:00
Daniel Roe
5a71ef8ace
test: update unit test 2025-02-10 16:47:24 +00:00
Daniel Roe
bc89ef8678
test: prepare environment to ensure more reproducible dev tests 2025-02-10 16:47:24 +00:00
Ryota Watanabe
41d4973279
feat(nuxt): allow disabling auto-imported polyfills (#30332) 2025-02-10 16:47:24 +00:00
Camille Coutens
2122bebc67
docs: add auto import info about shared utils (#30858)
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2025-02-10 16:47:24 +00:00
Daniel Roe
baad3d55fb
fix(vite): use resolveId from vite-node to resolve deps (#30922) 2025-02-10 16:42:34 +00:00
renovate[bot]
2c894ca337
chore(deps): update devdependency prettier to v3.5.0 (3.x) (#30928)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-10 10:15:23 +00:00