Update all apollo server non-major dependencies - #101
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
4 times, most recently
from
August 8, 2023 20:40
e86e645 to
685d13c
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
August 18, 2023 20:45
2c379e3 to
8ef8f60
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
5 times, most recently
from
August 28, 2023 01:07
6318d6c to
e3511f1
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
September 2, 2023 23:07
3fc273d to
789e336
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
September 15, 2023 08:31
d697a8f to
e8681c2
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
September 19, 2023 10:12
3d5a12d to
e410c8e
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
3 times, most recently
from
October 7, 2023 02:03
9749e98 to
63efad4
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
October 18, 2023 10:11
c58f04d to
9f43f7f
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
October 31, 2023 11:11
1b61a02 to
8352b18
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
November 14, 2023 02:09
9bb192d to
fda1f5a
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
January 17, 2024 08:36
eefec55 to
198dd5b
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
3 times, most recently
from
January 30, 2024 23:04
1e02fc9 to
bdb264e
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
3 times, most recently
from
February 1, 2024 19:40
daa298d to
57194a2
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
3 times, most recently
from
February 15, 2024 16:43
e941f6e to
1382c5b
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
4 times, most recently
from
February 29, 2024 14:22
77fd042 to
6c16eab
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
3 times, most recently
from
March 13, 2024 14:04
943a4cd to
7647796
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
March 19, 2024 16:12
3d648f2 to
472062a
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
3 times, most recently
from
April 2, 2024 23:18
a81d9cc to
caafb8b
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
April 9, 2024 04:36
a22f13b to
42cc07e
Compare
renovate
Bot
force-pushed
the
renovate/upper-case-directive-all-apollo-server-minor-patch
branch
2 times, most recently
from
May 8, 2024 14:14
cc6e783 to
f8d635e
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.5.110.0.24→10.0.3810.9.0→10.11.020.19.8→20.19.4318.17.0→18.19.1303.12.0→3.13.02.26.1→2.26.216.11.0→16.14.25.8.3→5.9.3Release Notes
apollographql/apollo-server (@apollo/server)
v5.5.1Compare Source
Patch Changes
3f46c51Thanks @mhassan1! - Replace dependencyuuidwith calls tocrypto.randomUUID.v5.5.0Compare Source
Minor Changes
#8191⚠️ SECURITY
ada1200Thanks @glasser! -@apollo/server/standalone:Apollo Server now rejects GraphQL
GETrequests which contain aContent-Typeheader other thanapplication/json(with optional parameters such as; charset=utf-8). Any other value is now rejected with a 415 status code.(GraphQL
GETrequests without aContent-Typeheader are still allowed, though they do still need to contain a non-emptyX-Apollo-Operation-NameorApollo-Require-Preflightheader 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-Typeheaders withGETrequests with types other thanapplication/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.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.38Compare Source
Patch Changes
[
e90719b]:v10.0.37Compare Source
Patch Changes
[
615c1a2]:v10.0.36Compare Source
Patch Changes
[
79f1998]:v10.0.35Compare Source
Patch Changes
[
2609c94]:v10.0.34Compare Source
Patch Changes
[
981d461]:v10.0.33Compare Source
Patch Changes
[
a4b7dce]:v10.0.32Compare Source
Patch Changes
[
ae36a0e]: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]:ardatan/graphql-tools (@graphql-tools/utils)
v10.11.0Compare Source
Minor Changes
#7588
2118a80Thanks @EmrysMyrddin! - Add optional schema coordinate in error
extensions. This extension allows to precisely identify the source of the error by automated tools
like tracing or monitoring.
This new feature is opt-in, you have to enable it using
schemaCoordinateInErrorsexecutoroption.
Caution: This feature, when enabled, will expose information about your schema. If you need to
keep your schema private and secret, you should strip this attribute at serialization time before
sending errors to the client.
v10.10.3Compare Source
Patch Changes
2fe123aThanks @ardatan! - Revert
#7683 which can cause unexpected breaking changes so
as before the schema extension node will always be converted to a schema definition node
v10.10.2Compare Source
Patch Changes
#7679
dddc5f6Thanks @ardatan! - Support "federation/subgraph style" schemas in
astFromSchemaandprintSchemaWithDirectivesIf a
GraphQLSchemadoesn't have any defined operation types, we should print the schemadefinition as an extension rather than omitting it entirely. They are not a valid schema on their
own, but they are valid subgraph schemas in a federation setup, and it is possible to build such
schemas with
assumeValidoptions.v10.10.1Compare Source
Patch Changes
fbb58b5Thanks @ardatan! - Remove `dset` dependency
v10.10.0Compare Source
Minor Changes
#5269
fded91eThanks @uroslates! - Add default values to the arguments
When the schema is like following;
The generated operation will be like following;
Patch Changes
#7012
fd105f4Thanks @ardatan! - Fix the bug in
mergeDeep;The following inputs and outputs are corrected;
mergeDeep([{a:2}, undefined])- Any nullish values should be ignored so it should return{a:2}mergeDeep([])- no sources should returnundefinedmergeDeep([undefined])- no sources should returnundefined#5294
3b99a9bThanks @n1ru4l! - Do not map builtin scalars
v10.9.1Compare Source
Patch Changes
32d0457Thanks @ardatan! - Fix oneOf handling
apollographql/apollo-server (apollo-server)
v3.13.0Compare Source
v3.12.1Compare Source
graphql/graphql-js (graphql)
v16.14.2Compare Source
v16.14.2 (2026-06-09)
Docs 📝
7 PRs were merged
Polish 💅
Committers: 2
v16.14.1Compare Source
v16.14.1 (2026-06-02)
Docs 📝
9 PRs were merged
Polish 💅
Internal 🏠
Committers: 2
v16.14.0Compare Source
v16.14.0 (2026-05-03)
New Feature 🚀
ofTypeintrospection depth (@Nols1000)Bug Fix 🐞
(@abishekgiri)
Docs 📝
Committers: 4
v16.13.2Compare Source
v16.13.1Compare Source
v16.13.0: 16.13.0Compare Source
v16.13.0 (2026-02-24)
New Feature 🚀
Bug Fix 🐞
Internal 🏠
3 PRs were merged
Committers: 4
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
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: (UTC)
🚦 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.