fix(deps): update module github.com/99designs/gqlgen to v0.17.95 #176

Merged
renovate merged 1 commits from renovate/github.com-99designs-gqlgen-0.x into main 2026-09-04 21:13:04 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
github.com/99designs/gqlgen v0.17.94v0.17.95 age confidence

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.95

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.94...v0.17.95

Verifying this release


# 1. cosign signature over the checksum file (identity = the release workflow).
cosign verify-blob \
  --bundle checksums.txt.sigstore.json \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity 'https://github.com/99designs/gqlgen/.github/workflows/release.yml@refs/tags/v0.17.95' \
  checksums.txt

# 2. hash every downloaded artifact against the now-trusted checksums.
shasum -a 256 --ignore-missing -c checksums.txt

# 3. GitHub build provenance (repeat --repo for whichever archive you pulled).
gh attestation verify gqlgen_Darwin_arm64.tar.gz --repo 99designs/gqlgen
gh attestation verify gqlgen_0.17.95_source.tar.gz --repo 99designs/gqlgen

Each archive ships an SBOM alongside it (<archive>.sbom.json, SPDX-2.3); the
source tree's is gqlgen_0.17.95_source.tar.gz.sbom.json.


Released by GoReleaser.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

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.94` → `v0.17.95` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2f99designs%2fgqlgen/v0.17.95?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2f99designs%2fgqlgen/v0.17.94/v0.17.95?slim=true) | --- ### Release Notes <details> <summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary> ### [`v0.17.95`](https://github.com/99designs/gqlgen/releases/tag/v0.17.95) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.94...v0.17.95) #### What's Changed - chore: update file upload documentation for post-0.11 implementation by [@&#8203;thzinc](https://github.com/thzinc) in [#&#8203;4286](https://github.com/99designs/gqlgen/pull/4286) - fix: batch resolver parent registration by [@&#8203;yiblet](https://github.com/yiblet) in [#&#8203;4281](https://github.com/99designs/gqlgen/pull/4281) - fix: explicitly ignore write result in generated enum MarshalGQL by [@&#8203;ChrisJr404](https://github.com/ChrisJr404) in [#&#8203;4303](https://github.com/99designs/gqlgen/pull/4303) - Fix [#&#8203;4304](https://github.com/99designs/gqlgen/issues/4304): Go v1.27 any / interface{} adjustments by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in [#&#8203;4309](https://github.com/99designs/gqlgen/pull/4309) - Bump to Go 1.27 by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in [#&#8203;4310](https://github.com/99designs/gqlgen/pull/4310) - playground: add optional URL state persistence for GraphiQL by [@&#8203;blakebutcher](https://github.com/blakebutcher) in [#&#8203;4311](https://github.com/99designs/gqlgen/pull/4311) - binder: stop emitting the value marshaler superseded by `resolvers_always_return_pointers` by [@&#8203;korotin](https://github.com/korotin) in [#&#8203;4296](https://github.com/99designs/gqlgen/pull/4296) - feat: add resolver.omit\_resolver\_embedding option ([#&#8203;4297](https://github.com/99designs/gqlgen/issues/4297)) by [@&#8203;korotin](https://github.com/korotin) in [#&#8203;4312](https://github.com/99designs/gqlgen/pull/4312) - Release SBOM hardening by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in [#&#8203;4313](https://github.com/99designs/gqlgen/pull/4313) - chore(deps): bump ws from 8.19.0 to 8.21.0 in /integration in the npm\_and\_yarn group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4260](https://github.com/99designs/gqlgen/pull/4260) - chore(deps-dev): bump [@&#8203;graphql-codegen/introspection](https://github.com/graphql-codegen/introspection) from 6.0.1 to 6.1.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4268](https://github.com/99designs/gqlgen/pull/4268) - chore(deps): bump typescript from 6.0.3 to 7.0.2 in /\_examples/chat by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4267](https://github.com/99designs/gqlgen/pull/4267) - chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4266](https://github.com/99designs/gqlgen/pull/4266) - chore(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 6.0.1 to 6.1.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4264](https://github.com/99designs/gqlgen/pull/4264) - chore(deps-dev): bump [@&#8203;graphql-codegen/schema-ast](https://github.com/graphql-codegen/schema-ast) from 6.0.1 to 6.1.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4265](https://github.com/99designs/gqlgen/pull/4265) - chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4280](https://github.com/99designs/gqlgen/pull/4280) - chore(deps-dev): bump brace-expansion from 5.0.4 to 5.0.7 in /integration in the npm\_and\_yarn group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4278](https://github.com/99designs/gqlgen/pull/4278) - chore(deps-dev): bump [@&#8203;apollo/client](https://github.com/apollo/client) from 4.2.3 to 4.2.7 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4277](https://github.com/99designs/gqlgen/pull/4277) - chore(deps-dev): bump graphql-ws from 6.0.8 to 6.1.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4271](https://github.com/99designs/gqlgen/pull/4271) - chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4254](https://github.com/99designs/gqlgen/pull/4254) - chore(deps): bump the npm\_and\_yarn group across 1 directory with 5 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4282](https://github.com/99designs/gqlgen/pull/4282) - chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4276](https://github.com/99designs/gqlgen/pull/4276) - chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4274](https://github.com/99designs/gqlgen/pull/4274) - chore(deps-dev): bump [@&#8203;graphql-codegen/cli](https://github.com/graphql-codegen/cli) from 7.1.2 to 7.2.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4273](https://github.com/99designs/gqlgen/pull/4273) - chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4253](https://github.com/99designs/gqlgen/pull/4253) - chore(deps-dev): bump [@&#8203;apollo/client](https://github.com/apollo/client) from 4.2.7 to 4.2.10 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4285](https://github.com/99designs/gqlgen/pull/4285) - chore(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 6.1.0 to 6.1.1 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4284](https://github.com/99designs/gqlgen/pull/4284) - chore(deps-dev): bump graphql-ws from 6.1.0 to 6.2.1 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4283](https://github.com/99designs/gqlgen/pull/4283) - chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4287](https://github.com/99designs/gqlgen/pull/4287) - chore(deps): bump golang.org/x/text from 0.40.0 to 0.41.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4288](https://github.com/99designs/gqlgen/pull/4288) - chore(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 6.1.1 to 6.1.3 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4291](https://github.com/99designs/gqlgen/pull/4291) - chore(deps-dev): bump [@&#8203;apollo/client](https://github.com/apollo/client) from 4.2.10 to 4.2.12 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4292](https://github.com/99designs/gqlgen/pull/4292) - chore(deps): bump google.golang.org/protobuf from 1.36.11 to 1.36.12 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4289](https://github.com/99designs/gqlgen/pull/4289) - chore(deps): bump mikepenz/action-junit-report from 6.4.2 to 6.5.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4308](https://github.com/99designs/gqlgen/pull/4308) - chore(deps-dev): bump [@&#8203;graphql-codegen/cli](https://github.com/graphql-codegen/cli) from 7.2.0 to 7.3.1 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4306](https://github.com/99designs/gqlgen/pull/4306) - chore(deps-dev): bump graphql-sse from 2.6.0 to 2.6.1 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4305](https://github.com/99designs/gqlgen/pull/4305) - chore(deps-dev): bump urql from 5.0.3 to 5.0.4 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4307](https://github.com/99designs/gqlgen/pull/4307) - chore(deps): bump devops-actions/actionlint from 0.1.12 to 0.1.13 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4299](https://github.com/99designs/gqlgen/pull/4299) - chore(deps): bump dawidd6/action-download-artifact from 21 to 24 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4298](https://github.com/99designs/gqlgen/pull/4298) - chore(deps-dev): bump vitest from 4.1.10 to 4.1.11 in /integration by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4302](https://github.com/99designs/gqlgen/pull/4302) - chore(deps-dev): bump browserslist from 4.28.1 to 4.28.8 in /integration in the npm\_and\_yarn group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4314](https://github.com/99designs/gqlgen/pull/4314) #### New Contributors - [@&#8203;thzinc](https://github.com/thzinc) made their first contribution in [#&#8203;4286](https://github.com/99designs/gqlgen/pull/4286) - [@&#8203;yiblet](https://github.com/yiblet) made their first contribution in [#&#8203;4281](https://github.com/99designs/gqlgen/pull/4281) - [@&#8203;ChrisJr404](https://github.com/ChrisJr404) made their first contribution in [#&#8203;4303](https://github.com/99designs/gqlgen/pull/4303) - [@&#8203;blakebutcher](https://github.com/blakebutcher) made their first contribution in [#&#8203;4311](https://github.com/99designs/gqlgen/pull/4311) - [@&#8203;korotin](https://github.com/korotin) made their first contribution in [#&#8203;4296](https://github.com/99designs/gqlgen/pull/4296) **Full Changelog**: <https://github.com/99designs/gqlgen/compare/v0.17.94...v0.17.95> #### Verifying this release ```bash # 1. cosign signature over the checksum file (identity = the release workflow). cosign verify-blob \ --bundle checksums.txt.sigstore.json \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ --certificate-identity 'https://github.com/99designs/gqlgen/.github/workflows/release.yml@refs/tags/v0.17.95' \ checksums.txt # 2. hash every downloaded artifact against the now-trusted checksums. shasum -a 256 --ignore-missing -c checksums.txt # 3. GitHub build provenance (repeat --repo for whichever archive you pulled). gh attestation verify gqlgen_Darwin_arm64.tar.gz --repo 99designs/gqlgen gh attestation verify gqlgen_0.17.95_source.tar.gz --repo 99designs/gqlgen ``` Each archive ships an SBOM alongside it (`<archive>.sbom.json`, SPDX-2.3); the source tree's is `gqlgen_0.17.95_source.tar.gz.sbom.json`. *** Released by [GoReleaser](https://github.com/goreleaser/goreleaser). </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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41Mi4xIiwidXBkYXRlZEluVmVyIjoiNDQuNTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-09-04 21:09:29 +00:00
fix(deps): update module github.com/99designs/gqlgen to v0.17.95
otelsetup / test (push) Skipped
otelsetup / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
otelsetup / test (pull_request) Successful in 1m6s
otelsetup / vulnerabilities (pull_request) Successful in 1m12s
pre-commit / pre-commit (pull_request) Successful in 2m43s
143c1999c8
renovate scheduled this pull request to auto merge when all checks succeed 2026-09-04 21:09:31 +00:00

Coverage Report

Total coverage: 21%

## Coverage Report Total coverage: **21%**
renovate merged commit d1e99a1f1f into main 2026-09-04 21:13:04 +00:00
renovate deleted branch renovate/github.com-99designs-gqlgen-0.x 2026-09-04 21:13:06 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shiny/otelsetup#176