Skip to content

Comments

Update async-graphql-tide requirement from 2.9.4 to 3.0.6#14

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/async-graphql-tide-3.0.6
Closed

Update async-graphql-tide requirement from 2.9.4 to 3.0.6#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/async-graphql-tide-3.0.6

Conversation

@dependabot
Copy link

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

Updates the requirements on async-graphql-tide to permit the latest version.

Changelog

Sourced from async-graphql-tide's changelog.

[3.0.6] 2021-11-19

  • Custom directives. Book

[3.0.5] 2021-11-19

  • Remove skipped fields from the document before executing the query.
  • Add isRepeatable field to __Directive - [GraphQL - October 2021]

[3.0.4] 2021-11-18

  • Remove OutputJson because Json can replace it.
  • Allowed use validators on wrapper types, for example: Option<T>, MaybeUnefined<T>.

[3.0.3] 2021-11-18

  • [integrations] Make GraphQLWebSocket::new use generic stream.
  • [integrations] Add GraphQLWebSocket::new_with_pair method.

[3.0.2] 2021-11-16

  • Add url, regex and ip validators.

[3.0.1] 2021-11-17

  • Remove the ctx parameter of CustomValidator::check. #710

[3.0.0-alpha.2] 2021-11-16

  • Change the signature of the connection::query function to allow the callback to use any type that implements Into<Error>.
  • Remove ResolverError and use Error::new_with_source instead.
  • Add ErrorExtensionValues::unset method.
  • Use the SimpleObject macro and the InputObject macro at the same time.
  • Types that are not referenced will be hidden in introspection.
  • Make the API of integrations is more consistent.
  • Remove async-graphql-tide.
  • Rework validators. Book
  • Rework guards. Book

[2.11.3] 2021-11-13

  • Implemented CursorType for i32/i64. #701
  • An error is returned when the number fails to parse. #704
  • Fix Federation entity union is empty during schema introspection. #700

[2.11.2] 2021-11-11

  • Fix the problem that EmptyMutation may cause when used in MergedObject. #694
  • If a GraphQL name conflict is detected when creating schema, it will cause panic. #499

... (truncated)

Commits

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 [async-graphql-tide](https://github.com/async-graphql/async-graphql) to permit the latest version.
- [Release notes](https://github.com/async-graphql/async-graphql/releases)
- [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-graphql/async-graphql/compare/async-graphql-tide@2.9.4...async-graphql-tide@3.0.6)

---
updated-dependencies:
- dependency-name: async-graphql-tide
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 23, 2021

Superseded by #15.

@dependabot dependabot bot closed this Nov 23, 2021
@dependabot dependabot bot deleted the dependabot/cargo/async-graphql-tide-3.0.6 branch November 23, 2021 08:21
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