Commit Graph

3039 Commits

Author SHA1 Message Date
Daniel Roe 1c2d6e4e29
chore: add start command for stackblitz codeflow (#8279) 2022-10-18 13:19:08 +02:00
renovate[bot] 290bbd392b
chore(deps): update dependency h3 to ^0.8.3 (#8277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-18 12:46:31 +02:00
Cinob 7b2861e8e8
docs: add spacing between multiple `button-link` (#8275) 2022-10-18 12:46:12 +02:00
renovate[bot] c14f9f5638
chore(deps): update all non-major dependencies (#8265)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-18 12:36:48 +02:00
Anthony Fu e18da780a8
chore: upgrade unplugin to 0.10.x (#8271) 2022-10-18 11:36:06 +02:00
Anthony Fu 6567ac375d
feat(kit): support plugin array for `addVitePlugin` and `addWebpackPlugin` (#8270) 2022-10-18 11:09:11 +02:00
Daniel Kelly b1c842e8be
docs: change deprecated `useBody` with `readBody` (#8266) 2022-10-18 10:46:47 +02:00
Daniel Roe 96a8807abf
fix(nuxt): allow disabling early hints (#8264) 2022-10-17 22:20:13 +02:00
Daniel Roe a90b303d97
fix(nuxt): avoid preloading external routes (#8255) 2022-10-17 19:54:32 +02:00
Daniel Roe 931ebec376
fix(nuxi): don't include`workspaceDir` in tsconfig by default (#8256) 2022-10-17 19:53:04 +02:00
Daniel Roe 63d778be13
test: update fixture with `routeRules` too 2022-10-17 15:15:59 +01:00
Daniel Roe e44404f8e3
fix(schema): routeRules config (#8252) 2022-10-17 16:10:46 +02:00
Daniel Roe 7ebd1558ee
refactor: use `getRouteRules` (#8251) 2022-10-17 15:55:29 +02:00
Pooya Parsa c1ab262ea0 publish with pnpm 2022-10-17 15:35:36 +02:00
Pooya Parsa c8ca7fa3b4 fix edge release script 2022-10-17 15:04:43 +02:00
Daniel Roe df2bad76bc
feat(schema): add experimental `routesRules` shortcut (#7954)
* feat(schema): add `routes` as shortcut for `nitro.routes`

* docs: improve wording

* docs: update wording

* chore: match nitro version

* update jsdocs

* refactor: use `routeRules`

Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-17 13:22:30 +02:00
Daniel Roe 2a4ebfb18b
perf(nuxt): improve link prefetching (#8225) 2022-10-17 13:15:29 +02:00
renovate[bot] 2cf9009d33
chore(deps): update all non-major dependencies (#8222) 2022-10-17 12:23:51 +02:00
Pooya Parsa 03acfa5344 chore: update scripts 2022-10-17 12:13:30 +02:00
Daniel Roe 74a90c566c
chore: use pnpm for framework monorepo (#7895)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-17 12:10:05 +02:00
Daniel Roe 9388e65971
refactor(nuxt): use h3 early hints util (#8245) 2022-10-17 11:16:19 +02:00
Pooya Parsa 573ed5ccda chore: update nitropack and lock 2022-10-16 15:51:47 +02:00
Tech Genius af7045df12
docs: fix `validate` example (#8231) 2022-10-16 12:04:13 +02:00
Christian Preston 8f7a7ec06e
feat(nuxi): `nuxi build-module` command (#7610)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-16 11:40:03 +02:00
Julien Huang bdb6e3298f
test: correct path in test (#8221) 2022-10-16 11:03:52 +02:00
Daniel Roe 5bf4461faa
fix(webpack): add global to new line (#8226) 2022-10-16 11:03:02 +02:00
renovate[bot] 0cfc5a2dd3
chore(deps): update all non-major dependencies (#8217) 2022-10-15 20:44:42 +02:00
pooya parsa 895ecc7677
feat!: upgrade to `nitropack@0.6` and `h3@0.8` (#8218) 2022-10-15 20:42:57 +02:00
Pooya Parsa 20f83b2b74 chore: maintain lockfile 2022-10-15 19:00:26 +02:00
Harlan Wilton c0e9f428f4
fix(nuxt): avoid head dom update on same route click (#8206) 2022-10-15 18:57:58 +02:00
Andrew Mudrov ddbfae1bec
fix(kit): log module id to the console when import fails (#8198) 2022-10-15 13:35:01 +02:00
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