-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update all #2
base: master
Are you sure you want to change the base?
Conversation
|
fcc9435
to
33083d3
Compare
33083d3
to
9fa2be6
Compare
9fa2be6
to
208cc23
Compare
208cc23
to
76b687d
Compare
76b687d
to
cc748d9
Compare
cc748d9
to
608bbde
Compare
608bbde
to
978ab45
Compare
978ab45
to
9478278
Compare
|
00acac5
to
202825b
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
202825b
to
d0cfe02
Compare
d0cfe02
to
673c774
Compare
673c774
to
7d2bbd7
Compare
7d2bbd7
to
1203be4
Compare
13ead2b
to
0cb24dc
Compare
0cb24dc
to
29a0a80
Compare
29a0a80
to
5f4f620
Compare
5f4f620
to
0e0f217
Compare
0e0f217
to
b659ff0
Compare
b659ff0
to
531573a
Compare
531573a
to
54d82fd
Compare
54d82fd
to
a599e2f
Compare
aa56b29
to
e171cbe
Compare
bc01982
to
45ef3d2
Compare
45ef3d2
to
0d63524
Compare
0d63524
to
cb3e20b
Compare
cb3e20b
to
4ba19b6
Compare
4ba19b6
to
52cf19f
Compare
52cf19f
to
ae20726
Compare
dd44f50
to
3d0a9e3
Compare
00887f7
to
f6c2796
Compare
9a1c354
to
596ee63
Compare
596ee63
to
e17e770
Compare
This PR contains the following updates:
3.10
->3.21
v0.0.1
->v0.0.6
v0.8.1
->v0.9.1
1.12-alpine
->1.23-alpine
v2.0.0-20180128182452-d3ae77c26ac8
->v2.27.5
v3.0.0-20190709130402-674ba3eaed22
->v3.0.1
Release Notes
mattn/go-zglob (github.com/mattn/go-zglob)
v0.0.6
Compare Source
v0.0.5
Compare Source
v0.0.4
Compare Source
v0.0.3
Compare Source
v0.0.2
Compare Source
pkg/errors (github.com/pkg/errors)
v0.9.1
: errors 0.9.1Compare Source
pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: #215 and many breaking changes was produced by that.
v0.9.0
: errors 0.9.0Compare Source
errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13.
We tried to move into
runtime.CallerFrames
but this was not possible, you can show the explanation here: Issue 188.The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way.
Now you could use the methods,
Is
andAs
, and theUnwrap()
interface like on the standard library.The method
Cause
is now compatible withfmt.Errorf("%w", err)
and with theUnwrap()
interface.On the same way the methods related with
wrapping
on this package now are compatible withCause
andUnwrap()
interface.Improvements
.travis.yml
Now use make file.Bugs fixed
.travis.yml
Adjust Go versions. Thanks @komuw, @aperezgurfave/cli (gopkg.in/urfave/cli.v2)
v2.27.5
Compare Source
What's Changed
UseShortOptionHandling
description by @BlackHole1 in https://github.com/urfave/cli/pull/1956Full Changelog: urfave/cli@v2.27.4...v2.27.5
v2.27.4
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.3...v2.27.4
v2.27.3
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.27.2...v2.27.3
v2.27.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.27.1...v2.27.2
v2.27.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.0...v2.27.1
v2.27.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.26.0...v2.27.0
v2.26.0
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.25.7...v2.26.0
v2.25.7
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.25.6...v2.25.7
v2.25.6
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.25.5...v2.25.6
v2.25.5
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.25.4...v2.25.5
v2.25.4
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.25.3...v2.25.4
v2.25.3
Compare Source
What's Changed
incorrectTypeForFlagError
for unknowns by @danhunsaker in https://github.com/urfave/cli/pull/1708New Contributors
Full Changelog: urfave/cli@v2.25.2...v2.25.3
v2.25.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.25.1...v2.25.2
v2.25.1
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.25.0...v2.25.1
v2.25.0
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.24.4...v2.25.0
v2.24.4
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.24.3...v2.24.4
v2.24.3
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.24.2...v2.24.3
v2.24.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.24.1...v2.24.2
v2.24.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.24.0...v2.24.1
v2.24.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.23.10...v2.24.0
v2.23.10
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.23.9...v2.23.10
v2.23.9
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.23.8...v2.23.9
v2.23.8
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.23.7...v2.23.8
v2.23.7
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.23.6...v2.23.7
v2.23.6
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.23.5...v2.23.6
v2.23.5
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.23.4...v2.23.5
v2.23.4
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.23.3...v2.23.4
v2.23.3
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.23.2...v2.23.3
Note. This is considered a minor release even though it has a new "feature" i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags.
v2.23.2
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.23.1...v2.23.2
v2.23.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.23.0...v2.23.1
v2.23.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.22.0...v2.23.0
v2.22.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.21.0...v2.22.0
v2.21.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.20.5...v2.21.0
v2.20.5
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.20.4...v2.20.5
v2.20.4
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.20.3...v2.20.4
v2.20.3
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.20.2...v2.20.3
v2.20.2
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.20.1...v2.20.2
v2.20.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.20.0...v2.20.1
v2.20.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.19.3...v2.20.0
v2.19.3
Compare Source
What's Changed
urfave-cli-genflags
via itsMakefile
by @meatballhat in https://github.com/urfave/cli/pull/1526Full Changelog: urfave/cli@v2.19.2...v2.19.3
v2.19.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.19.1...v2.19.2
v2.19.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.19.0...v2.19.1
v2.19.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.18.2...v2.19.0
v2.18.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.18.1...v2.18.2
v2.18.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.18.0...v2.18.1
v2.18.0
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.17.2...v2.18.0
v2.17.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.17.1...v2.17.2
v2.17.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.17.0...v2.17.1
v2.17.0
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.16.6...v2.17.0
v2.16.6
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.16.5...v2.16.6
v2.16.5
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.16.4...v2.16.5
v2.16.4
Compare Source
What's Changed
MKDOCS_REMOTE_GITHUB_TOKEN
var as intended by @meatballhat in https://github.com/urfave/cli/pull/1493Full Changelog: urfave/cli@v2.16.3...v2.16.4
v2.16.3
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.16.2...v2.16.3
v2.16.2
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.16.1...v2.16.2
v2.16.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.16.0...v2.16.1
v2.16.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.15.0...v2.16.0
v2.15.0
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.14.2...v2.15.0
v2.14.2
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.14.1...v2.14.2
v2.14.1
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.14.0...v2.14.1
v2.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.13.0...v2.14.0
v2.13.0
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.12.3...v2.13.0
v2.12.3
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.12.1...v2.12.3
v2.12.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.12.1...v2.12.2
v2.12.1
Compare Source
Full Changelog: urfave/cli@v2.11.5...v2.12.1
v2.12.0
Compare Source
Full Changelog: urfave/cli@v2.11.2...v2.12.0
v2.11.5
Compare Source
Full Changelog: urfave/cli@v2.11.2...v2.11.5
v2.11.4
Compare Source
Full Changelog: urfave/cli@v2.11.2...v2.11.4
v2.11.3
Compare Source
Full Changelog: urfave/cli@v2.11.2...v2.11.3
v2.11.2
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.