Skip to content

Commit 338a132

Browse files
Update Apollo GraphQL packages (#123)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/composition](https://redirect.github.com/apollographql/federation) ([source](https://redirect.github.com/apollographql/federation/tree/HEAD/composition-js/)) | [`2.10.2` -> `2.11.0`](https://renovatebot.com/diffs/npm/@apollo%2fcomposition/2.10.2/2.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fcomposition/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fcomposition/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fcomposition/2.10.2/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fcomposition/2.10.2/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@apollo/gateway](https://redirect.github.com/apollographql/federation) ([source](https://redirect.github.com/apollographql/federation/tree/HEAD/gateway-js/)) | [`2.10.2` -> `2.11.0`](https://renovatebot.com/diffs/npm/@apollo%2fgateway/2.10.2/2.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fgateway/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fgateway/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fgateway/2.10.2/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fgateway/2.10.2/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@apollo/server](https://redirect.github.com/apollographql/apollo-server) ([source](https://redirect.github.com/apollographql/apollo-server/tree/HEAD/packages/server)) | [`4.12.1` -> `4.12.2`](https://renovatebot.com/diffs/npm/@apollo%2fserver/4.12.1/4.12.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fserver/4.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fserver/4.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fserver/4.12.1/4.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fserver/4.12.1/4.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@apollo/subgraph](https://redirect.github.com/apollographql/federation) ([source](https://redirect.github.com/apollographql/federation/tree/HEAD/subgraph-js/)) | [`2.10.2` -> `2.11.0`](https://renovatebot.com/diffs/npm/@apollo%2fsubgraph/2.10.2/2.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fsubgraph/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fsubgraph/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fsubgraph/2.10.2/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fsubgraph/2.10.2/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apollographql/federation (@&#8203;apollo/composition)</summary> ### [`v2.11.0`](https://redirect.github.com/apollographql/federation/blob/HEAD/composition-js/CHANGELOG.md#2110) [Compare Source](https://redirect.github.com/apollographql/federation/compare/@apollo/[email protected]...@apollo/[email protected]) ##### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#&#8203;3262](https://redirect.github.com/apollographql/federation/pull/3262)) ##### Patch Changes - Allow merging external types when using arrays as default arguments. ([#&#8203;3262](https://redirect.github.com/apollographql/federation/pull/3262)) - Updated dependencies \[[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](https://redirect.github.com/apollographql/federation/commit/1462c91879d41884c0a7e60551d8dd0d67c832d3), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](https://redirect.github.com/apollographql/federation/commit/9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d)]: - [@&#8203;apollo/query-graphs](https://redirect.github.com/apollo/query-graphs)[@&#8203;2](https://redirect.github.com/2).11.0 - [@&#8203;apollo/federation-internals](https://redirect.github.com/apollo/federation-internals)[@&#8203;2](https://redirect.github.com/2).11.0 </details> <details> <summary>apollographql/federation (@&#8203;apollo/gateway)</summary> ### [`v2.11.0`](https://redirect.github.com/apollographql/federation/blob/HEAD/gateway-js/CHANGELOG.md#2110) [Compare Source](https://redirect.github.com/apollographql/federation/compare/@apollo/[email protected]...@apollo/[email protected]) ##### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#&#8203;3262](https://redirect.github.com/apollographql/federation/pull/3262)) ##### Patch Changes - Corrects a set of denial-of-service (DOS) vulnerabilities that made it possible for an attacker to render gateway inoperable with certain simple query patterns due to uncontrolled resource consumption. All prior-released versions and configurations are vulnerable. ([#&#8203;3238](https://redirect.github.com/apollographql/federation/pull/3238)) See the associated GitHub Advisories [GHSA-q2f9-x4p4-7xmh](https://redirect.github.com/apollographql/federation/security/advisories/GHSA-q2f9-x4p4-7xmh) and [GHSA-p2q6-pwh5-m6jr](https://redirect.github.com/apollographql/federation/security/advisories/GHSA-p2q6-pwh5-m6jr) for more information. - Updated dependencies \[[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](https://redirect.github.com/apollographql/federation/commit/1462c91879d41884c0a7e60551d8dd0d67c832d3), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](https://redirect.github.com/apollographql/federation/commit/9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](https://redirect.github.com/apollographql/federation/commit/9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d)]: - [@&#8203;apollo/query-planner](https://redirect.github.com/apollo/query-planner)[@&#8203;2](https://redirect.github.com/2).11.0 - [@&#8203;apollo/federation-internals](https://redirect.github.com/apollo/federation-internals)[@&#8203;2](https://redirect.github.com/2).11.0 - [@&#8203;apollo/composition](https://redirect.github.com/apollo/composition)[@&#8203;2](https://redirect.github.com/2).11.0 </details> <details> <summary>apollographql/apollo-server (@&#8203;apollo/server)</summary> ### [`v4.12.2`](https://redirect.github.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#4122) [Compare Source](https://redirect.github.com/apollographql/apollo-server/compare/@apollo/[email protected]...@apollo/[email protected]) (No change; there is a change to the `@apollo/server-integration-testsuite` used to test integrations, and the two packages always have matching versions.) </details> <details> <summary>apollographql/federation (@&#8203;apollo/subgraph)</summary> ### [`v2.11.0`](https://redirect.github.com/apollographql/federation/blob/HEAD/subgraph-js/CHANGELOG.md#2110) [Compare Source](https://redirect.github.com/apollographql/federation/compare/@apollo/[email protected]...@apollo/[email protected]) ##### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#&#8203;3262](https://redirect.github.com/apollographql/federation/pull/3262)) ##### Patch Changes - Updated dependencies \[[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](https://redirect.github.com/apollographql/federation/commit/1462c91879d41884c0a7e60551d8dd0d67c832d3), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](https://redirect.github.com/apollographql/federation/commit/9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d)]: - [@&#8203;apollo/federation-internals](https://redirect.github.com/apollo/federation-internals)[@&#8203;2](https://redirect.github.com/2).11.0 </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql-hive/federation-gateway-audit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjQwLjMzLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a78f1d commit 338a132

File tree

2 files changed

+55
-62
lines changed

2 files changed

+55
-62
lines changed

package-lock.json

Lines changed: 51 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"postinstall": "npx tsc --project tsconfig.json --noCheck --noResolve"
5353
},
5454
"dependencies": {
55-
"@apollo/composition": "2.10.2",
56-
"@apollo/subgraph": "2.10.2",
55+
"@apollo/composition": "2.11.0",
56+
"@apollo/subgraph": "2.11.0",
5757
"async-retry": "1.3.3",
5858
"dotenv": "16.5.0",
5959
"fets": "0.8.5",
@@ -67,8 +67,8 @@
6767
"yargs": "17.7.2"
6868
},
6969
"devDependencies": {
70-
"@apollo/gateway": "2.10.2",
71-
"@apollo/server": "4.12.1",
70+
"@apollo/gateway": "2.11.0",
71+
"@apollo/server": "4.12.2",
7272
"@types/async-retry": "1.4.9",
7373
"@types/express": "5.0.1",
7474
"@types/node": "22.13.10",

0 commit comments

Comments
 (0)