Skip to content

fix(deps): update osv-scalibr minor #818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
deps.dev/api/v3 v3.0.0-20250429014815-ac0aa6a085fa -> v3.0.0-20250610062038-1c74ed268106 age adoption passing confidence require patch
deps.dev/api/v3alpha ac0aa6a -> 1c74ed2 age adoption passing confidence require digest
deps.dev/util/maven ac0aa6a -> 1c74ed2 age adoption passing confidence require digest
deps.dev/util/pypi ac0aa6a -> 1c74ed2 age adoption passing confidence require digest
deps.dev/util/resolve ac0aa6a -> 1c74ed2 age adoption passing confidence require digest
deps.dev/util/semver ac0aa6a -> 1c74ed2 age adoption passing confidence require digest
github.com/charmbracelet/bubbletea v1.3.4 -> v1.3.5 age adoption passing confidence require patch
github.com/go-git/go-git/v5 v5.16.0 -> v5.16.2 age adoption passing confidence require patch
github.com/saferwall/pe v1.5.6 -> v1.5.7 age adoption passing confidence require patch
go.etcd.io/bbolt v1.4.0 -> v1.4.1 age adoption passing confidence require patch
golang.org/x/crypto v0.38.0 -> v0.39.0 age adoption passing confidence require minor
golang.org/x/mod v0.24.0 -> v0.25.0 age adoption passing confidence require minor
golang.org/x/net v0.40.0 -> v0.41.0 age adoption passing confidence require minor
golang.org/x/text v0.25.0 -> v0.26.0 age adoption passing confidence require minor
google.golang.org/grpc v1.72.2 -> v1.73.0 age adoption passing confidence require minor
modernc.org/sqlite v1.37.1 -> v1.38.0 age adoption passing confidence require minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)

v1.3.5

Compare Source

This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent to the program. It also fixes multiple concurrency bugs related to using external context and p.Wait() and p.Kill().

Also, huge thank you to @​desertwitch who went in and just crushed a handful of deadlocks.

Happy hacking!

Changelog
Bug fixes
Documentation updates
Other work

The Charm logo

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

go-git/go-git (github.com/go-git/go-git/v5)

v5.16.2

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.16.1...v5.16.2

v5.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.16.0...v5.16.1

saferwall/pe (github.com/saferwall/pe)

v1.5.7

Compare Source

etcd-io/bbolt (go.etcd.io/bbolt)

v1.4.1

Compare Source

See the CHANGELOG/v1.4.1 for more details.

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

v1.73.0: Release 1.73.0

Compare Source

New Features

  • balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds (#​8249)
  • xds: enable least request LB policy by default. It can be disabled by setting GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false in your environment. (#​8253)
  • grpc: add a CallAuthority Call Option that can be used to overwrite the http :authority header on per-RPC basis. (#​8068)
  • stats/opentelemetry: add trace event for name resolution delay. (#​8074)
  • health: added List method to gRPC Health service. (#​8155)
  • ringhash: implement features from gRFC A76. (#​8159)
  • xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (#​8167, #​8180, #​8229, #​8343)

Bug Fixes

  • xds: locality ID metric label is changed to make it consistent with gRFC A78. (#​8256)
  • client: fail RPCs on the client when using extremely short contexts that expire before the grpc-timeout header is created. (#​8312)
  • server: non-positive grpc-timeout header values are now rejected. This is consistent with the gRPC protocol spec. (#​8290)
  • xds: fix reported error string when LRS load reporting interval is invalid. (#​8224)

Performance Improvements

  • credentials/alts: improve read performance by optimizing buffer copies and allocations. (#​8271)
  • server: improve performance of RPC handling by avoid a status proto copy (#​8282)

Documentation

  • examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. (#​8056)
cznic/sqlite (modernc.org/sqlite)

v1.38.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am on monday" 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.


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

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

Copy link

forking-renovate bot commented Jun 8, 2025

ℹ 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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.14.0 -> v0.15.0
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250324211829-b45e905df463
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250324211829-b45e905df463
modernc.org/libc v1.65.7 -> v1.65.10

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jun 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/osv-scalibr-minor branch 3 times, most recently from cdb9caa to a91bcbb Compare June 10, 2025 17:31
@renovate-bot renovate-bot force-pushed the renovate/osv-scalibr-minor branch from a91bcbb to fe6f70e Compare June 11, 2025 16:41
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