Skip to content

Commit ef28c38

Browse files
Update Apollo GraphQL packages (#609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44e7683 commit ef28c38

File tree

5 files changed

+47
-47
lines changed

5 files changed

+47
-47
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
gateway:
5-
image: ghcr.io/apollographql/router:v1.59.0
5+
image: ghcr.io/apollographql/router:v1.61.0
66
container_name: gateway
77
networks:
88
- test

federation-v1/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.7.3",
99
"graphql": "16.10.0",
1010
"@apollo/server": "4.11.3",
11-
"@apollo/gateway": "2.9.3",
12-
"@apollo/composition": "2.9.3"
11+
"@apollo/gateway": "2.10.0",
12+
"@apollo/composition": "2.10.0"
1313
}
1414
}

federation-v1/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.9.3":
11-
version "2.9.3"
12-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.9.3.tgz#cf9773a271e9cd5f047bfd81de75225124adb527"
13-
integrity sha512-dcIZ5K+9sBNNPzXkYtZa91IegeMc350fXN7UMKTggqx5EBbWrakU/ltC0fp8Tr0qqlPGtEWFzXMmoqXKVPQJ1w==
10+
"@apollo/composition@2.10.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==
1414
dependencies:
15-
"@apollo/federation-internals" "2.9.3"
16-
"@apollo/query-graphs" "2.9.3"
15+
"@apollo/federation-internals" "2.10.0"
16+
"@apollo/query-graphs" "2.10.0"
1717

18-
"@apollo/federation-internals@2.9.3":
19-
version "2.9.3"
20-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.9.3.tgz#c6fa913dd10c74c0e0fffd6a7b369923b2a5d665"
21-
integrity sha512-r50Ykc331CZUw4TxpcqprAZOlGkbzoHEiHObUqUhQopTx8i0aXNt+0pc3nzqUAoT9OD83yJqPJV1EiZF2vCupQ==
18+
"@apollo/federation-internals@2.10.0":
19+
version "2.10.0"
20+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.10.0.tgz#f345ffa0359538376c80c99323d13dfa7ccfcbb9"
21+
integrity sha512-IneWuwDc9ozKLcEsKw7YEkhzo7VAa54RjKwAVEqPFHPVqUjIYUKX99gSWAp9ZQeI8DGrz2a8uKEDlKGOHh3UaA==
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.9.3":
29-
version "2.9.3"
30-
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.9.3.tgz#0070e91751cfdb280fa29bf9fd1d20d201e337a1"
31-
integrity sha512-sYBrzwET6cO08m1r0OA/lxzhaxeny/hSMfWSPz27pCY0QAlnjc+jb7f/xeOjeGWaJ4fLV87uaR2u8Gtzzv5O7g==
28+
"@apollo/gateway@2.10.0":
29+
version "2.10.0"
30+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.10.0.tgz#971ed32d93f6409f78524664ee88122215f81d9e"
31+
integrity sha512-XJdyCpUr1G309j8tkHkkaG/KhHDD44/NbxwEF0d8CBMp+DHyYl8fgojUogSmiVJ/Ggdg9/68U4RznojbvCqBCw==
3232
dependencies:
33-
"@apollo/composition" "2.9.3"
34-
"@apollo/federation-internals" "2.9.3"
35-
"@apollo/query-planner" "2.9.3"
33+
"@apollo/composition" "2.10.0"
34+
"@apollo/federation-internals" "2.10.0"
35+
"@apollo/query-planner" "2.10.0"
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.9.3":
71-
version "2.9.3"
72-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.9.3.tgz#a1ed54a6f72ce93fd9a7ee99b66e13f0943e44d0"
73-
integrity sha512-FG0Jptr9wNTScWTRO3LFBD6mqCU5fLn4vI4NxEkK3IBNfLmWPUykyIXgrvjwg/TJkxfBBpfmBM47luvZpkbkYg==
70+
"@apollo/query-graphs@2.10.0":
71+
version "2.10.0"
72+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.10.0.tgz#299c99e648c6e0a371832a85155ce0ba7c4e62e7"
73+
integrity sha512-d9PgQ7sjd98lK2NvKKYp1iOZP24OrvbtRw5GNuW7nlQPYD4D8DCofEBGtDXs7RIcWaMp5OrU4U2dQcCzPi2MDg==
7474
dependencies:
75-
"@apollo/federation-internals" "2.9.3"
75+
"@apollo/federation-internals" "2.10.0"
7676
deep-equal "^2.0.5"
7777
ts-graphviz "^1.5.4"
7878
uuid "^9.0.0"
7979

