refactor: Bump @graphql-tools/utils from 10.8.6 to 11.0.0#10377
refactor: Bump @graphql-tools/utils from 10.8.6 to 11.0.0#10377mtrezza merged 1 commit intoparse-community:alphafrom
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughUpdates GraphQL Tools dependency versions across Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 6 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Checkov (3.2.510)package.json2026-04-01 16:37:11,769 [MainThread ] [ERROR] Template file not found: package.json ... [truncated 2547 characters] ... [MainThread ] [WARNI] Secret scanning: could not process file package.json Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #10377 +/- ##
==========================================
+ Coverage 92.52% 92.53% +0.01%
==========================================
Files 192 192
Lines 16568 16568
Branches 231 231
==========================================
+ Hits 15329 15331 +2
+ Misses 1217 1215 -2
Partials 22 22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎉 This change has been released in version 9.7.1-alpha.3 |
Closes #10375
Dependency Updates
Co-dependent packages
@graphql-tools/mergeand@graphql-tools/schemaare upgraded together because their latest versions require@graphql-tools/utils@^11.0.0.Breaking Change Analysis
@graphql-tools/utils 11.0.0 (MAJOR)
The only breaking change is in federation/subgraph schema handling: schemas without defined operation types now preserve
extend schemadirectives as extensions rather than converting them toschema {}definitions. This affects federation-style subgraph schemas only.Impact on parse-server: None. Parse-server uses
mapSchema,getDirective,MapperKind(from utils),mergeSchemas(from schema), andmergeTypeDefs(from merge). None of these APIs are affected by the breaking change. Parse-server does not use federation features.@graphql-tools/merge 9.0.24 to 9.1.7 (MINOR)
@link-ed federation directives@graphql-tools/schema 10.0.23 to 10.0.31 (PATCH)
Risk Assessment
Low — The breaking change is narrow (federation subgraph schema handling) and does not affect any API used by parse-server.
Summary by CodeRabbit