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 cosmjs-types from 0.8.0 to 0.9.0 #283

Merged
merged 9 commits into from
Nov 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps cosmjs-types from 0.8.0 to 0.9.0.

Changelog

Sourced from cosmjs-types's changelog.

[0.9.0] - 2023-10-25

  • Upgrade to Telescope 1.0. This changes a lot of fields from optional to non-optional by utilizing the (gogoproto.nullable) = false annotations of proto files. See osmosis-labs/telescope#386
  • Switch to bigint for 64 bit integers. This means users can remove the "long": "^4.0.0" dependency in most cases.
  • Remove runtime dependency protobufjs which is not required anymore by the latest version of code generated by Telescope 👏. (#78)

#78: confio/cosmjs-types#78

Commits
  • 66e5271 Set version 0.9.0
  • 316b0a1 Bump Telescope to 1.0.7
  • 0e94e82 Set version 0.9.0-rc.4
  • 09865ff Merge pull request #84 from confio/enable-addTypeUrlToObjects
  • 024d33a Enable addTypeUrlToObjects
  • cc314c5 Set version 0.9.0-rc.3
  • fbf5733 Merge pull request #83 from confio/disable-addTypeUrl
  • 19a83b4 Remove typeUrl/$typeUrl fields
  • e2b0f8c Set version 0.9.0-rc.2
  • a74fcc1 Merge pull request #82 from confio/telescope-1.0.4
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
cosmjs-types [>= 0.6.a, < 0.7]

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 30, 2023
Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.8.0 to 0.9.0.
- [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
- [Commits](confio/cosmjs-types@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: cosmjs-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/cosmjs-types-0.9.0 branch from 742c444 to 6d3b55b Compare November 9, 2023 11:36
@ankurdotb ankurdotb requested a review from Eengineer1 November 9, 2023 12:24
@ankurdotb
Copy link
Contributor

@Eengineer1 Fixed some of the code to accommodate this bump, where the release notes recommend dropping long and switched Long references to bigint. To be fair, not everything seems to consistently use bigint since some of CosmJS still uses number, so I made only the minimal edits necessary to make build/tests pass.

@Eengineer1
Copy link
Contributor

Thanks!
I'll take a look + test as well.

@ankurdotb ankurdotb requested review from lampkin-diet and removed request for Eengineer1 November 23, 2023 15:10
@ankurdotb
Copy link
Contributor

@anikitinDSR Can you check everything works here? Tasos hasn't had a chance. I made these edits to make it work with some upstream changes in long. (See comments above.) Don't just look at the diff, check the functionality actually works.

@lampkin-diet
Copy link
Contributor

@anikitinDSR Can you check everything works here? Tasos hasn't had a chance. I made these edits to make it work with some upstream changes in long. (See comments above.) Don't just look at the diff, check the functionality actually works.

Hey, @ankurdotb ! Just checked it locally from current branch with credential-service. DID operations work as intended

@ankurdotb ankurdotb merged commit 3ac522e into develop Nov 27, 2023
7 checks passed
@ankurdotb ankurdotb deleted the dependabot/npm_and_yarn/develop/cosmjs-types-0.9.0 branch November 27, 2023 14:12
@cheqd-bot
Copy link

cheqd-bot bot commented Nov 27, 2023

🎉 This PR is included in version 3.7.5-develop.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cheqd-bot
Copy link

cheqd-bot bot commented Jan 5, 2024

🎉 This PR is included in version 3.7.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cheqd-bot cheqd-bot bot added the released label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released on @beta released
Development

Successfully merging this pull request may close these issues.

3 participants