wildfly-extras / wildfly-graphql-feature-pack

5 stars 6 forks source link

Bump federation-graphql-java-support from 2.0.8 to 3.0.0 #133

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps federation-graphql-java-support from 2.0.8 to 3.0.0.

Release notes

Sourced from federation-graphql-java-support's releases.

v3.0.0

While there are no functional changes in this release, it is a breaking change due to the graphql-java updates to the instrumentation signatures. In order to use this release you need to use graphql-java v20+

Major Changes

Other Changes

v2.3.1

Patch Changes

  • fix: fixed logic that checked whether new federation features are supported (#292) @​dariuszkuc

Other Changes

  • update compatibility tests with latest schema changes (#294) @​dariuszkuc
  • fix: update PR check workflows to correctly check out codebase (#293) @​dariuszkuc
  • dependency updates
    • fix(deps): update dependency org.jetbrains:annotations to v24 (#288) @​renovate
    • chore(deps): update plugin com.google.protobuf to v0.9.2 (#286) @​renovate
    • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.2 (#287) @​renovate
    • chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.15.0 (#289) @​renovate
    • chore(deps): update plugin org.springframework.boot to v3.0.2 (#290) @​renovate

v2.3.0

Minor Changes

Patch Changes

Other Changes

... (truncated)

Commits
  • 70f38e7 feat: update graphql-java to 20.0 (#271)
  • 7f7837d chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle t...
  • 46f8f68 chore(deps): update dependency gradle to v8 (#291)
  • 085f362 fix(deps): update protobuf to v3.22.1 (#295)
  • 0ba42cc chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v1.3.0 (#...
  • a0b21ca chore(deps): update plugin org.springframework.boot to v3.0.4 (#298)
  • e8a9a65 fix(deps): update dependency org.jetbrains:annotations to v24.0.1 (#304)
  • 104b104 remove debug flag from compatibility test action (#301)
  • fe08222 update compatibility test to use working dir (#299)
  • 7b1c4bc update compatibility tests with latest schema changes (#294)
  • 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[bot] commented 1 year ago

Superseded by #136.