Daniel Roe
|
1da25c8069
|
fix(nuxt): allow resolving client nuxt app to singleton (#20639)
|
2023-05-09 11:22:38 +01:00 |
|
renovate[bot]
|
7cb4c69935
|
feat(deps): upgrade to nitropack v2.4 (#20688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-05-06 09:44:07 +01:00 |
|
Daniel Roe
|
da3357449f
|
feat(nuxt): add nuxtApp.runWithContext (#20608)
|
2023-05-03 11:02:07 +01:00 |
|
Daniel Roe
|
6ef2e1caea
|
fix(nuxt): remove backwards-compatible runtimeConfig proxy (#20340)
|
2023-04-29 23:38:40 +01:00 |
|
Daniel Roe
|
f73bb1de0a
|
fix(nuxt): return RenderResponse for redirects (#20496)
|
2023-04-28 11:18:03 +01:00 |
|
Anthony Fu
|
98b20c45c8
|
fix(nuxt): transform #components imports into direct component imports (#20547)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-04-28 10:14:42 +01:00 |
|
Daniel Roe
|
197de3ecbb
|
fix(nuxt): call app:error in SSR before rendering error page (#20511)
|
2023-04-26 14:36:59 +01:00 |
|
Daniel Roe
|
ac598e4f4d
|
test: update snapshot
|
2023-04-25 11:26:45 +01:00 |
|
Daniel Roe
|
ba320a5589
|
test: exclude default error pages from bundle test
|
2023-04-25 10:20:11 +01:00 |
|
Daniel Roe
|
12f347a928
|
fix(nuxt): clone app config on server (#20278)
|
2023-04-20 13:33:45 +01:00 |
|
renovate[bot]
|
6b75cceb3d
|
chore(deps): update all non-major dependencies (main) (#20395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2023-04-19 17:03:51 +01:00 |
|
renovate[bot]
|
fe441a1364
|
chore(deps): update all non-major dependencies (main) (#20364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2023-04-18 16:52:31 +01:00 |
|
Daniel Roe
|
53db8125f1
|
perf(nuxt): share lazy component definitions (#20259)
|
2023-04-13 20:08:08 +01:00 |
|
Daniel Roe
|
b011d3d76f
|
fix(nuxt): improve handling of redirects within middleware (#20244)
|
2023-04-13 02:58:25 -07:00 |
|
Daniel Roe
|
22f1f71e3e
|
fix(nuxt): mark entire payload as reactive (#20218)
|
2023-04-12 01:42:45 -07:00 |
|
Daniel Roe
|
d265abbad7
|
test: update bundle size snapshot
|
2023-04-11 16:05:25 +01:00 |
|
Daniel Roe
|
4285092879
|
feat(nuxt): support object-syntax plugins (#20003)
|
2023-04-11 04:58:43 -07:00 |
|
renovate[bot]
|
98d1c0e827
|
chore(deps): update all non-major dependencies (main) (#20184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-10 14:46:12 -07:00 |
|
Anthony Fu
|
11a9780c80
|
feat(nuxt): prompt to install devtools when it's enabled (#20126)
|
2023-04-07 08:34:11 -07:00 |
|
Harlan Wilton
|
0c9823eb87
|
perf(head): disable @vueuse/head polyfill by default (#20131)
|
2023-04-07 06:10:35 -07:00 |
|
pooya parsa
|
9e503be0f2
|
feat(nuxt): experimental option for rich json payloads (#19205)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-04-07 03:34:35 -07:00 |
|
Daniel Roe
|
bf8fe61b33
|
test: use kb size snapshot (#20083)
|
2023-04-04 05:34:29 -07:00 |
|
Daniel Roe
|
5785908ec6
|
test: bump bundle size test by 100 bytes
|
2023-04-01 10:11:48 +01:00 |
|
Daniel Roe
|
434e2013e4
|
test: skip bundle size test in ecosystem-ci suites
|
2023-03-31 10:06:33 +01:00 |
|
renovate[bot]
|
eef031a97f
|
chore(deps): update all non-major dependencies (main) (#19985)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-03-30 07:37:21 -07:00 |
|
renovate[bot]
|
24739b6a8c
|
chore(deps): update all non-major dependencies (main) (#19914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-03-28 06:17:30 -07:00 |
|
renovate[bot]
|
fc9c3803b8
|
chore(deps): update all non-major dependencies (main) (#19862)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-03-22 17:45:39 -07:00 |
|
Mehdi HosseinZade
|
3a971d0b36
|
fix(nuxt): observe slot element in custom nuxt-link (#19802)
|
2023-03-20 14:46:12 -07:00 |
|
Daniel Roe
|
ebd7dcd4ba
|
fix(nuxt): handle external navigation to api routes (#19829)
|
2023-03-20 17:15:01 +00:00 |
|
Daniel Roe
|
e57c797f2b
|
test: bump bundle size
|
2023-03-17 21:50:51 +00:00 |
|
Daniel Roe
|
4ca2dccd38
|
fix(nuxt): unset context after app is created (#19753)
|
2023-03-17 19:01:16 +00:00 |
|
Daniel Roe
|
5d9d92c4e0
|
test: remove sourcemaps from minimal test (#19730)
|
2023-03-16 00:34:22 -07:00 |
|
renovate[bot]
|
279088d5ab
|
chore(deps): update all non-major dependencies (main) (#19722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-03-15 16:11:17 -07:00 |
|
renovate[bot]
|
153433d9c6
|
chore(deps): update devdependency nitropack to ^2.3.0 (main) (#19654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-03-14 01:59:29 -07:00 |
|
Daniel Roe
|
472ee4f8b3
|
chore: refresh lockfile (#19653)
|
2023-03-13 13:20:45 -07:00 |
|
renovate[bot]
|
bba7a89728
|
chore(deps): update dependency h3 to ^1.6.0 (main) (#19593)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-03-10 13:34:39 -08:00 |
|
renovate[bot]
|
1376da76da
|
chore(deps): update all non-major dependencies (main) (#19584)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-03-10 08:46:34 -08:00 |
|
Harlan Wilton
|
c91e4d7933
|
feat(nuxt): add useHeadSafe and remove layer around head imports (#19548)
|
2023-03-10 00:01:21 -08:00 |
|
Julien Huang
|
1729d2e42f
|
feat(nuxt): add <NuxtClientFallback> component (#8216)
|
2023-03-08 13:13:06 -08:00 |
|
Harlan Wilton
|
8732720221
|
perf(head): drop @vueuse/head dependency (#19519)
|
2023-03-08 07:32:24 -08:00 |
|
Daniel Roe
|
df3ae8cb4e
|
feat(nuxt): enable chunk error handling by default (#19086)
|
2023-03-08 12:17:22 +00:00 |
|
Daniel Roe
|
c2ab76d68e
|
perf(vite): mark more core functions as side-effect free (#19508)
|
2023-03-07 14:51:08 -08:00 |
|
Alex Korytskyi
|
3a73f42d1c
|
feat(nuxt): support trailingSlashBehavior in defineNuxtLink (#19458)
|
2023-03-06 23:17:42 -08:00 |
|
Lucie
|
0be8cda77a
|
fix(nuxt): prevent fallthrough attributes on custom NuxtLink (#19379)
|
2023-03-02 01:53:46 -08:00 |
|
Daniel Roe
|
d4a75240ac
|
feat(nuxt): add versions to runtime nuxtApp (#19064)
|
2023-03-01 07:08:23 -08:00 |
|
renovate[bot]
|
0f4793616b
|
chore(deps): update all non-major dependencies to ^1.1.14 (main) (#19321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-02-28 02:26:11 -08:00 |
|
renovate[bot]
|
8bfc66d6f7
|
chore(deps): update all non-major dependencies (main) (#19235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-02-27 11:02:11 -08:00 |
|
Daniel Roe
|
f16cce8824
|
fix(nuxt): compatible route object for custom external routes (#19261)
|
2023-02-27 07:13:14 -08:00 |
|
renovate[bot]
|
7a4a416f3c
|
chore(deps): update all non-major dependencies (main) (#19209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-02-22 01:30:30 -08:00 |
|
renovate[bot]
|
a3713eb827
|
chore(deps): update all non-major dependencies (main) (#19168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-02-21 22:01:59 -08:00 |
|