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

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-99designs-gqlgen-0.17.39 into main 2023-10-06 09:43:39 +00:00
argoyle commented 2023-10-06 06:24:56 +00:00 (Migrated from gitlab.com)

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

Release notes

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

v0.17.39

What's Changed

New Contributors

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

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.38 to 0.17.39. <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.39</h2> <h2>What's Changed</h2> <ul> <li>Breaking API: Allow WebsocketInitFunc to add payload to Ack (<a href="https://github.com/99designs/gqlgen/issues/4">#4</a>) by <a href="https://github.com/telemenar"><code>@​telemenar</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2791">99designs/gqlgen#2791</a></li> <li>add close flag into wsConnection to avoid duplicate calls of CloseFunc by <a href="https://github.com/vlad-tokarev"><code>@​vlad-tokarev</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2803">99designs/gqlgen#2803</a></li> <li>fix: CodeGen for omit_slice_element_pointers and GetMany Entity Resolvers by <a href="https://github.com/parkerroan"><code>@​parkerroan</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2802">99designs/gqlgen#2802</a></li> <li>feat: update getting-started CreateTodo mutationResolver by <a href="https://github.com/gitxiongpan"><code>@​gitxiongpan</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2810">99designs/gqlgen#2810</a></li> <li>Feature: Support Apollo Federation Auth Directives by <a href="https://github.com/parkerroan"><code>@​parkerroan</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2809">99designs/gqlgen#2809</a></li> <li>Consider go type name when autobinding by <a href="https://github.com/dany74q"><code>@​dany74q</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2812">99designs/gqlgen#2812</a></li> <li>Update generated files that change when building by <a href="https://github.com/telemenar"><code>@​telemenar</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2813">99designs/gqlgen#2813</a></li> <li>Add a pong only keep alive for the new protocol by <a href="https://github.com/telemenar"><code>@​telemenar</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2814">99designs/gqlgen#2814</a></li> <li>Store parsed Schema on ExecutableSchema rather than use global variable by <a href="https://github.com/gitxiongpan"><code>@​gitxiongpan</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2811">99designs/gqlgen#2811</a></li> <li>Add ability to not fail when pong is not received. by <a href="https://github.com/telemenar"><code>@​telemenar</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2815">99designs/gqlgen#2815</a></li> <li>Adding duration scalar conforming to ISO8601 standard by <a href="https://github.com/rwrz"><code>@​rwrz</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2800">99designs/gqlgen#2800</a></li> <li>Bump postcss from 8.4.24 to 8.4.31 in /integration by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2819">99designs/gqlgen#2819</a></li> <li>Add <a href="https://github.com/interfaceObject"><code>@​interfaceObject</code></a> and <a href="https://github.com/composeDirective"><code>@​composeDirective</code></a> at Federation 2 directive lists. by <a href="https://github.com/wangmir"><code>@​wangmir</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2821">99designs/gqlgen#2821</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vlad-tokarev"><code>@​vlad-tokarev</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2803">99designs/gqlgen#2803</a></li> <li><a href="https://github.com/parkerroan"><code>@​parkerroan</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2802">99designs/gqlgen#2802</a></li> <li><a href="https://github.com/dany74q"><code>@​dany74q</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2812">99designs/gqlgen#2812</a></li> <li><a href="https://github.com/rwrz"><code>@​rwrz</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2800">99designs/gqlgen#2800</a></li> <li><a href="https://github.com/wangmir"><code>@​wangmir</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2821">99designs/gqlgen#2821</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.38...v0.17.39">https://github.com/99designs/gqlgen/compare/v0.17.38...v0.17.39</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/99designs/gqlgen/commit/eed94e8caddb251cc6c180062b26708b8b06dd35"><code>eed94e8</code></a> release v0.17.39</li> <li><a href="https://github.com/99designs/gqlgen/commit/a863d6451eb1bb54673a86de79004f2182501ac1"><code>a863d64</code></a> Add <a href="https://github.com/interfaceObject"><code>@​interfaceObject</code></a> and <a href="https://github.com/composeDirective"><code>@​composeDirective</code></a> at Federation 2 directive lists. (...</li> <li><a href="https://github.com/99designs/gqlgen/commit/3ff523ba5f4564432f7c8c0631ccc3d25754a407"><code>3ff523b</code></a> Bump postcss from 8.4.24 to 8.4.31 in /integration (<a href="https://github.com/99designs/gqlgen/issues/2819">#2819</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/5925864212bb286e22a3027c3900aa99874cc7ad"><code>5925864</code></a> Adding duration scalar conforming to ISO8601 standard (<a href="https://github.com/99designs/gqlgen/issues/2800">#2800</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/37f8e4ebb45d5a7edac5e8f6a241d842b4b9cfb1"><code>37f8e4e</code></a> Add ability to not fail when pong is not received. (<a href="https://github.com/99designs/gqlgen/issues/2815">#2815</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/89ac736ffe346e9ee95b12b4db467d1a802fe0ac"><code>89ac736</code></a> Store parsed Schema on ExecutableSchema rather than use global variable (<a href="https://github.com/99designs/gqlgen/issues/2811">#2811</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/919aded6be6cd722c202214e7a8183ed56762501"><code>919aded</code></a> Add a pong only keep alive for the new protcol (<a href="https://github.com/99designs/gqlgen/issues/2814">#2814</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/001c296a39ee981d415f5079ce0a8827e5d65874"><code>001c296</code></a> Update auto-generated files with latest results. (<a href="https://github.com/99designs/gqlgen/issues/2813">#2813</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/f6fa3aae778926668b0787605c0eab125a800c1e"><code>f6fa3aa</code></a> Consider go type name when autobinding (<a href="https://github.com/99designs/gqlgen/issues/2812">#2812</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/4e8d8c70ce216824e506ad3d77b005f56c3ed144"><code>4e8d8c7</code></a> Feature: Support Apollo Federation Auth Directives (<a href="https://github.com/99designs/gqlgen/issues/2809">#2809</a>)</li> <li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.38...v0.17.39">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-10-06 09:37:26 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 873aaec7 - chore(deps): bump github.com/99designs/gqlgen from 0.17.38 to 0.17.39

Compare with previous version

added 1 commit <ul><li>873aaec7 - chore(deps): bump github.com/99designs/gqlgen from 0.17.38 to 0.17.39</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/105/diffs?diff_id=808805736&start_sha=de15fd3795ffd0b74937e437b77911e05325896f)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-10-06 09:37:51 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2023-10-06 09:43:39 +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#109