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-parser requirement from 0.3 to 0.4 #998

Merged
merged 5 commits into from
Nov 30, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2021

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

Commits
  • be86bc9 Version bumped to v0.4.0
  • ff34bae Added the ability to add newlines when formatting arguments
  • a45e58e Merge pull request #57 from mathstuf/value-into-static
  • 562bd4d Value: add an into_static method
  • d72812f Merge pull request #52 from timsuchanek/fix-51
  • 9034d19 Merge pull request #48 from obi1kenobi/add_missing_test_attribute
  • b322a14 Merge pull request #49 from obi1kenobi/support_interface_extension
  • 35949a8 Fix #51
  • 34970a2 Support interfaces that implement other interfaces.
  • 5c49912 Add missing test attribute.
  • 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 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-parser](https://github.com/graphql-rust/graphql-parser) to permit the latest version.
- [Release notes](https://github.com/graphql-rust/graphql-parser/releases)
- [Commits](graphql-rust/graphql-parser@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: graphql-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the k::dependencies Pull requests that update a dependency file label Nov 26, 2021
@tyranron tyranron added the enhancement Improvement of existing features or bugfix label Nov 26, 2021
@tyranron
Copy link
Member

cc @ilslv

Consider also // TODOs related to graphql-parser in the code.

@ilslv
Copy link
Member

ilslv commented Nov 29, 2021

@tyranron I couldn't find any TODOs related to the graphql-parser, did you have something particular in mind?

@tyranron
Copy link
Member

@ilslv there was definitely an issue with schema::Document not having .into_static() method. But, perhaps, this was raised in #975 and is not relative in master.

@ilslv ilslv requested a review from tyranron November 30, 2021 08:12
@tyranron tyranron merged commit 811c904 into master Nov 30, 2021
@tyranron tyranron deleted the dependabot/cargo/graphql-parser-0.4 branch November 30, 2021 08:50
@tyranron tyranron added this to the 0.16.0 milestone Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix k::dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants