Diizzayy / nuxt-graphql-client

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

chore(deps-dev): bump nuxt from 3.6.3 to 3.7.1 #370

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps nuxt from 3.6.3 to 3.7.1.

Release notes

Sourced from nuxt's releases.

v3.7.1

3.7.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 unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Prevent head dom from rendering twice (#22974)
  • nuxt: Decrease default bundle size (#22999)

🩹 Fixes

  • nuxt: Exclude resolved vite virtual modules prefix (#22834)
  • nuxt: Ensure typed layout prop persists through build (#22855)
  • nuxt: Render server components when ssr: false (#22869)
  • kit: Respect priority when registering components dirs (#22882)
  • kit: Allow passing a string to addLayout (#22902)
  • nuxt: Ensure middleware is processed when returning true (#22905)
  • nuxt: Unpause dom updates on error (#22945)
  • nuxt: Disallow write: false for type templates (#22972)
  • vite: Don't set explicit conditions in shouldExternalize (#22991)
  • nuxt: Render inlined ssr styles before stylesheets (#22986)
  • nuxt: Improve types within plugin templates (#22998)
  • nuxt: Load layer plugins before project plugins (#22889)
  • nuxt: Use destr in more places over JSON.parse (#22997)
  • nuxt: Resolve head instance from Nuxt app (#22973)
  • nuxt: Always use increment for id with client side islands (#22975)

📖 Documentation

  • Add info about dynamic nested routes (#22862)
  • Update nuxt bridge migration guide (#22815)
  • Rename nuxt-community to nuxt-modules (9991da634)
  • Add banner for readme (e92d99db3)
  • Simplify readme (681f92915)
  • Text center on banner (ea5142176)
  • Clarify that 'it' is <NuxtPage> (#22912)
  • Update examples of dynamic pageKey (#22920)

... (truncated)

Commits


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 9 months ago

Superseded by #380.