Change8

release-1762271495785

Breaking Changes
📦 graphql-yoga
2 breaking🔧 4 symbols

Summary

graphql-yoga 5.16.1 and related packages receive dependency updates, removal of the unused `graphqlEndpoint` option, and the `dset` dependency, requiring minor migration steps.

⚠️ Breaking Changes

  • Removed the unused `graphqlEndpoint` option from the NestJS driver, which may break code that relied on it. Update configuration to use the new driver settings.
  • Removed the `dset` dependency from graphql-yoga, which could break projects that imported it directly. Install `dset` separately if still needed.

Migration Steps

  1. If you were using the `graphqlEndpoint` option in @graphql-yoga/nestjs, remove it from your NestJS configuration.
  2. If your code imported `dset` from graphql-yoga, add `dset` as a direct dependency.
  3. Upgrade @graphql-tools/url-loader to 9.0.1 if you depend on it.
  4. Upgrade graphql to 16.12.0 if you depend on it.
  5. Upgrade @whatwg-node/server to ^0.10.14.

🔧 Affected Symbols

graphql-yoga@graphql-yoga/graphiql@graphql-yoga/nestjsgraphqlEndpoint