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.4.1 to 1.5.0 #895

Merged
merged 5 commits into from
May 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2022

Bumps github.com/spf13/cast from 1.4.1 to 1.5.0.

Release notes

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

v1.5.0

  • Add support for json.Number
  • Enable integer and float conversion of time.Weekday and time.Month values
  • Allow nil in ToFloat* (which gets it in line with the rest)
  • Trim trailing zero decimals from string numbers, e.g. 10.0 before any int parsing.
  • Remove some test duplication
  • Replace testify with quicktest
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 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)

Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.4.1...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 12, 2022 02:18
@codecov-commenter
Copy link

codecov-commenter commented May 13, 2022

Codecov Report

Merging #895 (8ce5ba8) into main (d919765) will decrease coverage by 0.04%.
The diff coverage is 1.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #895      +/-   ##
==========================================
- Coverage   51.08%   51.04%   -0.05%     
==========================================
  Files          64       64              
  Lines        9425     9431       +6     
==========================================
- Hits         4815     4814       -1     
- Misses       4365     4372       +7     
  Partials      245      245              
Impacted Files Coverage Δ
x/leverage/types/query.pb.gw.go 0.00% <0.00%> (ø)
x/oracle/types/query.pb.gw.go 0.00% <ø> (ø)
x/leverage/keeper/grpc_query.go 5.55% <2.77%> (-0.77%) ⬇️

@toteki toteki merged commit 42aa7fc into main May 14, 2022
@toteki toteki deleted the dependabot/go_modules/github.com/spf13/cast-1.5.0 branch May 14, 2022 00:20
mergify bot pushed a commit that referenced this pull request May 14, 2022
* build(deps): Bump github.com/spf13/cast from 1.4.1 to 1.5.0

Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.4.1...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* tidy

* update indirect dep in price-feeder go.mod

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com>
Co-authored-by: toteki <63419657+toteki@users.noreply.github.com>
(cherry picked from commit 42aa7fc)

# Conflicts:
#	price-feeder/go.mod
mergify bot pushed a commit that referenced this pull request May 14, 2022
* build(deps): Bump github.com/spf13/cast from 1.4.1 to 1.5.0

Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.4.1...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* tidy

* update indirect dep in price-feeder go.mod

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com>
Co-authored-by: toteki <63419657+toteki@users.noreply.github.com>
(cherry picked from commit 42aa7fc)

# Conflicts:
#	go.sum
toteki added a commit that referenced this pull request May 14, 2022
…895) (#905)

* build(deps): Bump github.com/spf13/cast from 1.4.1 to 1.5.0 (#895)

* build(deps): Bump github.com/spf13/cast from 1.4.1 to 1.5.0

Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.4.1...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* tidy

* update indirect dep in price-feeder go.mod

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com>
Co-authored-by: toteki <63419657+toteki@users.noreply.github.com>
(cherry picked from commit 42aa7fc)

# Conflicts:
#	price-feeder/go.mod

* Update price-feeder/go.mod

* tidy

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: toteki <63419657+toteki@users.noreply.github.com>
toteki added a commit that referenced this pull request May 14, 2022
…895) (#906)

* build(deps): Bump github.com/spf13/cast from 1.4.1 to 1.5.0 (#895)

* build(deps): Bump github.com/spf13/cast from 1.4.1 to 1.5.0

Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.4.1...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* tidy

* update indirect dep in price-feeder go.mod

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com>
Co-authored-by: toteki <63419657+toteki@users.noreply.github.com>
(cherry picked from commit 42aa7fc)

# Conflicts:
#	go.sum

* fix conflicts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: toteki <63419657+toteki@users.noreply.github.com>
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.

3 participants