chore(deps): update all apollo server non-major dependencies#77
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update all apollo server non-major dependencies#77renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
e227150 to
af98ae6
Compare
a6ac2a1 to
ab80564
Compare
80ae9c0 to
5b90f3c
Compare
9bd2945 to
f9cedc5
Compare
0d6917f to
c3cc631
Compare
7b8ccca to
18b04f8
Compare
092a694 to
304002f
Compare
0184ee6 to
a902888
Compare
7396faa to
00ed19b
Compare
6f97f57 to
2cbb147
Compare
ecdb64b to
6fc04d6
Compare
476972e to
277bc67
Compare
1a6b62e to
a9f5cae
Compare
19d3ef4 to
73184a4
Compare
94ac029 to
4e5bcb6
Compare
e0fbec5 to
0aede88
Compare
f889eac to
32b1000
Compare
32b1000 to
cee6b7d
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.010.0.24→10.0.319.0.13→9.0.192.8.13→2.8.1920.19.8→20.19.3718.6.3→18.19.1308.2.2→8.18.18.5.5→8.18.13.12.0→3.13.02.8.5→2.8.65.1.0→5.2.14.18.2→4.22.116.11.0→16.13.115.8.0→15.10.15.5.5→5.16.25.14.0→5.16.25.8.3→5.9.34.7.4→4.9.58.18.3→8.19.08.4.2→8.19.08.13.0→8.19.0Release 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.ardatan/graphql-tools (@graphql-tools/schema)
v10.0.31Compare Source
Patch Changes
[
6f3776c]:v10.0.30Compare Source
Patch Changes
[
2118a80]:v10.0.29Compare Source
Patch Changes
[
2fe123a]:v10.0.28Compare Source
Patch Changes
[
dddc5f6]:v10.0.27Compare Source
Patch Changes
[
fbb58b5]:v10.0.26Compare Source
Patch Changes
[
fd105f4,fded91e,3b99a9b]:v10.0.25Compare Source
Patch Changes
[
984d542,984d542,32d0457]:apollographql/apollo-server (apollo-server-express)
v3.13.0Compare Source
v3.12.1Compare Source
expressjs/cors (cors)
v2.8.6Compare Source
==================
expressjs/express (express)
v5.2.1Compare Source
=======================
v5.2.0Compare Source
========================
body-parser@^2.2.1res.redirectwith undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.graphql/graphql-js (graphql)
v16.13.1Compare Source
v16.13.1 (2026-03-04)
Docs 📝
migrate from express graphql guide to graphqlJS docs
(@sarahxsanders)
Internal 🏠
backport new release flow from 17.x.x
(@yaacovCR)
Committers: 2
v16.13.0Compare Source
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
enisdenjo/graphql-ws (graphql-ws)
v5.16.2Compare Source
Patch Changes
#611
6a5fde1Thanks @enisdenjo! - No more workspacesThis version does not contain any code changes.
v5.16.1Compare Source
Patch Changes
#607
a629ec7Thanks @enisdenjo! - Release with changesetsThis version does not contain any code changes.
v5.16.0Compare Source
Bug Fixes
Features
v5.15.0Compare Source
Bug Fixes
TerminatedCloseEventclass extending anErrorfor rejecting promises when terminating (74b4ceb), closes #531Features
v5.14.3Compare Source
Bug Fixes
this) (812129d)v5.14.2Compare Source
Bug Fixes
v5.14.1Compare Source
Bug Fixes
v5.14.0Compare Source
Features
v5.13.1Compare Source
Bug Fixes
v5.13.0Compare Source
Features
v5.12.1Compare Source
Bug Fixes
v5.12.0Compare Source
Features
v5.11.3Compare Source
Bug Fixes
Error(#442) (9884889), closes #441v5.11.2Compare Source
Bug Fixes
v5.11.1Compare Source
Bug Fixes
v5.11.0Compare Source
Features
generateID(d0bc6e1), closes #398v5.10.2Compare Source
Performance Improvements
v5.10.1Compare Source
Bug Fixes
lazyCloseTimeout(c332837), closes #388v5.10.0Compare Source
Features
@fastify/websocket(#382) (dd755b0), closes #381v5.9.1Compare Source
Bug Fixes
exports(#375) (9f394d7)v5.9.0Compare Source
Features
v5.8.2Compare Source
Bug Fixes
v5.8.1Compare Source
Bug Fixes
isFatalConnectionProblemdefaults to undefined for usingshouldRetry(9d5c573)v5.8.0Compare Source
Features
isFatalConnectionProblemoption in favour ofshouldRetry(d8dcf21)v5.7.0Compare Source
Features
v5.6.4Compare Source
Bug Fixes
v5.6.3Compare Source
Bug Fixes
connectionParamstook too long and the server kicked the client off (1e94e45), closes #331v5.6.2Compare Source
Bug Fixes
handleProtocolsaccepts arrays too and gracefully rejects other types (98dec1a), closes #318v5.6.1Compare Source
Bug Fixes
Sec-WebSocket-Protocolheader if none supported (9bae064)v5.6.0Compare Source
Features
connectionParams) (#311) (e67cf80)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:
websockets/ws (ws)
v8.19.0Compare Source
Features
closeTimeoutoption (#2308).Bug fixes
1998485).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.