80-
"@apollo/query-planner@2.9.3":
81-
version "2.9.3"
82-
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.9.3.tgz#982af5c66243041fc048247d0cd67e9d2db5f3cd"
83-
integrity sha512-MlZa3Gemmh9rmtfwuWLBK88uZcrmi195k7/UWfyhVIPc19/epoZd0Z031M1zGoEH0mbFaU2C7uWYbaCFx3HK1w==
80+
"@apollo/query-planner@2.10.0":
81+
version "2.10.0"
82+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.10.0.tgz#9078ae8a2d936e83354576b8264c2b3ca7d17dd5"
83+
integrity sha512-vt+UaHbH1Jyc1Xi04XXnDrQFBwL/T/7cJC/13zuAZUnge5oN6udfc3wa/MeSxri8a1pV+c8us3dwlnAAsp7vvw==
8484
dependencies:
85-
"@apollo/federation-internals" "2.9.3"
86-
"@apollo/query-graphs" "2.9.3"
85+
"@apollo/federation-internals" "2.10.0"
86+
"@apollo/query-graphs" "2.10.0"
8787
"@apollo/utils.keyvaluecache" "^2.1.0"
8888
chalk "^4.1.0"
8989
deep-equal "^2.0.5"

federation-v1/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.3",
88
"typescript": "5.7.3",
99
"graphql": "16.10.0",
10-
"@apollo/composition": "2.9.3"
10+
"@apollo/composition": "2.10.0"
1111
},
1212
"devDependencies": {
1313
"@types/node": "22.10.5"

federation-v1/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.9.3":
6-
version "2.9.3"
7-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.9.3.tgz#cf9773a271e9cd5f047bfd81de75225124adb527"
8-
integrity sha512-dcIZ5K+9sBNNPzXkYtZa91IegeMc350fXN7UMKTggqx5EBbWrakU/ltC0fp8Tr0qqlPGtEWFzXMmoqXKVPQJ1w==
5+
"@apollo/composition@2.10.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==
99
dependencies:
10-
"@apollo/federation-internals" "2.9.3"
11-
"@apollo/query-graphs" "2.9.3"
10+
"@apollo/federation-internals" "2.10.0"
11+
"@apollo/query-graphs" "2.10.0"
1212

13-
"@apollo/federation-internals@2.9.3":
14-
version "2.9.3"
15-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.9.3.tgz#c6fa913dd10c74c0e0fffd6a7b369923b2a5d665"
16-
integrity sha512-r50Ykc331CZUw4TxpcqprAZOlGkbzoHEiHObUqUhQopTx8i0aXNt+0pc3nzqUAoT9OD83yJqPJV1EiZF2vCupQ==
13+
"@apollo/federation-internals@2.10.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==
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.9.3":
24-
version "2.9.3"
25-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.9.3.tgz#a1ed54a6f72ce93fd9a7ee99b66e13f0943e44d0"
26-
integrity sha512-FG0Jptr9wNTScWTRO3LFBD6mqCU5fLn4vI4NxEkK3IBNfLmWPUykyIXgrvjwg/TJkxfBBpfmBM47luvZpkbkYg==
23+
"@apollo/query-graphs@2.10.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==
2727
dependencies:
28-
"@apollo/federation-internals" "2.9.3"
28+
"@apollo/federation-internals" "2.10.0"
2929
deep-equal "^2.0.5"
3030
ts-graphviz "^1.5.4"
3131
uuid "^9.0.0"

0 commit comments

Comments
 (0)