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.33 to 0.17.34.
<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.34</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: issue with extraFields being thrown away by <a href="https://github.com/odannyc"><code>@odannyc</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2674">99designs/gqlgen#2674</a></li>
<li>Reworked integration testing using vitest by <a href="https://github.com/UnAfraid"><code>@UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2675">99designs/gqlgen#2675</a></li>
<li>fix subscription example in documentation by <a href="https://github.com/leangaurav"><code>@leangaurav</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2677">99designs/gqlgen#2677</a></li>
<li>Refactor TypeIdentifier to avoid circular imports by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2682">99designs/gqlgen#2682</a></li>
<li>added GoInitialismsConfig which overrides the initialisms to be regarded by <a href="https://github.com/JonasDoe"><code>@JonasDoe</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2683">99designs/gqlgen#2683</a></li>
<li>feat: always use latest apollo sandbox by <a href="https://github.com/gitxiongpan"><code>@gitxiongpan</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2686">99designs/gqlgen#2686</a></li>
<li>Added flag to omit interface checks by <a href="https://github.com/endSly"><code>@endSly</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2689">99designs/gqlgen#2689</a></li>
<li>Update gqlparser dependency by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2694">99designs/gqlgen#2694</a></li>
<li>Use "No longer supported" as the default deprecationReason for deprecations without a reason specified by <a href="https://github.com/arseniocosta1"><code>@arseniocosta1</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2692">99designs/gqlgen#2692</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/odannyc"><code>@odannyc</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2674">99designs/gqlgen#2674</a></li>
<li><a href="https://github.com/leangaurav"><code>@leangaurav</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2677">99designs/gqlgen#2677</a></li>
<li><a href="https://github.com/JonasDoe"><code>@JonasDoe</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2683">99designs/gqlgen#2683</a></li>
<li><a href="https://github.com/endSly"><code>@endSly</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2689">99designs/gqlgen#2689</a></li>
<li><a href="https://github.com/arseniocosta1"><code>@arseniocosta1</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2692">99designs/gqlgen#2692</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.33...v0.17.34">https://github.com/99designs/gqlgen/compare/v0.17.33...v0.17.34</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.33...v0.17.34">v0.17.34</a> - 2023-06-23</h2>
<ul>
<li><!-- raw HTML omitted --><!-- raw HTML omitted -->5a705857<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.34</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p>fix: use "No longer supported" as the default deprecationReason for deprecated fields with no reason specified</p>
</li>
<li>
<p>test: add integration tests to ensure deprecated fields with no reason set get the default reason defined in the spec <code>No longer supported</code></p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->640f3836<!-- raw HTML omitted --><!-- raw HTML omitted --> Update gqlparser dependency (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2694">#2694</a><!-- raw HTML omitted -->)</p>
</li>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->5ac9fe59<!-- raw HTML omitted --><!-- raw HTML omitted --> Added flag to omit interface checks (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2689">#2689</a><!-- raw HTML omitted -->)</p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p>feat: removeDuplicateTags() validates tags and panic with meaningful error message</p>
</li>
<li>
<p>Instead of pinning on _latest without subresource integrity check, update both url and integrity to latest</p>
</li>
<li>
<p>Update graphql/playground/apollo_sandbox_playground.go</p>
</li>
</ul>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>
<p>added GoInitialismsConfig which overrides the initialisms to be regarded</p>
</li>
<li>
<p>typo</p>
</li>
<li>
<p>adjusted examples and documentation</p>
</li>
<li>
<p>removed test with side-effects, adjustend yaml indentations, changed example entry "ID" to "CC" (again? I though I already did that)</p>
</li>
<li>
<p>comply with linter</p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->ee6add4b<!-- raw HTML omitted --><!-- raw HTML omitted --> Refactor TypeIdentifier to avoid circular imports (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2682">#2682</a><!-- raw HTML omitted -->)</p>
</li>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->44376e52<!-- raw HTML omitted --><!-- raw HTML omitted --> fix subscription example in documentation (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2677">#2677</a><!-- raw HTML omitted -->)</p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Reworked integration using vitest
Added SSE client testing
Fixed SSE Transport parse errors not being sent as event-stream</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/99designs/gqlgen/commit/5a70585758275a186b3e76e729644cb0c3e4bd37"><code>5a70585</code></a> release v0.17.34</li>
<li><a href="https://github.com/99designs/gqlgen/commit/1a9dbadd3e1a803e89ff9c6103ba4d9bbcf38029"><code>1a9dbad</code></a> Use "No longer supported" as the default deprecationReason for deprecations ...</li>
<li><a href="https://github.com/99designs/gqlgen/commit/640f383651dee93b64a5cd72a70af4c5dce0831d"><code>640f383</code></a> Update gqlparser dependency (<a href="https://github.com/99designs/gqlgen/issues/2694">#2694</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/5ac9fe5945a59cf7ce6370da4dd5dbc6a8d098ff"><code>5ac9fe5</code></a> Added flag to omit interface checks (<a href="https://github.com/99designs/gqlgen/issues/2689">#2689</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/abc3c627d6dfc9f70e22f40f2457b002310a84c7"><code>abc3c62</code></a> feat: always use latest apollo sandbox (<a href="https://github.com/99designs/gqlgen/issues/2686">#2686</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/3b295bb4a70486a16e82877422a7b7c55d21f4f9"><code>3b295bb</code></a> added GoInitialismsConfig which overrides the initialisms to be regarded (<a href="https://github.com/99designs/gqlgen/issues/2683">#2683</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/ee6add4bddd7ee05e31a37815f281c320eb44e26"><code>ee6add4</code></a> Refactor TypeIdentifier to avoid circular imports (<a href="https://github.com/99designs/gqlgen/issues/2682">#2682</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/44376e52e7857a6b7e16d40088d57234c8eeaf64"><code>44376e5</code></a> fix subscription example in documentation (<a href="https://github.com/99designs/gqlgen/issues/2677">#2677</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/d508082896d5ab6de6ea40b42478e54dc2feb74c"><code>d508082</code></a> Reworked integration testing using vitest (<a href="https://github.com/99designs/gqlgen/issues/2675">#2675</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/d16f498f5b3659bfe23749ee78993b816df04322"><code>d16f498</code></a> fix: issue with extraFields being thrown away (<a href="https://github.com/99designs/gqlgen/issues/2674">#2674</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.33...v0.17.34">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
(Migrated from gitlab.com)
merged commit into main2023-06-26 08:16:28 +00:00
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.33 to 0.17.34.
Release notes
Sourced from github.com/99designs/gqlgen's releases.
Changelog
Sourced from github.com/99designs/gqlgen's changelog.
... (truncated)
Commits
5a70585release v0.17.341a9dbadUse "No longer supported" as the default deprecationReason for deprecations ...640f383Update gqlparser dependency (#2694)5ac9fe5Added flag to omit interface checks (#2689)abc3c62feat: always use latest apollo sandbox (#2686)3b295bbadded GoInitialismsConfig which overrides the initialisms to be regarded (#2683)ee6add4Refactor TypeIdentifier to avoid circular imports (#2682)44376e5fix subscription example in documentation (#2677)d508082Reworked integration testing using vitest (#2675)d16f498fix: issue with extraFields being thrown away (#2674)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR. Deprecated, use GitLab's native /rebase instead$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts