Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps github.com/vektah/gqlparser/v2 from 2.5.30 to 2.5.31.

Release notes

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

v2.5.31

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.30...v2.5.31

Commits
  • 5b41269 fix(validator): allow nullable variables for nonnull args with default (#396)
  • fecb70c Add a nil check in ArgumentMap (#397)
  • 1bb503e Bump the actions-deps group in /validator/imported with 3 updates (#395)
  • a662801 Bump chai in /validator/imported in the actions-deps group (#394)
  • 343d05e Bump @​babel/core in /validator/imported in the actions-deps group (#392)
  • 953b989 Bump actions/setup-go from 5 to 6 in the actions-deps group (#393)
  • ac66872 Bump chai in /validator/imported in the actions-deps group (#390)
  • cc5d2dc Bump github.com/stretchr/testify in the actions-deps group (#391)
  • 52511f2 Bump actions/checkout from 4 to 5 in the actions-deps group (#387)
  • a13b5b8 Bump github.com/stretchr/testify in the actions-deps group (#389)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 30, 2025
@jazzberry-ai
Copy link

jazzberry-ai bot commented Oct 30, 2025

Bug Report

Name Severity Example test case Description
Incorrect GraphQL schema parsing due to gqlparser update Medium Define a complex GraphQL schema with custom directives or types in core/graph/schema.graphqls. After the gqlparser update, regenerate the GraphQL code using gqlgen. If the generated code in core/graph/generated.go is incorrect or if gqlgen fails to generate the code, then the update has introduced a bug. The github.com/vektah/gqlparser/v2 library is used by gqlgen to parse GraphQL schemas. A patch update to gqlparser might introduce changes in how the schema is parsed, leading to incorrect code generation by gqlgen. This can result in GraphQL queries not being parsed correctly, validation errors, or unexpected behavior in the application.

Comments? Email us.

@github-actions
Copy link

Hey, leave a @claude-review comment below and I'll do a code review!

Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.5.30 to 2.5.31.
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.30...v2.5.31)

---
updated-dependencies:
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-version: 2.5.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/core/github.com/vektah/gqlparser/v2-2.5.31 branch from e4078ff to 5cb8697 Compare November 12, 2025 17:14
@jazzberry-ai
Copy link

jazzberry-ai bot commented Nov 12, 2025

Bug Report

No bugs found.

Comments? Email us.

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