Skip to content
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

build(deps): Bump github.com/spf13/cast from 1.6.0 to 1.7.0 #21190

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps github.com/spf13/cast from 1.6.0 to 1.7.0.

Release notes

Sourced from github.com/spf13/cast's releases.

v1.7.0

What's Changed

Full Changelog: spf13/cast@v1.6.0...v1.7.0

Commits

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Dependency Updates
    • Updated the github.com/spf13/cast package from version v1.6.0 to v1.7.0 across various modules, potentially introducing new features, bug fixes, or performance improvements.

Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 7, 2024 01:39
@dependabot dependabot bot added A:automerge Automatically merge PR once all prerequisites pass. dependencies Pull requests that update a dependency file labels Aug 7, 2024
Copy link
Contributor

coderabbitai bot commented Aug 7, 2024

Walkthrough

Walkthrough

The recent updates across multiple Go modules primarily involve upgrading the dependency version of the github.com/spf13/cast package from v1.6.0 to v1.7.0. This version increment indicates potential enhancements, bug fixes, or performance improvements in the cast library that may affect type conversions throughout the codebase. However, the changes do not alter any existing functionality or control flows within the impacted modules.

Changes

Files Change Summary
client/v2/go.mod, go.mod, orm/go.mod, runtime/v2/go.mod, server/v2/cometbft/go.mod, server/v2/go.mod, simapp/go.mod, simapp/v2/go.mod, store/go.mod, store/v2/go.mod, tests/go.mod, tests/systemtests/go.mod, tools/confix/go.mod, tools/cosmovisor/go.mod, tools/hubl/go.mod, x/accounts/defaults/lockup/go.mod, x/accounts/defaults/multisig/go.mod, x/accounts/go.mod, x/auth/go.mod, x/authz/go.mod, x/bank/go.mod, x/circuit/go.mod, x/consensus/go.mod, x/distribution/go.mod, x/epochs/go.mod, x/evidence/go.mod, x/feegrant/go.mod, x/gov/go.mod, x/group/go.mod, x/mint/go.mod, x/nft/go.mod, x/params/go.mod, x/protocolpool/go.mod, x/slashing/go.mod, x/staking/go.mod, x/upgrade/go.mod Updated github.com/spf13/cast dependency from v1.6.0 to v1.7.0. This change reflects an upgrade that may introduce new features or fixes without altering existing functionality.

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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between feb0e07 and a467342.

Files ignored due to path filters (36)
  • client/v2/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
  • orm/go.sum is excluded by !**/*.sum
  • runtime/v2/go.sum is excluded by !**/*.sum
  • server/v2/cometbft/go.sum is excluded by !**/*.sum
  • server/v2/go.sum is excluded by !**/*.sum
  • simapp/go.sum is excluded by !**/*.sum
  • simapp/v2/go.sum is excluded by !**/*.sum
  • store/go.sum is excluded by !**/*.sum
  • store/v2/go.sum is excluded by !**/*.sum
  • tests/go.sum is excluded by !**/*.sum
  • tests/systemtests/go.sum is excluded by !**/*.sum
  • tools/confix/go.sum is excluded by !**/*.sum
  • tools/cosmovisor/go.sum is excluded by !**/*.sum
  • tools/hubl/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/lockup/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/multisig/go.sum is excluded by !**/*.sum
  • x/accounts/go.sum is excluded by !**/*.sum
  • x/auth/go.sum is excluded by !**/*.sum
  • x/authz/go.sum is excluded by !**/*.sum
  • x/bank/go.sum is excluded by !**/*.sum
  • x/circuit/go.sum is excluded by !**/*.sum
  • x/consensus/go.sum is excluded by !**/*.sum
  • x/distribution/go.sum is excluded by !**/*.sum
  • x/epochs/go.sum is excluded by !**/*.sum
  • x/evidence/go.sum is excluded by !**/*.sum
  • x/feegrant/go.sum is excluded by !**/*.sum
  • x/gov/go.sum is excluded by !**/*.sum
  • x/group/go.sum is excluded by !**/*.sum
  • x/mint/go.sum is excluded by !**/*.sum
  • x/nft/go.sum is excluded by !**/*.sum
  • x/params/go.sum is excluded by !**/*.sum
  • x/protocolpool/go.sum is excluded by !**/*.sum
  • x/slashing/go.sum is excluded by !**/*.sum
  • x/staking/go.sum is excluded by !**/*.sum
  • x/upgrade/go.sum is excluded by !**/*.sum
