Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@apollo/server (source) 5.0.0 -> 5.2.0 age confidence dependencies minor
apollo-server-core (source) → @apollo/server ^3.13.0 -> ^4.0.0 dependencies replacement
apollo-server-express (source) → @apollo/server ^3.13.0 -> ^4.0.0 dependencies replacement

This is a special PR that replaces apollo-server-core with the community suggested minimal stable replacement version.

This is a special PR that replaces apollo-server-express with the community suggested minimal stable replacement version.


Release Notes

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

v5.2.0

Compare Source

Minor Changes
  • #​8161 51acbeb Thanks @​jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on @yaacovcr/transform introduced in @apollo/server 5.1.0. To provide support for the legacy incremental format, you must now provide the legacyExperimentalExecuteIncrementally option to the ApolloServer constructor.

    import { legacyExecuteIncrementally } from '@​yaacovcr/transform';
    
    const server = new ApolloServer({
      // ...
      legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally,
    });

    If the legacyExperimentalExecuteIncrementally option is not provided and the client sends an Accept header with a value of multipart/mixed; deferSpec=20220824, an error is returned by the server.

v5.1.0

Compare Source

Minor Changes
  • #​8148 80a1a1a Thanks @​jerelmiller! - Apollo Server now supports the incremental delivery protocol (@defer and @stream) that ships with graphql@17.0.0-alpha.9. To use the current protocol, clients must send the Accept header with a value of multipart/mixed; incrementalSpec=v0.2.

    Upgrading to 5.1 will depend on what version of graphql you have installed and whether you already support the incremental delivery protocol.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 added the dependencies third-party dependencies label Jul 27, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 61fa602 to d8301fa Compare August 1, 2025 07:16
@renovate renovate bot changed the title fix(deps): replace apollo graphql packages with @apollo/server ^4.0.0 Replace Apollo GraphQL packages with @apollo/server ^4.0.0 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from 2f7c752 to 30ec20b Compare August 10, 2025 12:33
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 30ec20b to da65898 Compare September 25, 2025 16:06
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from da65898 to 407e34b Compare October 28, 2025 18:07
@renovate renovate bot changed the title Replace Apollo GraphQL packages with @apollo/server ^4.0.0 Update Apollo GraphQL packages Oct 28, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 407e34b to 1e69f3e Compare November 11, 2025 02:05
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 24aa1ca to 7a4ec2b Compare November 22, 2025 02:05
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 7a4ec2b to f2fe08e Compare December 3, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies third-party dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant