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

Update graphql-schema_comparator requirement from ~> 1.0.0 to ~> 1.2.1 #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Updates the requirements on graphql-schema_comparator to permit the latest version.

Release notes

Sourced from graphql-schema_comparator's releases.

v1.2.1

What's Changed

New Contributors

Full Changelog: xuorig/graphql-schema_comparator@v1.2.0...v1.2.1

Changelog

Sourced from graphql-schema_comparator's changelog.

1.2.1 (October 27 2023)

Bug Fix

  • Add support for path on DirectiveArgumentAdded (#57)

1.2.0 (October 18 2023)

Bug Fix

  • More selective detection of breaking/dangerous enum value changes (#54)
  • Improve schema root operation type changes (#55)

1.1.2 (September 15 2022)

Bug Fix

  • Fix field argument removed message (#51)
  • Fix safe type change comparison (#53)

1.1.1 (January 7 2022)

Bug Fix

  • Fix directive type change false positive bug (#47)

1.1.0 (December 20 2021)

Bug Fix

  • Adding non-null arguments with a default value should be non-breaking (#38)

New Features

  • Remove legacy graphql gem API usage and support versions >= 1.13 (#46)

1.0.1 (May 26 2021)

Bug Fix

  • Fix comparing directives (#36)

1.0.0 (January 23 2020)

Breaking Changes

  • Add support for graphql-ruby 1.10.0+ (#28)
  • Starting from 1.0.0 a minimum of graphql-ruby 1.10 is required

0.6.1 (May 21rst 2019)

... (truncated)

Commits
  • 2eeb506 Merge pull request #58 from xuorig/v1.2.1
  • d4c11c6 v1.2.1
  • 32f5dea Merge pull request #57 from cocoahero/add-path-to-directive-argument-added
  • 6dc3667 Add test case.
  • 13894f0 Add support for path on DirectiveArgumentAdded.
  • 2f83c61 Merge pull request #56 from xuorig/v1.2.0
  • 7e363ee v1.2.0
  • 212f1f1 Merge pull request #55 from willlockwood/lockwood/schema-root-nonbreaking-cha...
  • 681315e Change to use OperationType instead of SchemaRootType language
  • a5ee874 Update to use same added/changed/removed changes for every type of schema root
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [graphql-schema_comparator](https://github.com/xuorig/graphql-schema_comparator) to permit the latest version.
- [Release notes](https://github.com/xuorig/graphql-schema_comparator/releases)
- [Changelog](https://github.com/xuorig/graphql-schema_comparator/blob/master/CHANGELOG.md)
- [Commits](xuorig/graphql-schema_comparator@v1.0.0...v1.2.1)

---
updated-dependencies:
- dependency-name: graphql-schema_comparator
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 30, 2023
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants