Closed dependabot[bot] closed 2 months ago
The following labels could not be found: T:dependencies
.
The go.mod
file for a Go project has been updated to reflect new versions of several dependencies. The version of github.com/rollkit/go-da
has increased from v0.5.0
to v0.6.0
. Indirect dependencies have also seen updates, with golang.org/x/net
moving from v0.19.0
to v0.23.0
, golang.org/x/sys
from v0.15.0
to v0.18.0
, and google.golang.org/protobuf
from v1.31.0
to v1.33.0
.
File | Change Summary |
---|---|
go.mod | Updated github.com/rollkit/go-da from v0.5.0 to v0.6.0 , golang.org/x/net from v0.19.0 to v0.23.0 , golang.org/x/sys from v0.15.0 to v0.18.0 , and google.golang.org/protobuf from v1.31.0 to v1.33.0 . |
sequenceDiagram
participant A as Application
participant B as github.com/rollkit/go-da
participant C as golang.org/x/net
participant D as golang.org/x/sys
participant E as google.golang.org/protobuf
A->>B: Use updated v0.6.0
A->>C: Use updated v0.23.0
A->>D: Use updated v0.18.0
A->>E: Use updated v1.33.0
🐰 In the meadow, bright and wide,
New versions hop and glide.
Libraries fresh, like morning dew,
Enhancements bloom, a vibrant view.
With every change, we leap with glee,
Code and rabbits, wild and free! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This version will be retracted.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps github.com/rollkit/go-da from 0.5.0 to 0.6.0.
Commits
5e6b934
fix: Return an errno blob at a given height
in case there is no blob (#88)c18ad55
build(deps): bump codecov/codecov-action from 3.1.4 to 4.5.0 (#81)1114e94
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.1.0 (#86)b0be04e
build(deps): bump github.com/filecoin-project/go-jsonrpc (#87)5e023b4
chore: use go version from go.mod (#85)f8125f5
build(deps): bump rollkit/.github from 0.3.0 to 0.4.1 (#83)dcff9b4
chore: Update auto_request_review.yml (#77)76aa60b
build(deps): bump golang.org/x/net from 0.16.0 to 0.23.0 (#64)9546b60
ci: fix golangci-lint remove inactive linters (#72)7c2dc44
build(deps): bump github.com/ipfs/go-log/v2 from 2.0.8 to 2.5.1 (#58)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
Summary by CodeRabbit
New Features
Bug Fixes