Commit Graph

5813 Commits

Author SHA1 Message Date
Volker Rose 41f6a0a3a0
docs: note that `@nuxt/schema` should be used by module authors (#26190) 2024-03-18 15:17:30 +00:00
Turdalin Nurassyl ac54031511
docs: mention `<DevOnly>` component in api section (#26029) 2024-03-18 15:17:20 +00:00
renovate[bot] 70b2986c78
chore(deps): update github/codeql-action action to v3.24.8 (main) (#26342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-18 14:41:13 +00:00
Daniel Roe 90591e3a3c
fix(nuxt): don't warn when injecting client-only components (#26341) 2024-03-18 14:41:01 +00:00
Daniel Roe 2c0fc3a15e
fix(nuxt): handle failure creating BroadcastChannel (#26340) 2024-03-18 14:15:10 +00:00
renovate[bot] 9b9558bcf9
chore(deps): update dependency ufo to v1.5.2 (main) (#26339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-18 13:58:17 +00:00
renovate[bot] 97a98b0838
chore(deps): update all non-major dependencies (main) (#26321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-18 13:29:28 +00:00
Julien Huang 03f7b0941e
chore(nuxt): remove unused code (#26319) 2024-03-17 21:27:43 +00:00
Daniel Roe 523db1a197
fix(nuxt): ignore failures to access asyncContext in environments without it 2024-03-17 20:12:45 +01:00
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