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

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

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2023

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

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.42...v0.17.43

v0.17.42

Compare Source

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.

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 Add go generate for examples so contributors never forget (#​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


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 94f5771 to 3ffaa73 Compare January 18, 2024 17:07
@renovate renovate bot changed the title chore(deps): update module github.com/99designs/gqlgen to v0.17.42 chore(deps): update module github.com/99designs/gqlgen to v0.17.43 Jan 18, 2024
@carstendietrich carstendietrich force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 3ffaa73 to 22cc2b5 Compare February 6, 2024 08:02
@carstendietrich carstendietrich merged commit 0c43c47 into master Feb 6, 2024
4 checks passed
@carstendietrich carstendietrich deleted the renovate/github.com-99designs-gqlgen-0.x branch February 6, 2024 08:03
@github-actions github-actions bot mentioned this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant