fix(deps): update module github.com/khan/genqlient to v0.7.0 #157

Merged
ghost1 merged 1 commits from renovate/github.com-khan-genqlient-0.x into main 2024-03-05 16:41:22 +00:00
ghost1 commented 2024-03-05 07:53:20 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
github.com/Khan/genqlient require minor v0.6.0 -> v0.7.0

Release Notes

Khan/genqlient (github.com/Khan/genqlient)

v0.7.0

Compare Source

In addition to several new features and bugfixes, along with this release comes reorganized documentation for genqlient. Note that genqlient now requires Go 1.20 or higher, and is tested through Go 1.22.

What's Changed

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/Khan/genqlient](https://github.com/Khan/genqlient) | require | minor | `v0.6.0` -> `v0.7.0` | --- ### Release Notes <details> <summary>Khan/genqlient (github.com/Khan/genqlient)</summary> ### [`v0.7.0`](https://github.com/Khan/genqlient/releases/tag/v0.7.0) [Compare Source](https://github.com/Khan/genqlient/compare/v0.6.0...v0.7.0) In addition to several new features and bugfixes, along with this release comes reorganized [documentation](https://github.com/Khan/genqlient/blob/main/docs) for genqlient. Note that genqlient now requires Go 1.20 or higher, and is tested through Go 1.22. #### What's Changed - Add "generic" option to the "optional" configuration for handling nullable types by [@&#8203;DylanRJohnston](https://github.com/DylanRJohnston) in https://github.com/Khan/genqlient/pull/252 - Documentation tweaks relating to releases by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/271 - Add some better tests for use_struct_references by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/273 - Add an option to handle enums with ugly casing by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/270 - Add some more tests for config validation, and fix some gaps by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/274 - Add consideration for pointer false directive when optional: pointer configuration option is used by [@&#8203;spencermurray](https://github.com/spencermurray) in https://github.com/Khan/genqlient/pull/280 - Update gqlparser and gqlgen dependencies by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/Khan/genqlient/pull/282 - Update gqlparser to omit comments by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/Khan/genqlient/pull/284 - bugfix: local variable 'data' colliding with argument name by [@&#8203;zholti](https://github.com/zholti) in https://github.com/Khan/genqlient/pull/291 - Pin lint workflow's Go version by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/311 - Upgrade golangci-lint and which go we run it with by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/314 - fix implementation type generation for fragment on a union by [@&#8203;zzh8829](https://github.com/zzh8829) in https://github.com/Khan/genqlient/pull/310 - Support more valid graphql file extensions by [@&#8203;zzh8829](https://github.com/zzh8829) in https://github.com/Khan/genqlient/pull/309 - Add tests on Go 1.22, and upgrade x/tools to make them work by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/315 - Update gqlgen to latest by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/Khan/genqlient/pull/317 - move genqlient Go module to 1.20 by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/Khan/genqlient/pull/318 - Improve package-sniffing and bind correctly to types in the same package by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/316 - Reorganize and improve documentation by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/322 - Fix non-deterministic generated code involving interfaces and fragments. by [@&#8203;csilvers](https://github.com/csilvers) in https://github.com/Khan/genqlient/pull/323 - Release v0.7.0 by [@&#8203;benjaminjkraft](https://github.com/benjaminjkraft) in https://github.com/Khan/genqlient/pull/324 #### New Contributors - [@&#8203;DylanRJohnston](https://github.com/DylanRJohnston) made their first contribution in https://github.com/Khan/genqlient/pull/252 - [@&#8203;spencermurray](https://github.com/spencermurray) made their first contribution in https://github.com/Khan/genqlient/pull/280 - [@&#8203;zholti](https://github.com/zholti) made their first contribution in https://github.com/Khan/genqlient/pull/291 - [@&#8203;zzh8829](https://github.com/zzh8829) made their first contribution in https://github.com/Khan/genqlient/pull/310 **Full Changelog**: https://github.com/Khan/genqlient/compare/v0.6.0...v0.7.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
argoyle commented 2024-03-05 16:41:09 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5b691038 - 1 commit from branch main
  • 542c44e0 - fix(deps): update module github.com/khan/genqlient to v0.7.0

Compare with previous version

added 2 commits <ul><li>5b691038 - 1 commit from branch <code>main</code></li><li>542c44e0 - fix(deps): update module github.com/khan/genqlient to v0.7.0</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/153/diffs?diff_id=945052612&start_sha=5cfdec3df53c7a670e0f496bc9ed07c0c5691a0c)
argoyle (Migrated from gitlab.com) merged commit into main 2024-03-05 16:41: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#157