gbicou / nuxt-urql

Nuxt URQL module
https://nuxt-urql-docs.vercel.app
MIT License
12 stars 0 forks source link

build(deps): bump the nuxt group with 4 updates #99

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the nuxt group with 4 updates: @nuxt/kit, @nuxt/schema, @nuxt/test-utils and nuxt.

Updates @nuxt/kit from 3.9.3 to 3.10.1

Release notes

Sourced from @​nuxt/kit's releases.

v3.10.1

3.10.1 is a regularly-scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Clear route meta build cache when pages change (#25514)

🩹 Fixes

  • nuxt: Fix syntax error when serializing route meta (#25515)
  • nuxt: Only request animation frame on client (#25569)
  • schema: Correctly set value for app.viewTransition (#25581)
  • nuxt: Correct return type of refresh functions (#25568)
  • nuxt: Broadcast cookie change in correct format (#25598)
  • nuxt: Generate typed route declarations when building (#25593)
  • nuxt: Remove key from useId type signature (#25614)
  • nuxt: Remove $ from generated id in useId (#25615)
  • nuxt: Don't set default rel for same-site external links (#25600)
  • nuxt: Warn if inheritAttrs: false when using useId (#25616)
  • nuxt: Fetch non-server rendered islands when hydrating (#25613)
  • nuxt: Don't check page/layout usage when redirecting (#25628)

💅 Refactors

  • nuxt: Improve NuxtLink types (#25599)

📖 Documentation

  • Correct typo (#25523)
  • Add and link to a section on Nuxt context (#23546)
  • Explain how to set <NuxtLink> defaults in nuxt config (#25610)

🏡 Chore

  • Use pathe in internal tests (e33cec958)
  • nuxt: Rename nuxt -> nuxtApp internally for consistency (c5d5932f5)

... (truncated)

Commits


Updates @nuxt/schema from 3.9.3 to 3.10.1

Release notes

Sourced from @​nuxt/schema's releases.

v3.10.1

3.10.1 is a regularly-scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Clear route meta build cache when pages change (#25514)

🩹 Fixes

  • nuxt: Fix syntax error when serializing route meta (#25515)
  • nuxt: Only request animation frame on client (#25569)
  • schema: Correctly set value for app.viewTransition (#25581)
  • nuxt: Correct return type of refresh functions (#25568)
  • nuxt: Broadcast cookie change in correct format (#25598)
  • nuxt: Generate typed route declarations when building (#25593)
  • nuxt: Remove key from useId type signature (#25614)
  • nuxt: Remove $ from generated id in useId (#25615)
  • nuxt: Don't set default rel for same-site external links (#25600)
  • nuxt: Warn if inheritAttrs: false when using useId (#25616)
  • nuxt: Fetch non-server rendered islands when hydrating (#25613)
  • nuxt: Don't check page/layout usage when redirecting (#25628)

💅 Refactors

  • nuxt: Improve NuxtLink types (#25599)

📖 Documentation

  • Correct typo (#25523)
  • Add and link to a section on Nuxt context (#23546)
  • Explain how to set <NuxtLink> defaults in nuxt config (#25610)

🏡 Chore

  • Use pathe in internal tests (e33cec958)
  • nuxt: Rename nuxt -> nuxtApp internally for consistency (c5d5932f5)

... (truncated)

Commits
  • 460e0cf v3.10.1
  • ced401a fix(schema): correctly set value for app.viewTransition (#25581)
  • 95d4755 chore(deps): update all non-major dependencies (main) (#25576)
  • 2364aab chore(deps): update all non-major dependencies (main) (#25545)
  • da3c502 v3.10.0
  • f1fe97f fix(nuxt): prioritise later items in pages:routerOptions hook (#25509)
  • 658a0ff feat(nuxt): useId composable (#23368)
  • b0f50be docs: remove unnecessary warning on sharedPrerenderData
  • 7d65769 chore(deps): update all non-major dependencies (main) (#25342)
  • 407fde6 feat(nuxt): experimentally extract route metadata at build time (#25210)
  • Additional commits viewable in compare view


Updates @nuxt/test-utils from 3.10.0 to 3.11.0

Release notes

Sourced from @​nuxt/test-utils's releases.

v3.11.0

compare changes

🚀 Enhancements

  • vitest-environment: Add support for in-source testing (#651)

🩹 Fixes

  • runtime: Reset modules after nuxt setup runs (#726)

✅ Tests

  • Add example of mocking vue-router (e293cea1)
  • Add example of mocking nuxt useRoute (fe465193)

❤️ Contributors

Changelog

Sourced from @​nuxt/test-utils's changelog.

v3.11.0

compare changes

🚀 Enhancements

  • vitest-environment: Add support for in-source testing (#651)

🩹 Fixes

  • runtime: Reset modules after nuxt setup runs (#726)

✅ Tests

  • Add example of mocking vue-router (e293cea1)
  • Add example of mocking nuxt useRoute (fe465193)

❤️ Contributors

Commits
  • 967c9e4 v3.11.0
  • fe46519 test: add example of mocking nuxt useRoute
  • e293cea test: add example of mocking vue-router
  • b90c61e feat(vitest-environment): add support for in-source testing (#651)
  • 648f4b6 chore(deps): update all non-major dependencies (#736)
  • f03fd58 chore(deps): update vitest to v1.2.2 (#703)
  • 32c85fe chore(deps): update peerdependency jsdom to v24 (#730)
  • 8d70ed4 chore(deps): update all non-major dependencies (#728)
  • 94d3e1e fix(runtime): reset modules after nuxt setup runs (#726)
  • a560da0 chore(deps): update resolutions vite to v5.0.12 (#727)
  • Additional commits viewable in compare view


Updates nuxt from 3.9.3 to 3.10.1

Release notes

Sourced from nuxt's releases.

v3.10.1

3.10.1 is a regularly-scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Clear route meta build cache when pages change (#25514)

🩹 Fixes

  • nuxt: Fix syntax error when serializing route meta (#25515)
  • nuxt: Only request animation frame on client (#25569)
  • schema: Correctly set value for app.viewTransition (#25581)
  • nuxt: Correct return type of refresh functions (#25568)
  • nuxt: Broadcast cookie change in correct format (#25598)
  • nuxt: Generate typed route declarations when building (#25593)
  • nuxt: Remove key from useId type signature (#25614)
  • nuxt: Remove $ from generated id in useId (#25615)
  • nuxt: Don't set default rel for same-site external links (#25600)
  • nuxt: Warn if inheritAttrs: false when using useId (#25616)
  • nuxt: Fetch non-server rendered islands when hydrating (#25613)
  • nuxt: Don't check page/layout usage when redirecting (#25628)

💅 Refactors

  • nuxt: Improve NuxtLink types (#25599)

📖 Documentation

  • Correct typo (#25523)
  • Add and link to a section on Nuxt context (#23546)
  • Explain how to set <NuxtLink> defaults in nuxt config (#25610)

🏡 Chore

  • Use pathe in internal tests (e33cec958)
  • nuxt: Rename nuxt -> nuxtApp internally for consistency (c5d5932f5)

... (truncated)

Commits
  • 460e0cf v3.10.1
  • c5d5932 chore(nuxt): rename nuxt -> nuxtApp internally for consistency
  • 9dfc0c2 fix(nuxt): don't check page/layout usage when redirecting (#25628)
  • e33cec9 chore: use pathe in internal tests
  • 7dd0225 fix(nuxt): fetch non-server rendered islands when hydrating (#25613)
  • 8705aed fix(nuxt): warn if inheritAttrs: false when using useId (#25616)
  • b78e1cb fix(nuxt): don't set default rel for same-site external links (#25600)
  • 82173ad fix(nuxt): remove $ from generated id in useId (#25615)
  • e8d1219 fix(nuxt): remove key from useId type signature (#25614)
  • 3e5560e perf(nuxt): clear route meta build cache when pages change (#25514)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxt-urql-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 7:47pm
nuxt-urql-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 7:47pm
changeset-bot[bot] commented 7 months ago

⚠️ No Changeset found

Latest commit: 7ae0bfa5e2ad9dd26ae7bf470f65c60c16fa1ccb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dependabot[bot] commented 7 months ago

Looks like these dependencies are up-to-date now, so this is no longer needed.