Commit Graph

3058 Commits

Author SHA1 Message Date
Daniel Roe 5e7dfc2338
refactor(nuxt): deprecate `<Script>` component tag in template (#8197) 2022-10-15 13:20:24 +02:00
renovate[bot] 256c1fd4fc
chore(deps): update resolutions unbuild to ^0.9.2 (#8210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 13:17:02 +02:00
renovate[bot] b54df90f1d
chore(deps): update all non-major dependencies (#8189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 13:14:05 +02:00
Benicio Cardozo b9d6f37dfd
fix(nuxt): enable router when `app/router.options.ts` file is present (#8193) 2022-10-15 13:04:06 +02:00
Daniel Roe d862a6bfdd
fix(nuxt)!: `refresh` to override previous requests by default (#8190) 2022-10-15 13:02:23 +02:00
Daniel Roe 6dcff8e428
feat(nuxt): add hook debug mode (#7690) 2022-10-15 12:56:15 +02:00
James Ray 329fc63a02
docs: adds missing quote in example code (#8209) 2022-10-15 12:26:10 +02:00
Randy 52a42b0ece
docs: update route middleware link (#8196) 2022-10-14 15:52:03 +01:00
renovate[bot] e6fee7b963
chore(deps): update all non-major dependencies (#8176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-14 10:46:53 +02:00
Julien Huang 23ad303f19
feat(nuxt)!: add `<NuxtPage>` to `#components` (#8145) 2022-10-14 10:36:52 +02:00
Daniel Roe 2083ed4a63
perf(nuxt): remove `vue-router` dependency from minimal app (#8188) 2022-10-14 10:36:03 +02:00
Benicio Cardozo 9fa147dc22
types: include `nuxt-link` target types (#8172)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-13 19:51:26 +02:00
renovate[bot] 1beb7d03a1
chore(deps): update devdependency lerna to v6 (#8137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-13 18:06:34 +02:00
renovate[bot] 8bc8489852
chore(deps): update dependency css-minimizer-webpack-plugin to ^4.2.2 (#8173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-13 18:06:05 +02:00
renovate[bot] afe2e5fb19
chore(deps): update all non-major dependencies (#8141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-13 17:54:38 +02:00
Harlan Wilton 577573f3e8
perf(nuxt)!: use component loader to add meta components (#8167)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-13 17:54:06 +02:00
Sébastien Chopin 6ad0f3f157 docs: add support for WEBSITE_THEMe env variable 2022-10-13 17:49:06 +02:00
Daniel Roe 1471e0566f
chore: bump example dependencies (#8160) 2022-10-13 16:36:59 +02:00
Won-hyeok Jung d4eb15aa77
docs: use `RouterConfig` interface in examples (#8151) 2022-10-13 12:53:50 +02:00
Daniel Roe e45372c4ce
docs: fix 404 page (#8136) 2022-10-13 12:53:26 +02:00
Daniel Roe d9135be83e
docs: close alert (#8157) 2022-10-13 10:47:24 +02:00
Toni a67249b2f9
docs: clarify access of RuntimeConfig with Options API (#8147) 2022-10-13 08:51:04 +02:00
renovate[bot] 600a6059c1
chore(deps): update all non-major dependencies (#8122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-12 19:00:30 +01:00
Harlan Wilton 9e6d292ba6
feat(nuxt): migrate to latest `@vueuse/head` (#8000) 2022-10-12 18:00:17 +01:00
Sébastien Chopin a6e4a09dbb
docs: add app.config route to pre-render (#8131)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-12 18:45:10 +02:00
Sébastien Chopin bc3016f8d8
docs: update badges color 2022-10-12 12:00:16 +02:00
Rajendra 70ad8759b8
docs: fix typo (#8129) 2022-10-12 10:42:07 +01:00
Alex 6ef6eae2c7
fix(nuxt): don't inline styles for per-request `ssr: false` (#8106)
Co-authored-by: Alex C <alex.canals@jkweb.ch>
2022-10-12 09:50:16 +01:00
Cinob bda187c1be
docs: update line number for `NuxtHooks` source (#8128) 2022-10-12 09:30:10 +01:00
renovate[bot] 723efb8266
chore(deps): update all non-major dependencies (#8090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-11 22:54:33 +01:00
Daniel Roe c804daa061
docs: add back deleted sections in `definePageMeta` 2022-10-11 22:49:46 +01:00
Daniel Roe 5f003a9738
feat(nuxt): add `ssr` route rule to enable SPA mode (#7938) 2022-10-11 17:03:52 +01:00
Julien Huang ee41bb6d5d
feat(nuxt): wrap `#components` client exports with createClientOnly (#7412)
Co-authored-by: jhuang@hsk-partners.com <jhuang@hsk-partners.com>
2022-10-11 16:26:03 +01:00
miketromba 2aa097310c
docs: Add recommendation for controlling plugin registration order. (#8096)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-10-11 14:14:18 +02:00
Daniel Roe ed1c704835
fix(vite): prevent overlap between vite assets and app routes (#7989) 2022-10-11 06:26:38 +01:00
renovate[bot] 6119fbcf76
chore(deps): update dependency @rollup/plugin-replace to v5 (#8086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-10 16:48:48 +01:00
Daniel Roe 26b1c9ca0e
feat(nuxt): parse html to treeshake client-only components (#7527) 2022-10-10 16:48:23 +01:00
Daniel Roe 5a2616cfee
perf(nitro): respond with early hints in node-based environments (#7893) 2022-10-10 12:02:35 +01:00
renovate[bot] 9521fc7234
chore(deps): update dependency @nuxt/telemetry to ^2.1.6 (#8084)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-10 12:01:08 +01:00
renovate[bot] c3cda557f3
chore(deps): update all non-major dependencies (#8073)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-10 11:51:29 +01:00
Daniel Roe 81a8a25834
feat(schema, nuxt): allow user-configurable `serverDir` (#7868) 2022-10-10 11:49:44 +01:00
Daniel Roe 385674494d
feat(nuxt): refresh override for data fetching composables (#7864) 2022-10-10 11:33:16 +01:00
Daniel Roe 829a550580
feat(pages): add `validate` hook for `definePageMeta` (#7870) 2022-10-10 11:18:20 +01:00
Daniil Chudo 75f4a54f7e
feat(nuxt): add default slot to `<NuxtLoadingIndicator>` (#7128)
Co-authored-by: Alexander Lichter <github@lichter.io>
2022-10-10 11:12:36 +01:00
Daniel Roe e94c3b3704
fix(schema): evaluate env variables when resolving values (#8079) 2022-10-10 11:04:58 +01:00
renovate[bot] 085f90a3d3
chore(deps): update dependency unplugin to ^0.9.6 (#8070)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-09 21:11:47 +01:00
renovate[bot] 33992993bd
chore(deps): update devdependency vue-tsc to v1 (#8071)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-09 20:53:06 +01:00
Daniel Roe 2f3c9633c1
chore: prune ignored dependencies 2022-10-09 20:33:58 +01:00
renovate[bot] abe94529db
chore(deps): update all non-major dependencies (#7842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-09 20:33:19 +01:00
Cupid Valentine c905a23b1f
fix(nuxi): replace lazyHandle to defineLazyHandler (#8049) 2022-10-09 18:17:38 +02:00