chore(deps): bump github.com/Khan/genqlient from 0.5.0 to 0.6.0 #51

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-Khan-genqlient-0.6.0 into main 2023-05-08 05:13:32 +00:00
argoyle commented 2023-05-07 06:24:16 +00:00 (Migrated from gitlab.com)

Bumps github.com/Khan/genqlient from 0.5.0 to 0.6.0.

Release notes

Sourced from github.com/Khan/genqlient's releases.

v0.6.0

Version 0.6.0 includes some small features and bugfixes. Note that genqlient now requires Go 1.18 or higher, and is tested through Go 1.20.

What's Changed

New Contributors

Full Changelog: https://github.com/Khan/genqlient/compare/v0.5.0...v0.6.0

Changelog

Sourced from github.com/Khan/genqlient's changelog.

v0.6.0

Version 0.6.0 includes some small features and bugfixes. Note that genqlient now requires Go 1.18 or higher, and is tested through Go 1.20.

Breaking changes:

  • genqlient now requires Go 1.18 or higher.

New features:

  • You can now bind all types from a package in genqlient.yaml using the new package_bindings option.
  • The graphql operation (query or mutation) as sent over the wire is now exposed via a constant in the generated genqlient .go file.

Bug fixes:

  • Fixed non-deterministic generated code when querying graphql interfaces.
  • Fixed generated code when last component of package name is not a valid identifier (e.g. "path/to/my-package").
  • Fixed incorrect documentation of for directive.
  • Fixed bug where omitempty JSON tags were not being correctly applied to __premarshal structs.
