chore(deps): bump github.com/99designs/gqlgen from 0.17.22 to 0.17.24 #24

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-99designs-gqlgen-0.17.24 into main 2023-01-24 11:18:43 +00:00
argoyle commented 2023-01-24 06:24:24 +00:00 (Migrated from gitlab.com)

Bumps github.com/99designs/gqlgen from 0.17.22 to 0.17.24.

Release notes

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

v0.17.24

This release is a minor formatting tweak to the prior https://github.com/99designs/gqlgen/releases/tag/v0.17.23

v0.17.23

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.22...v0.17.23

Changelog

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

v0.17.24 - 2023-01-23

  • 77c63865 release v0.17.24

v0.17.23 - 2023-01-23

  • 9573b595 release v0.17.23

  • 866187fd missed a closing parenthesis (#2513)

  • ec3b4711 fix #2485 for some types requiring a scalar (#2508)

  • Enanble Subscription Resolver to return websocket error message

  • add PR link

  • lint

  • fmt and regenerate

  • Add omit_complexity config option to skip generation of ComplexityRoot struct content and Complexity function

  • fix lint error

  • following review

  • better way to compare basic type

  • 43c9a1d2 fix: gin sample code error in v0.17.22 (#2503)

Bumps json5 from 2.2.1 to 2.2.3.

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase 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.22 to 0.17.24. <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.24</h2> <p>This release is a minor formatting tweak to the prior <a href="https://github.com/99designs/gqlgen/releases/tag/v0.17.23">https://github.com/99designs/gqlgen/releases/tag/v0.17.23</a></p> <h2>v0.17.23</h2> <h2>What's Changed</h2> <ul> <li>Fix <a href="https://github.com/99designs/gqlgen/issues/2457">#2457</a> update websocket example by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2461">99designs/gqlgen#2461</a></li> <li>Export default modelgen hooks by <a href="https://github.com/atzedus"><code>@​atzedus</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2467">99designs/gqlgen#2467</a></li> <li>fix <a href="https://github.com/99designs/gqlgen/issues/2465">#2465</a> remote model with omitempty by <a href="https://github.com/mstephano"><code>@​mstephano</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2468">99designs/gqlgen#2468</a></li> <li>Fix issue <a href="https://github.com/99designs/gqlgen/issues/2470">#2470</a>: Incorrect response when errors occurred by <a href="https://github.com/atzedus"><code>@​atzedus</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2471">99designs/gqlgen#2471</a></li> <li>feat: support Altair playground by <a href="https://github.com/yk-eukarya"><code>@​yk-eukarya</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2437">99designs/gqlgen#2437</a></li> <li>plugin/resolvergen: respect named return values by <a href="https://github.com/a8m"><code>@​a8m</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2488">99designs/gqlgen#2488</a></li> <li>fix misspelling and format code by <a href="https://github.com/Doarakko"><code>@​Doarakko</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2497">99designs/gqlgen#2497</a></li> <li>Add Server-Sent Events transport by <a href="https://github.com/jmic"><code>@​jmic</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2498">99designs/gqlgen#2498</a></li> <li>Bump jsonwebtoken and <code>@​graphql-tools/prisma-loader</code> in /integration by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2501">99designs/gqlgen#2501</a></li> <li>Bump json5 from 2.2.1 to 2.2.3 in /integration by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2500">99designs/gqlgen#2500</a></li> <li>fix: gin sample code error in v0.17.22 by <a href="https://github.com/Adam7066"><code>@​Adam7066</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2503">99designs/gqlgen#2503</a></li> <li>fix <a href="https://github.com/99designs/gqlgen/issues/2485">#2485</a> Defined type from a basic type should not need scalar by <a href="https://github.com/mstephano"><code>@​mstephano</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2486">99designs/gqlgen#2486</a></li> <li>Add omit_complexity config option for issue <a href="https://github.com/99designs/gqlgen/issues/2502">#2502</a> by <a href="https://github.com/mariuscraciunescu"><code>@​mariuscraciunescu</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2504">99designs/gqlgen#2504</a></li> <li>Enable Subscription Resolver to return websocket error message by <a href="https://github.com/zhixinwen"><code>@​zhixinwen</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2506">99designs/gqlgen#2506</a></li> <li>fix <a href="https://github.com/99designs/gqlgen/issues/2485">#2485</a> for some types requiring a scalar by <a href="https://github.com/mstephano"><code>@​mstephano</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2508">99designs/gqlgen#2508</a></li> <li>missed a closing parenthesis in documentation by <a href="https://github.com/NateHan"><code>@​NateHan</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2513">99designs/gqlgen#2513</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mstephano"><code>@​mstephano</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2468">99designs/gqlgen#2468</a></li> <li><a href="https://github.com/yk-eukarya"><code>@​yk-eukarya</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2437">99designs/gqlgen#2437</a></li> <li><a href="https://github.com/Doarakko"><code>@​Doarakko</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2497">99designs/gqlgen#2497</a></li> <li><a href="https://github.com/jmic"><code>@​jmic</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2498">99designs/gqlgen#2498</a></li> <li><a href="https://github.com/Adam7066"><code>@​Adam7066</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2503">99designs/gqlgen#2503</a></li> <li><a href="https://github.com/mariuscraciunescu"><code>@​mariuscraciunescu</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2504">99designs/gqlgen#2504</a></li> <li><a href="https://github.com/zhixinwen"><code>@​zhixinwen</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2506">99designs/gqlgen#2506</a></li> <li><a href="https://github.com/NateHan"><code>@​NateHan</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2513">99designs/gqlgen#2513</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.22...v0.17.23">https://github.com/99designs/gqlgen/compare/v0.17.22...v0.17.23</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.23...v0.17.24">v0.17.24</a> - 2023-01-23</h2> <ul> <li><!-- raw HTML omitted --><!-- raw HTML omitted -->77c63865<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.24</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/99designs/gqlgen/compare/v0.17.22...v0.17.23">v0.17.23</a> - 2023-01-23</h2> <ul> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->9573b595<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.23</p> </li> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->866187fd<!-- raw HTML omitted --><!-- raw HTML omitted --> missed a closing parenthesis (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2513">#2513</a><!-- raw HTML omitted -->)</p> </li> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->ec3b4711<!-- raw HTML omitted --><!-- raw HTML omitted --> fix <!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2485">#2485</a><!-- raw HTML omitted --> for some types requiring a scalar (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2508">#2508</a><!-- raw HTML omitted -->)</p> </li> </ul> <!-- raw HTML omitted --> <ul> <li> <p>Enanble Subscription Resolver to return websocket error message</p> </li> <li> <p>add PR link</p> </li> <li> <p>lint</p> </li> <li> <p>fmt and regenerate</p> </li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <ul> <li> <p>Add omit_complexity config option to skip generation of ComplexityRoot struct content and Complexity function</p> </li> <li> <p>fix lint error</p> </li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <ul> <li> <p>following review</p> </li> <li> <p>better way to compare basic type</p> </li> </ul> <!-- raw HTML omitted --> <ul> <li><!-- raw HTML omitted --><!-- raw HTML omitted -->43c9a1d2<!-- raw HTML omitted --><!-- raw HTML omitted --> fix: gin sample code error in v0.17.22 (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2503">#2503</a><!-- raw HTML omitted -->)</li> </ul> <!-- raw HTML omitted --> <p>Bumps <a href="https://github.com/json5/json5">json5</a> from 2.2.1 to 2.2.3.</p> <ul> <li><a href="https://github.com/json5/json5/releases">Release notes</a></li> <li><a href="https://github.com/json5/json5/blob/main/CHANGELOG.md">Changelog</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/99designs/gqlgen/commit/77c63865f2df7ee6d4475861b3f57d37a7ef1787"><code>77c6386</code></a> release v0.17.24</li> <li><a href="https://github.com/99designs/gqlgen/commit/9573b5955a5aa18c180ec6f4a213a1472e36b112"><code>9573b59</code></a> release v0.17.23</li> <li><a href="https://github.com/99designs/gqlgen/commit/866187fd2510121d1b5f0d0636c8d37d80191c91"><code>866187f</code></a> missed a closing parenthesis (<a href="https://github.com/99designs/gqlgen/issues/2513">#2513</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/ec3b4711662704e7231ed8dc9ba008b5ceaaa75c"><code>ec3b471</code></a> fix <a href="https://github.com/99designs/gqlgen/issues/2485">#2485</a> for some types requiring a scalar (<a href="https://github.com/99designs/gqlgen/issues/2508">#2508</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/11c3a4da9d995c39bee01a4009530564148b42a5"><code>11c3a4d</code></a> Enable Subscription Resolver to return websocket error message (<a href="https://github.com/99designs/gqlgen/issues/2506">#2506</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/2bd7cfefc603159b9188a0a76a0336123edc7783"><code>2bd7cfe</code></a> Add omit_complexity config option for issue <a href="https://github.com/99designs/gqlgen/issues/2502">#2502</a> (<a href="https://github.com/99designs/gqlgen/issues/2504">#2504</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/867b61a5c6b5efa083b0aa384732be343be5bef8"><code>867b61a</code></a> fix <a href="https://github.com/99designs/gqlgen/issues/2485">#2485</a> Defined type from a basic type should not need scalar (<a href="https://github.com/99designs/gqlgen/issues/2486">#2486</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/43c9a1d217309b1bfe2ad408ada4e131e267432c"><code>43c9a1d</code></a> fix: gin sample code error in v0.17.22 (<a href="https://github.com/99designs/gqlgen/issues/2503">#2503</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/f5764a83d54d1f645c942f7a3cf74f1eade34d82"><code>f5764a8</code></a> Bump json5 from 2.2.1 to 2.2.3 in /integration (<a href="https://github.com/99designs/gqlgen/issues/2500">#2500</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/32bfdfb7d32839ac0298c2e34cf8da290083f0c7"><code>32bfdfb</code></a> Bump jsonwebtoken and <code>@​graphql-tools/prisma-loader</code> in /integration (<a href="https://github.com/99designs/gqlgen/issues/2501">#2501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.22...v0.17.24">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 - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-01-24 11:12:17 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e26e158e - chore(deps): bump github.com/99designs/gqlgen from 0.17.22 to 0.17.24

Compare with previous version

added 1 commit <ul><li>e26e158e - chore(deps): bump github.com/99designs/gqlgen from 0.17.22 to 0.17.24</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/20/diffs?diff_id=585020504&start_sha=19ef6f275c7df922d820fe0adc55a659f728e2ee)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-01-24 11:12:50 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2023-01-24 11:18: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#24