Skip to content

fix(deps): update osv-scanner minor#2868

Open
renovate-bot wants to merge 1 commit into
google:mainfrom
renovate-bot:renovate/osv-scanner-minor
Open

fix(deps): update osv-scanner minor#2868
renovate-bot wants to merge 1 commit into
google:mainfrom
renovate-bot:renovate/osv-scanner-minor

Conversation

@renovate-bot

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

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
charm.land/glamour/v2 v2.0.0v2.0.1 age confidence require patch
charm.land/lipgloss/v2 v2.0.3v2.0.5 age confidence require patch
deps.dev/api/v3 v3.0.0-20260422013440-90c27f84dd6fv3.0.0-20260708003622-ba1304923509 age confidence require patch
deps.dev/api/v3alpha 90c27f8ba13049 age confidence require digest
github.com/gkampitakis/go-snaps v0.5.22v0.5.23 age confidence require patch
github.com/jedib0t/go-pretty/v6 v6.7.10v6.8.2 age confidence require minor
github.com/urfave/cli/v3 v3.9.0v3.10.1 age confidence require minor
go.yaml.in/yaml/v4 v4.0.0-rc.4v4.0.0-rc.6 age confidence require patch
golang.org/x/sync v0.20.0v0.22.0 age confidence require minor
golang.org/x/term v0.43.0v0.45.0 age confidence require minor
google.golang.org/grpc v1.81.1v1.82.0 age confidence require minor v1.82.1
gopkg.in/dnaeon/go-vcr.v4 v4.0.6v4.0.7 age confidence require patch

Release Notes

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

v2.0.1

Compare Source

Changelog

Bug fixes
Other work

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

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

v2.0.5

Compare Source

Changelog


The Charm logo

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

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.

gkampitakis/go-snaps (github.com/gkampitakis/go-snaps)

v0.5.23

Compare Source

What's Changed
New Contributors

Full Changelog: gkampitakis/go-snaps@v0.5.22...v0.5.23

jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)

v6.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.8.1...v6.8.2

v6.8.1

Compare Source

What's Changed

A hardening pass across the table, list, progress, and text packages,
fixing security issues, crash/race bugs, and performance problems in the
render hot paths, with benchmarks added to back the optimizations.

Security
  • table/list (HTML): escape the title, caption, and CSS class names in
    RenderHTML() to prevent HTML/attribute injection.
  • table (CSV): make RenderCSV() output RFC 4180 compliant, and add an
    opt-in Style().CSV.FieldProtection option that neutralizes spreadsheet
    formula-injection fields (=, +, -, @, tab, CR).
  • text: sanitize hyperlink URLs and bound the escape-sequence parser
    buffer so adversarial input can't grow it without limit.
Correctness
  • progress: fix a render panic on tiny tracker lengths, data races on
    tracker/indicator state, and a leaked time.Ticker in the terminal-size
    watcher.
  • table: guard auto-index rendering against empty maxColumnLengths.
  • text: prevent a panic in VAlign.Apply on negative maxLines.
Performance
  • table: compile regex filters once per render; pre-size render builders.
  • list: hoist repeated width math out of the render loops.
  • text: speed up Align.Apply and StringWidthWithoutEscSequences.
  • progress: build PacManChomp frames with a strings.Builder.
Tooling
  • Moved root-level benchmarks into their packages and wired up make bench;
    added benchmarks for the table/text/list/progress render hot paths and tests
    covering the retained-done-tracker render paths.

Full Changelog: jedib0t/go-pretty@v6.8.0...v6.8.1

v6.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.7.10...v6.8.0

urfave/cli (github.com/urfave/cli/v3)

v3.10.1

Compare Source

What's Changed
New Contributors

Full Changelog: urfave/cli@v3.10.0...v3.10.1

v3.10.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.9.1...v3.10.0

v3.9.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.9.0...v3.9.1

yaml/go-yaml (go.yaml.in/yaml/v4)

v4.0.0-rc.6

Compare Source

v4.0.0-rc.5

Compare Source

grpc/grpc-go (google.golang.org/grpc)

