fix(deps): update rust crate async-graphql to 4.0.16 - autoclosed #3

Closed
kjuulh wants to merge 1 commits from renovate/async-graphql-4.x into main
Owner

This PR contains the following updates:

Package Type Update Change
async-graphql dependencies patch 4.0.6 -> 4.0.16

Release Notes

async-graphql/async-graphql

v4.0.16

  • Add credentials to GraphiQL 2 #​1105
  • Add TypeName support for InputObject #​1110
  • Fix error message #​1058
  • Add TypeName support for Enum, Union, OneofInputObject, Subscription, MergedObject, MergedSubscription, Scalar, Interface, Directive
  • Fixes #​1052
  • Implement CustomValidator<T> for F: Fn(&T) -> Result<(), E: Into<String>>
  • Add validator attribute to InputObject macro #​1072

v4.0.15

  • Dynamic Document Title for GraphiQL v2 and GraphQL Playground #​1099
  • Skip tracing for introspection queries. #​841
  • Add SchemaBuilder::disable_suggestions method to disable field suggestions. #​1101

v4.0.14

  • Implement a simple approach to using the link directive. #​1060
  • docs: Update federation docs with examples of each directive. #​1080
  • Add support for parse request from query string. #​1085

v4.0.13

  • Compare to expected schema #​1048
  • docs: readme flair #​1054
  • Remove bson-uuid feature #​1032
  • Add no_cache for cache_control attribute #​1051
  • Resurrect code generation through tests #​1062
  • Support for primitive type in CursorType #​1049
  • Add SDLExportOptions::include_specified_by method to enable specifiedBy directive #​1065

v4.0.12

  • Update MSRV to 1.59.0
  • Support @specifiedBy directive in SDL export #​1041
  • Add GraphiQL v2 #​1044
  • Export SDL: consistently avoid trailing spaces #​1043

v4.0.11

v4.0.10

  • Fixes extension request.data(X) being lost in the resolver #​1018
  • Add Apollo federation @shareable directive support #​1025
  • Add Apollo Federation @inaccessible directive support #​1026

v4.0.9

  • on_connection_init takes FnOnce instead of Fn #​1022

v4.0.8

  • Add tracing to dataloader methods when the tracing feature is enabled. #​996

v4.0.7

  • Limit parser recursion depth to 64.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-graphql](https://github.com/async-graphql/async-graphql) | dependencies | patch | `4.0.6` -> `4.0.16` | --- ### Release Notes <details> <summary>async-graphql/async-graphql</summary> ### [`v4.0.16`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4016-2022-10-20) - Add credentials to GraphiQL 2 [#&#8203;1105](https://github.com/async-graphql/async-graphql/pull/1105) - Add TypeName support for InputObject [#&#8203;1110](https://github.com/async-graphql/async-graphql/pull/1110) - Fix error message [#&#8203;1058](https://github.com/async-graphql/async-graphql/pull/1058) - Add TypeName support for Enum, Union, OneofInputObject, Subscription, MergedObject, MergedSubscription, Scalar, Interface, Directive - Fixes [#&#8203;1052](https://github.com/async-graphql/async-graphql/issues/1052) - Implement `CustomValidator<T>` for `F: Fn(&T) -> Result<(), E: Into<String>>` - Add `validator` attribute to `InputObject` macro [#&#8203;1072](https://github.com/async-graphql/async-graphql/issues/1072) ### [`v4.0.15`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4015-2022-10-07) - Dynamic Document Title for GraphiQL v2 and GraphQL Playground [#&#8203;1099](https://github.com/async-graphql/async-graphql/pull/1099) - Skip tracing for introspection queries. [#&#8203;841](https://github.com/async-graphql/async-graphql/issues/841) - Add `SchemaBuilder::disable_suggestions` method to disable field suggestions. [#&#8203;1101](https://github.com/async-graphql/async-graphql/issues/1101) ### [`v4.0.14`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4014-2022-09-25) - Implement a simple approach to using the link directive. [#&#8203;1060](https://github.com/async-graphql/async-graphql/pull/1060) - docs: Update federation docs with examples of each directive. [#&#8203;1080](https://github.com/async-graphql/async-graphql/pull/1080) - Add support for parse request from query string. [#&#8203;1085](https://github.com/async-graphql/async-graphql/issues/1085) ### [`v4.0.13`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4013-2022-09-09) - Compare to expected schema [#&#8203;1048](https://github.com/async-graphql/async-graphql/pull/1048) - docs: readme flair [#&#8203;1054](https://github.com/async-graphql/async-graphql/pull/1054) - Remove `bson-uuid` feature [#&#8203;1032](https://github.com/async-graphql/async-graphql/issues/1032) - Add `no_cache` for `cache_control` attribute [#&#8203;1051](https://github.com/async-graphql/async-graphql/issues/1051) - Resurrect code generation through tests [#&#8203;1062](https://github.com/async-graphql/async-graphql/pull/1062) - Support for primitive type in CursorType [#&#8203;1049](https://github.com/async-graphql/async-graphql/pull/1049) - Add `SDLExportOptions::include_specified_by` method to enable `specifiedBy` directive [#&#8203;1065](https://github.com/async-graphql/async-graphql/issues/1065) ### [`v4.0.12`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4012-2022-08-24) - Update MSRV to `1.59.0` - Support `@specifiedBy` directive in SDL export [#&#8203;1041](https://github.com/async-graphql/async-graphql/pull/1041) - Add GraphiQL v2 [#&#8203;1044](https://github.com/async-graphql/async-graphql/pull/1044) - Export SDL: consistently avoid trailing spaces [#&#8203;1043](https://github.com/async-graphql/async-graphql/pull/1043) ### [`v4.0.11`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4011-2022-08-23) - Define `override` directive on fields [#&#8203;1029](https://github.com/async-graphql/async-graphql/pull/1029) - Add `@tag` support [#&#8203;1038](https://github.com/async-graphql/async-graphql/pull/1038) - Export SDL: avoid trailing space for scalar definitions [#&#8203;1036](https://github.com/async-graphql/async-graphql/pull/1036) - Fixes [#&#8203;1039](https://github.com/async-graphql/async-graphql/issues/1039) ### [`v4.0.10`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4010-2022-08-18) - Fixes extension `request.data(X)` being lost in the resolver [#&#8203;1018](https://github.com/async-graphql/async-graphql/pull/1018) - Add Apollo federation `@shareable` directive support [#&#8203;1025](https://github.com/async-graphql/async-graphql/pull/1025) - Add Apollo Federation `@inaccessible` directive support [#&#8203;1026](https://github.com/async-graphql/async-graphql/pull/1026) ### [`v4.0.9`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;409-2022-08-15) - `on_connection_init` takes `FnOnce` instead of `Fn` [#&#8203;1022](https://github.com/async-graphql/async-graphql/issues/1022#issuecomment-1214575590) ### [`v4.0.8`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;408-2022-08-12) - Add tracing to dataloader methods when the tracing feature is enabled. [#&#8203;996](https://github.com/async-graphql/async-graphql/pull/996) ### [`v4.0.7`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;407-2022-08-09) - Limit parser recursion depth to `64`. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled due to failing status checks. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh added 1 commit 2022-10-25 23:08:52 +02:00
fix(deps): update rust crate async-graphql to 4.0.16
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
bcd22fcc44
kjuulh changed title from fix(deps): update rust crate async-graphql to 4.0.16 to fix(deps): update rust crate async-graphql to 4.0.16 - autoclosed 2022-10-26 18:00:32 +02:00
kjuulh closed this pull request 2022-10-26 18:00:32 +02:00
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/cibus-backend#3
No description provided.