Closed dependabot[bot] closed 3 months ago
The recent updates enhance the project's stability and functionality by upgrading several key dependencies. Notably, the cosmossdk.io/core
package has moved to a minor version update, and cosmossdk.io/depinject
has transitioned to a stable release. Additional updates include increments to multiple golang.org/x
packages, addressing improvements and security patches. These changes reflect a routine maintenance effort to ensure the project leverages the latest features and fixes from its dependencies.
Files | Change Summary |
---|---|
.changelog/unreleased/dependencies/... |
Updated cosmossdk.io/core from v0.11.0 to v0.11.1 , depinject from v1.0.0-alpha.4 to v1.0.0 , and several golang.org/x packages. |
go.mod |
Incremented versions for various dependencies, ensuring usage of stable releases and patches. |
sequenceDiagram
participant User
participant Application
participant Dependencies
User->>Application: Request functionality
Application->>Dependencies: Call updated libraries
Dependencies-->>Application: Return results
Application-->>User: Provide response
In fields of code, we hop with glee,
Dependencies updated, oh what a spree!
From alpha to stable, we dance and play,
With each little change, a brighter day.
Bugs be gone, let features shine,
Hoppy updates, all is divine! 🐰✨
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?
https://github.com/dependabot recreate
Bumps cosmossdk.io/core from 0.11.0 to 0.11.1.
Commits
fb591a1
use tagged versiond9761f4
depinject84b28a8
refactor(core): update depinject in core v0.11 (v0.50)5eaa7b8
fix: genesis on migrations (#17679)91fad07
feat(x/tx): add indent option to encoder (#17600)152ec92
chore: remove unecessary method (#17680)d053fc0
refactor: orm/encoding/encodeutil: remove impossible len overflow check (#17643)1938950
feat(collections): add Vec type (#17656)cc7b117
fix: nil pointer ref priority nonce mempool iterator (#17668)ba45b0f
feat: CV Close databases opened by cosmos-sdk during BaseApp shutdown (#17667)Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | cosmossdk.io/core | [>= 0.12.a, < 0.13] |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
cosmossdk.io/depinject
to a stable release.cosmossdk.io/core
and variousgolang.org/x
packages, likely addressing issues and improving performance.