Skip to content

chore(deps): update dependency @apollo/subgraph to v2.15.0 - #4115

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/apollo-graphql-packages
Open

chore(deps): update dependency @apollo/subgraph to v2.15.0#4115
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/apollo-graphql-packages

Conversation

@renovate

@renovate renovate Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@apollo/subgraph 2.14.42.15.0 age confidence

Release Notes

apollographql/subgraph-js (@​apollo/subgraph)

v2.15.0

Compare Source

This release is a generic reimplementation of @apollo/subgraph
that can be used with any graphql-js compatible subgraphs. Unless
otherwise noted, behavior is intended to stay compatible with the
previous implementation.

Changed
  • Use graphql-js functionality over custom logic. All logic is now
    re-implemented using graphql-js functionality. @apollo/federation-internals is no
    longer a dependency.
  • printSubgraphSchema now prints the complete schema, federation
    directives, types, and root fields included. NOTE: It is just a thin wrapper around
    @graphql-tools/utils's printSchemaWithDirectives.
Removed
  • LegacySchemaModule input shape. buildSubgraphSchema no longer accepts
    Apollo Server's old { typeDefs, resolvers } object shape. Pass an array of
    { typeDefs, resolvers } modules (or a bare DocumentNode) instead:

    - buildSubgraphSchema({ typeDefs, resolvers })
    + buildSubgraphSchema([{ typeDefs, resolvers }])

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/apollo-graphql-packages branch 4 times, most recently from 71e8921 to 084d115 Compare September 8, 2026 03:10
@renovate
renovate Bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from b6f8e2d to 65216d3 Compare September 11, 2026 19:42
@renovate
renovate Bot force-pushed the renovate/apollo-graphql-packages branch from 65216d3 to 64b3bb8 Compare September 14, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants