Skip to content

chore(deps): update apollo graphql packages#454

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

chore(deps): update apollo graphql packages#454
renovate[bot] wants to merge 1 commit intomainfrom
renovate/apollo-graphql-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/server (source) 5.2.05.5.0 age confidence
@apollo/subgraph (source) 2.12.12.13.3 age confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v5.5.0

Compare Source

Minor Changes
  • #​8191 ada1200 Thanks @​glasser! - ⚠️ SECURITY @apollo/server/standalone:

    Apollo Server now rejects GraphQL GET requests which contain a Content-Type header other than application/json (with optional parameters such as ; charset=utf-8). Any other value is now rejected with a 415 status code.

    (GraphQL GET requests without a Content-Type header are still allowed, though they do still need to contain a non-empty X-Apollo-Operation-Name or Apollo-Require-Preflight header to be processed if the default CSRF prevention feature is enabled.)

    This improvement makes Apollo Server's CSRF more resistant to browsers which implement CORS in non-spec-compliant ways. Apollo is aware of one browser which as of March 2026 has a bug which allows an attacker to circumvent Apollo Server's CSRF prevention feature to carry out read-only XS-Search-style CSRF attacks. The browser vendor is in the process of patching this vulnerability; upgrading Apollo Server to v5.5.0 mitigates this vulnerability.

    If your server uses cookies (or HTTP Basic Auth) for authentication, Apollo encourages you to upgrade to v5.5.0.

    This is technically a backwards-incompatible change. Apollo is not aware of any GraphQL clients which provide non-empty Content-Type headers with GET requests with types other than application/json. If your use case requires such requests, please file an issue and we may add more configurability in a follow-up release.

    See advisory GHSA-9q82-xgwf-vj6h for more details.

v5.4.0

Compare Source

Minor Changes
  • d25a5bd Thanks @​phryneas! - ⚠️ SECURITY @apollo/server/standalone:

    The default configuration of startStandaloneServer was vulnerable to denial of service (DoS) attacks through specially crafted request bodies with exotic character set encodings.

    In accordance with RFC 7159, we now only accept request bodies encoded in UTF-8, UTF-16 (LE or BE), or UTF-32 (LE or BE).
    Any other character set will be rejected with a 415 Unsupported Media Type error.
    Note that the more recent JSON RFC, RFC 8259, is more strict and will only allow UTF-8.
    Since this is a minor release, we have chosen to remain compatible with the more permissive RFC 7159 for now.
    In a future major release, we may tighten this restriction further to only allow UTF-8.

    If you were not using startStandaloneServer, you were not affected by this vulnerability.

    Generally, please note that we provide startStandaloneServer as a convenience tool for quickly getting started with Apollo Server.
    For production deployments, we recommend using Apollo Server with a more fully-featured web server framework such as Express, Koa, or Fastify, where you have more control over security-related configuration options.

v5.3.0

Compare Source

Minor Changes
  • #​8062 8e54e58 Thanks @​cristunaranjo! - Allow configuration of graphql execution options (maxCoercionErrors)

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      executionOptions: {
        maxCoercionErrors: 50,
      },
    });
  • #​8014 26320bc Thanks @​mo4islona! - Expose graphql validation options.

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      validationOptions: {
        maxErrors: 10,
      },
    });
apollographql/federation (@​apollo/subgraph)

v2.13.3

Compare Source

Patch Changes

v2.13.2

Compare Source

Patch Changes

v2.13.1

Compare Source

Patch Changes

v2.13.0

Compare Source

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

v2.12.3

Compare Source

Patch Changes

v2.12.2

Compare Source

Patch Changes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 enabled auto-merge (squash) December 8, 2025 22:52
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from df2a2ab to 027809a Compare January 20, 2026 22:13
@renovate renovate bot changed the title chore(deps): update dependency @apollo/subgraph to v2.12.2 chore(deps): update dependency @apollo/subgraph to v2.13.0 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 027809a to 6a258f1 Compare January 21, 2026 12:29
@renovate renovate bot changed the title chore(deps): update dependency @apollo/subgraph to v2.13.0 chore(deps): update apollo graphql packages Jan 21, 2026
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 6a258f1 to b5ff7e7 Compare February 4, 2026 12:49
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 481e0f3 to 42eefe2 Compare February 17, 2026 21:42
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 42eefe2 to 38174e5 Compare February 19, 2026 20:32
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 48d08bb to f1fe40b Compare March 19, 2026 21:30
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f1fe40b to 33a5f5c Compare March 31, 2026 08:02
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 33a5f5c to 97a7fd2 Compare April 8, 2026 20:42
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.

0 participants