v1.82.0: Release 1.82.0

Compare Source

Behavior Changes

  • server: Remove support for GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING environment varibale. Strict incoming RPC path validation (which has been the default since v1.79.3) can no longer be disabled. (#​9112)
  • transport: Add environment variable to change the default max header list size from 16MB to 8KB. This may be enabled by setting GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#​9019)
  • balancer: Load Balancing policy registry is now case-sensitive. Set GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false (and file an issue) to revert to case-insensitive behavior. (#​9017)

New Features

  • experimental/stats: Expose a new API, NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#​8877)
  • client: Return a portion of the response body in the error message, when the client receives an unexpected non-gRPC HTTP response, to make debugging easier. (#​8929)
  • server: Add environment variable GRPC_GO_SERVER_GOROUTINE_LABELS that controls setting runtime/pprof.Labels on goroutines spawned by the server. Set GRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=true to add the grpc.method label on goroutines spawned to handle incoming requests. (#​9082)

Bug Fixes

  • xds/server: Fix a memory leak of HTTP filter instances occurring when route configurations are updated in-place during a Route Discovery Service (RDS) update. (#​9138)
  • grpc: In the deprecated gzip Compressor (used via the deprecated WithCompressor dial option), enforce the MaxRecvMsgSize limit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#​9114)
  • stats/opentelemetry: Record retry attempts, grpc.previous-rpc-attempts, at the call level and not the attempt level. (#​8923)
  • encoding: Ensure Close() is always called on readers returned from Compressor.Decompress if possible. (#​9135)
  • channelz: Fix the LastMessageSentTimestamp and LastMessageReceivedTimestamp fields in SocketMetrics to ensure they contain correct timestamp values. (#​9109)
dnaeon/go-vcr (gopkg.in/dnaeon/go-vcr.v4)

v4.0.7

Compare Source

What's Changed

Full Changelog: dnaeon/go-vcr@v4.0.6...v4.0.7


Configuration

📅 Schedule: (in timezone Australia/Sydney)

  • Branch creation
    • "before 6am on monday"
  • 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 7, 2026
@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch from 9541ffa to 9030424 Compare June 8, 2026 19:46
@renovate-bot renovate-bot changed the title fix(deps): update osv-scanner minor to afe0bdd fix(deps): update osv-scanner minor Jun 8, 2026
@renovate-bot renovate-bot changed the title fix(deps): update osv-scanner minor fix(deps): update osv-scanner minor to v6.8.0 Jun 11, 2026
@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch from 9030424 to 305e70c Compare June 11, 2026 01:15
@renovate-bot renovate-bot changed the title fix(deps): update osv-scanner minor to v6.8.0 fix(deps): update osv-scanner minor Jun 11, 2026
@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch 3 times, most recently from cc67bb7 to 075b810 Compare June 15, 2026 20:11
@forking-renovate

forking-renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown

ℹ️ 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
golang.org/x/sys v0.45.0 -> v0.47.0

@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch 2 times, most recently from 7224e93 to e44b9ef Compare June 17, 2026 17:48
@codecov-commenter

codecov-commenter commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.26%. Comparing base (bee2bd0) to head (8c692c9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2868   +/-   ##
=======================================
  Coverage   79.26%   79.26%           
=======================================
  Files         122      122           
  Lines        8279     8279           
=======================================
  Hits         6562     6562           
  Misses       1335     1335           
  Partials      382      382           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch 6 times, most recently from 6e9a17a to c019ccd Compare June 24, 2026 13:48
@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch 6 times, most recently from e5afc8c to 44d014f Compare July 6, 2026 02:44
@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch 4 times, most recently from 77891bc to e67391f Compare July 12, 2026 12:06
@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch from e67391f to d2668e7 Compare July 14, 2026 11:36
@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch from d2668e7 to dfdc2e7 Compare July 15, 2026 01:45
@renovate-bot
renovate-bot force-pushed the renovate/osv-scanner-minor branch from dfdc2e7 to e3f2931 Compare July 15, 2026 19:13
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.

2 participants