Change8

release-1740055722339

Breaking Changes
📦 graphql-yogaView on GitHub →
1 breaking

Summary

Patch release 3.12.1 updates dependencies and removes two peer dependencies from the Apollo inline trace plugin, requiring manual installation if those packages were previously relied upon.

⚠️ Breaking Changes

  • Removed peer dependencies @graphql-tools/utils@^10.6.1 and @whatwg-node/fetch@^0.10.1 from @graphql-yoga/plugin-apollo-inline-trace@3.12.1. Projects that relied on these being installed must add them manually to their own dependencies.

Migration Steps

  1. If you were using @graphql-tools/utils or @whatwg-node/fetch via @graphql-yoga/plugin-apollo-inline-trace, add those packages to your project's dependencies with the appropriate version ranges.
  2. Ensure that @graphql-yoga/plugin-apollo-inline-trace@3.12.1 is installed as a dependency of @graphql-yoga/nestjs-federation and @graphql-yoga/plugin-apollo-usage-report.