Skip to content

fix(deps): update vulnfeeds-go#5543

Open
renovate-bot wants to merge 1 commit into
google:masterfrom
renovate-bot:renovate/vulnfeeds-go
Open

fix(deps): update vulnfeeds-go#5543
renovate-bot wants to merge 1 commit into
google:masterfrom
renovate-bot:renovate/vulnfeeds-go

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence
charm.land/lipgloss/v2 v2.0.3v2.0.4 age confidence
cloud.google.com/go/storage v1.62.2v1.62.3 age confidence
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.32.0v1.33.0 age confidence
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.1v2.5.2 age confidence
github.com/redis/go-redis/v9 v9.20.0v9.20.1 age confidence
golang.org/x/sync v0.20.0v0.21.0 age confidence
golang.org/x/text v0.37.0v0.38.0 age confidence
google.golang.org/api v0.283.0v0.284.0 age confidence

Release Notes

charmbracelet/lipgloss (charm.land/lipgloss/v2)

v2.0.4

Compare Source

Mini Crash Patch

Hi! This is a small patch to fix a writer-related panic. Thanks for using Lip Gloss!

Changelog

Fixed
Docs
Chore

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

JohannesKaufmann/html-to-markdown (github.com/JohannesKaufmann/html-to-markdown/v2)

v2.5.2

Compare Source

Changelog
redis/go-redis (github.com/redis/go-redis/v9)

v9.20.1: 9.20.1

Compare Source

This is a patch release containing bug fixes only. There are no new features or breaking changes; upgrading from 9.20.0 is a drop-in replacement.

🚀 Highlights

RESP3 pub/sub message loss fixed

PeekPushNotificationName previously inspected only the bytes already buffered by bufio, so when a push frame header straddled a buffer fill boundary it could return a truncated notification name (e.g. "messa" instead of "message"). The push processor then mis-routed the frame and ReadReply silently dropped it, causing intermittent RESP3 pub/sub message loss. The peek now grows its window (36 bytes → up to 4 KiB) and reads more from the connection until the header is complete, cleanly separating incomplete prefixes from corrupt frames (including overflow-safe bulk-length handling). Fixes #​3839.

(#​3842) by @​ndyakov

🐛 Bug Fixes

  • RESP3 push peeking: PeekPushNotificationName no longer returns a truncated notification name when a push frame header spans a buffer boundary, preventing silent RESP3 pub/sub message loss (fixes #​3839) (#​3842) by @​ndyakov
  • FT.HYBRID vector params: Vector data is now always sent via PARAMS with auto-generated param names (__vector_param_N, with collision avoidance) when VectorParamName is omitted, since Redis no longer accepts inline vector blobs; the FTHybridOptions.Params map is no longer mutated, so the same options struct can be reused across calls (#​3844) by @​ndyakov
  • CLUSTER SHARDS forward compatibility: Unknown shard- and node-level attributes in the CLUSTER SHARDS reply are now skipped via DiscardNext() instead of erroring, so clients keep working when the server introduces new fields (#​3843) by @​madolson
  • PubSub double reconnect: PubSub.releaseConn no longer reconnects twice when a connection is both unusable (or pending handoff) and reports a bad-connection error, avoiding a wasted connection establish-then-close cycle (#​3833) by @​cxljs

👥 Contributors

We'd like to thank all the contributors who worked on this release!

@​cxljs, @​madolson, @​ndyakov


Full Changelog: redis/go-redis@v9.20.0...v9.20.1

googleapis/google-api-go-client (google.golang.org/api)

v0.284.0

Compare Source

Features

Configuration

📅 Schedule: (in timezone Australia/Sydney)

  • Branch creation
    • "before 6am on wednesday"
  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2026
@forking-renovate

forking-renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown

ℹ️ Artifact update notice

File name: vulnfeeds/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):

  • 11 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/iam v1.7.0 -> v1.11.0
cloud.google.com/go/monitoring v1.24.3 -> v1.29.0
cloud.google.com/go/pubsub/v2 v2.4.0 -> v2.5.1
cloud.google.com/go/trace v1.11.7 -> v1.16.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.56.0 -> v0.57.0
github.com/JohannesKaufmann/dom v0.2.0 -> v0.3.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 -> v0.68.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 -> v0.68.0
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 -> v0.0.0-20260519071638-aa98bba5eb94
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 -> v0.0.0-20260519071638-aa98bba5eb94
google.golang.org/genproto/googleapis/rpc v0.0.0-20260523011958-0a33c5d7ca68 -> v0.0.0-20260526163538-3dc84a4a5aaa

@renovate-bot renovate-bot force-pushed the renovate/vulnfeeds-go branch 5 times, most recently from 418383f to 1474a7d Compare June 19, 2026 19:56
@renovate-bot renovate-bot force-pushed the renovate/vulnfeeds-go branch from 1474a7d to 29ad86b Compare June 19, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant