Diizzayy / nuxt-graphql-client

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

chore(deps-dev): bump @nuxt/test-utils from 3.0.0-rc.9 to 3.0.0-rc.11 #207

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @nuxt/test-utils from 3.0.0-rc.9 to 3.0.0-rc.11.

Release notes

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

v3.0.0-rc.11

💬 Join the release discussion

🚀 How to Upgrade

Note Make sure to recreate the lock file in the project in case of any issues after the upgrade.

  • Automated: npx nuxi@latest upgrade --force
  • Manual: Bump nuxt dependency to 3.0.0-rc.11 and then use npx nuxi@latest cleanup to cleanup any local caches

⭐ What is New?

Full Static Enhancements

We have introduced Full-Static mode payload extraction in RC.10. Many of the issues from the initial implementation are resolved with this release thanks to your amazing feedback! Notably for SPA routes and state that is now in the initial state.

🧪 We understand that there might be still issues with the new implementation. Please report if spotted any. You can use new experimental.payloadExtraction: false flag in nuxt.config to opt-out as well.

IPv6 and HTTPS support for nuxi dev and vite

Nuxi CLI and unjs/listhen are improved and now support --https flag and ipv6 hosts out of the box with an auto-generated certificate. You can use --ssl-cert and --ssl-key to provide own generated SSL certificates with mkcert for example as well.

Issues with vite HMR and vite-node should be resolved as well. If you were previously using NODE_TLS_REJECT_UNAUTHORIZED or custom vite.server.hmr options for a workaround, you can try to remove them.

Note: If you see something like http://[::]:3000/ when running nuxi preview, it is all normal! The New IPv6 URL works in all modern browsers and is also backward compatible with IPv4 interfaces. If for some reason encountered any issues, try setting HOST to 0.0.0.0 to disable IPv6 listener.

Nitro Improvements

Nitro is the server engine for Nuxt 3. We had landed several fixes in 0.5.2 and 0.5.3 versions improving stability and bug fixes.

Full Changelog

compare changes

🚀 Enhancements

  • kit: useNitro() utility (#7557)
  • Allow disabling payload extraction (#7588)

🩹 Fixes

  • nuxt: Disable payload extraction for spa generated pages (#7535)
  • nuxt: Do not pass prefetched class to custom link (#7522)
  • cli: Improved self-signed certificate for nuxi dev --https (#7545)
  • vite: nuxi dev --https working out of the box (#7547)
  • schema: Update resolver for cssSourceMap with new sourcemap format [bridge] (#7541)
  • nuxt: Pass fully resolved path to nitro dist files (#7494)
  • nuxt: Remove modulepreload for spa fallback routes with ssr:true (#7553)

... (truncated)

Commits
  • 6309d22 v3.0.0-rc.11 (#7565)
  • 896622e chore: update lockfile
  • dd30353 chore(deps): bump nitropack to 0.5.4
  • 720da64 fix(nuxi, vite): support https with custom domain and hmr (#7680)
  • d47572e docs(getting-started): add views page (#7556)
  • 98ce2e6 fix(nuxt): only observe tag elements for \<NuxtLink> prefetching (#7679)
  • 42c0862 docs(testing): move modules testing section to module authors guide (#7643)
  • f82a4b6 docs(api): add defineNuxtComponent utils (#7618)
  • 347abcd fix(nuxt): strip non-.vue extensions from component types (#7673)
  • 334e2ab chore(deps): update all non-major dependencies (#7674)
  • 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 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 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.