Files selected for processing (36)
  • client/v2/go.mod (1 hunks)
  • go.mod (1 hunks)
  • orm/go.mod (1 hunks)
  • runtime/v2/go.mod (1 hunks)
  • server/v2/cometbft/go.mod (1 hunks)
  • server/v2/go.mod (1 hunks)
  • simapp/go.mod (1 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (1 hunks)
  • store/v2/go.mod (1 hunks)
  • tests/go.mod (1 hunks)
  • tests/systemtests/go.mod (1 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (1 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (1 hunks)
  • x/auth/go.mod (1 hunks)
  • x/authz/go.mod (1 hunks)
  • x/bank/go.mod (1 hunks)
  • x/circuit/go.mod (1 hunks)
  • x/consensus/go.mod (1 hunks)
  • x/distribution/go.mod (1 hunks)
  • x/epochs/go.mod (1 hunks)
  • x/evidence/go.mod (1 hunks)
  • x/feegrant/go.mod (1 hunks)
  • x/gov/go.mod (1 hunks)
  • x/group/go.mod (1 hunks)
  • x/mint/go.mod (1 hunks)
  • x/nft/go.mod (1 hunks)
  • x/params/go.mod (1 hunks)
  • x/protocolpool/go.mod (1 hunks)
  • x/slashing/go.mod (1 hunks)
  • x/staking/go.mod (1 hunks)
  • x/upgrade/go.mod (1 hunks)
Files skipped from review due to trivial changes (22)
  • client/v2/go.mod
  • go.mod
  • runtime/v2/go.mod
  • server/v2/cometbft/go.mod
  • store/go.mod
  • tests/go.mod
  • tools/confix/go.mod
  • tools/cosmovisor/go.mod
  • tools/hubl/go.mod
  • x/accounts/defaults/multisig/go.mod
  • x/accounts/go.mod
  • x/auth/go.mod
  • x/bank/go.mod
  • x/distribution/go.mod
  • x/epochs/go.mod
  • x/evidence/go.mod
  • x/gov/go.mod
  • x/nft/go.mod
  • x/params/go.mod
  • x/protocolpool/go.mod
  • x/slashing/go.mod
  • x/staking/go.mod
Additional context used
Path-based instructions (1)
tests/systemtests/go.mod (1)

Pattern tests/**/*: "Assess the integration and e2e test code assessing sufficient code coverage for the changes associated in the pull request"

Additional comments not posted (14)
store/v2/go.mod (1)

19-19: Verify the usage of the updated dependency.

The dependency github.com/spf13/cast has been updated from version 1.6.0 to 1.7.0. Ensure that the new version does not introduce breaking changes and that all usages of this dependency in the codebase are compatible with the new version.

orm/go.mod (1)

59-59: Verify the usage of the updated dependency.

The dependency github.com/spf13/cast has been updated from version 1.6.0 to 1.7.0. Ensure that the new version does not introduce breaking changes and that all usages of this dependency in the codebase are compatible with the new version.

Verification successful

To verify the usage of the updated dependency github.com/spf13/cast from version 1.6.0 to 1.7.0, we need to check the release notes or changelog for version 1.7.0 for any breaking changes or deprecated functions. This will help us ensure that all usages of this dependency in the codebase are compatible with the new version.


To ensure that the updated dependency github.com/spf13/cast from version 1.6.0 to 1.7.0 does not introduce any breaking changes or deprecated functions that could affect the codebase, we need to review the detailed changelog between these versions.


To get the detailed changelog between versions 1.6.0 and 1.7.0 of the github.com/spf13/cast package, we will fetch the list of commits between these versions using the GitHub API and retrieve the commit messages.


To thoroughly verify that there are no breaking changes introduced in version 1.7.0 of the github.com/spf13/cast package, we need to inspect the actual code changes in the commits.


The updated dependency github.com/spf13/cast from version 1.6.0 to 1.7.0 is compatible with the codebase.

The changes in version 1.7.0 include adding support for additional interfaces and updating GitHub Actions workflows. These changes do not introduce any breaking changes or deprecations that would affect the existing usage in the codebase.

  • The commit "Support some commonly used Float64 interfaces" enhances functionality without impacting existing code.
  • The commit "github: Bump versions" involves changes to GitHub Actions workflows and does not affect the codebase's usage of the cast package.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the usage of the updated dependency `github.com/spf13/cast` in the codebase.

# Test: Search for the usage of `cast` functions. Expect: No breaking changes introduced by the new version.
rg --type go -A 5 'cast\.' 

Length of output: 8192


Script:

#!/bin/bash
# Fetch the changelog or release notes for the `github.com/spf13/cast` package version 1.7.0
curl -s https://api.github.com/repos/spf13/cast/releases/tags/v1.7.0 | jq '.body'

Length of output: 259


Script:

#!/bin/bash
# Fetch the detailed changelog between versions 1.6.0 and 1.7.0 of the `github.com/spf13/cast` package
curl -s https://github.com/spf13/cast/compare/v1.6.0...v1.7.0 | grep -A 10 '<div class="js-diff-progressive-container">'

Length of output: 122


Script:

#!/bin/bash
# Fetch the list of commits between versions 1.6.0 and 1.7.0 of the `github.com/spf13/cast` package
curl -s "https://api.github.com/repos/spf13/cast/compare/v1.6.0...v1.7.0" | jq '.commits[] | {message: .commit.message, url: .html_url}'

Length of output: 422


Script:

#!/bin/bash
# Fetch and display the code changes for the commits between versions 1.6.0 and 1.7.0 of the `github.com/spf13/cast` package

# Fetch the code changes for the commit "Support some commonly used Float64 interfaces"
curl -s "https://api.github.com/repos/spf13/cast/commits/6e0c3abdfe6a2d4df3c91ebf847f984c78eeba25" | jq '.files[] | {filename: .filename, additions: .additions, deletions: .deletions, changes: .changes, patch: .patch}'

# Fetch the code changes for the commit "github: Bump versions"
curl -s "https://api.github.com/repos/spf13/cast/commits/6c5f3fcc57021ee456bf05950b8873ddce320776" | jq '.files[] | {filename: .filename, additions: .additions, deletions: .deletions, changes: .changes, patch: .patch}'

Length of output: 9874

server/v2/go.mod (1)

97-97: Verify the usage of the updated dependency.

The dependency github.com/spf13/cast has been updated from version 1.6.0 to 1.7.0. Ensure that the new version does not introduce breaking changes and that all usages of this dependency in the codebase are compatible with the new version.

tests/systemtests/go.mod (1)

17-17: Dependency Update: Verify the impact of github.com/spf13/cast v1.7.0.

The dependency github.com/spf13/cast has been updated from v1.6.0 to v1.7.0. Ensure that the new version does not introduce any breaking changes or unexpected behavior in the system tests.

x/accounts/defaults/lockup/go.mod (1)

120-120: Dependency Update: Verify the impact of github.com/spf13/cast v1.7.0.

The dependency github.com/spf13/cast has been updated from v1.6.0 to v1.7.0. Ensure that the new version does not introduce any breaking changes or unexpected behavior in the lockup module.

Verification successful

No Impact from Dependency Update: github.com/spf13/cast v1.7.0

The dependency github.com/spf13/cast is not directly used in the x/accounts/defaults/lockup module. Therefore, the update from v1.6.0 to v1.7.0 does not introduce any breaking changes or unexpected behavior in this module.

  • x/accounts/defaults/lockup/go.mod
  • x/accounts/defaults/lockup/go.sum
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the impact of the `github.com/spf13/cast` v1.7.0 update.

# Test: Run the relevant tests to ensure there are no breaking changes.
go test ./x/accounts/defaults/lockup/...

Length of output: 112


Script:

#!/bin/bash
# Search for all instances where `github.com/spf13/cast` is imported in the `x/accounts/defaults/lockup` module.
rg 'github.com/spf13/cast' x/accounts/defaults/lockup

# Search for all instances where `cast` is used in the `x/accounts/defaults/lockup` module.
rg 'cast\.' x/accounts/defaults/lockup

Length of output: 399

x/consensus/go.mod (1)

136-136: Dependency Update: Verify the impact of github.com/spf13/cast v1.7.0.

The dependency github.com/spf13/cast has been updated from v1.6.0 to v1.7.0. Ensure that the new version does not introduce any breaking changes or unexpected behavior in the consensus module.

x/authz/go.mod (1)

136-136: Dependency Update Approved: Verify Compatibility

The update to github.com/spf13/cast v1.7.0 is approved. Ensure that the new version is compatible with the existing codebase and that all relevant tests pass.

x/circuit/go.mod (1)

138-138: Dependency Update Approved: Verify Compatibility

The update to github.com/spf13/cast v1.7.0 is approved. Ensure that the new version is compatible with the existing codebase and that all relevant tests pass.

x/mint/go.mod (1)

129-129: Dependency Update Approved: Verify Compatibility

The update to github.com/spf13/cast v1.7.0 is approved. Ensure that the new version is compatible with the existing codebase and that all relevant tests pass.

x/feegrant/go.mod (1)

145-145: Dependency Update: github.com/spf13/cast to v1.7.0

The github.com/spf13/cast dependency has been updated from version 1.6.0 to 1.7.0. Ensure that this update does not introduce any breaking changes or unexpected behavior in the codebase. Refer to the changelog for detailed information on the updates.

Verification successful

Dependency Update Verified: github.com/spf13/cast to v1.7.0

The update from version 1.6.0 to 1.7.0 of github.com/spf13/cast does not introduce breaking changes or unexpected behavior in the codebase. The commit history between these versions indicates minor changes related to supporting Float64 interfaces and version bumps.

  • Commit 6e0c3ab: Support some commonly used Float64 interfaces
  • Commit 6c5f3fc: GitHub: Bump versions
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that the update to `github.com/spf13/cast` does not introduce breaking changes.

# Test: Search for usage of the `cast` package. Expect: No breaking changes or unexpected behavior.
rg --type go 'cast\.' --context 5

Length of output: 12181


Script:

#!/bin/bash
# Fetch the changelog for github.com/spf13/cast between versions 1.6.0 and 1.7.0
curl -s https://github.com/spf13/cast/compare/v1.6.0...v1.7.0 | grep -i 'breaking\|change'

Length of output: 2732


Script:

#!/bin/bash
# Fetch the commit history for github.com/spf13/cast between versions 1.6.0 and 1.7.0
git clone https://github.com/spf13/cast.git
cd cast
git log v1.6.0..v1.7.0 --oneline --grep='breaking\|change\|update'

Length of output: 209


Script:

#!/bin/bash
# Fetch the complete commit history for github.com/spf13/cast between versions 1.6.0 and 1.7.0
git clone https://github.com/spf13/cast.git
cd cast
git log v1.6.0..v1.7.0 --oneline

Length of output: 251

x/group/go.mod (1)

152-152: Dependency Update: github.com/spf13/cast to v1.7.0

The github.com/spf13/cast dependency has been updated from version 1.6.0 to 1.7.0. Ensure that this update does not introduce any breaking changes or unexpected behavior in the codebase. Refer to the changelog for detailed information on the updates.

Verification successful

Dependency Update: github.com/spf13/cast to v1.7.0

The github.com/spf13/cast dependency has been updated from version 1.6.0 to 1.7.0. Based on the analysis, the functions used in the codebase are present in the updated version, and no breaking changes have been introduced.

  • The following functions are used in the codebase and are present in v1.7.0:
    • ToIntSlice
    • ToString
    • ToInt
    • ToBool
    • ToUint64
    • ToUint32
    • ToStringSlice
    • ToStringMap

No further action is required.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that the update to `github.com/spf13/cast` does not introduce breaking changes.

# Test: Search for usage of the `cast` package. Expect: No breaking changes or unexpected behavior.
rg --type go 'cast\.' --context 5

Length of output: 12181


Script:

#!/bin/bash
# Fetch the methods and functions from the `cast` package to compare with the usage in the codebase.

# Clone the specific version of the `cast` package
git clone --depth 1 --branch v1.7.0 https://github.com/spf13/cast.git cast_v1.7.0

# List all functions in the `cast` package
fd . -e go -x bash -c 'cat {}' | grep -E 'func (ToIntSlice|ToString|ToInt|ToBool|ToUint64|ToUint32|ToStringSlice|ToStringMap)' -A 2

Length of output: 7010

x/upgrade/go.mod (1)

27-27: Dependency Update: github.com/spf13/cast to v1.7.0

The github.com/spf13/cast dependency has been updated from version 1.6.0 to 1.7.0. Ensure that this update does not introduce any breaking changes or unexpected behavior in the codebase. Refer to the changelog for detailed information on the updates.

Verification successful

Dependency Update: github.com/spf13/cast to v1.7.0

The github.com/spf13/cast dependency has been updated from version 1.6.0 to 1.7.0. I have reviewed the instances where the cast package is used in the codebase and compared them with the changes mentioned in the changelog. No breaking changes or unexpected behavior were found.

  • Files reviewed:
    • x/upgrade/depinject.go
    • x/auth/client/cli/tx_sign.go
    • store/v2/db/goleveldb.go
    • store/v2/db/pebbledb.go
    • server/util.go
    • server/pruning.go
    • simapp/app_di.go
    • simapp/app.go
    • baseapp/streaming.go
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that the update to `github.com/spf13/cast` does not introduce breaking changes.

# Test: Search for usage of the `cast` package. Expect: No breaking changes or unexpected behavior.
rg --type go 'cast\.' --context 5

Length of output: 12181

simapp/go.mod (1)

43-43: Approve the dependency update and verify the impact.

The version of github.com/spf13/cast has been updated from v1.6.0 to v1.7.0. Ensure that this update does not introduce any breaking changes or unexpected behavior in the codebase.

simapp/v2/go.mod (1)

200-200: Approve the dependency update and verify the impact.

The version of github.com/spf13/cast has been updated from v1.6.0 to v1.7.0. Ensure that this update does not introduce any breaking changes or unexpected behavior in the codebase.

@tac0turtle tac0turtle added this pull request to the merge queue Aug 7, 2024
Merged via the queue into main with commit 655b303 Aug 7, 2024
94 of 97 checks passed
@tac0turtle tac0turtle deleted the dependabot/go_modules/github.com/spf13/cast-1.7.0 branch August 7, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants