Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @apollo/federation from 0.20.2 to 0.23.0 #17

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 13, 2021

Bumps @apollo/federation from 0.20.2 to 0.23.0.

Changelog

Sourced from @​apollo/federation's changelog.

v0.23.0

  • BREAKING - Update CSDL to the new core schema format, implementing the currently-being-introduced core and join specs. composeAndValidate now returns supergraphSdl in the new format instead of composedSdl in the previous CSDL format. [PR #622](apollographql/federation#622)

v0.22.0

  • No changes to the package itself, though there are some small changes to the way this package is compiled and the tests within this package due to the changes in [PR #453](apollographql/federation#453)

v0.21.2

v0.21.1

  • Ignore thrown errors from extendSchema during composition (these particular errors are already validated against and returned as composition errors) [PR #478](apollographql/federation#478)

v0.21.0

  • BREAKING: Drop support for Node.js 8 and Node.js 10. This package now only targets Node.js 12+ LTS (Long-Term Support) versions, the same as @apollo/gateway, which first received this treatment in apollographql/apollo-server#4031. Node.js 8 has already lapsed from the Node.js Foundation's LTS schedule and Node.js 10 (in Maintenance LTS right now) is targeted to be end-of-life'd (EOL) at the end of April 2021. [PR #311](apollographql/federation#311)
  • Export GraphQLSchemaModule type. [PR #293](apollographql/federation#293)
  • BREAKING: Remove ComposedGraphQLSchema type as it's no longer needed. This is breaking because it was part of the public API, though we strongly believe nobody was or should have had any need for this type. Update composeAndValidate function signature for better typing, and align the compose function signature with that of composeAndValidate [PR #278](apollographql/federation#278)

v0.20.7

v0.20.6

  • No changes, but please note that v0.20.5 was a botched release, with no update to the @apollo/query-planner-wasm package that was needed. If you're seeing an error similar to This data graph is missing a valid configuration. unreachable, please upgrade to at least this patch release.

v0.20.5

v0.20.4

  • Only changes in the similarly versioned @apollo/gateway package.

v0.20.3

Commits
  • 8365ec4 Release
  • 78df2e7 Release
  • 9db6aa9 Update changelogs
  • 6906a8c Change lib.apollo.dev to specs.apollo.dev
  • 22e6e77 Remove CSDL
  • 973db23 Print @​join__type directives on interface types
  • 25b5453 Make context a required arg everywhere, pass to printInterface
  • 88f8c09 Escape string literals when printing core schema
  • 1b2af2d Always invoke GraphQLNonNull as a constructor
  • 0b133e5 Uniquify and sanitize enum values in the join__Graph enum
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 13, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 4, 2021

Superseded by #23.

@dependabot dependabot bot closed this May 4, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apollo/federation-0.23.0 branch May 4, 2021 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants