Skip to content

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
dependabot/npm_and_yarn/npm_and_yarn-0eeb03700cfrom
copilot/sub-pr-82
Closed

fix(data-loader): restore Apollo Server v4 to resolve CI break from dependency bump#83
sethmcknight with Copilot wants to merge 2 commits into
dependabot/npm_and_yarn/npm_and_yarn-0eeb03700cfrom
copilot/sub-pr-82

Conversation

Copilot AI commented Feb 24, 2026

Copy link
Copy Markdown

The dependency-bump PR pulled @apollo/server to v5 in packages/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/apollo is not exported by Apollo Server v5.

  • Scope

    • Targets only the CI regression introduced by the dependency update in packages/data-loader.
  • Dependency compatibility change

    • Reverted @apollo/server in packages/data-loader/package.json from ^5.4.0 to ^4.11.3.
    • Keeps the package aligned with the currently used @nestjs/apollo integration surface.
  • Lockfile alignment

    • Updated yarn.lock to reflect the v4 Apollo graph and remove the incompatible v5 resolution path.
// packages/data-loader/package.json
{
  "devDependencies": {
    "@apollo/server": "^4.11.3"
  }
}

💡 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.

…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
Copilot AI requested a review from sethmcknight February 24, 2026 17:59
@dependabot
dependabot Bot deleted the branch dependabot/npm_and_yarn/npm_and_yarn-0eeb03700c February 28, 2026 09:47
@dependabot dependabot Bot closed this Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants