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

build(deps): bump the dagger-dependencies group in /dagger with 3 updates #1335

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the dagger-dependencies group in /dagger with 3 updates: github.com/99designs/gqlgen, github.com/Khan/genqlient and github.com/vektah/gqlparser/v2.

Updates github.com/99designs/gqlgen from 0.17.63 to 0.17.64

Release notes

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

v0.17.64

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.63...v0.17.64

Commits
  • 16368ec release v0.17.64
  • 5a54622 feat: add errors to ftv1 traces (#3506)
  • 6cb6e32 Update gqlparser v2 to v2.5.22 to Support @oneOf and @deprecated on input...
  • 8eae91a chore(deps-dev): bump vite from 6.0.9 to 6.0.11 in /integration (#3501)
  • c7080e1 chore(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#3504)
  • 021eaa1 chore(deps): bump dawidd6/action-download-artifact from 7 to 8 (#3503)
  • 5d64a75 chore(deps-dev): bump vitest from 3.0.2 to 3.0.4 in /integration (#3502)
  • d76b824 chore(deps-dev): bump @​apollo/client in /integration (#3500)
  • 19a350a chore(deps-dev): bump vitest from 2.1.8 to 3.0.2 in /integration (#3490)
  • 58b422f chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#3495)
  • Additional commits viewable in compare view

Updates github.com/Khan/genqlient from 0.7.0 to 0.8.0

Release notes

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

v0.8.0

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 https://github.com/Khan/genqlient/blob/HEAD/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
Changelog

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

v0.8.0

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 https://github.com/Khan/genqlient/blob/main/docs/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
Commits
  • 78a03a6 Release v0.8.0 (#370)
  • 8ba2f83 Fix documentation for client error As-ability, and add tests (#369)
  • 6010b63 HTTPError wraps full Response for typed output (#366)
  • d3e516b Move websocket headers to opt function 'WithWebsocketHeaders' (#365)
  • 5913cd6 Improve HTTP error text (#364)
  • 1147aaf Update Go (and golangci-lint, and gqlgen) versions, and test codegen (#362)
  • 800909d Subscription connection parameters support (#360)
  • adb9dd6 Standardize error return from HTTP requests (#363)
  • ca5889f Use generics for subscriptions responses (#356)
  • e030ff1 Fix issue where subscription server data channel closing gives error (#354)
  • Additional commits viewable in compare view

Updates github.com/vektah/gqlparser/v2 from 2.5.21 to 2.5.22

Release notes

Sourced from github.com/vektah/gqlparser/v2's releases.

v2.5.22

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.21...v2.5.22

Commits
  • 4de5ffd Update spec support for latest draft version (#342)
  • 217e304 Bump golangci/golangci-lint-action in the actions-deps group (#340)
  • 7f6e1d1 Bump @​babel/plugin-transform-typescript (#339)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dagger-dependencies group in /dagger with 3 updates: [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen), [github.com/Khan/genqlient](https://github.com/Khan/genqlient) and [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser).


Updates `github.com/99designs/gqlgen` from 0.17.63 to 0.17.64
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.63...v0.17.64)

Updates `github.com/Khan/genqlient` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/Khan/genqlient/releases)
- [Changelog](https://github.com/Khan/genqlient/blob/main/docs/CHANGELOG.md)
- [Commits](Khan/genqlient@v0.7.0...v0.8.0)

Updates `github.com/vektah/gqlparser/v2` from 2.5.21 to 2.5.22
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.21...v2.5.22)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dagger-dependencies
- dependency-name: github.com/Khan/genqlient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dagger-dependencies
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dagger-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 08:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 3, 2025
@iainlane iainlane added this pull request to the merge queue Feb 3, 2025
Merged via the queue into main with commit 3d19732 Feb 3, 2025
11 checks passed
@iainlane iainlane deleted the dependabot/go_modules/dagger/dagger-dependencies-4a7935e367 branch February 3, 2025 11:55
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