Commit Graph

5804 Commits

Author SHA1 Message Date
Daniel Roe
0d9c63b828
fix(nuxt): correct finish types and add to docs
resolves https://github.com/nuxt/nuxt/issues/26317
2024-03-17 20:09:19 +01:00
Daniel Roe
401370b3a0
docs: add note that useId must be used with single root element 2024-03-17 19:17:25 +01:00
Daniel Roe
5b29dd3f3c
fix(nuxt): conditionally use tsx parser (#26314) 2024-03-17 17:57:11 +01:00
Joaquín Sánchez
4c8793587b
fix(schema): include ofetch in typescript.hoist defaults (#26316) 2024-03-17 17:56:47 +01:00
Daniel Roe
b3ced3d694
fix(nuxt): ignore console.logs called outside event context
resolves https://github.com/nuxt/nuxt/issues/26308
2024-03-17 16:36:45 +01:00
renovate[bot]
551ffaa9d5
chore(deps): update devdependency happy-dom to v13.9.0 (main) (#26313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-17 16:35:33 +01:00
Tanvir Rahman
1ba33d5dc5
docs: fix confusing wording (#26301) 2024-03-17 16:18:31 +01:00
Florian Lefebvre
cfd34ec234
docs: fix code block formatting for usePreviewMode (#26303) 2024-03-17 16:17:07 +01:00
Daniel Roe
68f7d4df8b
ci: configure npm registry in release workflow 2024-03-17 02:06:41 -07:00
github-actions[bot]
78d5098c28
v3.11.0 2024-03-17 01:15:47 -07:00
Daniel Roe
da8e8eba80
docs: add some appMiddleware docs 2024-03-16 18:40:57 -07:00
Daniel Roe
115298a447
docs: add docs about playwright runner support 2024-03-16 18:20:47 -07:00
Daniel Roe
24217a9920
docs: add example for clear 2024-03-16 18:07:34 -07:00
Daniel Roe
1cae15a3a4
chore(nuxt): ensure type template has const filename 2024-03-16 17:21:43 -07:00
Damian Głowala
02d6838293
feat(nuxt): add clear utility to useAsyncData/useFetch (#26259) 2024-03-16 17:19:44 -07:00
Daniel Roe
3c7e68c846
fix(nuxt): handle nightly releases for hoisted types 2024-03-16 17:18:31 -07:00
Daniel Roe
33ce71dd12
refactor(nuxt): use addTypeTemplate in more places 2024-03-16 17:15:53 -07:00
renovate[bot]
8c07493782
chore(deps): update devdependency @nuxt/test-utils to v3.12.0 (main) (#26299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-16 15:43:58 -07:00
Daniel Roe
87c0678f99
fix(nuxt): provide appMiddleware types with universal router 2024-03-16 15:12:49 -07:00
Daniel Roe
4925670dcd
refactor(nuxt): use addTypeTemplate for page augmentations 2024-03-16 15:09:04 -07:00
Daniel Roe
70669012fb
test: add type test for appMiddleware route rules 2024-03-16 15:07:08 -07:00
Daniel Roe
cac7454702
refactor(nuxt): rename nuxtMiddleware to appMiddleware 2024-03-16 15:03:09 -07:00
Daniel Roe
c6aa617839
chore: do not export unused type 2024-03-16 14:59:03 -07:00
Daniel Roe
d6ce3453c4
chore: update knip schema 2024-03-16 14:58:52 -07:00
Daniel Roe
0fc363a4f5
chore: tidy dependencies 2024-03-16 14:58:36 -07:00
Daniel Roe
beeda8acf4
chore: temporarily remove codspeed plugin 2024-03-16 14:50:56 -07:00
Daniel Roe
d981c056d1
test: use function assertion for second scrollY test 2024-03-16 13:58:22 -07:00
Daniel Roe
3d77e267d8
test: use locator assertion for body text 2024-03-16 13:38:29 -07:00
Daniel Roe
9b5bffbbb4
test: remove wait for networkidle 2024-03-16 13:23:08 -07:00
Horu
f9fe282506
feat(nuxt): add nuxtMiddleware route rule (#25841) 2024-03-16 11:53:01 -07:00
Daniel Roe
79ea75e72a
chore: remove old code 2024-03-16 11:07:30 -07:00
Daniel Roe
205d0e2fa5
test: also run composables test with appManifest off 2024-03-16 11:07:30 -07:00
renovate[bot]
adc728e2a3
chore(deps): update all non-major dependencies to ^1.8.20 (main) (#26294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-03-16 10:11:31 -07:00
Daniel Roe
c7d0567da1
test: use retryable assertion for scrollY (#26298) 2024-03-16 10:11:13 -07:00
Max Schmitt
20079904c0
ci: do not cache Playwright browsers (#26296) 2024-03-16 08:39:04 -07:00
Daniel Roe
977377777a
fix(nuxt): guard window access more carefully 2024-03-15 19:51:35 -07:00
Daniel Roe
1dc51668a4
chore: bump ip and follow-redirects 2024-03-15 19:43:15 -07:00
Daniel Roe
adbd53a257
fix(schema): don't hoist types for consola for now 2024-03-15 19:37:13 -07:00
Daniel Roe
c78c1161ad
ci: release in ci when a v3 tag is pushed 2024-03-15 19:36:17 -07:00
Tanvir Rahman
5a387d5f0a
docs: improve section titles in error-handling docs (#26288) 2024-03-15 19:12:19 -07:00
Daniel Roe
357f8db418
fix(schema): allow passing deep to selectiveClient 2024-03-15 19:02:54 -07:00
Daniel Roe
0362ebf43c
fix(nuxt): use joinRelativeURL for build assets (#26282) 2024-03-15 18:31:29 -07:00
renovate[bot]
92929cee17
chore(deps): update dependency ufo to v1.5.1 (main) (#26290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-03-15 17:07:49 -07:00
Daniel Roe
814859d769
fix(nuxt): don't generate separate chunk for stubs (#26291) 2024-03-15 17:07:38 -07:00
Daniel Roe
e272b2f2e1
feat(nuxt): pass server logs to client (#25936)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2024-03-15 16:36:47 -07:00
Daniel Roe
5be9253cfe
fix(kit): clone middleware when adding to app 2024-03-15 15:38:07 -07:00
Julien Huang
4be430e13f
feat(nuxt): pass nuxt instance to getCachedData (#26287) 2024-03-15 13:54:47 -07:00
Tanvir Rahman
e0ac145e9a
docs: add link to ofetch repo (#26284) 2024-03-15 13:18:58 -07:00
Tanvir Rahman
f21c24a112
docs: link to pinceau repo rather than website (#26286) 2024-03-15 13:18:13 -07:00
Daniel Roe
6b1f3438b6
docs: add more keywords for reducer/reviver docs
https://github.com/nuxt/nuxt/issues/21832#issuecomment-1996991526
2024-03-15 13:17:06 -07:00