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

chore(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 #1546

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2023

Bumps github.com/cosmos/gogoproto from 1.4.10 to 1.4.11.

Release notes

Sourced from github.com/cosmos/gogoproto's releases.

v1.4.11

What's Changed

New Contributors

Note

Dependencies depending on earlier version of x/exp may not be able to bump to v1.4.11 because slices.SortFunc had some breaking changes. For limiting breaking changes in patch versions, for instance, the Cosmos SDK v0.47.x will not bump to v1.4.11.

Full Changelog: cosmos/gogoproto@v1.4.10...v1.4.11

Changelog

Sourced from github.com/cosmos/gogoproto's changelog.

Commits
  • 2961de6 chore: prepare gogoproto v1.4.11 (#86)
  • 19fa753 refactor!: upgrade golang.org/x/exp to latest (#83)
  • 1ad906c chore: bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#85)
  • b2b4819 chore: bump bufbuild/buf-setup-action from 1.25.1 to 1.26.0 (#84)
  • 41f15e7 chore: bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (#82)
  • 3781ff3 chore: bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#81)
  • 405f7c8 chore: bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#80)
  • a2607da chore: bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 (#79)
  • 06cd7a1 chore: bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#78)
  • 199657c chore: bump bufbuild/buf-setup-action from 1.23.0 to 1.23.1 (#77)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner August 18, 2023 19:43
@dependabot dependabot bot added dependabot For triggering workflows after dependabot recommendations dependencies Pull requests that update a dependency file labels Aug 18, 2023
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d33dfe9) 73.89% compared to head (77c1ada) 79.92%.
Report is 16 commits behind head on main.

❗ Current head 77c1ada differs from pull request most recent head 9097f0a. Consider uploading reports for the commit 9097f0a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1546      +/-   ##
==========================================
+ Coverage   73.89%   79.92%   +6.03%     
==========================================
  Files         192       46     -146     
  Lines       15142     2466   -12676     
==========================================
- Hits        11189     1971    -9218     
+ Misses       3297      404    -2893     
+ Partials      656       91     -565     

see 163 files with indirect coverage changes

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/gogoproto-1.4.11 branch from a84cf0f to 7b0a1d2 Compare August 23, 2023 16:12
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/gogoproto-1.4.11 branch from 7b0a1d2 to 82d9838 Compare September 2, 2023 16:18
@Unique-Divine Unique-Divine added dependabot For triggering workflows after dependabot recommendations and removed dependabot For triggering workflows after dependabot recommendations labels Sep 8, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Unique-Divine
Copy link
Member

Building repeatedly fails with

FAIL    github.com/NibiruChain/nibiru/x/devgas/v1 [build failed]
FAIL    github.com/NibiruChain/nibiru/x/devgas/v1/ante [build failed]
FAIL    github.com/NibiruChain/nibiru/x/devgas/v1/keeper [build failed]
ok      github.com/NibiruChain/nibiru/x/devgas/v1/types (cached)        coverage: 4.0% of statements
FAIL

# github.com/cosmos/cosmos-sdk/runtime/services
/home/realu/go/pkg/mod/github.com/cosmos/[email protected]/runtime/services/reflection.go:60:28: type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of func(x, y *descriptorpb.FileDescriptorProto) bool {…} does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int

@k-yang
Copy link
Member

k-yang commented Nov 15, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/gogoproto-1.4.11 branch from ca92987 to d10c6ad Compare November 15, 2023 21:54
@k-yang
Copy link
Member

k-yang commented Jan 2, 2024

@dependabot recreate

Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.10 to 1.4.11.
- [Release notes](https://github.com/cosmos/gogoproto/releases)
- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
- [Commits](cosmos/gogoproto@v1.4.10...v1.4.11)

---
updated-dependencies:
- dependency-name: github.com/cosmos/gogoproto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/gogoproto-1.4.11 branch from d10c6ad to 9097f0a Compare January 2, 2024 13:48
Copy link
Contributor

coderabbitai bot commented Jan 2, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

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 with CodeRabbit Bot (@coderabbitai)

  • You can directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • You can tag CodeRabbit on specific lines of code or entire files in the PR by tagging @coderabbitai in a comment. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • You can tag @coderabbitai in a PR comment and ask questions about the PR and the codebase. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid.
    • @coderabbitai read the files in the src/scheduler package and generate README in the markdown format.

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.

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 a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

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

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 20, 2024

Superseded by #1829.

@dependabot dependabot bot closed this Mar 20, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/gogoproto-1.4.11 branch March 20, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot For triggering workflows after dependabot recommendations dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants