Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps github.com/dustin/go-humanize from 1.0.0 to 1.0.1.

Commits
  • 9ec74ab Don't strip zeroes from numbers that don't have decimal points
  • 269a863 Fix TestVeryVeryBigBytes
  • 463a095 Add new SI and IEC prefixes: ronto, quecto, ronna, quetta
  • bd075d4 Fix staticcheck errors
  • d5090ed Add 3 more cases
  • 8c89973 Add more unit-test of Ordinal for confirmation
  • 249ff6c Add go.mod
  • afde56e Renew godoc url to pkg.go.dev from godoc.org
  • See full diff in compare view

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/dustin/go-humanize](https://github.com/dustin/go-humanize) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/dustin/go-humanize/releases)
- [Commits](dustin/go-humanize@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/dustin/go-humanize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 16, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 16, 2023

Codecov Report

Merging #2720 (3d4947c) into master (c78eae6) will increase coverage by 0.09%.
The diff coverage is 77.94%.

@@            Coverage Diff             @@
##           master    #2720      +/-   ##
==========================================
+ Coverage   75.00%   75.10%   +0.09%     
==========================================
  Files         134      134              
  Lines       25461    25649     +188     
==========================================
+ Hits        19098    19264     +166     
- Misses       5709     5725      +16     
- Partials      654      660       +6     
Impacted Files Coverage Δ
cmd/scw/main.go 0.00% <0.00%> (ø)
internal/namespaces/baremetal/v1/baremetal_cli.go 81.97% <73.56%> (-0.68%) ⬇️
internal/core/autocomplete_utils.go 59.74% <75.40%> (+59.74%) ⬆️
...ernal/namespaces/instance/v1/custom_privatenics.go 83.78% <88.46%> (+11.05%) ⬆️
internal/core/autocomplete.go 92.75% <93.75%> (-0.10%) ⬇️
internal/core/bootstrap.go 72.85% <100.00%> (+0.19%) ⬆️
internal/core/context.go 26.59% <100.00%> (+1.59%) ⬆️
internal/namespaces/instance/v1/custom.go 98.06% <100.00%> (+0.01%) ⬆️
internal/namespaces/instance/v1/instance_cli.go 89.94% <0.00%> (+0.71%) ⬆️
internal/core/command.go 48.52% <0.00%> (+3.67%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@remyleone remyleone merged commit 2260b3d into master Jan 16, 2023
@remyleone remyleone deleted the dependabot/go_modules/github.com/dustin/go-humanize-1.0.1 branch January 16, 2023 11:39
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants