This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `v0.17.90` → `v0.17.91` |  |  |
---
### Release Notes
<details>
<summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary>
### [`v0.17.91`](https://github.com/99designs/gqlgen/releases/tag/v0.17.91)
[Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.90...v0.17.91)
#### What's Changed
- Stop dispatch handler when request context is canceled by [@​vvakame](https://github.com/vvakame) in [#​4150](https://github.com/99designs/gqlgen/pull/4150)
- Add PayloadReadLimit to WebSocket transport by [@​jayaraman-venkatesan](https://github.com/jayaraman-venkatesan) in [#​4148](https://github.com/99designs/gqlgen/pull/4148)
- refactor(codegen): split root and per-schema templates, drop layout guards by [@​toga4](https://github.com/toga4) in [#​4149](https://github.com/99designs/gqlgen/pull/4149)
- Show deprecated input values in GraphiQL by [@​DiscretePython](https://github.com/DiscretePython) in [#​4159](https://github.com/99designs/gqlgen/pull/4159)
- Issue 4167 document middlewares by [@​elwinar](https://github.com/elwinar) in [#​4169](https://github.com/99designs/gqlgen/pull/4169)
- Fix potential panic in batch directive cast by [@​jeolted](https://github.com/jeolted) in [#​4178](https://github.com/99designs/gqlgen/pull/4178)
- Add error unwrapping to WebsocketError by [@​jrh3k5](https://github.com/jrh3k5) in [#​4177](https://github.com/99designs/gqlgen/pull/4177)
- Deprecate github.com/gorilla/websocket by [@​UnAfraid](https://github.com/UnAfraid) in [#​4183](https://github.com/99designs/gqlgen/pull/4183)
- Remove usage of github.com/PuerkitoBio/goquery by [@​jeolted](https://github.com/jeolted) in [#​4184](https://github.com/99designs/gqlgen/pull/4184)
- allow custom websocket close code and reason by [@​NateScarlet](https://github.com/NateScarlet) in [#​4170](https://github.com/99designs/gqlgen/pull/4170)
- Fix batch resolvers reusing a single `_federationRequires` for all parents ([#​4192](https://github.com/99designs/gqlgen/issues/4192)) by [@​atzedus](https://github.com/atzedus) in [#​4193](https://github.com/99designs/gqlgen/pull/4193)
- Add global batch resolver config under resolver.batch (issue [#​4044](https://github.com/99designs/gqlgen/issues/4044)) by [@​atzedus](https://github.com/atzedus) in [#​4195](https://github.com/99designs/gqlgen/pull/4195)
- fix: CoerceList drops elements from typed slices past the first by [@​c-tonneslan](https://github.com/c-tonneslan) in [#​4194](https://github.com/99designs/gqlgen/pull/4194)
- Add SSE min event interval by [@​cyphercodes](https://github.com/cyphercodes) in [#​4196](https://github.com/99designs/gqlgen/pull/4196)
- chore: remove deprecated GraphQL handler implementation from handler.… by [@​atzedus](https://github.com/atzedus) in [#​4204](https://github.com/99designs/gqlgen/pull/4204)
- graphql: add runtime non-null field support via MarkNonNull by [@​lbarthon](https://github.com/lbarthon) in [#​4138](https://github.com/99designs/gqlgen/pull/4138)
- Update gqlparser to v2.5.34 by [@​StevenACoffman](https://github.com/StevenACoffman) in [#​4210](https://github.com/99designs/gqlgen/pull/4210)
- chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4156](https://github.com/99designs/gqlgen/pull/4156)
- chore(deps-dev): bump [@​apollo/client](https://github.com/apollo/client) from 4.1.7 to 4.1.9 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4155](https://github.com/99designs/gqlgen/pull/4155)
- chore(deps): bump golang.org/x/tools from 0.42.0 to 0.44.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4152](https://github.com/99designs/gqlgen/pull/4152)
- chore(deps-dev): bump vitest from 4.1.4 to 4.1.5 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4154](https://github.com/99designs/gqlgen/pull/4154)
- chore(deps): bump devops-actions/actionlint from 0.1.11 to 0.1.12 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4166](https://github.com/99designs/gqlgen/pull/4166)
- chore(deps): bump dawidd6/action-download-artifact from 20 to 21 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4165](https://github.com/99designs/gqlgen/pull/4165)
- chore(deps): bump robherley/go-test-action from 1.0.0 to 1.0.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4164](https://github.com/99designs/gqlgen/pull/4164)
- chore(deps-dev): bump [@​graphql-codegen/schema-ast](https://github.com/graphql-codegen/schema-ast) from 5.0.2 to 6.0.0 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4163](https://github.com/99designs/gqlgen/pull/4163)
- chore(deps): bump test-summary/action from 2.4 to 2.6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4175](https://github.com/99designs/gqlgen/pull/4175)
- chore(deps-dev): bump vitest from 4.1.5 to 4.1.6 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4180](https://github.com/99designs/gqlgen/pull/4180)
- chore(deps): bump github.com/urfave/cli/v3 from 3.8.0 to 3.9.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4181](https://github.com/99designs/gqlgen/pull/4181)
- chore(deps): bump mikepenz/action-junit-report from 6.4.0 to 6.4.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4182](https://github.com/99designs/gqlgen/pull/4182)
- chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 in /\_examples by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4172](https://github.com/99designs/gqlgen/pull/4172)
- chore(deps-dev): bump graphql from 16.13.2 to 16.14.0 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4171](https://github.com/99designs/gqlgen/pull/4171)
- chore(deps-dev): bump [@​graphql-codegen/introspection](https://github.com/graphql-codegen/introspection) from 5.0.2 to 6.0.0 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4160](https://github.com/99designs/gqlgen/pull/4160)
- chore(deps-dev): bump vitest from 4.1.6 to 4.1.7 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4188](https://github.com/99designs/gqlgen/pull/4188)
- chore(deps): bump robherley/go-test-action from 1.0.1 to 1.1.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4189](https://github.com/99designs/gqlgen/pull/4189)
- chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4174](https://github.com/99designs/gqlgen/pull/4174)
- chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4190](https://github.com/99designs/gqlgen/pull/4190)
- chore(deps-dev): bump [@​apollo/client](https://github.com/apollo/client) from 4.1.9 to 4.2.0 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4187](https://github.com/99designs/gqlgen/pull/4187)
- chore(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4186](https://github.com/99designs/gqlgen/pull/4186)
- chore(deps): bump golang.org/x/tools from 0.44.0 to 0.45.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4173](https://github.com/99designs/gqlgen/pull/4173)
- chore(deps-dev): bump [@​graphql-codegen/cli](https://github.com/graphql-codegen/cli) from 6.3.1 to 7.0.0 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4162](https://github.com/99designs/gqlgen/pull/4162)
- chore(deps-dev): bump vitest from 4.1.7 to 4.1.8 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4200](https://github.com/99designs/gqlgen/pull/4200)
- chore(deps-dev): bump [@​graphql-codegen/introspection](https://github.com/graphql-codegen/introspection) from 6.0.0 to 6.0.1 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4202](https://github.com/99designs/gqlgen/pull/4202)
- chore(deps-dev): bump graphql from 16.14.0 to 16.14.1 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4198](https://github.com/99designs/gqlgen/pull/4198)
- chore(deps-dev): bump [@​graphql-codegen/cli](https://github.com/graphql-codegen/cli) from 7.0.0 to 7.1.2 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4201](https://github.com/99designs/gqlgen/pull/4201)
- chore(deps-dev): bump [@​apollo/client](https://github.com/apollo/client) from 4.2.0 to 4.2.2 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4206](https://github.com/99designs/gqlgen/pull/4206)
- chore(deps-dev): bump [@​graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 5.3.0 to 6.0.1 in /integration by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4208](https://github.com/99designs/gqlgen/pull/4208)
- chore(deps-dev): bump shell-quote from 1.8.3 to 1.8.4 in /integration in the npm\_and\_yarn group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4209](https://github.com/99designs/gqlgen/pull/4209)
- chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​4207](https://github.com/99designs/gqlgen/pull/4207)
#### New Contributors
- [@​jayaraman-venkatesan](https://github.com/jayaraman-venkatesan) made their first contribution in [#​4148](https://github.com/99designs/gqlgen/pull/4148)
- [@​toga4](https://github.com/toga4) made their first contribution in [#​4149](https://github.com/99designs/gqlgen/pull/4149)
- [@​DiscretePython](https://github.com/DiscretePython) made their first contribution in [#​4159](https://github.com/99designs/gqlgen/pull/4159)
- [@​elwinar](https://github.com/elwinar) made their first contribution in [#​4169](https://github.com/99designs/gqlgen/pull/4169)
- [@​jrh3k5](https://github.com/jrh3k5) made their first contribution in [#​4177](https://github.com/99designs/gqlgen/pull/4177)
- [@​NateScarlet](https://github.com/NateScarlet) made their first contribution in [#​4170](https://github.com/99designs/gqlgen/pull/4170)
- [@​c-tonneslan](https://github.com/c-tonneslan) made their first contribution in [#​4194](https://github.com/99designs/gqlgen/pull/4194)
- [@​cyphercodes](https://github.com/cyphercodes) made their first contribution in [#​4196](https://github.com/99designs/gqlgen/pull/4196)
**Full Changelog**: <https://github.com/99designs/gqlgen/compare/v0.17.90...v0.17.91>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTIuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIxMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate
scheduled this pull request to auto merge when all checks succeed 2026-06-14 15:12:09 +00:00
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
1 additional dependency was updated
Details:
Package
Change
github.com/urfave/cli/v3
v3.8.0 -> v3.9.0
### ℹ️ Artifact update notice
##### File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s):
- 1 additional dependency was updated
Details:
| **Package** | **Change** |
| :------------------------- | :------------------- |
| `github.com/urfave/cli/v3` | `v3.8.0` -> `v3.9.0` |
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v0.17.90→v0.17.91Release Notes
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.91Compare Source
What's Changed
_federationRequiresfor all parents (#4192) by @atzedus in #4193New Contributors
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.90...v0.17.91
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
ℹ️ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
github.com/urfave/cli/v3v3.8.0->v3.9.0f26203a79atoaacb8eab8eaacb8eab8eto65959a2c82