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

fix(deps): update module github.com/99designs/gqlgen to v0.17.45 #160

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.45

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.44...v0.17.45

v0.17.44

Compare Source

What's Changed

New Contributors

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

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

v0.17.41

Compare Source

5e98a16a fix fieldset.New bug when prefix slice has len < cap (#​2851)
  • fix fieldset.New bug when prefix slice has len < cap

  • ignore gocritic warning

bd9657f3 Improve ResolverImplementer.Implment (#​2850)
  • improve resolver implement render

  • add error when multiple implementors

  • add initial test

cb3c1c89 Updated apollo sandbox (#​2849)

Added all supported options to new window.EmbeddedSandbox object

eb5cea72 Small template fix to save space in the generated file (#​2841)
  • Small template fix to save space in the generated file

  • Re-generate


132ec1ce Updated GraphiQL 3.0.1 => 3.0.6 (#​2837)
  • Updated GraphiQL 3.0.1 => 3.0.6

  • Added unit tests to cover integrity of playgrounds

  • Updated vulnerable dependency

  • Close response body

  • 9174070 v0.17.40 postrelease bump

v0.17.40

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.39...v0.17.40

v0.17.39

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.38...v0.17.39


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 changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.39 fix(deps): update module github.com/99designs/gqlgen to v0.17.40 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch 2 times, most recently from 9a1a513 to c32b5c7 Compare October 26, 2023 22:24
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.40 fix(deps): update module github.com/99designs/gqlgen to v0.17.41 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from c32b5c7 to 6e677ba Compare December 4, 2023 00:08
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.41 fix(deps): update module github.com/99designs/gqlgen to v0.17.42 Dec 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 6e677ba to d433091 Compare December 30, 2023 03:45
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.42 fix(deps): update module github.com/99designs/gqlgen to v0.17.43 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from d433091 to ba38276 Compare January 18, 2024 18:59
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from ba38276 to d6c52a0 Compare February 15, 2024 16:59
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.43 fix(deps): update module github.com/99designs/gqlgen to v0.17.44 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from d6c52a0 to 60b820c Compare March 12, 2024 02:48
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.44 fix(deps): update module github.com/99designs/gqlgen to v0.17.45 Mar 12, 2024
@nicolerenee nicolerenee added this pull request to the merge queue Apr 2, 2024
Merged via the queue into main with commit bd80699 Apr 2, 2024
8 checks passed
@nicolerenee nicolerenee deleted the renovate/github.com-99designs-gqlgen-0.x branch April 2, 2024 15:09
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.

1 participant