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.40 to 0.17.41.
<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.41</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated GraphiQL 3.0.1 => 3.0.6 by <a href="https://github.com/UnAfraid"><code>@UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2837">99designs/gqlgen#2837</a></li>
<li>Corrected the indentation of the sample program. by <a href="https://github.com/taako-502"><code>@taako-502</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2840">99designs/gqlgen#2840</a></li>
<li>Omittable can now be serialized as json by <a href="https://github.com/endSly"><code>@endSly</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2839">99designs/gqlgen#2839</a></li>
<li>Small template fix to save space in the generated file by <a href="https://github.com/PatrLind"><code>@PatrLind</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2841">99designs/gqlgen#2841</a></li>
<li>Added all ability customize to all supported apollo sandbox options by <a href="https://github.com/UnAfraid"><code>@UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2849">99designs/gqlgen#2849</a></li>
<li>Improve ResolverImplementer.Implment by <a href="https://github.com/roneli"><code>@roneli</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2850">99designs/gqlgen#2850</a></li>
<li>fix fieldset.New bug when prefix slice has len < cap by <a href="https://github.com/sivukhin"><code>@sivukhin</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2851">99designs/gqlgen#2851</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/taako-502"><code>@taako-502</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2840">99designs/gqlgen#2840</a></li>
<li><a href="https://github.com/PatrLind"><code>@PatrLind</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2841">99designs/gqlgen#2841</a></li>
<li><a href="https://github.com/roneli"><code>@roneli</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2850">99designs/gqlgen#2850</a></li>
<li><a href="https://github.com/sivukhin"><code>@sivukhin</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2851">99designs/gqlgen#2851</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.40...v0.17.41">https://github.com/99designs/gqlgen/compare/v0.17.40...v0.17.41</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.40...v0.17.41">v0.17.41</a> - 2023-12-03</h2>
<ul>
<li><!-- raw HTML omitted --><!-- raw HTML omitted -->fe60938c<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.41</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p>fix fieldset.New bug when prefix slice has len < cap</p>
</li>
<li>
<p>ignore gocritic warning</p>
</li>
</ul>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>
<p>improve resolver implement render</p>
</li>
<li>
<p>add error when multiple implementors</p>
</li>
<li>
<p>add initial test</p>
</li>
</ul>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>Added all supported options to new window.EmbeddedSandbox object</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>
<p>Small template fix to save space in the generated file</p>
</li>
<li>
<p>Re-generate</p>
</li>
</ul>
<hr />
<!-- raw HTML omitted -->
<ul>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->c0ca5091<!-- raw HTML omitted --><!-- raw HTML omitted --> Omittable can now be serialized as json (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2839">#2839</a><!-- raw HTML omitted -->)</p>
</li>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->dcb76191<!-- raw HTML omitted --><!-- raw HTML omitted --> fix: sample program indentation (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2840">#2840</a><!-- raw HTML omitted -->)</p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p>Updated GraphiQL 3.0.1 => 3.0.6</p>
</li>
<li>
<p>Added unit tests to cover integrity of playgrounds</p>
</li>
<li>
<p>Updated vulnerable dependency</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/fe60938c55308b1cd5562556cdb976771cfcc6cc"><code>fe60938</code></a> release v0.17.41</li>
<li><a href="https://github.com/99designs/gqlgen/commit/5e98a16a3a5a5678f1b6481275d81f52f9462f90"><code>5e98a16</code></a> fix fieldset.New bug when prefix slice has len < cap (<a href="https://github.com/99designs/gqlgen/issues/2851">#2851</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/bd9657f3e50b7b9642c05039a5364ce2262faaf4"><code>bd9657f</code></a> Improve ResolverImplementer.Implment (<a href="https://github.com/99designs/gqlgen/issues/2850">#2850</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/cb3c1c890e5a255776df9577c80b0c15218cf254"><code>cb3c1c8</code></a> Updated apollo sandbox (<a href="https://github.com/99designs/gqlgen/issues/2849">#2849</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/eb5cea7206767bda3582040fd9e4c98174aaa6b1"><code>eb5cea7</code></a> Small template fix to save space in the generated file (<a href="https://github.com/99designs/gqlgen/issues/2841">#2841</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/c0ca5091a10417c34192da4d3c064a0fed2a7fdb"><code>c0ca509</code></a> Omittable can now be serialized as json (<a href="https://github.com/99designs/gqlgen/issues/2839">#2839</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/dcb7619111642cc82a21b8e80ce1300213af1368"><code>dcb7619</code></a> fix: sample program indentation (<a href="https://github.com/99designs/gqlgen/issues/2840">#2840</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/132ec1ce579e9ce3dc772afebf9703c1403d588e"><code>132ec1c</code></a> Updated GraphiQL 3.0.1 => 3.0.6 (<a href="https://github.com/99designs/gqlgen/issues/2837">#2837</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/917407005eb4198aa43875984fb77caeaa7fca36"><code>9174070</code></a> v0.17.40 postrelease bump</li>
<li>See full diff in <a href="https://github.com/99designs/gqlgen/compare/v0.17.40...v0.17.41">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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps github.com/99designs/gqlgen from 0.17.40 to 0.17.41.
Release notes
Sourced from github.com/99designs/gqlgen's releases.
Changelog
Sourced from github.com/99designs/gqlgen's changelog.
... (truncated)
Commits
fe60938release v0.17.415e98a16fix fieldset.New bug when prefix slice has len < cap (#2851)bd9657fImprove ResolverImplementer.Implment (#2850)cb3c1c8Updated apollo sandbox (#2849)eb5cea7Small template fix to save space in the generated file (#2841)c0ca509Omittable can now be serialized as json (#2839)dcb7619fix: sample program indentation (#2840)132ec1cUpdated GraphiQL 3.0.1 => 3.0.6 (#2837)9174070v0.17.40 postrelease bumpDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 1 commit
e2ab56ce- chore(deps): bump github.com/99designs/gqlgen from 0.17.40 to 0.17.41Compare with previous version