chore(deps): update dependency @apollo/server-integration-testsuite to v5 - #31
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
August 10, 2025 14:08
e42df9d to
51bf9ec
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
September 25, 2025 17:02
51bf9ec to
fb73843
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
October 28, 2025 17:45
fb73843 to
788c04a
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
November 10, 2025 16:56
788c04a to
ad06a0f
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
2 times, most recently
from
November 22, 2025 02:03
dda1b84 to
bd755ef
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
December 3, 2025 19:16
bd755ef to
920a1d7
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
January 8, 2026 18:57
920a1d7 to
8df6a51
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
2 times, most recently
from
January 27, 2026 17:01
43bc11f to
5b915f6
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
February 4, 2026 13:36
5b915f6 to
715fb37
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
2 times, most recently
from
February 17, 2026 19:46
d632d88 to
cbe4c2a
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
2 times, most recently
from
March 27, 2026 00:27
84e1279 to
75b2d41
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
April 8, 2026 21:42
75b2d41 to
4276533
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
April 27, 2026 17:34
4276533 to
f4ffe58
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
April 27, 2026 21:10
f4ffe58 to
b2f9f67
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
May 5, 2026 17:50
b2f9f67 to
489f022
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
May 18, 2026 11:58
489f022 to
c31fd2b
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
May 28, 2026 21:42
c31fd2b to
b9cbe77
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
July 12, 2026 10:13
b9cbe77 to
a63b92d
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
July 20, 2026 22:33
a63b92d to
1983383
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
August 14, 2026 22:29
1983383 to
0849feb
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
August 26, 2026 17:50
0849feb to
3fba9b8
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
September 2, 2026 19:44
3fba9b8 to
8272a9b
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-graphql-packages
branch
from
September 7, 2026 23:15
8272a9b to
f7a9963
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:
4.12.2→5.5.1Release Notes
apollographql/apollo-server (@apollo/server-integration-testsuite)
v5.5.1Compare Source
Patch Changes
3f46c51]:v5.5.0Compare Source
Minor Changes
#8191⚠️ SECURITY
ada1200-@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.
Patch Changes
ada1200]:v5.4.0Compare Source
Patch Changes
d25a5bd]:v5.3.0Compare Source
Patch Changes
8e54e58,26320bc]:v5.2.0Compare Source
Patch Changes
51acbeb]:v5.1.0Compare Source
Patch Changes
80a1a1a]:v5.0.0Compare Source
Major Changes
Drop support for Node.JS v14, v16, and v20.
The integration test suite no longer uses
lib: ["dom"]to tell TypeScript to assume DOM-related symbols are in the global namespace. If your integration library's test suite relied on this behavior, you may need to addlib: ["dom"]to thecompilerOptionssection of your test suite'stsconfig.json.Patch Changes
#8078
dabe7baThanks @renovate! - Support Jest v30 as well as Jest v29.Updated dependencies [
5b26558,100233a,100233a,100233a,100233a]:v4.13.0Compare Source
Patch Changes
e9d49d1]:Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.