Commit Graph

3056 Commits

Author SHA1 Message Date
Dmitriy d82d145a0b
fix(nuxt): pass original request headers to the error page (#7340) 2022-10-19 15:03:01 +02:00
Anthony Fu fa36ef1106
chore: upgrade vitest to 0.24 (#6764)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-19 14:59:45 +02:00
Daniel Roe ea7890c6b2
build(pkg): support node 19 (#8324) 2022-10-19 14:58:45 +02:00
Joel Wenzel ba3a11800c
feat(nuxt): default router scroll behavior (#3851)
Co-authored-by: joel <joel.wenzel@flexagon.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-19 14:43:03 +02:00
Clément Ollivier 66de87af91
docs: fix link to documentation guide (#8322) 2022-10-19 13:40:05 +02:00
renovate[bot] 0bd6ecb71c
chore(deps): update dependency destr to ^1.2.0 (#8321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-19 12:41:33 +02:00
Clément Ollivier 3ef014a378
docs: fix broken link (#8319) 2022-10-19 12:36:17 +02:00
renovate[bot] ac60d362c9
chore(deps): update all non-major dependencies (#8300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-19 11:43:11 +02:00
Pooya Parsa f934343b32 chore(renovate): ignore monorepo dependency upgrades 2022-10-19 11:31:12 +02:00
Daniel Roe d3f3f9f348
fix(nuxt): don't use or assignment (#8299) 2022-10-19 09:55:32 +02:00
pooya parsa aa76d7bbac
docs: add route rules to concepts > rendering (#8292)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-18 21:13:58 +02:00
Daniel Roe 09e553467e
v3.0.0-rc.12 (#8067)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-18 20:47:21 +02:00
Pooya Parsa 05fd222219 update nitropack to final 0.6.0 2022-10-18 20:10:41 +02:00
pooya parsa 2b2a5f3f89
fix(nuxt): ignore cache rules for middleware and errors (#8291) 2022-10-18 20:01:23 +02:00
renovate[bot] e0d6812b66
chore(deps): update all non-major dependencies (#8286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-18 18:14:29 +02:00
Anish Ghimire c6a6dceec1
docs: add cleavr to supported hosting providers (#8285) 2022-10-18 18:14:12 +02:00
Daniel Roe cfaa46201a
fix(nuxt): lazy-load entry CSS (#8278) 2022-10-18 18:13:50 +02:00
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