fix(deps): update minor and patch #327
Closed
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.1.3->v2.2.0v1.7.0->v1.10.0Release Notes
actions/setup-go (actions/setup-go)
v2.2.0: Add check-latest inputCompare Source
In scope of this release we add the check-latest input. If
check-latestis set totrue, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a Go version will then be downloaded from go-versions repository. By defaultcheck-latestis set tofalse.Example of usage:
Moreover, we updated
@actions/corefrom1.2.6to1.6.0v2.1.5Compare Source
In scope of this release we updated
matchers.jsonto improve the problem matcher pattern. For more information please refer to this pull requestv2.1.4Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-go@v2.1.3...v2.1.4
stretchr/testify (github.com/stretchr/testify)
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in https://github.com/stretchr/testify/pull/631NotImplementsand variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.3...v1.8.4
v1.8.3Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.2...v1.8.3
v1.8.2Compare Source
What's Changed
CallerInfo()source file paths by @bozaro in https://github.com/stretchr/testify/pull/1288New Contributors
Full Changelog: stretchr/testify@v1.8.1...v1.8.2
v1.8.1Compare Source
What's Changed
Full Changelog: stretchr/testify@v1.8.0...v1.8.1
v1.8.0Compare Source
What's Changed
CallerInfoshould print full paths to the terminal by @stdedos in https://github.com/stretchr/testify/pull/1201New Contributors
Full Changelog: stretchr/testify@v1.7.5...v1.8.0
v1.7.5Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.4...v1.7.5
v1.7.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.3...v1.7.4
v1.7.3Compare Source
What's Changed
Full Changelog: stretchr/testify@v1.7.2...v1.7.3
v1.7.2Compare Source
What's Changed
go 1.16by @jeffwidman in https://github.com/stretchr/testify/pull/1055New Contributors
Full Changelog: stretchr/testify@v1.7.1...v1.7.2
v1.7.1Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.0...v1.7.1
Configuration
📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.