chore(deps): bump google.golang.org/protobuf v1.36.12, google.golang.org/grpc v1.79.3, sigs.k8s.io/yaml v1.5.0 - #310
Draft
thaJeztah wants to merge 4 commits into
Draft
Conversation
Member
Author
|
Ugh, so this breaks for WASM; Looks like Related; planetscale/vtprotobuf@0d40610 (https://github.com/planetscale/vtprotobuf/releases/tag/v0.6.0) |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Update to a newer version to reduce transitive dependencies on deprecated modules. This also pleases vulnerability scanners scanners on GHSA-p77j-4mvh-x3m3 (CVE-2026-33186); this is a false positive, but most consumers of this module already updated to a newer version og grpc, so we may as well update. Note that there's newer versions available, which also fix some CVEs (high, not critical), but keeping the version slightly conservative. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Update to a newer version that drops dependencies on the deprecated gopkg.in/yaml.v2, gopkg.in/yaml.v3 modules. I did not pick the latest (v1.6.0) version as that introduces an extra dependency that may not be needed. Manually updated the indirect go.yaml.in/yaml/v2 to its latest version (v2.4.4) which no longer has any dependencies. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
force-pushed
the
bump_more_deps
branch
from
August 20, 2026 15:11
e121bcf to
024179c
Compare
Member
Author
|
Let's try if this hack works; |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
force-pushed
the
bump_more_deps
branch
from
August 20, 2026 15:21
024179c to
e4ea663
Compare
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.
chore(deps): bump google.golang.org/protobuf v1.36.12, google.golang.org/grpc v1.79.3, sigs.k8s.io/yaml v1.5.0
chore(deps): bump google.golang.org/protobuf v1.36.12
chore(deps): bump google.golang.org/grpc v1.79.3
Update to a newer version to reduce transitive dependencies on deprecated
modules.
This also pleases vulnerability scanners scanners on GHSA-p77j-4mvh-x3m3
(CVE-2026-33186); this is a false positive, but most consumers of this
module already updated to a newer version og grpc, so we may as well
update.
Note that there's newer versions available, which also fix some CVEs
(high, not critical), but keeping the version slightly conservative.
chore(deps): bump sigs.k8s.io/yaml v1.5.0
Update to a newer version that drops dependencies on the deprecated
gopkg.in/yaml.v2, gopkg.in/yaml.v3 modules. I did not pick the latest
(v1.6.0) version as that introduces an extra dependency that may not
be needed.
Manually updated the indirect go.yaml.in/yaml/v2 to its latest
version (v2.4.4) which no longer has any dependencies.