Bump the all group across 1 directory with 5 updates#57
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/RoaringBitmap/roaring](https://github.com/RoaringBitmap/roaring) | `1.9.1` | `1.9.4` | | [github.com/streamingfast/dstore](https://github.com/streamingfast/dstore) | `0.2.2` | `0.2.3` | | [github.com/streamingfast/logging](https://github.com/streamingfast/logging) | `0.0.0-20260108192805-38f96de0a641` | `1.2.2` | | [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.80.0` | `1.81.1` | Updates `github.com/RoaringBitmap/roaring` from 1.9.1 to 1.9.4 - [Release notes](https://github.com/RoaringBitmap/roaring/releases) - [Commits](RoaringBitmap/roaring@v1.9.1...v1.9.4) Updates `github.com/streamingfast/dstore` from 0.2.2 to 0.2.3 - [Release notes](https://github.com/streamingfast/dstore/releases) - [Changelog](https://github.com/streamingfast/dstore/blob/develop/CHANGELOG.md) - [Commits](streamingfast/dstore@v0.2.2...v0.2.3) Updates `github.com/streamingfast/logging` from 0.0.0-20260108192805-38f96de0a641 to 1.2.2 - [Release notes](https://github.com/streamingfast/logging/releases) - [Changelog](https://github.com/streamingfast/logging/blob/develop/CHANGELOG.md) - [Commits](https://github.com/streamingfast/logging/commits/v1.2.2) Updates `go.uber.org/zap` from 1.27.1 to 1.28.0 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.1...v1.28.0) Updates `google.golang.org/grpc` from 1.80.0 to 1.81.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.80.0...v1.81.1) --- updated-dependencies: - dependency-name: github.com/RoaringBitmap/roaring dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/streamingfast/dstore dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/streamingfast/logging dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: go.uber.org/zap dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: google.golang.org/grpc dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the all group with 5 updates in the / directory:
1.9.11.9.40.2.20.2.30.0.0-20260108192805-38f96de0a6411.2.21.27.11.28.01.80.01.81.1Updates
github.com/RoaringBitmap/roaringfrom 1.9.1 to 1.9.4Release notes
Sourced from github.com/RoaringBitmap/roaring's releases.
Commits
0742966issue 4260fb30ebUpdate README.md35d7182Merge pull request #419 from neena/neena/faster-iandnot-bm-arr0f133ebfaster iandnot between bitmap and array containers2bf931cMerge pull request #418 from neena/neena/faster-iandnot-bmce0ef6cbugfixd3bf873improvementbbd3c63better testingUpdates
github.com/streamingfast/dstorefrom 0.2.2 to 0.2.3Release notes
Sourced from github.com/streamingfast/dstore's releases.
Changelog
Sourced from github.com/streamingfast/dstore's changelog.
Commits
d3be6cePreparing for release 0.2.3fd1b1b7disable directPath when both project is set and client_protocol=grpc08a4988Merge pull request #24 from aggris2/fix/shared-s3-transportbd71e00Share HTTP transport across S3 store clones for proper HTTP/2 multiplexingUpdates
github.com/streamingfast/loggingfrom 0.0.0-20260108192805-38f96de0a641 to 1.2.2Release notes
Sourced from github.com/streamingfast/logging's releases.
Changelog
Sourced from github.com/streamingfast/logging's changelog.
Commits
Updates
go.uber.org/zapfrom 1.27.1 to 1.28.0Release notes
Sourced from go.uber.org/zap's releases.
Changelog
Sourced from go.uber.org/zap's changelog.
Commits
5b81b37release v1.28.0 (#1547)0ab0d5azapcore: Add PreWriteHook for transforming entries before write (#1534)d278c59[chore] CI: test on Go 1.26 (#1535)16fb16bchore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...Updates
google.golang.org/grpcfrom 1.80.0 to 1.81.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
caf0772Change version from 1.81.1-dev to 1.81.1 (#9122)6ccbeebCherry-pick #9111 into v1.81.x (#9121)b33c29eCherry-pick #9081 into v1.81.x (#9102)c45fae6Change version to 1.81.1-dev (#9063)cb18228Change version to 1.81.0 (#9062)96748f9Cherry-pick #9105 to 1.81.x (#9106)9183222Cherry pick #9055, #9032 to v1.81.x (#9095)5cba6daRevert "deps: update dependencies for all modules (#9065)" (#9067)af8a936deps: update dependencies for all modules (#9065)cdc60dftransport: optimize heap allocations in ready reader and update syscall conne...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions