chore(deps): bump github.com/99designs/gqlgen from 0.17.86 to 0.17.87 in /backend
Open
Number: #151
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 2
Association: Unknown
Comments: 2
Created:
March 04, 2026 at 11:26 AM UTC
(3 months ago)
(3 months ago)
Updated:
March 04, 2026 at 11:29 AM UTC
(3 months ago)
(3 months ago)
Description:
Bumps github.com/99designs/gqlgen from 0.17.86 to 0.17.87.
Release notes
Sourced from github.com/99designs/gqlgen's releases.
v0.17.87
What's Changed
- refactor: fix modernize.slicescontains lint issues by
@alexandearin 99designs/gqlgen#4004- refactor(codegen): use graphql.Config type by
@tomoikeyin 99designs/gqlgen#4017- feat(forceGenerate): forceGenerate argument added for
@goFielddirective by@atzedusin 99designs/gqlgen#4012- feat(config): add batch flag to TypeMapField by
@tomoikeyin 99designs/gqlgen#4005- feat(codegen): add Batch flag to Field struct (blocked by #4005) by
@tomoikeyin 99designs/gqlgen#4006- feat(resolvergen): add batch resolver stub generation (blocked by #4006) by
@tomoikeyin 99designs/gqlgen#4007- feat(exec): batch-only resolver generation (blocked by #4007) by
@tomoikeyin 99designs/gqlgen#4008- refactor(codegen): add
graphql.ExecutableSchemaStateas shared schema dependency holder by@tomoikeyin 99designs/gqlgen#4023- federation: apply OBJECT-level directives to entity resolvers by
@ravisastrykin 99designs/gqlgen#4021- Refactor slice marshaling to use MarshalSliceConcurrently helper. fixes #4018 by
@advoretskyin 99designs/gqlgen#4019- refactor(codegen) move executionContext into static go file by
@tomoikeyin 99designs/gqlgen#4024- fix: run
go generate ./...&golangci-lint run --fixby@tomoikeyin 99designs/gqlgen#4026- test(graphql): implement test codes for execution_context struct by
@tomoikeyin 99designs/gqlgen#4028- Update to Go 1.25 Minimum now that Go 1.26 is out by
@StevenACoffmanin 99designs/gqlgen#4027- Bugfix/2281 directive hook fix by
@parkerroanin 99designs/gqlgen#4029- Update gqlparser to v2.5.32 by
@StevenACoffmanin 99designs/gqlgen#4030- chore(deps-dev): bump
@graphql-codegen/clifrom 6.1.0 to 6.1.1 in /integration by@dependabot[bot] in 99designs/gqlgen#3991- chore(deps-dev): bump
@apollo/clientfrom 4.0.11 to 4.0.12 in /integration by@dependabot[bot] in 99designs/gqlgen#3992- chore(deps-dev): bump
@apollo/clientfrom 4.0.12 to 4.1.0 in /integration by@dependabot[bot] in 99designs/gqlgen#3993- chore(deps-dev): bump vitest from 4.0.16 to 4.0.17 in /integration by
@dependabot[bot] in 99designs/gqlgen#3995- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 in /_examples by
@dependabot[bot] in 99designs/gqlgen#3996- chore(deps): bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2 by
@dependabot[bot] in 99designs/gqlgen#3997- chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0 by
@dependabot[bot] in 99designs/gqlgen#3999- chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 by
@dependabot[bot] in 99designs/gqlgen#4000- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 by
@dependabot[bot] in 99designs/gqlgen#3994- chore(deps): bump lodash from 4.17.21 to 4.17.23 in /integration in the npm_and_yarn group across 1 directory by
@dependabot[bot] in 99designs/gqlgen#4002- chore(deps-dev): bump
@apollo/clientfrom 4.1.0 to 4.1.2 in /integration by@dependabot[bot] in 99designs/gqlgen#4009- chore(deps-dev): bump vitest from 4.0.17 to 4.0.18 in /integration by
@dependabot[bot] in 99designs/gqlgen#4010- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by
@dependabot[bot] in 99designs/gqlgen#4011- chore(deps-dev): bump
@apollo/clientfrom 4.1.2 to 4.1.3 in /integration by@dependabot[bot] in 99designs/gqlgen#4013- chore(deps): bump dawidd6/action-download-artifact from 12 to 14 by
@dependabot[bot] in 99designs/gqlgen#4016- chore(deps-dev): bump graphql-ws from 6.0.6 to 6.0.7 in /integration by
@dependabot[bot] in 99designs/gqlgen#4014- chore(deps): bump mikepenz/action-junit-report from 6.1.0 to 6.2.0 by
@dependabot[bot] in 99designs/gqlgen#4015- chore(deps-dev): bump
@apollo/clientfrom 4.1.3 to 4.1.4 in /integration by@dependabot[bot] in 99designs/gqlgen#4020- chore(deps): bump golang.org/x/tools from 0.40.0 to 0.41.0 by
@dependabot[bot] in 99designs/gqlgen#3998New Contributors
@advoretskymade their first contribution in 99designs/gqlgen#4019Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.86...v0.17.87
Commits
07f16e5release v0.17.87b584db9Update github.com/vektah/gqlparser/v2@v2.5.32 (#4030)077a879Bugfix/2281 directive hook fix (#4029)8672209Update to Go 1.25 Minimum now that Go 1.26 is out (#4027)409f846implement test codes for execution_context struct (#4028)eb4f902fix: rungo generate ./...&golangci-lint run --fix(#4026)3d73802refactor(codegen) move executionContext into static go file (#4024)59d8d46Refactor slice marshaling to use MarshalSliceConcurrently helper. fixes #4018...b0e89a9federation: apply OBJECT-level directives to entity resolvers (#4021)916cb2cadd graphql.ExecutableSchemaState as shared schema dependency holder (#4023)- Additional commits viewable 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 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
Package:
github.com/99designs/gqlgen
Ecosystem:
go
go
Version Change:
0.17.86 → 0.17.87
Update Type:
Patch
Patch
Path:
/backend
Technical Details
| ID: | 14368258 |
| UUID: | 4021507408 |
| Node ID: | PR_kwDOOPKkHc7H2lwR |
| Host: | GitHub |
| Repository: | CodeWarrior-debug/perspectize |