fix(deps): update osv-scanner minor#2868
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
from
June 8, 2026 19:46
9541ffa to
9030424
Compare
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
from
June 11, 2026 01:15
9030424 to
305e70c
Compare
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
3 times, most recently
from
June 15, 2026 20:11
cc67bb7 to
075b810
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
2 times, most recently
from
June 17, 2026 17:48
7224e93 to
e44b9ef
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
6 times, most recently
from
June 24, 2026 13:48
6e9a17a to
c019ccd
Compare
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
6 times, most recently
from
July 6, 2026 02:44
e5afc8c to
44d014f
Compare
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
4 times, most recently
from
July 12, 2026 12:06
77891bc to
e67391f
Compare
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
from
July 14, 2026 11:36
e67391f to
d2668e7
Compare
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
from
July 15, 2026 01:45
d2668e7 to
dfdc2e7
Compare
renovate-bot
force-pushed
the
renovate/osv-scanner-minor
branch
from
July 15, 2026 19:13
dfdc2e7 to
e3f2931
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.
This PR contains the following updates:
v2.0.0→v2.0.1v2.0.3→v2.0.5v3.0.0-20260422013440-90c27f84dd6f→v3.0.0-20260708003622-ba130492350990c27f8→ba13049v0.5.22→v0.5.23v6.7.10→v6.8.2v3.9.0→v3.10.1v4.0.0-rc.4→v4.0.0-rc.6v0.20.0→v0.22.0v0.43.0→v0.45.0v1.81.1→v1.82.0v1.82.1v4.0.6→v4.0.7Release Notes
charmbracelet/glamour (charm.land/glamour/v2)
v2.0.1Compare Source
Changelog
Bug fixes
975a0f3: fix: close wrap writer before its downstream chain (#575) (@taciturnaxolotl)Other work
c293649: chore: fix pre-existing lint failures (#575) (@taciturnaxolotl)95c93db: chore: bump lipgloss to v2.0.4 (@taciturnaxolotl)600b93a: chore: remove CODEOWNERS (@aymanbagabas)253da61: fix(ci): use local golangci config (@aymanbagabas)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.5Compare Source
Changelog
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.4Compare Source
Mini Crash Patch
Hi! This is a small patch to fix a writer-related panic. Thanks for using Lip Gloss!
Changelog
Fixed
fefa41d: fix: prevent crash when writing to a closed wrap writer (#699) (@taciturnaxolotl)Docs
40ec0e6: docs: fix typo in table comment (#641) (@aymanbagabas)a4d0b40: docs: restore missing diaereses (#664) (@meowgorithm)Chore
aa91b99: chore: remove CODEOWNERS (@aymanbagabas)9cbfe8b: chore(lint): exclude revive naming linter (@aymanbagabas)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.23Compare 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.2Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.8.1...v6.8.2
v6.8.1Compare Source
What's Changed
A hardening pass across the
table,list,progress, andtextpackages,fixing security issues, crash/race bugs, and performance problems in the
render hot paths, with benchmarks added to back the optimizations.
Security
RenderHTML()to prevent HTML/attribute injection.RenderCSV()output RFC 4180 compliant, and add anopt-in
Style().CSV.FieldProtectionoption that neutralizes spreadsheetformula-injection fields (
=,+,-,@, tab, CR).buffer so adversarial input can't grow it without limit.
Correctness
tracker/indicator state, and a leaked
time.Tickerin the terminal-sizewatcher.
maxColumnLengths.VAlign.Applyon negativemaxLines.Performance
Align.ApplyandStringWidthWithoutEscSequences.PacManChompframes with astrings.Builder.Tooling
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.0Compare 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.1Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.10.0...v3.10.1
v3.10.0Compare Source
What's Changed
Full Changelog: urfave/cli@v3.9.1...v3.10.0
v3.9.1Compare 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.6Compare Source
v4.0.0-rc.5Compare Source
grpc/grpc-go (google.golang.org/grpc)
v1.82.0: Release 1.82.0Compare Source
Behavior Changes
GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKINGenvironment varibale. Strict incoming RPC path validation (which has been the default sincev1.79.3) can no longer be disabled. (#9112)16MBto8KB. This may be enabled by settingGRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#9019)GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false(and file an issue) to revert to case-insensitive behavior. (#9017)New Features
NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#8877)GRPC_GO_SERVER_GOROUTINE_LABELSthat controls settingruntime/pprof.Labelson goroutines spawned by the server. SetGRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=trueto add thegrpc.methodlabel on goroutines spawned to handle incoming requests. (#9082)Bug Fixes
gzipCompressor (used via the deprecatedWithCompressordial option), enforce theMaxRecvMsgSizelimit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#9114)grpc.previous-rpc-attempts, at the call level and not the attempt level. (#8923)Close()is always called on readers returned fromCompressor.Decompressif possible. (#9135)LastMessageSentTimestampandLastMessageReceivedTimestampfields inSocketMetricsto ensure they contain correct timestamp values. (#9109)dnaeon/go-vcr (gopkg.in/dnaeon/go-vcr.v4)
v4.0.7Compare Source
What's Changed
Full Changelog: dnaeon/go-vcr@v4.0.6...v4.0.7
Configuration
📅 Schedule: (in timezone Australia/Sydney)
🚦 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.