chore(deps): bump github.com/99designs/gqlgen from 0.17.2 to 0.17.16 #16

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/99designs/gqlgen-0.17.16 into main
dependabot[bot] commented 2022-08-30 19:56:40 +00:00 (Migrated from github.com)

Bumps github.com/99designs/gqlgen from 0.17.2 to 0.17.16.

Release notes

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

v0.17.16

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.15...v0.17.16

v0.17.15

What's Changed

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.14...v0.17.15

v0.17.14

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.13...v0.17.14

v0.17.13

What's Changed

New Contributors

... (truncated)

Changelog

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

v0.17.16 - 2022-08-26

  • 9593cead release v0.17.16

  • 2390af2d Update gqlparser to v2.5.0 (#2341)

  • 2a87fe06 feat: update Graphiql to version 2 (#2340)

  • update yaml to v3

  • add missing go entry for yaml on _example

  • add missing sum file

  • 7949117a v0.17.15 postrelease bump

v0.17.15 - 2022-08-23

  • 23cc7492 release v0.17.15

  • 577a570c Markdown formatting fixes (#2335)

  • Make modelgen test fail if generated doesn't build Added returning list of interface to modelgen test schema

  • Implement slice copying when returning interface slices

  • Re-generate to satisfy the linter

Correcting boolean logic issue

  • da0610e1 Update changelog for v0.17.14

  • ddcb524e v0.17.14 postrelease bump

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.2 to 0.17.16. <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.16</h2> <h2>What's Changed</h2> <ul> <li>Update yaml to v3 by <a href="https://github.com/CoreFloDev"><code>@​CoreFloDev</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2339">99designs/gqlgen#2339</a></li> <li>feat: update Graphiql to version 2 by <a href="https://github.com/robertmarsal"><code>@​robertmarsal</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2340">99designs/gqlgen#2340</a></li> <li>Update gqlparser to v2.5.0 by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2341">99designs/gqlgen#2341</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CoreFloDev"><code>@​CoreFloDev</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2339">99designs/gqlgen#2339</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.15...v0.17.16">https://github.com/99designs/gqlgen/compare/v0.17.15...v0.17.16</a></p> <h2>v0.17.15</h2> <h2>What's Changed</h2> <ul> <li>Correct boolean logic in name collision patch by <a href="https://github.com/dcarbone"><code>@​dcarbone</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2330">99designs/gqlgen#2330</a></li> <li>Fix Interface Slice Getter Generation by <a href="https://github.com/neptoess"><code>@​neptoess</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2332">99designs/gqlgen#2332</a></li> <li>Name collision markdown formatting fixes by <a href="https://github.com/dcarbone"><code>@​dcarbone</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2335">99designs/gqlgen#2335</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.14...v0.17.15">https://github.com/99designs/gqlgen/compare/v0.17.14...v0.17.15</a></p> <h2>v0.17.14</h2> <h2>What's Changed</h2> <ul> <li>Add support for KeepAlive message in websocket client by <a href="https://github.com/alexvelea"><code>@​alexvelea</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2293">99designs/gqlgen#2293</a></li> <li><a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2298">#2298</a>: fix gqlgen extracting module name from comment line by <a href="https://github.com/mobiletoly"><code>@​mobiletoly</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2299">99designs/gqlgen#2299</a></li> <li>Update gqlparser to v2.4.7 by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2300">99designs/gqlgen#2300</a></li> <li>Add hackernews graphql api tutorial to other resources by <a href="https://github.com/Glyphack"><code>@​Glyphack</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2305">99designs/gqlgen#2305</a></li> <li>Generate getters for interface fields by <a href="https://github.com/neptoess"><code>@​neptoess</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2314">99designs/gqlgen#2314</a></li> <li>Leverage (*Imports).LookupType when generating interface field getters by <a href="https://github.com/neptoess"><code>@​neptoess</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2315">99designs/gqlgen#2315</a></li> <li>Include docstrings on interface getters by <a href="https://github.com/neptoess"><code>@​neptoess</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2317">99designs/gqlgen#2317</a></li> <li>Avoid GraphQL to Go Naming Collision with &quot;ToGoModelName&quot; func by <a href="https://github.com/dcarbone"><code>@​dcarbone</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2322">99designs/gqlgen#2322</a></li> <li>More descriptive <code>not implemented</code> stubs by <a href="https://github.com/lintaba"><code>@​lintaba</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2328">99designs/gqlgen#2328</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alexvelea"><code>@​alexvelea</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2293">99designs/gqlgen#2293</a></li> <li><a href="https://github.com/mobiletoly"><code>@​mobiletoly</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2299">99designs/gqlgen#2299</a></li> <li><a href="https://github.com/Glyphack"><code>@​Glyphack</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2305">99designs/gqlgen#2305</a></li> <li><a href="https://github.com/neptoess"><code>@​neptoess</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2314">99designs/gqlgen#2314</a></li> <li><a href="https://github.com/dcarbone"><code>@​dcarbone</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2322">99designs/gqlgen#2322</a></li> <li><a href="https://github.com/lintaba"><code>@​lintaba</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2328">99designs/gqlgen#2328</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.13...v0.17.14">https://github.com/99designs/gqlgen/compare/v0.17.13...v0.17.14</a></p> <h2>v0.17.13</h2> <h2>What's Changed</h2> <ul> <li>updated WebSocket InitFunc recipe for issue <a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2243">#2243</a> by <a href="https://github.com/SebLKMa"><code>@​SebLKMa</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2275">99designs/gqlgen#2275</a></li> <li>fix: return the original error by <a href="https://github.com/giautm"><code>@​giautm</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2288">99designs/gqlgen#2288</a></li> <li>support named interface to Field.CallArgs by <a href="https://github.com/vvakame"><code>@​vvakame</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2289">99designs/gqlgen#2289</a></li> <li>Hide <code>github.com/matryer/moq</code> dependency in <code>tools.go</code> from importers by <a href="https://github.com/danielwhite"><code>@​danielwhite</code></a> in <a href="https://github-redirect.dependabot.com/99designs/gqlgen/pull/2287">99designs/gqlgen#2287</a></li> </ul> <h2>New Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.15...v0.17.16">v0.17.16</a> - 2022-08-26</h2> <ul> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->9593cead<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.16</p> </li> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->2390af2d<!-- raw HTML omitted --><!-- raw HTML omitted --> Update gqlparser to v2.5.0 (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2341">#2341</a><!-- raw HTML omitted -->)</p> </li> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->2a87fe06<!-- raw HTML omitted --><!-- raw HTML omitted --> feat: update Graphiql to version 2 (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2340">#2340</a><!-- raw HTML omitted -->)</p> </li> </ul> <!-- raw HTML omitted --> <ul> <li> <p>update yaml to v3</p> </li> <li> <p>add missing go entry for yaml on _example</p> </li> <li> <p>add missing sum file</p> </li> </ul> <!-- raw HTML omitted --> <ul> <li><!-- raw HTML omitted --><!-- raw HTML omitted -->7949117a<!-- raw HTML omitted --><!-- raw HTML omitted --> v0.17.15 postrelease bump</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.14...v0.17.15">v0.17.15</a> - 2022-08-23</h2> <ul> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->23cc7492<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.15</p> </li> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->577a570c<!-- raw HTML omitted --><!-- raw HTML omitted --> Markdown formatting fixes (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2335">#2335</a><!-- raw HTML omitted -->)</p> </li> </ul> <!-- raw HTML omitted --> <ul> <li> <p>Make modelgen test fail if generated doesn't build Added returning list of interface to modelgen test schema</p> </li> <li> <p>Implement slice copying when returning interface slices</p> </li> <li> <p>Re-generate to satisfy the linter</p> </li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p>Correcting boolean logic issue</p> <!-- raw HTML omitted --> <ul> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->da0610e1<!-- raw HTML omitted --><!-- raw HTML omitted --> Update changelog for v0.17.14</p> </li> <li> <p><!-- raw HTML omitted --><!-- raw HTML omitted -->ddcb524e<!-- raw HTML omitted --><!-- raw HTML omitted --> v0.17.14 postrelease bump</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/9593ceadd6e07c6fd0f0b0e0c55b9f1bf8ade762"><code>9593cea</code></a> release v0.17.16</li> <li><a href="https://github.com/99designs/gqlgen/commit/2390af2db920dc632fe47bc778a24c30495b9efd"><code>2390af2</code></a> Update gqlparser to v2.5.0 (<a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2341">#2341</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/2a87fe0645fd271e4e71d2b7bde34ecf31bf844c"><code>2a87fe0</code></a> feat: update Graphiql to version 2 (<a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2340">#2340</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/32e2ccd30e82fc566ca022a65dcc4a67c4b6125a"><code>32e2ccd</code></a> Update yaml to v3 (<a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2339">#2339</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/7949117a524be7f8882a61e2d4ade1bedf105107"><code>7949117</code></a> v0.17.15 postrelease bump</li> <li><a href="https://github.com/99designs/gqlgen/commit/23cc749256b4e2edc4b11ce9e84c643a7bb3194f"><code>23cc749</code></a> release v0.17.15</li> <li><a href="https://github.com/99designs/gqlgen/commit/577a570cdb6b1b9185f24940690a14cdced37a36"><code>577a570</code></a> Markdown formatting fixes (<a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2335">#2335</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/2b584011fc64a55cbda67f46637a280bf94d9cc1"><code>2b58401</code></a> Fix Interface Slice Getter Generation (<a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2332">#2332</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/aee57b4c521e527ebc0538b8edfbe610973abf21"><code>aee57b4</code></a> Correct boolean logic (<a href="https://github-redirect.dependabot.com/99designs/gqlgen/issues/2330">#2330</a>)</li> <li><a href="https://github.com/99designs/gqlgen/commit/da0610e11accf3afd34903f03bfc0abd045d07ed"><code>da0610e</code></a> Update changelog for v0.17.14</li> <li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.2...v0.17.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/99designs/gqlgen&package-manager=go_modules&previous-version=0.17.2&new-version=0.17.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2022-08-30 20:00:13 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No Reviewers
No labels dependencies go
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/laconicd-deprecated#16