Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composition-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@apollo/query-graphs": "file:../query-graphs-js"
},
"peerDependencies": {
"graphql": "^14.5.0 || ^15.0.0"
"graphql": "^15.7.0"
}
}
2 changes: 1 addition & 1 deletion federation-integration-testsuite-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/apollographql/federation#readme",
"dependencies": {
"apollo-graphql": "^0.9.3",
"apollo-graphql": "^0.9.5",
"graphql-tag": "^2.10.4",
"pretty-format": "^27.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
}
return print({
message: value.message,
code: value.extensions ? value.extensions.code : 'MISSING_ERROR',
code: value.extensions?.code ?? 'MISSING_ERROR',
locations: value.locations,
});
},
Expand Down
2 changes: 1 addition & 1 deletion federation-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.

- _Nothing yet. Stay tuned._
-__BREAKING__: Bump graphql peer dependency to `^15.7.0` [PR #1200](https://github.com/apollographql/federation/pull/1200)

## v2.0.0-alpha.1

Expand Down
4 changes: 2 additions & 2 deletions federation-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"dependencies": {
"@apollo/subgraph": "file:../subgraph-js",
"apollo-graphql": "^0.9.3",
"apollo-graphql": "^0.9.5",
"apollo-server-types": "^3.0.2",
"lodash.xorby": "^4.7.0"
},
"peerDependencies": {
"graphql": "^15.5.3"
"graphql": "^15.7.0"
}
}
1 change: 1 addition & 0 deletions gateway-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.

- Conditional schema update based on ifAfterId [PR #1152](https://github.com/apollographql/federation/pull/1152)
-__BREAKING__: Bump graphql peer dependency to `^15.7.0` [PR #1200](https://github.com/apollographql/federation/pull/1200)

## v2.0.0-alpha.1

Expand Down
6 changes: 3 additions & 3 deletions gateway-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"dependencies": {
"@apollo/composition": "file:../composition-js",
"@apollo/core-schema": "^0.1.0",
"@apollo/core-schema": "^0.2.0",
"@apollo/federation": "file:../federation-js",
"@apollo/query-planner": "file:../query-planner-js",
"@opentelemetry/api": "^1.0.1",
"@types/node-fetch": "2.5.12",
"apollo-graphql": "^0.9.3",
"apollo-graphql": "^0.9.5",
"apollo-reporting-protobuf": "^0.8.0 || ^3.0.0",
"apollo-server-caching": "^0.7.0 || ^3.0.0",
"apollo-server-core": "^2.23.0 || ^3.0.0",
Expand All @@ -44,6 +44,6 @@
"pretty-format": "^27.0.0"
},
"peerDependencies": {
"graphql": "^15.5.3"
"graphql": "^15.7.0"
}
}
2 changes: 1 addition & 1 deletion harmonizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"whatwg-url": "^11.0.0"
},
"peerDependencies": {
"graphql": "^14.5.0 || ^15.0.0"
"graphql": "^15.7.0"
}
}
7 changes: 7 additions & 0 deletions internals-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG for `@apollo/federation-internals`

## vNEXT

> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.

-__BREAKING__: Bump graphql peer dependency to `^15.7.0` [PR #1200](https://github.com/apollographql/federation/pull/1200)
4 changes: 2 additions & 2 deletions internals-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=12.13.0 <17.0"
},
"dependencies": {
"@apollo/core-schema": "^0.1.0",
"@apollo/core-schema": "^0.2.0",
"@types/jest": "^27.0.0",
"chalk": "^4.1.0",
"js-levenshtein": "^1.1.6"
Expand All @@ -32,7 +32,7 @@
"access": "public"
},
"peerDependencies": {
"graphql": "^14.5.0 || ^15.0.0"
"graphql": "^15.7.0"
},
"devDependencies": {
"@types/js-levenshtein": "1.1.0"
Expand Down
Loading