fix(data-loader): restore Apollo Server v4 to resolve CI break from dependency bump - #83
Closed
sethmcknight with Copilot wants to merge 2 commits into
Closed
fix(data-loader): restore Apollo Server v4 to resolve CI break from dependency bump#83sethmcknight with Copilot wants to merge 2 commits into
sethmcknight with Copilot wants to merge 2 commits into
Conversation
…ockfile Co-authored-by: sethmcknight <7377802+sethmcknight@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Build: Bump the npm_and_yarn group across 1 directory
fix(data-loader): restore Apollo Server v4 to resolve CI break from dependency bump
Feb 24, 2026
dependabot
Bot
deleted the branch
dependabot/npm_and_yarn/npm_and_yarn-0eeb03700c
February 28, 2026 09:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The dependency-bump PR pulled
@apollo/serverto v5 inpackages/data-loader, which is incompatible with the current Nest Apollo integration used by the package. CI failed because the v4 integration subpath expected by@nestjs/apollois not exported by Apollo Server v5.Scope
packages/data-loader.Dependency compatibility change
@apollo/serverinpackages/data-loader/package.jsonfrom^5.4.0to^4.11.3.@nestjs/apollointegration surface.Lockfile alignment
yarn.lockto reflect the v4 Apollo graph and remove the incompatible v5 resolution path.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.