chore(deps): bump github.com/99designs/gqlgen from 0.17.35 to 0.17.36 #86

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-99designs-gqlgen-0.17.36 into main 2023-07-28 14:47:24 +00:00
argoyle commented 2023-07-28 06:25:24 +00:00 (Migrated from gitlab.com)

Bumps github.com/99designs/gqlgen from 0.17.35 to 0.17.36.

Release notes

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

v0.17.36

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.35...v0.17.36

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.35 to 0.17.36. <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.36</h2> <h2>What's Changed</h2> <ul> <li>Update gqlparser to v2.5.8 by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2716">99designs/gqlgen#2716</a></li> <li>Added go mod tidy to quick start guide by <a href="https://github.com/UnAfraid"><code>@​UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2718">99designs/gqlgen#2718</a></li> <li>docs: update dataloader docs by <a href="https://github.com/zenyui"><code>@​zenyui</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2719">99designs/gqlgen#2719</a></li> <li>Fix docs by <a href="https://github.com/zenyui"><code>@​zenyui</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2722">99designs/gqlgen#2722</a></li> <li>Fixed Data Loader docs by <a href="https://github.com/UnAfraid"><code>@​UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2723">99designs/gqlgen#2723</a></li> <li>Make the resolver implementation configurable via a new template resolver.gotpl by <a href="https://github.com/penard-cb"><code>@​penard-cb</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2720">99designs/gqlgen#2720</a></li> <li>fix: Don't set the package variable for the new Resolver Template by <a href="https://github.com/penard-cb"><code>@​penard-cb</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2725">99designs/gqlgen#2725</a></li> <li>Make models configurable via template by <a href="https://github.com/penard-cb"><code>@​penard-cb</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2730">99designs/gqlgen#2730</a></li> <li>Fix plugin template resolution by <a href="https://github.com/douglaswth"><code>@​douglaswth</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2733">99designs/gqlgen#2733</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/penard-cb"><code>@​penard-cb</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2720">99designs/gqlgen#2720</a></li> <li><a href="https://github.com/douglaswth"><code>@​douglaswth</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2733">99designs/gqlgen#2733</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.35...v0.17.36">https://github.com/99designs/gqlgen/compare/v0.17.35...v0.17.36</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.35...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/bd6cfd3108818cd060a06491052c36fb6f5e4be3"><code>bd6cfd3</code></a> release v0.17.36</li> <li><a href="https://github.com/99designs/gqlgen/commit/60ec0d86847c97cd45c6e431d49b7ccf50efeeb9"><code>60ec0d8</code></a> Fix plugin template resolution (<a href="https://github.com/99designs/gqlgen/issues/2733">#2733</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/76d444c15fc1d98538648a229f41ed7b4573bad7"><code>76d444c</code></a> Make models configurable via template (<a href="https://github.com/99designs/gqlgen/issues/2730">#2730</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/abe3ffde59d6a0d942a9ac2d1b657287f75efa67"><code>abe3ffd</code></a> Don't set the package variable for the new Resolver Template (<a href="https://github.com/99designs/gqlgen/issues/2725">#2725</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/febf9566224b3e3ad0e32903fd46d9005d6a7748"><code>febf956</code></a> Make the resolver implementation configurable via a new template resolver.got...</li> <li><a href="https://github.com/99designs/gqlgen/commit/bda3026043f187bf00f039d1c3648d5b1a8e4998"><code>bda3026</code></a> Fixed Data Loader docs (<a href="https://github.com/99designs/gqlgen/issues/2723">#2723</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/16c9eb64ed04218e927a74199a57f951bfb452b1"><code>16c9eb6</code></a> Fix docs (<a href="https://github.com/99designs/gqlgen/issues/2722">#2722</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/b233a01bf7eeb9f9ddc590a7dd72058da28d88df"><code>b233a01</code></a> docs: update dataloader docs (<a href="https://github.com/99designs/gqlgen/issues/2719">#2719</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/cccc7389c10cdd4ef4eb7b9541dedb0f9cf74a97"><code>cccc738</code></a> Added go mod tidy to quick start guide (<a href="https://github.com/99designs/gqlgen/issues/2718">#2718</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/9adc7b81ac27c157e597d369e4499353f0f6b0b0"><code>9adc7b8</code></a> Update gqlparser to v2.5.8 (<a href="https://github.com/99designs/gqlgen/issues/2716">#2716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.35...v0.17.36">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-07-28 14:47:15 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6ec07717 - 1 commit from branch main
  • e8837aa5 - chore(deps): bump github.com/99designs/gqlgen from 0.17.35 to 0.17.36

Compare with previous version

added 2 commits <ul><li>6ec07717 - 1 commit from branch <code>main</code></li><li>e8837aa5 - chore(deps): bump github.com/99designs/gqlgen from 0.17.35 to 0.17.36</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/82/diffs?diff_id=747304216&start_sha=77ae76903ddd98d89828de1f61c4833f5368672d)
argoyle (Migrated from gitlab.com) merged commit into main 2023-07-28 14:47:24 +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#86