chore(deps): bump github.com/graph-gophers/graphql-go from 1.5.0 to 1.10.2
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(12 days ago)
(12 days ago)
dependencies ci-all-qa-tests auto-merge auto-retest
Bumps github.com/graph-gophers/graphql-go from 1.5.0 to 1.10.2.
Release notes
Sourced from github.com/graph-gophers/graphql-go's releases.
v1.10.2
What's Changed
This release makes validation of deprecated fields opt-in. The validation of deprecated fields behaves like in v1.9.0 again. If you want strict validation of deprecated fields use the
graphql.ValidateDeprecated()schema option to enforce it.
- feat: validate deprecated fields by
@pavelnikolovin graph-gophers/graphql-go#756- fix: clone inherits validate deprecated by
@pavelnikolovin graph-gophers/graphql-go#757- chore: update example deps by
@pavelnikolovin graph-gophers/graphql-go#758- refactor(exec): lookupOrBuildExec by
@pavelnikolovin graph-gophers/graphql-go#753Full Changelog: https://github.com/graph-gophers/graphql-go/compare/v1.10.1...v1.10.2
v1.10.1
What's Changed
- fix: Resolver cycles where one of the types is a union by
@preng69in graph-gophers/graphql-go#750- fix: recursive interfaces panic by
@pavelnikolovin graph-gophers/graphql-go#751- chore(deps): bump utf8 to v1.1.1 by
@pavelnikolovin graph-gophers/graphql-go#752New Contributors
@preng69made their first contribution in graph-gophers/graphql-go#750Full Changelog: https://github.com/graph-gophers/graphql-go/compare/v1.10.0...v1.10.1
v1.10.0
Overview
v1.10.0 brings
graphql-goup to the official GraphQL September 2025 spec, including support for the new@oneOfdirective and validation behavior brought into much closer parity withgraphql-js. It also ships a round of validation and lexer optimizations plus a number of bug fixes, especially around introspection, deprecations, subscriptions, and default values.What's Changed
feat: allow int64 custom scalars by
@pavelnikolovin graph-gophers/graphql-go#716feat(validation): deprecated iface impl discrepancy by
@pavelnikolovin graph-gophers/graphql-go#734feat: support full unicode in lexer by
@pavelnikolovin graph-gophers/graphql-go#736feat: add oneOf directive by
@pavelnikolovin graph-gophers/graphql-go#707fix: trace ctx by
@pavelnikolovin graph-gophers/graphql-go#713fix: incorrect conversion between integer types by
@pavelnikolovin graph-gophers/graphql-go#719fix: failing build by
@pavelnikolovin graph-gophers/graphql-go#721fix: deprecated reason non-nullable by
@pavelnikolovin graph-gophers/graphql-go#735fix(introspection): support includeDeprecated on args and inputFields by
@pavelnikolovin graph-gophers/graphql-go#737fix: introspection query by
@pavelnikolovin graph-gophers/graphql-go#738fix(introspection): include deprecation reason by
@pavelnikolovin graph-gophers/graphql-go#739fix: missing isDeprecated by
@pavelnikolovin graph-gophers/graphql-go#740fix: impl field default values by
@pavelnikolovin graph-gophers/graphql-go#741test: validation parity with graphql-js by
@pavelnikolovin graph-gophers/graphql-go#708test: subscription validation improvement by
@pavelnikolovin graph-gophers/graphql-go#731refactor: improve validation performance by
@pavelnikolovin graph-gophers/graphql-go#712docs: fix typos by
@deiningin graph-gophers/graphql-go#720doc: include default query by
@pavelnikolovin graph-gophers/graphql-go#733
... (truncated)
Commits
945316aMerge pull request #758 from graph-gophers/bump-examp-deps816453cchore: update example deps662c575Merge pull request #757 from graph-gophers/fix-clone-copy-deprecated2377c25fix: clone inherits validate deprecatedfce271cMerge pull request #756 from graph-gophers/validate-deprecatede2ef73fdocs: update changeloga7ae1bbfeat: validate deprecated fields132a487Merge pull request #753 from graph-gophers/refactor-lookupOrBuildExece5d8331refactor(exec): lookupOrBuildExeca0ad382Merge pull request #752 from graph-gophers/bump-gw-js-dep- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| github.com/graph-gophers/graphql-go | [>= 1.4.a, < 1.5] |
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
github.com/graph-gophers/graphql-go
go
1.5.0 → 1.10.2
Minor
Technical Details
| ID: | 15863592 |
| UUID: | 4485556269 |
| Node ID: | PR_kwDOGd6UEM7deuCd |
| Host: | GitHub |
| Repository: | stackrox/stackrox |