Commit Graph

1962 Commits

Author SHA1 Message Date
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
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
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
Anthony Fu d2094ea37a
refactor(vite): enable strict type checking (#6616) 2022-08-15 15:40:06 +02:00
Daniel Roe 385fa6037a
fix(vite): pass relative url as default base (#6637) 2022-08-15 15:10:53 +02:00
Daniel Roe 8a28c430b0
fix(nuxt): add `#components` alias to tsconfig (#6634) 2022-08-15 15:10:08 +02:00
Pooya Parsa e109d65c30 chore: ignore typechecking for visualizer plugin 2022-08-15 14:55:12 +02:00
renovate[bot] 197a14b513
chore(deps): update dependency rollup to ^2.78.0 (#6602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-14 10:28:45 +02:00
Anthony Fu 1b2304b632
feat(schema, vite)!: enable `vite-node` by default (#6217)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-13 14:43:26 +02:00
pooya parsa b4bea517df
fix(nuxi): update `server.port` and `server.host` with listener info (#6595) 2022-08-13 13:52:03 +02:00
renovate[bot] 47eaaa1a78
chore(deps): update all non-major dependencies (#6576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-13 08:44:26 +02:00
Daniel Roe 2ec2d9b484
fix(nuxt): remove stray commas in component templates (#6580) 2022-08-12 21:59:08 +02:00
Anthony Fu f350a70775
refactor(nuxt): enable strict type checking (#6368)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-12 19:47:58 +02:00
renovate[bot] cb98c8b921
chore(deps): update all non-major dependencies (#6565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-12 18:15:51 +02:00
Daniel Roe 0a513a56b1
feat(webpack, vite): default to `.js` extension for client (#6505) 2022-08-12 16:16:08 +02:00
pooya parsa 3960f513c3
v3.0.0-rc.8 (#6526) 2022-08-12 15:35:33 +02:00
Pooya Parsa 3c3adb779d chore(deps): update mlly and lockfile 2022-08-12 15:19:28 +02:00
renovate[bot] 38cd67d962
chore(deps): update all non-major dependencies (#6552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-12 13:05:32 +02:00
Daniel Roe 70b024fbaa
fix(vite, nuxt): resolve relative to `srcDir` rather than `rootDir` (#6546) 2022-08-12 11:11:09 +02:00
pooya parsa b0bf25cf51
fix(nuxt): tree-shake devtools from production bundle (#6538) 2022-08-12 00:33:21 +02:00
renovate[bot] 21c5a7579e
chore(deps): update all non-major dependencies (#6537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-12 00:27:19 +02:00
Timur Bolotov e55938fe6e
docs(schema): grammar, punctuation and typo fixes (#6469)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2022-08-11 23:25:35 +02:00
renovate[bot] 7a846a8292
chore(deps): update dependency webpack-hot-middleware to ^2.25.2 (#6530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-11 20:07:40 +02:00
pooya parsa aaf4bcd025
fix(vite): remove `/@fs` from external ids (#6529) 2022-08-11 19:39:02 +02:00
pooya parsa 24a499d285
fix(nuxt)!: allow `app:rendered` to modify ssr context and add `render:html` (#6521) 2022-08-11 18:34:39 +02:00
pooya parsa 4f9337adcc
fix(nuxi): fix issues with `nuxi upgrade` (#6514) 2022-08-11 13:41:53 +02:00
pooya parsa 5ea0474225
v3.0.0-rc.7 (#6375) 2022-08-11 12:40:11 +02:00
Pooya Parsa f356d037e5 chore: update lockfile and nitropack 2022-08-11 10:33:01 +02:00
renovate[bot] 5db559be13
chore(deps): update all non-major dependencies (#6492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-11 10:03:34 +02:00
Daniel Roe 5aa7288d97
fix(nuxt): log fatal errors as well as unhandled ones (#6488) 2022-08-10 17:47:23 +02:00
Daniel Roe 408febada4
refactor(nuxt)!: remove `null` handling for `titleTemplate` (#6487) 2022-08-10 17:46:46 +02:00
renovate[bot] cafd3938ed
chore(deps): update dependency mlly to ^0.5.9 (#6485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 17:00:35 +02:00
renovate[bot] cd5c88d19f
chore(deps): update all non-major dependencies (#6478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 14:10:03 +02:00
Daniel Roe 5232c1b5b4
fix(nuxt): immediately call `asyncData` handler (#6472) 2022-08-09 23:48:48 +02:00
renovate[bot] fe26b943cc
chore(deps): update dependency nitropack to ^0.4.18 (#6471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 23:19:16 +02:00
pooya parsa 3e27c1c52b
fix(nuxt): interopDefault for page component imports (#6468) 2022-08-09 20:25:35 +02:00
renovate[bot] bf3511c2c3
chore(deps): update dependency nitropack to ^0.4.16 (#6467)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 20:05:26 +02:00
renovate[bot] 90bd6b0bb6
chore(deps): update all non-major dependencies (#6459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 15:37:12 +02:00
Gregor Becker 0b22079409
fix(nuxt): ensure component dirs in `node_modules` have lower scanning priority (#6382) 2022-08-09 11:13:54 +02:00
YuTin Liu 03cd6717ce
fix(nuxt): handle immediate errors when calling `useAsyncData` (#6441) 2022-08-09 10:01:25 +02:00
Daniel Roe ae388e7293
fix(vite): add `module` type to vite node entry (#6448) 2022-08-09 09:59:08 +02:00
renovate[bot] 1f32fdb569
chore(deps): update dependency unenv to ^0.5.3 (#6447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-08 22:14:57 +02:00
Anthony Fu 57f9a51c18
chore(deps): upgrade unplugin (#6429) 2022-08-08 22:12:07 +02:00
pooya parsa c954dcb9e9
feat(nuxt): update nitropack to latest (#6442)
* feat(nuxt): update nitropack

* update renderer to use defineRenderHandler

* update
2022-08-08 21:12:15 +02:00