go-doudou
go-doudou copied to clipboard
Bump github.com/spf13/cast from 1.3.0 to 1.6.0
Bumps github.com/spf13/cast from 1.3.0 to 1.6.0.
Release notes
Sourced from github.com/spf13/cast's releases.
v1.6.0
What's Changed
- Bump actions/setup-go from 3 to 4 by
@dependabot
in spf13/cast#180- Bump github.com/frankban/quicktest from 1.14.4 to 1.14.5 by
@dependabot
in spf13/cast#185- Updates by
@sagikazarmark
in spf13/cast#190- deps/update20231128 by
@bep
in spf13/cast#205Full Changelog: https://github.com/spf13/cast/compare/v1.5.1...v1.6.0
v1.5.1
What's Changed
- Correction of hugo URL error by
@qwxingzhe
in spf13/cast#164- Improve CI by
@sagikazarmark
in spf13/cast#167- Bump github.com/frankban/quicktest from 1.14.3 to 1.14.4 by
@dependabot
in spf13/cast#168- Add more integer to boolean conversions by
@yveshield
in spf13/cast#153- Pull the 2006-01-02 layout to the top when checking by
@bep
in spf13/cast#187New Contributors
@qwxingzhe
made their first contribution in spf13/cast#164@sagikazarmark
made their first contribution in spf13/cast#167@dependabot
made their first contribution in spf13/cast#168@yveshield
made their first contribution in spf13/cast#153Full Changelog: https://github.com/spf13/cast/compare/v1.5.0...v1.5.1
v1.5.0
- Add support for
json.Number
- Enable integer and float conversion of
time.Weekday
andtime.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
v1.4.1
No release notes provided.
Add ToTimeInDefaultLocation/E
No release notes provided.
v1.3.1
No release notes provided.
Commits
48ddde5
Bump Go version in go.mod to 1.19b09a6f8
deps: update to github.com/frankban/quicktest v1.14.6268227c
github: Replace the test workflow with the one used in Aferoe9ba3ce
Merge pull request #190 from spf13/updates9d37e3a
ci: fix dependabot configa441ac7
ci: pin actions versions, fix checkout order9c5e91d
docs: update badgesc49a664
ci: rename ci.yml to ci.yaml0b4af69
Merge pull request #185 from spf13/dependabot/go_modules/github.com/frankban/...235f028
Merge pull request #180 from spf13/dependabot/github_actions/actions/setup-go-4- Additional commits viewable in compare view
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)