Diizzayy / nuxt-graphql-client

⚑️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
339 stars 42 forks source link

chore(deps-dev): bump nuxt from 3.8.0 to 3.9.1 #453

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps nuxt from 3.8.0 to 3.9.1.

Release notes

Sourced from nuxt's releases.

v3.9.1

3.9.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: Avoid multiple iterations in useRequestHeaders (#24853)
  • kit,schema,nuxt: Refactor startsWith to array access (#24744)
  • nuxt: Use single iteration when normalising routes (#24946)
  • nuxt: Remove some line breaks when rendering html (#24888)

🩹 Fixes

  • nuxt: Catch error in NuxtErrorBoundary with ssr: false (#24896)
  • kit: Show correct error when module can't be loaded (#24957)
  • nuxt: Deeply watch island props (#24986)
  • nuxt: Don't show transition on initial page load (#24935)
  • nuxt: Clone cookie to detect changes within object (#25007)
  • nuxt: Do not warn about missing layouts on error page (#25008)
  • nuxt: Ignore plugins typed as any in inferred injections (#25010)
  • nuxt: Reuse intermediate setup state in <ClientOnly> (#25009)
  • nuxt: Skip scanning layout/middleware without name (#25015)
  • nuxt: Wrap universal router currentRoute in Ref (#25026)
  • nuxt: Stop loading indicator if page keys are the same (#24931)

πŸ’… Refactors

  • nuxt: Remove old reference to nuxt-config-schema (#25067)

πŸ“– Documentation

  • Switch features/future docs (f5676fba5)
  • Corrected json syntax in 7.esm.md (#24937)
  • Specify yarn pnp opt-out for install (#24923)
  • Capitalise hash for vue-router docs link (#24948)
  • Add badge for callOnce utility (792cf6713)
  • Warn about hydration issue with URL fragment (#24961)

... (truncated)

Commits
  • 6736dec v3.9.1
  • 6acca6f chore(deps): update dependency defu to ^6.1.4 (main) (#25075)
  • dc02809 chore(deps): update all non-major dependencies (main) (#25056)
  • 0add7bd refactor(nuxt): remove old reference to nuxt-config-schema (#25067)
  • fd812ef fix(nuxt): stop loading indicator if page keys are the same (#24931)
  • 13c42d3 perf(nuxt): remove some line breaks when rendering html (#24888)
  • 3cdef69 chore(deps): update all non-major dependencies (main) (#25036)
  • 36b9106 chore(deps): update all non-major dependencies to v3.4.4 (main) (#25027)
  • 75b81d7 fix(nuxt): wrap universal router currentRoute in Ref (#25026)
  • b784336 fix(nuxt): skip scanning layout/middleware without name (#25015)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Looks like nuxt is up-to-date now, so this is no longer needed.