Commit Graph

2942 Commits

Author SHA1 Message Date
renovate[bot]
347df12e9a
chore(deps): update dependency @babel/core to ^7.18.13 (#6848)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 18:28:44 +02:00
TheColaber
9f1ecd14c4
feat(nuxt): allow getRouteFromPath to use objects (#5900) 2022-08-22 18:08:43 +02:00
HomWang
39a6054a44
docs(composables): add nested and plugin injection examples (#6743)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 17:33:28 +02:00
Krutie Patel
dc6b6ce621
docs(api): add useNuxtApp composable (#6786)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 17:25:54 +02:00
renovate[bot]
ede727d1ba
chore(deps): update dependency vue-router to ^4.1.4 (#6844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 16:44:21 +02:00
HomWang
746196f1b0
docs(plugins): add note about composable usage (#6744)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 16:09:12 +02:00
Lexpeartha
cf5ba86747
docs(api): add missing kit utilities (#6841) 2022-08-22 15:32:34 +02:00
renovate[bot]
0ffd6a2151
chore(deps): update devdependency @unocss/reset to ^0.45.12 (#6838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 14:35:25 +02:00
Anthony Fu
e1e39b7e79
refactor(nuxt, kit): improve type strictness (#6685) 2022-08-22 12:12:02 +02:00
renovate[bot]
cdc75373d4
chore(deps): update dependency mlly to ^0.5.14 (#6830)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 11:25:19 +02:00
renovate[bot]
c71dd082cd
chore(deps): update dependency webpack-bundle-analyzer to ^4.6.1 (#6829)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 11:17:47 +02:00
pooya parsa
3b2b22e384
fix(nuxt): use deep assignment for app.config hmr (#6788) 2022-08-22 11:14:25 +02:00
renovate[bot]
7e2fbcfb1d
chore(deps): update all non-major dependencies (#6785)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 10:50:29 +02:00
Daniel Roe
80abca9d2a
fix(nuxt): ensure component helper methods do not create side-effects (#6789) 2022-08-22 10:50:11 +02:00
Qin Guan
ae39a821b5
docs: use updated h3 utils (#6818) 2022-08-22 10:49:27 +02:00
renovate[bot]
d3ccb79920
chore(deps): update dependency rollup to ^2.78.1 (#6765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-19 10:44:20 +02:00
Umut Aktaş
ee25a15db3
docs(api): add <NuxtWelcome /> component docs (#6745) 2022-08-19 01:17:51 +02:00
Pooya Parsa
ad63817522 build: update unbuild and pkg-types
resolves #6749
2022-08-19 01:04:19 +02:00
renovate[bot]
aeeeef5b95
chore(deps): update all non-major dependencies (#6746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-18 14:12:07 +02:00
__Catalina
40f0c82324
docs: fix typo in defineEventHandler example (#6741) 2022-08-18 13:38:01 +02:00
Daniel Roe
9ef2709159
docs: make wording slightly clearer (#6740) 2022-08-18 10:40:24 +02:00
renovate[bot]
504e19ab39
chore(deps): update devdependency @unocss/reset to ^0.45.8 (#6737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-18 10:12:50 +02:00
Daniel Roe
faf00f526f
fix(vite): dedupe vue in client bundle (#6735) 2022-08-18 10:06:37 +02:00
Anthony Fu
43e6c0295f
fix(vite): improve vite-node module invalidation (#6736) 2022-08-18 10:05:37 +02:00
Julien Huang
c688e1898c
fix(nuxt): pass params to client-only slot (#6584) 2022-08-17 17:26:51 +02:00
pooya parsa
94f76ea930
feat(nuxt): app.config with hmr and reactivity support (#6333)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 17:23:13 +02:00
Daniel Roe
405629dc35
fix(nuxt): use vue-devtools-stub to mock @vue/devtools-api for both cjs + esm (#6713) 2022-08-17 16:44:36 +02:00
Harlan Wilton
99c960fb05
fix(nuxi): properly detect hash and tag for upgrade changelog (#6708) 2022-08-17 15:45:45 +02:00
Harlan Wilton
e93f88c1e4
fix(nuxi): ensure nuxi upgrade runs in rootDir (#6707) 2022-08-17 15:44:10 +02:00
Daniel Roe
c9837dca48
test: update type assertion tests to strict equality (#6709) 2022-08-17 15:43:02 +02:00
renovate[bot]
66f6870039
chore(deps): update devdependency case-police to ^0.5.9 (#6701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 11:15:32 +02:00
Anthony Fu
69c281f384
fix(nuxt): fallback to static error page on server error (#6697)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-17 11:14:00 +02:00
renovate[bot]
95b3fb21c5
chore(deps): update dependency esbuild to ^0.15.5 (#6696)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 10:32:38 +02:00
renovate[bot]
dd34099da1
chore(deps): update all non-major dependencies (#6688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-16 21:31:01 +02:00
Ilya Artamonov
657719f689
docs: update links to nitro.unjs.io (#6684)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-16 19:29:46 +02:00
renovate[bot]
f33516612c
chore(deps): update dependency defu to ^6.1.0 (#6687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-16 18:54:02 +02:00
renovate[bot]
43d331ee47
chore(deps): update dependency defu to ^6.0.1 (#6678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-16 15:22:32 +02:00
Julien Huang
a3a8706e43
fix(nuxt): include tag attrs for non self-closing tags in tree-shake regex (#6675)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-16 15:22:10 +02:00
renovate[bot]
49acae5f02
chore(deps): update dependency vite to ~3.0.8 (#6674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-16 15:14:41 +02:00
pooya parsa
4d5f768aaf
feat(nuxi): auto cleanup with project manifest changes (#6672) 2022-08-16 15:14:26 +02:00
Daniel Roe
94214d6b32
feat(nuxt): exclude page chunks from being prefetched (#6662) 2022-08-16 13:19:39 +02:00
Damian Głowala
3730ba88f5
docs: tweaks for data fetching, server routes and composables (#6653) 2022-08-16 10:14:03 +02:00
renovate[bot]
63ccec6bdc
chore(deps): update all non-major dependencies (#6654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-16 10:11:55 +02:00
pooya parsa
58c4753ed4
fix(vite): warmup server entries with ssr condition (#6649) 2022-08-15 18:03:00 +02:00
pooya parsa
dae836a81d
feat(vite): allow disabling entry warmup (#6647)
* feat(vite): allow opt-out from warming up entries

* refactor: move to `warmupEntry`
2022-08-15 18:01:34 +02:00
Mourad EL CADI
e2745f6d75
docs(data-fetching): fix and simplify cookie proxy example (#5770) 2022-08-15 16:54:09 +02:00
HomWang
3920065bff
docs(server): add nitro config and storage examples (#6507)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-15 16:29:41 +02:00
HomWang
676514d38b
docs(composables): add more examples for autoImports (#6615) 2022-08-15 16:14:00 +02:00
Daniel Roe
33e7fc1752
fix(nuxt): don't set asyncData to existing payload on CSR if initialCache is disabled (#6640) 2022-08-15 15:55:46 +02:00
renovate[bot]
006f66900e
chore(deps): update all non-major dependencies (#6606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 15:50:17 +02:00