chore(deps): update all apollo server non-major dependencies#95
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update all apollo server non-major dependencies#95renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
1d9d63b to
f9e6891
Compare
ec2b0e2 to
52a8578
Compare
cc4129a to
d8e7896
Compare
f4c0caf to
7bbc026
Compare
e32c3ba to
0ae7077
Compare
21c83ec to
0dc336f
Compare
7c8d7d9 to
0cf74ea
Compare
684054b to
8ab790a
Compare
a7ddf82 to
7cb7348
Compare
af9d714 to
9ebd5b0
Compare
fed3b1e to
eaea62a
Compare
fd1d80f to
e210820
Compare
e210820 to
0a4caa1
Compare
13ab84c to
9962f8e
Compare
7971b7a to
595f42f
Compare
a6f34f4 to
1445bc2
Compare
9c4b710 to
34c0443
Compare
7aef067 to
11c3a6e
Compare
8ddbdd6 to
f5411f1
Compare
f5411f1 to
c871e13
Compare
c871e13 to
62464c1
Compare
a606003 to
bfdceea
Compare
81f90c0 to
f5adde1
Compare
f5adde1 to
67158a3
Compare
e8dfb71 to
144756e
Compare
144756e to
a0703aa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.0→5.4.020.19.8→20.19.3218.6.3→18.19.1303.12.0→3.13.02.26.1→2.26.216.11.0→16.12.016.8.1→16.12.015.8.0→15.10.115.5.1→15.10.12.0.12→2.0.225.8.3→5.9.34.7.4→4.9.5Release Notes
apollographql/apollo-server (@apollo/server)
v5.4.0Compare Source
Minor Changes
d25a5bdThanks @phryneas! -@apollo/server/standalone:The default configuration of
startStandaloneServerwas 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 Typeerror.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
startStandaloneServeras 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.0Compare Source
Minor Changes
#8062
8e54e58Thanks @cristunaranjo! - Allow configuration of graphql execution options (maxCoercionErrors)#8014
26320bcThanks @mo4islona! - Exposegraphqlvalidation options.v5.2.0Compare Source
Minor Changes
#8161
51acbebThanks @jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on@yaacovcr/transformintroduced in@apollo/server5.1.0. To provide support for the legacy incremental format, you must now provide thelegacyExperimentalExecuteIncrementallyoption to theApolloServerconstructor.If the
legacyExperimentalExecuteIncrementallyoption is not provided and the client sends anAcceptheader with a value ofmultipart/mixed; deferSpec=20220824, an error is returned by the server.v5.1.0Compare Source
Minor Changes
#8148
80a1a1aThanks @jerelmiller! - Apollo Server now supports the incremental delivery protocol (@deferand@stream) that ships withgraphql@17.0.0-alpha.9. To use the current protocol, clients must send theAcceptheader with a value ofmultipart/mixed; incrementalSpec=v0.2.Upgrading to 5.1 will depend on what version of
graphqlyou have installed and whether you already support the incremental delivery protocol.apollographql/apollo-server (apollo-server)
v3.13.0Compare Source
v3.12.1Compare Source
graphql/graphql-js (graphql)
v16.12.0: 16.12.0Compare 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.22Compare Source
Bug Fixes
v2.0.21Compare Source
Bug Fixes
v2.0.20Compare Source
Bug Fixes
v2.0.19Compare Source
Bug Fixes
v2.0.18Compare Source
Bug Fixes
v2.0.17Compare Source
Bug Fixes
v2.0.16Compare Source
Bug Fixes
v2.0.15Compare Source
Bug Fixes
v2.0.14Compare Source
Bug Fixes
v2.0.13Compare Source
Bug Fixes
microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare 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.9Compare 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.
This PR was generated by Mend Renovate. View the repository job log.