i-love-flamingo / graphql

Flamingo GraphQL Module
MIT License
5 stars 1 forks source link

chore(deps): update module github.com/99designs/gqlgen to v0.17.43 #91

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/99designs/gqlgen v0.17.41 -> v0.17.43 age adoption passing confidence

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen) ### [`v0.17.43`](https://togithub.com/99designs/gqlgen/releases/tag/v0.17.43) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.42...v0.17.43) #### What's Changed - Fix code generation for federated multi-key, multi-entity types by [@​bpeters-cmu](https://togithub.com/bpeters-cmu) in [https://github.com/99designs/gqlgen/pull/2877](https://togithub.com/99designs/gqlgen/pull/2877) - Add config option to omit root objects from models by [@​ghjm](https://togithub.com/ghjm) in [https://github.com/99designs/gqlgen/pull/2878](https://togithub.com/99designs/gqlgen/pull/2878) - add omitempty config to example gqlgen.yml by [@​PaulVasilenko](https://togithub.com/PaulVasilenko) in [https://github.com/99designs/gqlgen/pull/2880](https://togithub.com/99designs/gqlgen/pull/2880) - Update gqlparser to v2.5.11 by [@​StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/2882](https://togithub.com/99designs/gqlgen/pull/2882) #### New Contributors - [@​bpeters-cmu](https://togithub.com/bpeters-cmu) made their first contribution in [https://github.com/99designs/gqlgen/pull/2877](https://togithub.com/99designs/gqlgen/pull/2877) - [@​ghjm](https://togithub.com/ghjm) made their first contribution in [https://github.com/99designs/gqlgen/pull/2878](https://togithub.com/99designs/gqlgen/pull/2878) - [@​PaulVasilenko](https://togithub.com/PaulVasilenko) made their first contribution in [https://github.com/99designs/gqlgen/pull/2880](https://togithub.com/99designs/gqlgen/pull/2880) **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.42...v0.17.43 ### [`v0.17.42`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01742---2023-12-29) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.41...v0.17.42) - [`7bf0c22`](https://togithub.com/99designs/gqlgen/commit/7bf0c223) release v0.17.42
c811d47e fix: avoid panic from tracing on bad request (#​2871) This fixes a panic which arises from the tracing components when a request has some defect which results in an error when creating the operation context. The transports consistently handle this by calling `DispatchError(graphql.WithOperationContext(ctx, rc), err)` where `rc` is the OperationContext which was not correctly constructed. This seems dangerous, because middleware may assume that if there in an `OperationContext` in the `context.Context` than they are being invoked on a normal codepath and can assume their other interceptors have been invoked in the normal order. Also, using a value returned by a function which also returned a non-nil error is very unusual. However, I have no idea what the impact of changing that dangerous behavior in the transports would be, so I opted to make the tracing component more resilient instead.
- [`13bb415`](https://togithub.com/99designs/gqlgen/commit/13bb4152) fix for entity interfce code gen with related test ([#​2868](https://togithub.com/99designs/gqlgen/issues/2868)) - [`0354649`](https://togithub.com/99designs/gqlgen/commit/0354649c) Remove archived dependency appdash ([#​2866](https://togithub.com/99designs/gqlgen/issues/2866)) - [`0d43599`](https://togithub.com/99designs/gqlgen/commit/0d43599c) Update examples go.mod with appdash replacements ([#​2863](https://togithub.com/99designs/gqlgen/issues/2863)) - [`7dd971c`](https://togithub.com/99designs/gqlgen/commit/7dd971c8) Use defer wg.Done() in FieldSet Dispatch ([#​2861](https://togithub.com/99designs/gqlgen/issues/2861))
24ea195c vikstrous/dataloadgen replaces recommended dataloader package in example docs (#​2770) - update example for dataloadgen - improved example with link to example repo - undo unnecessary changes - fix wrong signature - fix creation of loader - Update docs/content/reference/dataloaders.md
42f6e39d Allow fields that return root level definitions (#​2858) - generate structs for root level definitions to support fields that return Query, Mutation or Subscription - removed unnecessary comment - re-ran go generate ***
- [`682a58d`](https://togithub.com/99designs/gqlgen/commit/682a58dd) Add go generate for examples so contributors never forget ([#​2859](https://togithub.com/99designs/gqlgen/issues/2859))
e080a96d Modify to prevent unreachable code from occurring (#​2846) - fix: 型の数でソートする処理を追加 - 戻し - fix: case文の最初にスーパークラスが来ないようにする - testdata追加 - fix: Added sorting by number of types. - fix: Prevent superclass from appearing at the beginning of case statement
- [`68744ad`](https://togithub.com/99designs/gqlgen/commit/68744ad2) Bump changelog - [`e4cf21d`](https://togithub.com/99designs/gqlgen/commit/e4cf21d2) v0.17.41 postrelease bump

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.