diff --git a/federation-integration-testsuite-js/package.json b/federation-integration-testsuite-js/package.json index d23c28c85..612c8af0a 100644 --- a/federation-integration-testsuite-js/package.json +++ b/federation-integration-testsuite-js/package.json @@ -21,7 +21,7 @@ "node": ">=12" }, "dependencies": { - "apollo-graphql": "^0.9.0", + "apollo-graphql": "^0.9.2", "graphql-tag": "^2.10.4" } } diff --git a/federation-js/CHANGELOG.md b/federation-js/CHANGELOG.md index 0381d1882..1b8da7eb9 100644 --- a/federation-js/CHANGELOG.md +++ b/federation-js/CHANGELOG.md @@ -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!_ +- Remove lingering `core-js` polyfill imports, they're no longer needed (since `@apollo/gateway@0.15.0` dropped support for <= Node.js v10) and their presence is problematic since `core-js` isn't defined as a dependency within the package. Update `apollo-graphql` dependency which resolves a missing dependency (`sha.js`) within that package. [PR #699](https://github.com/apollographql/federation/pull/699) ## v0.23.1 diff --git a/federation-js/package.json b/federation-js/package.json index fca1819d3..da56f2ba0 100644 --- a/federation-js/package.json +++ b/federation-js/package.json @@ -23,7 +23,7 @@ "access": "public" }, "dependencies": { - "apollo-graphql": "^0.9.0", + "apollo-graphql": "^0.9.2", "lodash.xorby": "^4.7.0" }, "peerDependencies": { diff --git a/federation-js/src/index.ts b/federation-js/src/index.ts index 036f8a0ad..a670d5b0e 100644 --- a/federation-js/src/index.ts +++ b/federation-js/src/index.ts @@ -1,5 +1,2 @@ -import "core-js/features/array/flat"; -import "core-js/features/array/flat-map"; - export * from './composition'; export * from './service'; diff --git a/gateway-js/CHANGELOG.md b/gateway-js/CHANGELOG.md index be05bd99b..cfacabca8 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -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!_ +- Update `apollo-graphql` dependency which resolves a missing dependency (`sha.js`) within that package. [PR #699](https://github.com/apollographql/federation/pull/699) ## v0.26.2 diff --git a/gateway-js/package.json b/gateway-js/package.json index c98fe0cf8..e42bf7e80 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -28,7 +28,7 @@ "@apollo/federation": "file:../federation-js", "@apollo/query-planner": "file:../query-planner-js", "@types/node-fetch": "2.5.10", - "apollo-graphql": "^0.9.0", + "apollo-graphql": "^0.9.2", "apollo-reporting-protobuf": "^0.6.0", "apollo-server-caching": "^0.6.0", "apollo-server-core": "^2.23.0", diff --git a/package-lock.json b/package-lock.json index c05947d08..29224de95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "@apollo/federation": { "version": "file:federation-js", "requires": { - "apollo-graphql": "^0.9.0", + "apollo-graphql": "^0.9.2", "lodash.xorby": "^4.7.0" }, "dependencies": { @@ -27,7 +27,7 @@ "@apollo/federation": "file:federation-js", "@apollo/query-planner": "file:query-planner-js", "@types/node-fetch": "2.5.10", - "apollo-graphql": "^0.9.0", + "apollo-graphql": "^0.9.2", "apollo-reporting-protobuf": "^0.6.0", "apollo-server-caching": "^0.6.0", "apollo-server-core": "^2.23.0", @@ -6774,7 +6774,7 @@ "apollo-federation-integration-testsuite": { "version": "file:federation-integration-testsuite-js", "requires": { - "apollo-graphql": "^0.9.0", + "apollo-graphql": "^0.9.2", "graphql-tag": "^2.10.4" }, "dependencies": {