Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Khan/genqlient v0.7.0 -> v0.8.0 age adoption passing confidence

Release Notes

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

v0.8.0

Compare Source

This release adds support for genqlient subscriptions; see the documentation for more, and thanks to @​matthieu4294967296moineau for the original implementation and @​HaraldNordgren for additional testing and improvements.

Note that genqlient now requires Go 1.22.5 or higher, and is tested through Go 1.23.3.

Breaking changes:
  • genqlient now forbids omitempty: false (including implicit behaviour) when using pointer on non-null input field.
  • The error text for HTTP errors has changed slightly. If you were parsing it, switch to As-ing to graphql.HTTPError.
New features:
  • genqlient now supports subscriptions; the websocket protocol is by default graphql-transport-ws but can be set to another value.
    See the documentation for more details on how to use subscriptions.
  • genqlient now supports double-star globs for schema and query files; see genqlient.yaml docs for more.
  • genqlient now generates slices containing all enum values for each enum type.
  • genqlient now returns Is/As-able errors when the HTTP request returns a non-200 status.
Bug fixes:
  • omitempty validation:
    • allow omitempty on non-nullable input field, if the field has a default
    • allow omitempty: false on an input field, even when it is non-nullable
  • don't do omitempty and pointer input types validation when use_struct_reference is used, as the generated type is often not compatible with validation logic.
  • the allow_broken_features option, which no longer did anything, has been removed

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 3, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: ansible/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading gopkg.in/yaml.v3 v3.0.1
go: dagger/ansible imports
	dagger/ansible/internal/dagger: package dagger/ansible/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.1/src/dagger/ansible/internal/dagger)

File name: helm/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/helm imports
	dagger/helm/internal/dagger: package dagger/helm/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.1/src/dagger/helm/internal/dagger)

@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed Feb 4, 2025
@renovate renovate bot closed this Feb 4, 2025
@renovate renovate bot deleted the renovate/github.com-khan-genqlient-0.x branch February 4, 2025 20:48
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed fix(deps): update module github.com/khan/genqlient to v0.8.0 Feb 5, 2025
@renovate renovate bot reopened this Feb 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 951b288 to 8bf0e64 Compare February 5, 2025 01:17
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed Feb 19, 2025
@renovate renovate bot closed this Feb 19, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed fix(deps): update module github.com/khan/genqlient to v0.8.0 Feb 19, 2025
@renovate renovate bot reopened this Feb 19, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from cc42e15 to 8bf0e64 Compare February 19, 2025 11:42
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 8bf0e64 to 68d5e19 Compare March 1, 2025 17:02
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed Mar 13, 2025
@renovate renovate bot closed this Mar 13, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed fix(deps): update module github.com/khan/genqlient to v0.8.0 Mar 13, 2025
@renovate renovate bot reopened this Mar 13, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 2e9040c to 68d5e19 Compare March 13, 2025 13:53
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed Mar 14, 2025
@renovate renovate bot closed this Mar 14, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed fix(deps): update module github.com/khan/genqlient to v0.8.0 Mar 14, 2025
@renovate renovate bot reopened this Mar 14, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from f29b844 to 68d5e19 Compare March 14, 2025 15:31
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed Apr 4, 2025
@renovate renovate bot closed this Apr 4, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed fix(deps): update module github.com/khan/genqlient to v0.8.0 Apr 4, 2025
@renovate renovate bot reopened this Apr 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 05aecc1 to 68d5e19 Compare April 4, 2025 09:53
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed Apr 16, 2025
@renovate renovate bot closed this Apr 16, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed fix(deps): update module github.com/khan/genqlient to v0.8.0 Apr 16, 2025
@renovate renovate bot reopened this Apr 16, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 15d0f55 to 68d5e19 Compare April 16, 2025 19:28
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed Apr 22, 2025
@renovate renovate bot closed this Apr 22, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/khan/genqlient to v0.8.0 - autoclosed fix(deps): update module github.com/khan/genqlient to v0.8.0 Apr 22, 2025
@renovate renovate bot reopened this Apr 22, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 93b4a04 to 68d5e19 Compare April 22, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants