Skip to content

chore(deps): update all apollo server non-major dependencies#95

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/getting-started-all-apollo-server-minor-patch
Open

chore(deps): update all apollo server non-major dependencies#95
renovate[bot] wants to merge 1 commit intomainfrom
renovate/getting-started-all-apollo-server-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2023

This PR contains the following updates:

Package Change Age Confidence
@apollo/server (source) 5.0.05.4.0 age confidence
@types/node (source) 20.19.820.19.37 age confidence
@types/node (source) 18.6.318.19.130 age confidence
apollo-server (source) 3.12.03.13.0 age confidence
apollo-server (source) 2.26.12.26.2 age confidence
graphql 16.11.016.13.1 age confidence
graphql 16.8.116.13.1 age confidence
graphql 15.8.015.10.1 age confidence
graphql 15.5.115.10.1 age confidence
nodemon (source) 2.0.122.0.22 age confidence
typescript (source) 5.8.35.9.3 age confidence
typescript (source) 4.7.44.9.5 age confidence

Release Notes

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

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,
      },
    });

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.

apollographql/apollo-server (apollo-server)

v3.13.0

Compare Source

v3.12.1

Compare Source

graphql/graphql-js (graphql)

v16.13.1

Compare Source

v16.13.1 (2026-03-04)

Docs 📝
Internal 🏠
Committers: 2

v16.13.0

Compare Source

v16.12.0: 16.12.0

Compare Source

v16.12.0 (2025-11-01)

New Feature 🚀
Bug Fix 🐞
Docs 📝
28 PRs were merged
Polish 💅
Internal 🏠
3 PRs were merged
Committers: 9
remy/nodemon (nodemon)

v2.0.22

Compare Source

Bug Fixes

v2.0.21

Compare Source

Bug Fixes

v2.0.20

Compare Source

Bug Fixes
  • remove postinstall script (e099e91)

v2.0.19

Compare Source

Bug Fixes

v2.0.18

Compare Source

Bug Fixes
  • revert update-notifier forcing esm (1b3bc8c)

v2.0.17

Compare Source

Bug Fixes

v2.0.16

Compare Source

Bug Fixes
  • support windows by using path.delimiter (e26aaa9)

v2.0.15

Compare Source

Bug Fixes

v2.0.14

Compare Source

Bug Fixes

v2.0.13

Compare Source

Bug Fixes
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


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 force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch from 1d9d63b to f9e6891 Compare July 25, 2023 20:33
@renovate renovate bot changed the title chore(deps): update all apollo server non-major dependencies fix(deps): update all apollo server non-major dependencies Jul 27, 2023
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 4 times, most recently from ec2b0e2 to 52a8578 Compare August 8, 2023 20:40
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 3 times, most recently from cc4129a to d8e7896 Compare August 18, 2023 20:45
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 5 times, most recently from f4c0caf to 7bbc026 Compare August 28, 2023 01:06
@renovate renovate bot changed the title fix(deps): update all apollo server non-major dependencies chore(deps): update all apollo server non-major dependencies Aug 30, 2023
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from e32c3ba to 0ae7077 Compare September 2, 2023 23:08
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from 21c83ec to 0dc336f Compare September 15, 2023 08:32
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from 7c8d7d9 to 0cf74ea Compare September 19, 2023 10:14
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 3 times, most recently from 684054b to 8ab790a Compare October 7, 2023 02:03
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from a7ddf82 to 7cb7348 Compare October 18, 2023 10:12
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from af9d714 to 9ebd5b0 Compare October 31, 2023 11:12
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from 9b0399e to 816af0f Compare January 9, 2024 15:56
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from 79546fc to 291715b Compare January 17, 2024 08:37
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 3 times, most recently from 10863d1 to 1ebd23c Compare January 30, 2024 23:05
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 3 times, most recently from 99add1e to 3a465e0 Compare February 1, 2024 19:40
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 3 times, most recently from 4438728 to ea12426 Compare February 15, 2024 16:43
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 4 times, most recently from 149dbf2 to d2b82f0 Compare February 29, 2024 14:22
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 3 times, most recently from 398df5f to 5b60dc7 Compare March 13, 2024 14:05
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from 6f9d088 to 5b72739 Compare March 19, 2024 16:12
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 3 times, most recently from 5903412 to 2070791 Compare April 2, 2024 23:19
@renovate renovate bot changed the title chore(deps): update all apollo server non-major dependencies fix(deps): update all apollo server non-major dependencies Apr 3, 2024
@renovate renovate bot changed the title fix(deps): update all apollo server non-major dependencies chore(deps): update all apollo server non-major dependencies Apr 3, 2024
@renovate renovate bot force-pushed the renovate/getting-started-all-apollo-server-minor-patch branch 2 times, most recently from 6fa2e71 to 9e6e4db Compare April 9, 2024 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant