Skip to content

build(deps): bump github.com/99designs/gqlgen from 0.16.0 to 0.17.3#213

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/99designs/gqlgen-0.17.3
Closed

build(deps): bump github.com/99designs/gqlgen from 0.16.0 to 0.17.3#213
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/99designs/gqlgen-0.17.3

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/99designs/gqlgen from 0.16.0 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

v0.17.2

What's Changed

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

v0.17.1

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.0...v0.17.1

v0.17.0

What's Changed

... (truncated)

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 21, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/99designs/gqlgen-0.17.3 branch from b9e9ae6 to 6d09baf Compare April 21, 2022 07:17
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.16.0 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.16.0...v0.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/99designs/gqlgen-0.17.3 branch from 6d09baf to 2a5d9ab Compare April 25, 2022 07:17
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2022

Superseded by #215.

@dependabot dependabot bot closed this Apr 26, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/99designs/gqlgen-0.17.3 branch April 26, 2022 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants