chore(deps): bump github.com/99designs/gqlgen from 0.17.31 to 0.17.32 #62

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-99designs-gqlgen-0.17.32 into main 2023-06-08 11:24:51 +00:00
argoyle commented 2023-06-07 06:25:21 +00:00 (Migrated from gitlab.com)

Bumps github.com/99designs/gqlgen from 0.17.31 to 0.17.32.

Release notes

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

v0.17.32

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.31...v0.17.32

Changelog

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

v0.17.32 - 2023-06-06

  • 3a81a78b release v0.17.32

  • dbb61174 Added unit tests for defer (#2657)

And fixed hasNext to only appear in the payload when there is deferred usage

  • Regenerate

  • Use go 1.18 compatible atomic operations

  • Regenerate

  • Update extra fields type definition and plus docs about the feature

  • Update docs

  • Make usage of omitempty tag optional

  • adding probably good enough test

  • some kinda docs

  • lintersssssssssssssssssssssssssssss

  • removing unnecessary fields from config

  • 7ab33176 Extra fields (#2638)
  • allow binding GQL Any field to struct method returning *any

  • add singlefile tests for binding to *any case

  • add followschema tests for binding to *any case

  • make ptr_to_any binding tests follow binding conventions better

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.31 to 0.17.32. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/99designs/gqlgen/releases">github.com/99designs/gqlgen's releases</a>.</em></p> <blockquote> <h2>v0.17.32</h2> <h2>What's Changed</h2> <ul> <li>Fix uint32 unmarshal by <a href="https://github.com/mdvalv"><code>@​mdvalv</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2631">99designs/gqlgen#2631</a></li> <li>fix enum capitalization by <a href="https://github.com/dukhyungkim"><code>@​dukhyungkim</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2630">99designs/gqlgen#2630</a></li> <li>Generate federation entity resolvers for interfaces with <a href="https://github.com/key"><code>@​key</code></a> fields defined by <a href="https://github.com/nicolerenee"><code>@​nicolerenee</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2634">99designs/gqlgen#2634</a></li> <li>feat(federation): update Apollo Federation v2 definitions by <a href="https://github.com/dariuszkuc"><code>@​dariuszkuc</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2635">99designs/gqlgen#2635</a></li> <li><code>@defer</code> initial support by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2642">99designs/gqlgen#2642</a></li> <li>allow binding a GraphQL <code>Any</code> field to a struct method returning <code>*any</code> by <a href="https://github.com/Tooni"><code>@​Tooni</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2644">99designs/gqlgen#2644</a></li> <li>POC: Generated model extra fields by <a href="https://github.com/auvn"><code>@​auvn</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2638">99designs/gqlgen#2638</a></li> <li>Make usage of omitempty tag optional by <a href="https://github.com/dcarbone"><code>@​dcarbone</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2649">99designs/gqlgen#2649</a></li> <li>Update extra fields type definition and plus docs about the feature by <a href="https://github.com/auvn"><code>@​auvn</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2655">99designs/gqlgen#2655</a></li> <li>Addressing few issues in defer feature by <a href="https://github.com/UnAfraid"><code>@​UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2656">99designs/gqlgen#2656</a></li> <li>Added unit tests for defer by <a href="https://github.com/UnAfraid"><code>@​UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2657">99designs/gqlgen#2657</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mdvalv"><code>@​mdvalv</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2631">99designs/gqlgen#2631</a></li> <li><a href="https://github.com/dukhyungkim"><code>@​dukhyungkim</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2630">99designs/gqlgen#2630</a></li> <li><a href="https://github.com/nicolerenee"><code>@​nicolerenee</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2634">99designs/gqlgen#2634</a></li> <li><a href="https://github.com/dariuszkuc"><code>@​dariuszkuc</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2635">99designs/gqlgen#2635</a></li> <li><a href="https://github.com/Tooni"><code>@​Tooni</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2644">99designs/gqlgen#2644</a></li> <li><a href="https://github.com/auvn"><code>@​auvn</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2638">99designs/gqlgen#2638</a></li> <li><a href="https://github.com/UnAfraid"><code>@​UnAfraid</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2656">99designs/gqlgen#2656</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.31...v0.17.32">https://github.com/99designs/gqlgen/compare/v0.17.31...v0.17.32</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md">github.com/99designs/gqlgen's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/99designs/gqlgen/compare/v0.17.31...v0.17.32">v0.17.32</a> - 2023-06-06</h2> <ul> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->3a81a78b<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.32</p> </li> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->dbb61174<!-- raw HTML omitted --><!-- raw HTML omitted --> Added unit tests for defer (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2657">#2657</a><!-- raw HTML omitted -->)</p> </li> </ul> <!-- raw HTML omitted --> <p>And fixed hasNext to only appear in the payload when there is deferred usage</p> <ul> <li> <p>Regenerate</p> </li> <li> <p>Use go 1.18 compatible atomic operations</p> </li> <li> <p>Regenerate</p> </li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <ul> <li> <p>Update extra fields type definition and plus docs about the feature</p> </li> <li> <p>Update docs</p> </li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <ul> <li> <p>Make usage of omitempty tag optional</p> </li> <li> <p>adding probably good enough test</p> </li> <li> <p>some kinda docs</p> </li> <li> <p>lintersssssssssssssssssssssssssssss</p> </li> <li> <p>removing unnecessary fields from config</p> </li> </ul> <!-- raw HTML omitted --> <ul> <li><!-- raw HTML omitted --><!-- raw HTML omitted -->7ab33176<!-- raw HTML omitted --><!-- raw HTML omitted --> Extra fields (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2638">#2638</a><!-- raw HTML omitted -->)</li> </ul> <!-- raw HTML omitted --> <ul> <li> <p>allow binding GQL <code>Any</code> field to struct method returning <code>*any</code></p> </li> <li> <p>add singlefile tests for binding to <code>*any</code> case</p> </li> <li> <p>add followschema tests for binding to <code>*any</code> case</p> </li> <li> <p>make ptr_to_any binding tests follow binding conventions better</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/99designs/gqlgen/commit/3a81a78bb7370f067c6bf4f3ce79de0e77f885a1"><code>3a81a78</code></a> release v0.17.32</li> <li><a href="https://github.com/99designs/gqlgen/commit/dbb61174f81ef5e30cb33e772f650abdc41da90a"><code>dbb6117</code></a> Added unit tests for defer (<a href="https://github.com/99designs/gqlgen/issues/2657">#2657</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/5c19c84141c643fa8e3ef59a63d9788ebc966c43"><code>5c19c84</code></a> Addressing few issues in defer feature (<a href="https://github.com/99designs/gqlgen/issues/2656">#2656</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/8e295024ada297c219aa2e79754a9e4f601d0b56"><code>8e29502</code></a> Update extra fields type definition and plus docs about the feature (<a href="https://github.com/99designs/gqlgen/issues/2655">#2655</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/adf5da27cd1bec2ce81b9a3e8e705ed80714f47a"><code>adf5da2</code></a> Make usage of omitempty tag optional (<a href="https://github.com/99designs/gqlgen/issues/2649">#2649</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/7ab3317689c9ee85bcebb454a123ba8f70307058"><code>7ab3317</code></a> Extra fields (<a href="https://github.com/99designs/gqlgen/issues/2638">#2638</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/22deb8bd6c7662bb8eacc29c9a08df0b85444721"><code>22deb8b</code></a> allow binding a GraphQL <code>Any</code> field to a struct method returning <code>*any</code> (<a href="https://github.com/99designs/gqlgen/issues/2644">#2644</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/c313bf3d289985768fdca4e26162d3c429431711"><code>c313bf3</code></a> <code>@defer</code> initial support (<a href="https://github.com/99designs/gqlgen/issues/2642">#2642</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/4d945da283950a9cd66fb6df58abe2bb5f0cf836"><code>4d945da</code></a> feat(federation): update Apollo Federation v2 definitions (<a href="https://github.com/99designs/gqlgen/issues/2635">#2635</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/9796f91dba461051d70a9101c9113b99f7ee82df"><code>9796f91</code></a> Generate entity resolvers for interfaces with <a href="https://github.com/key"><code>@​key</code></a> defined (<a href="https://github.com/99designs/gqlgen/issues/2634">#2634</a>)</li> <li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.31...v0.17.32">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-06-08 11:19:08 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 443d6905...f611d9ff - 2 commits from branch main
  • 56317eb0 - chore(deps): bump github.com/99designs/gqlgen from 0.17.31 to 0.17.32

Compare with previous version

added 3 commits <ul><li>443d6905...f611d9ff - 2 commits from branch <code>main</code></li><li>56317eb0 - chore(deps): bump github.com/99designs/gqlgen from 0.17.31 to 0.17.32</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/58/diffs?diff_id=703184312&start_sha=443d6905bfc20bbe293b899a174e186e815f1536)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-06-08 11:19:31 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2023-06-08 11:24:52 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#62