chore(deps): bump github.com/99designs/gqlgen from 0.17.37 to 0.17.38 #103

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-99designs-gqlgen-0.17.38 into main 2023-09-20 10:24:44 +00:00
argoyle commented 2023-09-20 06:24:59 +00:00 (Migrated from gitlab.com)

Bumps github.com/99designs/gqlgen from 0.17.37 to 0.17.38.

Release notes

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

v0.17.38

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.37...v0.17.38

Changelog

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

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $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.37 to 0.17.38. <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.38</h2> <h2>What's Changed</h2> <ul> <li>Ability to use forceGenerate and extraFields together by <a href="https://github.com/atzedus"><code>@​atzedus</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2788">99designs/gqlgen#2788</a></li> <li>Add new changelog by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2787">99designs/gqlgen#2787</a></li> <li>Fix rand int docs link in Getting Started by <a href="https://github.com/stevenschobert"><code>@​stevenschobert</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2789">99designs/gqlgen#2789</a></li> <li>Make it possible to pass UI headers to GraphiQL by <a href="https://github.com/marcusthelin"><code>@​marcusthelin</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2793">99designs/gqlgen#2793</a></li> <li>Return <code>null</code> instead of zero value uuid by <a href="https://github.com/0x221A"><code>@​0x221A</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2794">99designs/gqlgen#2794</a></li> <li>Update gqlparser to 2.5.10 by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2798">99designs/gqlgen#2798</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stevenschobert"><code>@​stevenschobert</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2789">99designs/gqlgen#2789</a></li> <li><a href="https://github.com/marcusthelin"><code>@​marcusthelin</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2793">99designs/gqlgen#2793</a></li> <li><a href="https://github.com/0x221A"><code>@​0x221A</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2794">99designs/gqlgen#2794</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.37...v0.17.38">https://github.com/99designs/gqlgen/compare/v0.17.37...v0.17.38</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> <h1>CHANGELOG</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/99designs/gqlgen/compare/v0.17.37...HEAD">Unreleased</a></h2> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/99designs/gqlgen/commit/d9077fac9c2320b28744fb43ab1d00c4d50f0af8"><code>d9077fa</code></a> release v0.17.38</li> <li><a href="https://github.com/99designs/gqlgen/commit/5f452ce2dbfc4171fc021c10de11b435a60c8955"><code>5f452ce</code></a> Update gqlparser to 2.5.10 (<a href="https://github.com/99designs/gqlgen/issues/2798">#2798</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/c89860bdd01827ad0f7a3f2020935e2ae115ecb7"><code>c89860b</code></a> refactor: return <code>null</code> instead of zero value uuid (<a href="https://github.com/99designs/gqlgen/issues/2794">#2794</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/625ca2e58aba47cd540f0fb47e048a743a896906"><code>625ca2e</code></a> Make it possible to pass UI headers (<a href="https://github.com/99designs/gqlgen/issues/2793">#2793</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/fceb33111bef2bbbf14468d78888098ac8968351"><code>fceb331</code></a> Fix rand int docs link in Getting Started (<a href="https://github.com/99designs/gqlgen/issues/2789">#2789</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/f01d580501ddca4cf20b6fbf7f937be8509466bf"><code>f01d580</code></a> Add new changelog (<a href="https://github.com/99designs/gqlgen/issues/2787">#2787</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/9930e5740e0670a69bfd4397d87222b49cf7f0e6"><code>9930e57</code></a> Ability to use forceGenerate and extraFields together (<a href="https://github.com/99designs/gqlgen/issues/2788">#2788</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/f90ac05e42fcc97addda2d32e3cc16565f55ed98"><code>f90ac05</code></a> v0.17.37 postrelease bump</li> <li>See full diff in <a href="https://github.com/99designs/gqlgen/compare/v0.17.37...v0.17.38">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-09-20 10:24:36 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 8685fcbf - 1 commit from branch main
  • 06e71fac - chore(deps): bump github.com/99designs/gqlgen from 0.17.37 to 0.17.38

Compare with previous version

added 2 commits <ul><li>8685fcbf - 1 commit from branch <code>main</code></li><li>06e71fac - chore(deps): bump github.com/99designs/gqlgen from 0.17.37 to 0.17.38</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/99/diffs?diff_id=794089075&start_sha=8d44b2f04d4418e14d6da82bb651bc4b36449ad7)
argoyle (Migrated from gitlab.com) merged commit into main 2023-09-20 10:24:44 +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#103