Skip to content

Commit 87b466a

Browse files
Update Apollo GraphQL packages (#707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3727de commit 87b466a

File tree

5 files changed

+47
-47
lines changed

5 files changed

+47
-47
lines changed

federation/gateways/apollo-router/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gateway:
3-
image: ghcr.io/apollographql/router:v2.2.1
3+
image: ghcr.io/apollographql/router:v2.4.0
44
container_name: gateway
55
networks:
66
- test

federation/gateways/apollo-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"typescript": "5.8.3",
99
"graphql": "16.11.0",
1010
"@apollo/server": "5.0.0",
11-
"@apollo/gateway": "2.10.2",
12-
"@apollo/composition": "2.10.2"
11+
"@apollo/gateway": "2.11.2",
12+
"@apollo/composition": "2.11.2"
1313
}
1414
}

federation/gateways/apollo-server/yarn.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz#5da62cf64c3b4419dabfef4536b57a40c8ff0b47"
88
integrity sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==
99

10-
"@apollo/composition@2.10.2":
11-
version "2.10.2"
12-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.10.2.tgz#81148de6a19c460d962e9652e72252d693b4f33b"
13-
integrity sha512-K74SBGUKkO7IwwNC5cd6PCMfwWm6SUUEGFy2hRpsb6PrX2TvfC+Nx2SDxASsByt4uZW9PEVRz6+S9ovnaAwtrQ==
10+
"@apollo/composition@2.11.2":
11+
version "2.11.2"
12+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.11.2.tgz#cee4026b9727ef357bef8a94adde2a2a4ea4bec9"
13+
integrity sha512-ut/Kj/YMUXtV+VwsHFOoT0hvvZAJwOltkuMVZJUY1O0deecrc4Ceq8VeogPKXF/jeR59kMr6na1ZPHBRBe/rqQ==
1414
dependencies:
15-
"@apollo/federation-internals" "2.10.2"
16-
"@apollo/query-graphs" "2.10.2"
15+
"@apollo/federation-internals" "2.11.2"
16+
"@apollo/query-graphs" "2.11.2"
1717

18-
"@apollo/federation-internals@2.10.2":
19-
version "2.10.2"
20-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.10.2.tgz#c5ca74e927ed244607196a5f36a91db18038d7aa"
21-
integrity sha512-6GLJsFizf8J5GJUSgXmW7zzwhwSELB/X0OGkqW3x+s7M9s1VFO15jvaqwI0Pk4OAzuDxVjO4EGaPJ7MqKafAtQ==
18+
"@apollo/federation-internals@2.11.2":
19+
version "2.11.2"
20+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.11.2.tgz#ab0df7d427935c6e3323c0083f866d659f206b5f"
21+
integrity sha512-GSFGL2fLox3EBszWKJvRkVLFA0hkJF9PHGMQH+WdB/12KVB3QHKwDyW1T9VZtxe2SJhNU3puleSxCsO16Bf3iA==
2222
dependencies:
2323
"@types/uuid" "^9.0.0"
2424
chalk "^4.1.0"
2525
js-levenshtein "^1.1.6"
2626
uuid "^9.0.0"
2727

28-
"@apollo/gateway@2.10.2":
29-
version "2.10.2"
30-
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.10.2.tgz#6e22eb351bfda3e50cb005a973c051b1c8453f79"
31-
integrity sha512-n4bSObtks5aps73ri2JF7igVpjG3YRNwyKuQTyG5YOc3yRopdoaTiEdjZrB/Hq0KQLeFKedRZPQBHJlVGKdIww==
28+
"@apollo/gateway@2.11.2":
29+
version "2.11.2"
30+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.11.2.tgz#fbadbc50968bf65cd19e768eac6503b42ba4867d"
31+
integrity sha512-QeE/aVYUhYJFxXJK0vF6zr0x6yRKpaSr5b9q7vxWVktihrzsAVS+GwALbcliU/hkGgntXwO+jvXwz9mEKrdwnw==
3232
dependencies:
33-
"@apollo/composition" "2.10.2"
34-
"@apollo/federation-internals" "2.10.2"
35-
"@apollo/query-planner" "2.10.2"
33+
"@apollo/composition" "2.11.2"
34+
"@apollo/federation-internals" "2.11.2"
35+
"@apollo/query-planner" "2.11.2"
3636
"@apollo/server-gateway-interface" "^1.1.0"
3737
"@apollo/usage-reporting-protobuf" "^4.1.0"
3838
"@apollo/utils.createhash" "^2.0.0"
@@ -67,23 +67,23 @@
6767
"@types/long" "^4.0.0"
6868
long "^4.0.0"
6969

70-
"@apollo/query-graphs@2.10.2":
71-
version "2.10.2"
72-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.10.2.tgz#12726290223ce5c38fb1d42e8b1441e80465ab22"
73-
integrity sha512-FT9N7/HhjrxYCQ2Fe9uDzZ2idyCGq0jN/Ma1+0e5upww+6wgc8PUJWEkw/jAmU/8XjOPOLsAppgd3tuaI79ZfA==
70+
"@apollo/query-graphs@2.11.2":
71+
version "2.11.2"
72+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.11.2.tgz#7d43f3efa9b11e8cfba476c4bce1c9964792d885"
73+
integrity sha512-LwGumh0XkOMSA4+RhSVYY1Yd4wa3Mi8ylDk8GyhMl4kpFAOb2x+SRIka+kEDNPufu9wNSl457/rVeAxNw1zZ1Q==
7474
dependencies:
75-
"@apollo/federation-internals" "2.10.2"
75+
"@apollo/federation-internals" "2.11.2"
7676
deep-equal "^2.0.5"
7777
ts-graphviz "^1.5.4"
7878
uuid "^9.0.0"
7979

80-
"@apollo/query-planner@2.10.2":
81-
version "2.10.2"
82-
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.10.2.tgz#ec22169d0d1d494074d1d5b4fd4ca20fe72b8bc9"
83-
integrity sha512-uIryE4CgpAMjGhpquIxkzgiWXjETXizkmOWiddMjj6Wn8xbq5YVLjG1IjMuK5z05UID0VnX6wy0TAiFKR2oOFg==
80+
"@apollo/query-planner@2.11.2":
81+
version "2.11.2"
82+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.11.2.tgz#cecaa39a937b6bad4450694db712a05ca340db19"
83+
integrity sha512-wrJ10uryy+Ir5V3tOjDbuXOgHZMgI4/O5IcBYIayEFPrZBG2TaDWVNN14b0Ri0j27p+foxbGErs8t1Daphvbjg==
8484
dependencies:
85-
"@apollo/federation-internals" "2.10.2"
86-
"@apollo/query-graphs" "2.10.2"
85+
"@apollo/federation-internals" "2.11.2"
86+
"@apollo/query-graphs" "2.11.2"
8787
"@apollo/utils.keyvaluecache" "^2.1.0"
8888
chalk "^4.1.0"
8989
deep-equal "^2.0.5"

federation/scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tsx": "4.20.3",
88
"typescript": "5.8.3",
99
"graphql": "16.11.0",
10-
"@apollo/composition": "2.10.2"
10+
"@apollo/composition": "2.11.2"
1111
},
1212
"devDependencies": {
1313
"@types/node": "22.15.24"

federation/scenarios/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
# yarn lockfile v1
33

44

5-
"@apollo/composition@2.10.2":
6-
version "2.10.2"
7-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.10.2.tgz#81148de6a19c460d962e9652e72252d693b4f33b"
8-
integrity sha512-K74SBGUKkO7IwwNC5cd6PCMfwWm6SUUEGFy2hRpsb6PrX2TvfC+Nx2SDxASsByt4uZW9PEVRz6+S9ovnaAwtrQ==
5+
"@apollo/composition@2.11.2":
6+
version "2.11.2"
7+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.11.2.tgz#cee4026b9727ef357bef8a94adde2a2a4ea4bec9"
8+
integrity sha512-ut/Kj/YMUXtV+VwsHFOoT0hvvZAJwOltkuMVZJUY1O0deecrc4Ceq8VeogPKXF/jeR59kMr6na1ZPHBRBe/rqQ==
99
dependencies:
10-
"@apollo/federation-internals" "2.10.2"
11-
"@apollo/query-graphs" "2.10.2"
10+
"@apollo/federation-internals" "2.11.2"
11+
"@apollo/query-graphs" "2.11.2"
1212

13-
"@apollo/federation-internals@2.10.2":
14-
version "2.10.2"
15-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.10.2.tgz#c5ca74e927ed244607196a5f36a91db18038d7aa"
16-
integrity sha512-6GLJsFizf8J5GJUSgXmW7zzwhwSELB/X0OGkqW3x+s7M9s1VFO15jvaqwI0Pk4OAzuDxVjO4EGaPJ7MqKafAtQ==
13+
"@apollo/federation-internals@2.11.2":
14+
version "2.11.2"
15+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.11.2.tgz#ab0df7d427935c6e3323c0083f866d659f206b5f"
16+
integrity sha512-GSFGL2fLox3EBszWKJvRkVLFA0hkJF9PHGMQH+WdB/12KVB3QHKwDyW1T9VZtxe2SJhNU3puleSxCsO16Bf3iA==
1717
dependencies:
1818
"@types/uuid" "^9.0.0"
1919
chalk "^4.1.0"
2020
js-levenshtein "^1.1.6"
2121
uuid "^9.0.0"
2222

23-
"@apollo/query-graphs@2.10.2":
24-
version "2.10.2"
25-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.10.2.tgz#12726290223ce5c38fb1d42e8b1441e80465ab22"
26-
integrity sha512-FT9N7/HhjrxYCQ2Fe9uDzZ2idyCGq0jN/Ma1+0e5upww+6wgc8PUJWEkw/jAmU/8XjOPOLsAppgd3tuaI79ZfA==
23+
"@apollo/query-graphs@2.11.2":
24+
version "2.11.2"
25+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.11.2.tgz#7d43f3efa9b11e8cfba476c4bce1c9964792d885"
26+
integrity sha512-LwGumh0XkOMSA4+RhSVYY1Yd4wa3Mi8ylDk8GyhMl4kpFAOb2x+SRIka+kEDNPufu9wNSl457/rVeAxNw1zZ1Q==
2727
dependencies:
28-
"@apollo/federation-internals" "2.10.2"
28+
"@apollo/federation-internals" "2.11.2"
2929
deep-equal "^2.0.5"
3030
ts-graphviz "^1.5.4"
3131
uuid "^9.0.0"

0 commit comments

Comments
 (0)