Commits
  • 94b6a71 Release v0.6.0 (#269)
  • 15f507b fix: premarshal structs get generated with omitempty tag (#267)
  • 4073a49 Update gqlgen to latest (#268)
  • 677fa94 Bump minimum Go version to 1.18 (#262)
  • ff44aa0 Bump golang.org/x/sys from 0.0.0-20220319134239-a9b59b0215f8 to 0.1.0 (#259)
  • a42359b Fix minor mistake in code sample in README (#253)
  • 596c33f PR 239 update: Adding more logging for the initial generate setup (#246)
  • b1adeca Automatically update generated files if UPDATE_SNAPSHOTS=1 (#243)
  • e322738 Rename the query constant to have an underscore in it. (#241)
  • 587f770 Expose the graphql operation as a constant in the generated genqlient file (#...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/Khan/genqlient](https://github.com/Khan/genqlient) from 0.5.0 to 0.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Khan/genqlient/releases">github.com/Khan/genqlient's releases</a>.</em></p> <blockquote> <h2>v0.6.0</h2> <p>Version 0.6.0 includes some small features and bugfixes. Note that genqlient now requires Go 1.18 or higher, and is tested through Go 1.20.</p> <h2>What's Changed</h2> <ul> <li>Add configuration AutoBindings method by <a href="https://github.com/NuVivo314"><code>@​NuVivo314</code></a> in <a href="https://github.com/Khan/genqlient/pull/169">Khan/genqlient#169</a></li> <li>Mention how to update the snapshot tests by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/210">Khan/genqlient#210</a></li> <li>make output deterministic for graphql interfaces by <a href="https://github.com/vikstrous2"><code>@​vikstrous2</code></a> in <a href="https://github.com/Khan/genqlient/pull/209">Khan/genqlient#209</a></li> <li>Add more information about updating snapshots by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/211">Khan/genqlient#211</a></li> <li>Fix incorrectly formatted error string by <a href="https://github.com/breml"><code>@​breml</code></a> in <a href="https://github.com/Khan/genqlient/pull/213">Khan/genqlient#213</a></li> <li>Bump golangci-lint and (max) Go versions by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/219">Khan/genqlient#219</a></li> <li>Give a better error if package_bindings is a file by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/221">Khan/genqlient#221</a></li> <li>Move changelog entry to the right version by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/217">Khan/genqlient#217</a></li> <li>Fix documentation for <code>optional: value</code> by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/229">Khan/genqlient#229</a></li> <li>Support package-names with dashes in them by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/232">Khan/genqlient#232</a></li> <li>fixed &quot;for&quot; directive documentation by <a href="https://github.com/bafko"><code>@​bafko</code></a> in <a href="https://github.com/Khan/genqlient/pull/235">Khan/genqlient#235</a></li> <li>Expose the graphql operation as a constant in the generated genqlient file by <a href="https://github.com/csilvers"><code>@​csilvers</code></a> in <a href="https://github.com/Khan/genqlient/pull/238">Khan/genqlient#238</a></li> <li>Rename the query constant to have an underscore in it. by <a href="https://github.com/csilvers"><code>@​csilvers</code></a> in <a href="https://github.com/Khan/genqlient/pull/241">Khan/genqlient#241</a></li> <li>Automatically update generated files if UPDATE_SNAPSHOTS=1 by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/243">Khan/genqlient#243</a></li> <li>PR 239 update: Adding more logging for the initial generate setup by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github.com/Khan/genqlient/pull/246">Khan/genqlient#246</a></li> <li>Fix minor mistake in code sample in README by <a href="https://github.com/omarkohl"><code>@​omarkohl</code></a> in <a href="https://github.com/Khan/genqlient/pull/253">Khan/genqlient#253</a></li> <li>Bump golang.org/x/sys from 0.0.0-20220319134239-a9b59b0215f8 to 0.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/Khan/genqlient/pull/259">Khan/genqlient#259</a></li> <li>Bump minimum Go version to 1.18 by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/262">Khan/genqlient#262</a></li> <li>Update gqlgen to latest by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github.com/Khan/genqlient/pull/268">Khan/genqlient#268</a></li> <li>fix: premarshal structs get generated with omitempty tag by <a href="https://github.com/kevinmichaelchen"><code>@​kevinmichaelchen</code></a> in <a href="https://github.com/Khan/genqlient/pull/267">Khan/genqlient#267</a></li> <li>Release v0.6.0 by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github.com/Khan/genqlient/pull/269">Khan/genqlient#269</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/NuVivo314"><code>@​NuVivo314</code></a> made their first contribution in <a href="https://github.com/Khan/genqlient/pull/169">Khan/genqlient#169</a></li> <li><a href="https://github.com/vikstrous2"><code>@​vikstrous2</code></a> made their first contribution in <a href="https://github.com/Khan/genqlient/pull/209">Khan/genqlient#209</a></li> <li><a href="https://github.com/breml"><code>@​breml</code></a> made their first contribution in <a href="https://github.com/Khan/genqlient/pull/213">Khan/genqlient#213</a></li> <li><a href="https://github.com/bafko"><code>@​bafko</code></a> made their first contribution in <a href="https://github.com/Khan/genqlient/pull/235">Khan/genqlient#235</a></li> <li><a href="https://github.com/omarkohl"><code>@​omarkohl</code></a> made their first contribution in <a href="https://github.com/Khan/genqlient/pull/253">Khan/genqlient#253</a></li> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://github.com/Khan/genqlient/pull/259">Khan/genqlient#259</a></li> <li><a href="https://github.com/kevinmichaelchen"><code>@​kevinmichaelchen</code></a> made their first contribution in <a href="https://github.com/Khan/genqlient/pull/267">Khan/genqlient#267</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Khan/genqlient/compare/v0.5.0...v0.6.0">https://github.com/Khan/genqlient/compare/v0.5.0...v0.6.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Khan/genqlient/blob/main/docs/CHANGELOG.md">github.com/Khan/genqlient's changelog</a>.</em></p> <blockquote> <h2>v0.6.0</h2> <p>Version 0.6.0 includes some small features and bugfixes. Note that genqlient now requires Go 1.18 or higher, and is tested through Go 1.20.</p> <h3>Breaking changes:</h3> <ul> <li>genqlient now requires Go 1.18 or higher.</li> </ul> <h3>New features:</h3> <ul> <li>You can now bind all types from a package in <code>genqlient.yaml</code> using the new <code>package_bindings</code> option.</li> <li>The graphql operation (query or mutation) as sent over the wire is now exposed via a constant in the generated genqlient .go file.</li> </ul> <h3>Bug fixes:</h3> <ul> <li>Fixed non-deterministic generated code when querying graphql interfaces.</li> <li>Fixed generated code when last component of package name is not a valid identifier (e.g. <code>&quot;path/to/my-package&quot;</code>).</li> <li>Fixed incorrect documentation of <code>for</code> directive.</li> <li>Fixed bug where <code>omitempty</code> JSON tags were not being correctly applied to <code>__premarshal</code> structs.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Khan/genqlient/commit/94b6a71403bc907e9b39355dcea8292640e46f62"><code>94b6a71</code></a> Release v0.6.0 (<a href="https://github.com/Khan/genqlient/issues/269">#269</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/15f507b8de0cb3f885945403cf340bdbfec29a4f"><code>15f507b</code></a> fix: premarshal structs get generated with omitempty tag (<a href="https://github.com/Khan/genqlient/issues/267">#267</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/4073a4961453bd8c1f4fd35cf978d3b99a98bf38"><code>4073a49</code></a> Update gqlgen to latest (<a href="https://github.com/Khan/genqlient/issues/268">#268</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/677fa94d301c780b319877c74d7b9701e3aa70db"><code>677fa94</code></a> Bump minimum Go version to 1.18 (<a href="https://github.com/Khan/genqlient/issues/262">#262</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/ff44aa07c1fd2a2448328c614bcdac05a355be3f"><code>ff44aa0</code></a> Bump golang.org/x/sys from 0.0.0-20220319134239-a9b59b0215f8 to 0.1.0 (<a href="https://github.com/Khan/genqlient/issues/259">#259</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/a42359b4358bc1d4180ffeb6d17a4d4992c32f72"><code>a42359b</code></a> Fix minor mistake in code sample in README (<a href="https://github.com/Khan/genqlient/issues/253">#253</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/596c33f0b0917c0d5a88ab33772a427da65030f3"><code>596c33f</code></a> PR 239 update: Adding more logging for the initial generate setup (<a href="https://github.com/Khan/genqlient/issues/246">#246</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/b1adeca6da3c9086dff69dae579a2f92695ee869"><code>b1adeca</code></a> Automatically update generated files if UPDATE_SNAPSHOTS=1 (<a href="https://github.com/Khan/genqlient/issues/243">#243</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/e3227388fefeb0aad0fbe871336f5891ffbd8ee1"><code>e322738</code></a> Rename the query constant to have an underscore in it. (<a href="https://github.com/Khan/genqlient/issues/241">#241</a>)</li> <li><a href="https://github.com/Khan/genqlient/commit/587f77046bb4217b18efa8bde66a6f2bfbba85f2"><code>587f770</code></a> Expose the graphql operation as a constant in the generated genqlient file (#...</li> <li>Additional commits viewable in <a href="https://github.com/Khan/genqlient/compare/v0.5.0...v0.6.0">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 - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into main 2023-05-08 05:13:32 +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#51