Migrating to GraphQL Yoga release-1740055722339
Version release-1740055722339 introduces 1 breaking change. This guide details how to update your code.
Released: 2/20/2025
1
Breaking Changes
2
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
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
- 1If 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.
- 2Ensure 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.
Release 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.
Need More Details?
View the full release notes and all changes for GraphQL Yoga release-1740055722339.
View Full Changelog