Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

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: Khan/genqlient@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 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/Khan/genqlient](https://github.com/Khan/genqlient) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/Khan/genqlient/releases)
- [Changelog](https://github.com/Khan/genqlient/blob/main/docs/CHANGELOG.md)
- [Commits](Khan/genqlient@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/Khan/genqlient
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 24, 2023
@fasibio fasibio merged commit 5f0449d into main Jul 31, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/Khan/genqlient-0.6.0 branch July 31, 2023 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant