fix(deps): update docs#4540
Merged
Merged
Conversation
37329cb to
4cea32a
Compare
aa4b036 to
1e58196
Compare
a313b55 to
10406d0
Compare
3357b69 to
e7a1f09
Compare
42889ad to
572a557
Compare
ℹ️ Artifact update noticeFile name: docs/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ae351ff to
e23bcd3
Compare
e23bcd3 to
5a2115f
Compare
another-rex
approved these changes
Feb 25, 2026
another-rex
left a comment
Contributor
There was a problem hiding this comment.
LGTM 🤖 - Automated dependency review.
another-rex
approved these changes
Feb 25, 2026
another-rex
left a comment
Contributor
There was a problem hiding this comment.
LGTM 🤖 - Automated dependency review.
tymzd
pushed a commit
to tymzd/osv.dev
that referenced
this pull request
Apr 13, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [github.com/grpc-ecosystem/grpc-gateway/v2](https://redirect.github.com/grpc-ecosystem/grpc-gateway) | `v2.27.3` → `v2.28.0` |  |  | require | minor | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | `1.25.7` → `1.26.0` |  |  | golang | minor | | [google.golang.org/grpc/cmd/protoc-gen-go-grpc](https://redirect.github.com/grpc/grpc-go) | `v1.6.0` → `v1.6.1` |  |  | require | patch | | http_parser.rb | `"~> 0.6.0"` → `"~> 0.8.0"` |  |  | | patch | --- ### Release Notes <details> <summary>grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)</summary> ### [`v2.28.0`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.28.0) [Compare Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.8...v2.28.0) #### What's Changed - feat: add option to disable chunked headers by [@​irenarindos](https://redirect.github.com/irenarindos) in [#​6354](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6354) - fix(protoc-gen-openapiv2): fix panic on enum resolution in nested messages by [@​franchb](https://redirect.github.com/franchb) in [#​6367](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6367) #### New Contributors - [@​irenarindos](https://redirect.github.com/irenarindos) made their first contribution in [#​6354](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6354) **Full Changelog**: <grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0> ### [`v2.27.8`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.8) [Compare Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.7...v2.27.8) #### What's Changed - Fix opaque missing imports casing by [@​kellen-miller](https://redirect.github.com/kellen-miller) in [#​6304](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6304) - Revert "fix(protoc-gen-openapiv2): prevent panic when generating OpenAPI for multiple files" by [@​johanbrandhorst](https://redirect.github.com/johanbrandhorst) in [#​6309](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6309) - fix(protoc-gen-openapiv2): fix naming cache for multi-file generation by [@​franchb](https://redirect.github.com/franchb) in [#​6315](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6315) - fix(openapiv2): exclude oneof fields from required with proto3 field semantics by [@​sessa](https://redirect.github.com/sessa) in [#​6335](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6335) #### New Contributors - [@​sessa](https://redirect.github.com/sessa) made their first contribution in [#​6335](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6335) **Full Changelog**: <grpc-ecosystem/grpc-gateway@v2.27.7...v2.27.8> ### [`v2.27.7`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.7) [Compare Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.6...v2.27.7) Re-release of v2.26.7 as v2.27.7 for correct semver ordering. ### [`v2.27.6`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.6) [Compare Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.5...v2.27.6) #### What's Changed - feat(generator): harden opaque imports and fix snake case to go casing by [@​kellen-miller](https://redirect.github.com/kellen-miller) in [#​6279](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6279) - fix(protoc-gen-openapiv2): prevent panic when generating OpenAPI for multiple files by [@​franchb](https://redirect.github.com/franchb) in [#​6275](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6275) #### New Contributors - [@​franchb](https://redirect.github.com/franchb) made their first contribution in [#​6275](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6275) **Full Changelog**: <grpc-ecosystem/grpc-gateway@v2.27.5...v2.27.6> ### [`v2.27.5`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.5) [Compare Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.4...v2.27.5) #### What's Changed - Issue5799 by [@​rohitlohar45](https://redirect.github.com/rohitlohar45) in [#​6123](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6123) - fix: Add example repo in Java to README by [@​majiayu000](https://redirect.github.com/majiayu000) in [#​6199](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6199) - fix: Use `summary/description` instead of title for field comments in `openapi` gen by [@​iamrajiv](https://redirect.github.com/iamrajiv) in [#​6223](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6223) - fix(gengateway): use pointer for bodyData in OpaqueAPI PATCH requests by [@​kop](https://redirect.github.com/kop) in [#​6246](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6246) - fix(gengateway): use opaque chain for setting path params by [@​kellen-miller](https://redirect.github.com/kellen-miller) in [#​6215](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6215) #### New Contributors - [@​majiayu000](https://redirect.github.com/majiayu000) made their first contribution in [#​6199](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6199) - [@​kellen-miller](https://redirect.github.com/kellen-miller) made their first contribution in [#​6215](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6215) **Full Changelog**: <grpc-ecosystem/grpc-gateway@v2.27.4...v2.27.5> ### [`v2.27.4`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.4) [Compare Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.3...v2.27.4) #### What's Changed - feat: support deprecated field for OpenAPI parameters by [@​lachlancooper](https://redirect.github.com/lachlancooper) in [#​6068](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6068) - fix(openapiv2): Invalid entries in body parameter schema required array when using `body: "field_name"` by [@​rdark](https://redirect.github.com/rdark) in [#​6088](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6088) - fix(openapiv2): prevent nested required fields hoisting to parent schema by [@​rdark](https://redirect.github.com/rdark) in [#​6078](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6078) - \[issue-6080] Fix strict `no-$ref-siblings` rule violations by [@​jgreffe](https://redirect.github.com/jgreffe) in [#​6099](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6099) - Dockerfile: upgrade openjdk version by [@​johanbrandhorst](https://redirect.github.com/johanbrandhorst) in [#​6130](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6130) - fix: Exclude methods without HTTP bindings from OpenAPI definitions by [@​iamrajiv](https://redirect.github.com/iamrajiv) in [#​6030](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6030) - Add note about Authorization header forwarding by [@​MicahParks](https://redirect.github.com/MicahParks) in [#​6185](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6185) - fix(gengateway): correct body field decoding in opaque API mode by [@​kop](https://redirect.github.com/kop) in [#​6197](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6197) #### New Contributors - [@​lachlancooper](https://redirect.github.com/lachlancooper) made their first contribution in [#​6068](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6068) - [@​rdark](https://redirect.github.com/rdark) made their first contribution in [#​6088](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6088) - [@​jgreffe](https://redirect.github.com/jgreffe) made their first contribution in [#​6099](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6099) - [@​MicahParks](https://redirect.github.com/MicahParks) made their first contribution in [#​6185](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6185) **Full Changelog**: <grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4> </details> <details> <summary>golang/go (go)</summary> ### [`v1.26.0`](https://redirect.github.com/golang/go/compare/go1.25.7...go1.26rc2) </details> <details> <summary>grpc/grpc-go (google.golang.org/grpc/cmd/protoc-gen-go-grpc)</summary> ### [`v1.6.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/cmd/protoc-gen-go-grpc/v1.6.1): protoc-gen-go-grpc v1.6.1 ### Bug Fixes - Upgrade protobuf dependency to v1.36.11 to fix missing go\_package errors for Editions feature protos (e.g. cpp\_features.proto). ([#​8853](https://redirect.github.com/grpc/grpc-go/issues/8853)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.27.3→v2.28.01.25.7→1.26.0v1.6.0→v1.6.1"~> 0.6.0"→"~> 0.8.0"Release Notes
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.28.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0
v2.27.8Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.7...v2.27.8
v2.27.7Compare Source
Re-release of v2.26.7 as v2.27.7 for correct semver ordering.
v2.27.6Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.5...v2.27.6
v2.27.5Compare Source
What's Changed
summary/descriptioninstead of title for field comments inopenapigen by @iamrajiv in #6223New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.4...v2.27.5
v2.27.4Compare Source
What's Changed
body: "field_name"by @rdark in #6088no-$ref-siblingsrule violations by @jgreffe in #6099New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4
golang/go (go)
v1.26.0grpc/grpc-go (google.golang.org/grpc/cmd/protoc-gen-go-grpc)
v1.6.1: protoc-gen-go-grpc v1.6.1Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.