Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Bump github.com/99designs/gqlgen from 0.17.2 to 0.17.3 #71

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2022

Bumps github.com/99designs/gqlgen from 0.17.2 to 0.17.3.

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.3

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.2...v0.17.3

Changelog

Sourced from github.com/99designs/gqlgen's changelog.

v0.17.3 - 2022-04-20

  • 0bb262d1 release v0.17.3
  • Update gqlparser

  • Update tests to be NoError

Because DispatchOperation creates tempResponseContext, which is passed into Exec, which is then used in _Subscription to generate the next function. Inside the various subscription functions when generating next the context was captured there.

Which means later when the returned function from DispatchOperation is called. The responseContext which accumulates the errors is the tempResponseContext which we no longer have access to to read the errors out of it.

Instead add a context to next() so that it can be passed through and accumulated the errors as expected.

Added a unit test for this as well.

  • Change the error message to be slightly more clear

  • Rebase on updated origin/master.

Fix the test to not be sensitive to array ordering. Re-generate on master as there was a schema change.

We were closing at the end of the loop and also in the defer.

  • a15a9bfd Update test.yml to be valid

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.2...v0.17.3)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from mrz1836 as a code owner April 21, 2022 10:36
@dependabot dependabot bot added the chore Simple updates or version bumps label Apr 21, 2022
Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot pull request

@mergify mergify bot merged commit 14c9ebe into master Apr 21, 2022
@mergify mergify bot deleted the dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.3 branch April 21, 2022 10:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Simple updates or version bumps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant