Daniel Roe
|
efae3a4f3c
|
chore: add more checks around indexed access (#29060)
|
2024-09-18 21:41:53 +02:00 |
|
DarkVen0m
|
2b73e1690c
|
fix(nuxt): pass DOMException as fetch abort exception (#29058)
|
2024-09-18 21:21:18 +02:00 |
|
Daniel Roe
|
5faf720b42
|
fix(nuxt): defer unsetting error handler until suspense resolves (#29037)
|
2024-09-17 16:57:23 +02:00 |
|
Daniel Roe
|
215ae69192
|
fix(nuxt): do not resolve non-absolute component paths (#29036)
|
2024-09-17 16:57:02 +02:00 |
|
renovate[bot]
|
ad78e7e63f
|
chore(deps): update devdependency ignore to v6.0.2 (main) (#29038)
|
2024-09-17 16:56:40 +02:00 |
|
renovate[bot]
|
64a70feec2
|
chore(deps): update all non-major dependencies (main) (#29022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-17 16:01:47 +02:00 |
|
renovate[bot]
|
22563ad048
|
chore(deps): update devdependency ignore to v6 (main) (#29034)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-17 15:04:29 +02:00 |
|
Daniel Roe
|
27a7ca3c1e
|
fix(nuxt): access server build from webpack memfs (#29027)
|
2024-09-16 22:44:39 +02:00 |
|
Ezra Ashenafi
|
68451570df
|
fix(nuxt): simplify plugin InjectionType template conditional (#29023)
|
2024-09-16 15:38:04 +02:00 |
|
Daniel Roe
|
4976df6f63
|
test: add basic assertions for unctx transform
|
2024-09-16 14:47:58 +02:00 |
|
renovate[bot]
|
e898351a7b
|
chore(deps): update all non-major dependencies (main) (#29018)
|
2024-09-16 09:14:04 +01:00 |
|
renovate[bot]
|
06cc974d23
|
chore(deps): update dependency nuxi to v3.13.2 (main) (#29017)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-15 22:37:39 +01:00 |
|
Artem Maslov
|
644b6fc1e8
|
fix(nuxt): correct type for useError (#28996)
|
2024-09-15 21:37:24 +01:00 |
|
renovate[bot]
|
068d4ed677
|
chore(deps): update dependency ohash to ^1.1.4 (main) (#29014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-15 21:23:04 +01:00 |
|
renovate[bot]
|
64b60b1c05
|
chore(deps): update all non-major dependencies (main) (#29012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-15 21:00:51 +01:00 |
|
renovate[bot]
|
fda7280ef6
|
chore(deps): update all non-major dependencies (main) (#29000)
|
2024-09-15 20:01:16 +01:00 |
|
renovate[bot]
|
162055d0d0
|
chore(deps): update all non-major dependencies (main) (#28986)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-14 13:37:45 +01:00 |
|
renovate[bot]
|
f7c68ac0f6
|
chore(deps): update vitest to v2.1.1 (main) (#28987)
|
2024-09-13 20:53:52 +01:00 |
|
renovate[bot]
|
2466af53b0
|
chore(deps): update vitest to v2.1.0 (main) (#28961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-13 13:37:04 +01:00 |
|
Daniel Roe
|
79b0cc0c3b
|
test: switch inline snapshot to object comparison
|
2024-09-13 12:54:52 +01:00 |
|
renovate[bot]
|
cde1c93ed0
|
chore(deps): update dependency vite to v5.4.5 (main) (#28978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-13 12:52:41 +01:00 |
|
Daniel Roe
|
be622645e0
|
fix(nuxt): catch chunk errors directly in navigation
|
2024-09-13 12:44:43 +01:00 |
|
renovate[bot]
|
944635182a
|
chore(deps): update devdependency vue-router to v4.4.5 (main) (#28973)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-13 08:43:11 +01:00 |
|
renovate[bot]
|
272db76dca
|
chore(deps): update all non-major dependencies (main) (#28951)
|
2024-09-13 08:10:28 +01:00 |
|
Daniel Roe
|
bddda5c48e
|
chore: pin dep + workflow by hash
|
2024-09-11 16:00:53 +01:00 |
|
Daniel Roe
|
7e2920b2c1
|
chore: refresh lockfile, use htmlnano + pin workflow deps (#28946)
|
2024-09-11 15:54:22 +01:00 |
|
Daniel Roe
|
646c1f8b95
|
fix(nuxt): ensure component imports are injected last (#28944)
|
2024-09-11 14:12:16 +01:00 |
|
Julien Huang
|
275481c456
|
fix(nuxt): make runWithContext generic (#28926)
|
2024-09-11 11:49:35 +01:00 |
|
Daniel Roe
|
5a61bc52f2
|
fix(nuxt): use case-insensitive regexp for <script> blocks
|
2024-09-11 11:41:47 +01:00 |
|
Daniel Roe
|
a0ea790b80
|
fix(kit,nuxt,schema)!: remove other support for nuxt2/bridge (#28936)
|
2024-09-11 11:02:22 +01:00 |
|
Daniel Roe
|
2f0a28d47e
|
refactor(nuxt): use vite:preloadError event (#28862)
|
2024-09-11 11:01:55 +01:00 |
|
Daniel Roe
|
f7efc3d359
|
fix(nuxt): set inheritAttrs: false for fragment components (#28939)
|
2024-09-11 10:26:10 +01:00 |
|
renovate[bot]
|
b32bafd386
|
chore(deps): update all non-major dependencies (main) (#28937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-11 10:04:49 +01:00 |
|
renovate[bot]
|
f561bab575
|
chore(deps): update dependency unplugin to ^1.14.1 (main) (#28931)
|
2024-09-11 08:52:30 +01:00 |
|
Daniel Roe
|
cea69b6832
|
fix(nuxt): fall back to original component filePath (#28925)
|
2024-09-10 22:36:53 +01:00 |
|
Daniel Roe
|
cdc4a23107
|
fix(nuxt,schema): accept any module in inline modules array (#28922)
|
2024-09-10 21:16:35 +01:00 |
|
renovate[bot]
|
476d9c4258
|
chore(deps): update devdependency vue-router to v4.4.4 (main) (#28919)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-10 20:38:01 +01:00 |
|
Daniel Roe
|
1fec546102
|
perf(nuxt): remove interop default for dynamic components (#28912)
|
2024-09-10 14:56:08 +01:00 |
|
renovate[bot]
|
859199d10b
|
chore(deps): update all non-major dependencies (main) (#28910)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-10 13:03:03 +01:00 |
|
Daniel Roe
|
06337da6a4
|
chore: enable noUncheckedSideEffectImports (#28903)
|
2024-09-09 22:23:30 +01:00 |
|
renovate[bot]
|
3dc1bfcbd3
|
chore(deps): update all non-major dependencies (main) (#28898)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-09 21:19:06 +01:00 |
|
Daniel Roe
|
213ce66c36
|
fix(nuxt): do not accept attrs on <NuxtErrorBoundary> (#28901)
|
2024-09-09 20:37:55 +01:00 |
|
Daniel Roe
|
93b5b04e9a
|
fix(nuxt): ensure we process files in buildDir for unimport (#28899)
|
2024-09-09 17:23:36 +01:00 |
|
Anthony Fu
|
ada1e49f5a
|
fix(nuxt): enable injectAtEnd to reduce circular auto-imports (#28822)
|
2024-09-09 16:30:10 +01:00 |
|
renovate[bot]
|
69d7448980
|
chore(deps): update all non-major dependencies (main) (#28882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-09 15:44:51 +01:00 |
|
Daniel Roe
|
43d34f4a70
|
fix(nuxt): log more context of prerendering errors (#28895)
|
2024-09-09 14:30:11 +01:00 |
|
Daniel Roe
|
d5cf409ddc
|
fix(nuxt): fix ssr log querySelector (#28864)
Co-authored-by: Julien Huang <julien.huang@outlook.fr>
|
2024-09-09 10:39:05 +01:00 |
|
renovate[bot]
|
da6e9706fc
|
chore(deps): update devdependency @nuxt/scripts to v0.8.4 (main) (#28881)
|
2024-09-07 21:16:58 +02:00 |
|
renovate[bot]
|
8007239f59
|
chore(deps): update all non-major dependencies (main) (#28870)
|
2024-09-07 19:22:15 +02:00 |
|
renovate[bot]
|
f552c7a790
|
chore(deps): update all non-major dependencies (main) (#28863)
|
2024-09-06 08:54:27 +02:00 |
|