Skip to content

build(deps): bump @apollo/federation-internals and @apollo/subgraph in /apps/backend#317

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/apps/backend/multi-32204643cd
Open

build(deps): bump @apollo/federation-internals and @apollo/subgraph in /apps/backend#317
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/apps/backend/multi-32204643cd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps @apollo/federation-internals to 2.13.2 and updates ancestor dependency @apollo/subgraph. These dependencies need to be updated together.

Updates @apollo/federation-internals from 2.4.8 to 2.13.2

Release notes

Sourced from @​apollo/federation-internals's releases.

@​apollo/federation-internals@​2.13.1

No release notes provided.

@​apollo/federation-internals@​2.13.0

Minor Changes

  • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

  • Support ConnectSpec::V0_4 and @link(url: "https://specs.apollo.dev/connect/v0.4") for upcoming connectors release (#3349)

Patch Changes

  • Allow connect/v0.4 in ROUTER_SUPPORTED_SUPERGRAPH_FEATURES. (#3366)

@​apollo/federation-internals@​2.13.0-preview.2

Minor Changes

    • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

  • Allow connect/v0.4 in ROUTER_SUPPORTED_SUPERGRAPH_FEATURES. (#3366)

@​apollo/federation-internals@​2.13.0-preview.0

Minor Changes

  • Adding initial support for federation v2.13 and connect/v0.4 to unblock further development. (#3349)

@​apollo/federation-internals@​2.12.3

Patch Changes

  • Fixed several code paths that access response objects to prevent JavaScript prototype pollution and unintended access to the prototype chain. (#3397)

    See the associated GitHub Advisories GHSA-pfjj-6f4p-rvmh for more information.

@​apollo/federation-internals@​2.12.2

Patch Changes

  • Add missing connect specs to the list of router supported features (#3357)

@​apollo/federation-internals@​2.12.1

Patch Changes

  • Allow interface object fields to specify access control (#3343)

    Update composition logic to allow specifying access control directives (@authenticated, @requiresScopes and @policy) on @interfaceObject fields. While we disallow access control on interface types and fields, we decided to support it on @interfaceObject as it is a useful pattern to define a single resolver (that may need access controls) for common interface fields. Alternative would require our users to explicitly define resolvers for all implementations which defeats the purpose of @interfaceObject.

    This PR refactors in how we propagate access control by providing additional merge sources when merging directives on interfaces, interface fields and object fields.

  • Fixed demand control validations to unwrap non-nullable composite types and fields when performing validations. (#3343)

... (truncated)

Changelog

Sourced from @​apollo/federation-internals's changelog.

2.13.2

Patch Changes

  • Fixed several code paths that access response objects to prevent JavaScript prototype pollution and unintended access to the prototype chain. (#3396)

    See the associated GitHub Advisories GHSA-pfjj-6f4p-rvmh for more information.

2.13.1

2.13.0

Minor Changes

  • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

  • Support ConnectSpec::V0_4 and @link(url: "https://specs.apollo.dev/connect/v0.4") for upcoming connectors release (#3349)

Patch Changes

  • Allow connect/v0.4 in ROUTER_SUPPORTED_SUPERGRAPH_FEATURES. (#3366)

2.12.2

Patch Changes

  • Add missing connect specs to the list of router supported features (#3357)

2.12.1

Patch Changes

  • Allow interface object fields to specify access control (#3343)

    Update composition logic to allow specifying access control directives (@authenticated, @requiresScopes and @policy) on @interfaceObject fields. While we disallow access control on interface types and fields, we decided to support it on @interfaceObject as it is a useful pattern to define a single resolver (that may need access controls) for common interface fields. Alternative would require our users to explicitly define resolvers for all implementations which defeats the purpose of @interfaceObject.

    This PR refactors in how we propagate access control by providing additional merge sources when merging directives on interfaces, interface fields and object fields.

  • Fixed demand control validations to unwrap non-nullable composite types and fields when performing validations. (#3343)

2.12.0

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

  • Added isSuccess argument to @​connect and @​source (#3294)

  • Automatically propagate authorization requirements from implementing type to interface in the supergraph. (#3321)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dkuc, a new releaser for @​apollo/federation-internals since your current version.


Updates @apollo/subgraph from 2.4.8 to 2.13.2

Release notes

Sourced from @​apollo/subgraph's releases.

@​apollo/subgraph@​2.13.1

Patch Changes

  • Updated dependencies []:
    • @​apollo/federation-internals@​2.13.1

@​apollo/subgraph@​2.13.0

Minor Changes

  • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

@​apollo/subgraph@​2.13.0-preview.2

Minor Changes

    • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

@​apollo/subgraph@​2.13.0-preview.0

Patch Changes

@​apollo/subgraph@​2.12.3

Patch Changes

@​apollo/subgraph@​2.12.2

Patch Changes

@​apollo/subgraph@​2.12.1

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/subgraph's changelog.

2.13.2

Patch Changes

2.13.1

Patch Changes

  • Updated dependencies []:
    • @​apollo/federation-internals@​2.13.1

2.13.0

Minor Changes

  • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

2.12.2

Patch Changes

2.12.1

Patch Changes

2.12.0

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

Patch Changes

  • When a GraphQLScalarType resolver is provided to buildSubgraphSchema(), omitted configuration options in the GraphQLScalarType no longer cause the corresponding properties in the GraphQL document/AST to be cleared. To explicitly clear these properties, use null for the configuration option instead. (#3287)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dkuc, a new releaser for @​apollo/subgraph since your current version.


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 14, 2026
@github-actions github-actions bot enabled auto-merge March 14, 2026 01:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/backend/multi-32204643cd branch 2 times, most recently from 5200a18 to 801919d Compare March 19, 2026 21:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/backend/multi-32204643cd branch 5 times, most recently from 5f3e1c1 to a1821f1 Compare March 30, 2026 12:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/backend/multi-32204643cd branch 2 times, most recently from ee41320 to 0b94b98 Compare April 2, 2026 13:40
Bumps [@apollo/federation-internals](https://github.com/apollographql/federation/tree/HEAD/internals-js) to 2.13.2 and updates ancestor dependency [@apollo/subgraph](https://github.com/apollographql/federation/tree/HEAD/subgraph-js). These dependencies need to be updated together.


Updates `@apollo/federation-internals` from 2.4.8 to 2.13.2
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/internals-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/federation-internals@2.13.2/internals-js)

Updates `@apollo/subgraph` from 2.4.8 to 2.13.2
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/subgraph-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/subgraph@2.13.2/subgraph-js)

---
updated-dependencies:
- dependency-name: "@apollo/federation-internals"
  dependency-version: 2.13.2
  dependency-type: indirect
- dependency-name: "@apollo/subgraph"
  dependency-version: 2.13.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/backend/multi-32204643cd branch from 0b94b98 to 046c250 Compare April 2, 2026 18:17
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants