Skip to content

Commit d97e443

Browse files
Update Apollo GraphQL packages (#647)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 597c6c3 commit d97e443

File tree

5 files changed

+52
-80
lines changed

5 files changed

+52
-80
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.1.0
3+
image: ghcr.io/apollographql/router:v2.2.0
44
container_name: gateway
55
networks:
66
- test

federation/gateways/apollo-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"tsx": "4.19.4",
88
"typescript": "5.8.3",
99
"graphql": "16.11.0",
10-
"@apollo/server": "4.11.3",
11-
"@apollo/gateway": "2.10.1",
12-
"@apollo/composition": "2.10.0"
10+
"@apollo/server": "4.12.0",
11+
"@apollo/gateway": "2.10.2",
12+
"@apollo/composition": "2.10.2"
1313
}
1414
}

federation/gateways/apollo-server/yarn.lock

Lines changed: 32 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -7,50 +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/[email protected].0":
11-
version "2.10.0"
12-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.10.0.tgz#7322ebd0fdc894bdeae2487ebe93f6c046e5db7a"
13-
integrity sha512-+EkUY97+DMrBnMvbaPGwYwVmOzNgvAmbvRJSMGGC95ISnev7Cd5sVVVP6HKKann3hd8Yq6y83Enzp1xew5HI4w==
10+
"@apollo/[email protected].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==
1414
dependencies:
15-
"@apollo/federation-internals" "2.10.0"
16-
"@apollo/query-graphs" "2.10.0"
15+
"@apollo/federation-internals" "2.10.2"
16+
"@apollo/query-graphs" "2.10.2"
1717

18-
19-
version "2.10.1"
20-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.10.1.tgz#62e33f986038dec3118ce31b6ee6d4db8eabab0b"
21-
integrity sha512-plQwaoemEuL7rDjb51ULmxJmstaoBK9ys/HvGMUtTXTxSIM1COkMK29x7fGHrztwdfDiGqEN4H+JGZeraBZHAg==
22-
dependencies:
23-
"@apollo/federation-internals" "2.10.1"
24-
"@apollo/query-graphs" "2.10.1"
25-
26-
27-
version "2.10.0"
28-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.10.0.tgz#f345ffa0359538376c80c99323d13dfa7ccfcbb9"
29-
integrity sha512-IneWuwDc9ozKLcEsKw7YEkhzo7VAa54RjKwAVEqPFHPVqUjIYUKX99gSWAp9ZQeI8DGrz2a8uKEDlKGOHh3UaA==
18+
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==
3022
dependencies:
3123
"@types/uuid" "^9.0.0"
3224
chalk "^4.1.0"
3325
js-levenshtein "^1.1.6"
3426
uuid "^9.0.0"
3527

36-
"@apollo/federation-internals@2.10.1":
37-
version "2.10.1"
38-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.10.1.tgz#740217fa026ffdcdc33289e3adb255f0a06d1b24"
39-
integrity sha512-QToNlspkpA/qXOMwdIUzmJe3OasZFpSO92luQik6Ov9aJBnxldLGPi6rD0FkunVd678lHuKWDFQ4vkb7/KCfgg==
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==
4032
dependencies:
41-
"@types/uuid" "^9.0.0"
42-
chalk "^4.1.0"
43-
js-levenshtein "^1.1.6"
44-
uuid "^9.0.0"
45-
46-
47-
version "2.10.1"
48-
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.10.1.tgz#c604da74a43afe0e31b13b40b3341e312bd8f28b"
49-
integrity sha512-MFU41xHK3KUOpw4+PlJxeFxxSajoO39Pm9jeIjAG8TtXAmIJHdqXWnM3eHJ2LZkqfZ99L8L5ZCkDygvgisO9NA==
50-
dependencies:
51-
"@apollo/composition" "2.10.1"
52-
"@apollo/federation-internals" "2.10.1"
53-
"@apollo/query-planner" "2.10.1"
33+
"@apollo/composition" "2.10.2"
34+
"@apollo/federation-internals" "2.10.2"
35+
"@apollo/query-planner" "2.10.2"
5436
"@apollo/server-gateway-interface" "^1.1.0"
5537
"@apollo/usage-reporting-protobuf" "^4.1.0"
5638
"@apollo/utils.createhash" "^2.0.0"
@@ -85,33 +67,23 @@
8567
"@types/long" "^4.0.0"
8668
long "^4.0.0"
8769

88-
89-
version "2.10.0"
90-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.10.0.tgz#299c99e648c6e0a371832a85155ce0ba7c4e62e7"
91-
integrity sha512-d9PgQ7sjd98lK2NvKKYp1iOZP24OrvbtRw5GNuW7nlQPYD4D8DCofEBGtDXs7RIcWaMp5OrU4U2dQcCzPi2MDg==
92-
dependencies:
93-
"@apollo/federation-internals" "2.10.0"
94-
deep-equal "^2.0.5"
95-
ts-graphviz "^1.5.4"
96-
uuid "^9.0.0"
97-
98-
99-
version "2.10.1"
100-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.10.1.tgz#1a05598d4619a0051ca09ebd51ccdee94a053c36"
101-
integrity sha512-nJMujPDmmkPqZcHYIa8pe738uknFEyldYGQj2cljj/mhuL7lmF3oNS4xsdjes16v3cIAngBYzPkPJfRTf57yPg==
70+
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==
10274
dependencies:
103-
"@apollo/federation-internals" "2.10.1"
75+
"@apollo/federation-internals" "2.10.2"
10476
deep-equal "^2.0.5"
10577
ts-graphviz "^1.5.4"
10678
uuid "^9.0.0"
10779

108-
"@apollo/[email protected].1":
109-
version "2.10.1"
110-
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.10.1.tgz#e9a1beb759412844e36ebb9aa9541429c983c749"
111-
integrity sha512-DPBI/+K0Qw5jS8Y+vJDnTYl40fPIuoWT6/4VQEXtfI1Dskvw0HrfgeGLmdOZHI8R07A9/DGQZr/V7AdQTWIwzg==
80+
"@apollo/[email protected].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==
11284
dependencies:
113-
"@apollo/federation-internals" "2.10.1"
114-
"@apollo/query-graphs" "2.10.1"
85+
"@apollo/federation-internals" "2.10.2"
86+
"@apollo/query-graphs" "2.10.2"
11587
"@apollo/utils.keyvaluecache" "^2.1.0"
11688
chalk "^4.1.0"
11789
deep-equal "^2.0.5"
@@ -127,10 +99,10 @@
12799
"@apollo/utils.keyvaluecache" "^2.1.0"
128100
"@apollo/utils.logger" "^2.0.0"
129101

130-
"@apollo/server@4.11.3":
131-
version "4.11.3"
132-
resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.11.3.tgz#b30a89fff3b99867c792210e959576e643c48208"
133-
integrity sha512-mW8idE2q0/BN14mimfJU5DAnoPHZRrAWgwsVLBEdACds+mxapIYxIbI6AH4AsOpxfrpvHts3PCYDbopy1XPW1g==
102+
"@apollo/server@4.12.0":
103+
version "4.12.0"
104+
resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.12.0.tgz#6aa92d7596ee59b724a0f16886b483ea0ed0d9af"
105+
integrity sha512-Z5RNTCnIia+dFsP5HW2ugQMrIOWgyNWyKP+jMVXthp/ECjYyyRYPC41ukCDwxHQY4vNZ3rgbgqroWVQUGFt2gA==
134106
dependencies:
135107
"@apollo/cache-control-types" "^1.0.3"
136108
"@apollo/server-gateway-interface" "^1.1.1"

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.19.4",
88
"typescript": "5.8.3",
99
"graphql": "16.11.0",
10-
"@apollo/composition": "2.10.0"
10+
"@apollo/composition": "2.10.2"
1111
},
1212
"devDependencies": {
1313
"@types/node": "22.15.3"

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/[email protected].0":
6-
version "2.10.0"
7-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.10.0.tgz#7322ebd0fdc894bdeae2487ebe93f6c046e5db7a"
8-
integrity sha512-+EkUY97+DMrBnMvbaPGwYwVmOzNgvAmbvRJSMGGC95ISnev7Cd5sVVVP6HKKann3hd8Yq6y83Enzp1xew5HI4w==
5+
"@apollo/[email protected].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==
99
dependencies:
10-
"@apollo/federation-internals" "2.10.0"
11-
"@apollo/query-graphs" "2.10.0"
10+
"@apollo/federation-internals" "2.10.2"
11+
"@apollo/query-graphs" "2.10.2"
1212

13-
"@apollo/[email protected].0":
14-
version "2.10.0"
15-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.10.0.tgz#f345ffa0359538376c80c99323d13dfa7ccfcbb9"
16-
integrity sha512-IneWuwDc9ozKLcEsKw7YEkhzo7VAa54RjKwAVEqPFHPVqUjIYUKX99gSWAp9ZQeI8DGrz2a8uKEDlKGOHh3UaA==
13+
"@apollo/[email protected].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==
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/[email protected].0":
24-
version "2.10.0"
25-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.10.0.tgz#299c99e648c6e0a371832a85155ce0ba7c4e62e7"
26-
integrity sha512-d9PgQ7sjd98lK2NvKKYp1iOZP24OrvbtRw5GNuW7nlQPYD4D8DCofEBGtDXs7RIcWaMp5OrU4U2dQcCzPi2MDg==
23+
"@apollo/[email protected].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==
2727
dependencies:
28-
"@apollo/federation-internals" "2.10.0"
28+
"@apollo/federation-internals" "2.10.2"
2929
deep-equal "^2.0.5"
3030
ts-graphviz "^1.5.4"
3131
uuid "^9.0.0"

0 commit comments

Comments
 (0)