-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all non-major dependencies #30
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 8122321529Details
💛 - Coveralls |
4a4f3c2 to
c6416c4
Compare
c6416c4 to
d22fe00
Compare
d22fe00 to
f8bed5e
Compare
f8bed5e to
3b961db
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
3b961db to
a17bc46
Compare
a17bc46 to
53f2070
Compare
8ebfdb9 to
b520296
Compare
b520296 to
8fab7eb
Compare
8fab7eb to
53f24e7
Compare
53f24e7 to
1ba2f0e
Compare
6ff675e to
9676bc9
Compare
9676bc9 to
b5ee048
Compare
b5ee048 to
d7c011f
Compare
d7c011f to
5f735c5
Compare
5f735c5 to
dedbd6c
Compare
c405857 to
c320006
Compare
c320006 to
235f852
Compare
235f852 to
f64c364
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.2.3->v2.3.6v2.0.3->v2.0.7v1.8.4->v1.11.1v2.27.1->v2.27.7v1.0.9->v1.2.0Release Notes
coverallsapp/github-action (coverallsapp/github-action)
v2.3.6Compare Source
What's Changed
Full Changelog: coverallsapp/github-action@v2...v2.3.6
v2.3.5Compare Source
What's Changed
New Contributors
Full Changelog: coverallsapp/github-action@v2...v2.3.5
v2.3.4Compare Source
What's Changed
coverage-reporter-platforminput option by @afinetooth in #233coverage-reporteronaarch64, we need to provide users of ourgithub-actionthe ability to select this architecture-specific version ofcoverage-reporterwhen they're using anaarch64/arm64runner in CI.Full Changelog: coverallsapp/github-action@v2...v2.3.4
v2.3.3Compare Source
What's Changed
Full Changelog: coverallsapp/github-action@v2...v2.3.3
v2.3.2Compare Source
What's Changed
coverage-reporter-versionoption is recognized by @afinetooth in #229build-numberto supported inputs options by @afinetooth and @brianatgather in #228sha256sumcommand flag to be compatible withalpinelinux distros by @afinetooth and @jdebbink in #227New Contributors
Full Changelog: coverallsapp/github-action@v2.3.1...v2.3.2
v2.3.1Compare Source
What's Changed
Extend behavior of
fail-on-erroroption to setup failures by @afinetooth in #226Technically an enhancement, these changes make the action behave as many customers already expect by ignoring any and all failures when the
fail-on-errorinput is set tofalse.Adds logic to handle any failures in "setup" tasks, including downloading the
coverage-reporterbinary, verifying the binary, and finding the binary by its expected name after extraction.The new logic checks these actions and exits with code
1on failure, except iffail-on-erroris set totrue, in which case it returns exit code0.Adds a matrix workflow that tests the action for each
osand the two key binary commands (coveralls reportandcoveralls done). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario.Also extends the behavior of
debug: trueto flip the shell-specific debug flag for eachosincludingset -xforlinuxandmacosandSet-PSDebug -Trace 1forwindows.Full Changelog: coverallsapp/github-action@v2.3.0...v2.3.1
v2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: coverallsapp/github-action@v2.2.3...v2.3.0
cpuguy83/go-md2man (github.com/cpuguy83/go-md2man/v2)
v2.0.7Compare Source
What's Changed
Full Changelog: cpuguy83/go-md2man@v2.0.6...v2.0.7
v2.0.6Compare Source
What's Changed
New Contributors
Full Changelog: cpuguy83/go-md2man@v2.0.5...v2.0.6
v2.0.5Compare Source
What's Changed
New Contributors
Full Changelog: cpuguy83/go-md2man@v2.0.4...v2.0.5
v2.0.4Compare Source
What's Changed
Full Changelog: cpuguy83/go-md2man@v2.0.3...v2.0.4
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in #631NotImplementsand variants by @hslatman in #1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.7Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.6...v2.27.7
v2.27.6Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.5...v2.27.6
v2.27.5Compare Source
What's Changed
UseShortOptionHandlingdescription by @BlackHole1 in #1956Full Changelog: urfave/cli@v2.27.4...v2.27.5
v2.27.4Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.3...v2.27.4
v2.27.3Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.27.2...v2.27.3
v2.27.2Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.27.1...v2.27.2
jandelgado/gcov2lcov-action (jandelgado/gcov2lcov-action)
v1.2.0: Release 1.2.0Compare Source
What's Changed
New Contributors
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.