Diizzayy / nuxt-graphql-client

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

chore(deps-dev): bump nuxt from 3.6.3 to 3.7.3 #380

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nuxt from 3.6.3 to 3.7.3.

Release notes

Sourced from nuxt's releases.

v3.7.3

3.7.3 is a hotfix release to address a regression introduced in 3.7.2.

👉 Changelog

compare changes

đź©ą Fixes

  • nuxt: Ensure plugins retain original order (#23174)
  • nuxt: Allow importing server components from #components (#23188)

đź’… Refactors

  • nuxt: Don't wrap server placeholders/client fallbacks (#21980)

đź“– Documentation

  • Added missing leading slash (#23169)
  • Update internal issue decision making flowchart link (#23162)

❤️ Contributors

v3.7.2

3.7.2 is a regularly scheduled patch release.

âś… Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade

👉 Changelog

compare changes

đź©ą Fixes

  • nuxt: Scroll to top by default on dynamic routes (#22403)
  • nuxt: Don't joinURL with remote sources on NuxtIsland (#23093)
  • nuxt: Exclude data-v attrs from server component props (#23095)
  • nuxt: Handle optional params within a path segment (#23070)
  • nuxt: Include method when creating useFetch auto key (#23086)

... (truncated)

Commits
  • 16e40f8 v3.7.3
  • cf59564 chore(deps): update all non-major dependencies (main) (#23173)
  • a95fd28 fix(nuxt): allow importing server components from #components (#23188)
  • 95d1f99 refactor(nuxt): don't wrap server placeholders/client fallbacks (#21980)
  • 084b2b0 docs: update internal issue decision making flowchart link (#23162)
  • 8c1eaa0 fix(nuxt): ensure plugins retain original order (#23174)
  • 6afbdc3 chore(deps): update all non-major dependencies to ^1.7.0 (main) (#23161)
  • f2ce8f6 docs: added missing leading slash (#23169)
  • ebacf19 v3.7.2
  • 84926cb chore(deps): update all non-major dependencies (main) (#23147)
  • 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 1 year ago

Superseded by #388.