chore(deps): update minor and patch #327
Open
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.0
v0.10.2
->v0.10.3
v1.5.1
->v1.5.3
v1.7.0
->v1.9.0
v0.25.0
->v0.31.0
Release 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-latest
is 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-latest
is set tofalse
.Example of usage:
Moreover, we updated
@actions/core
from1.2.6
to1.6.0
v2.1.5
Compare Source
In scope of this release we updated
matchers.json
to improve the problem matcher pattern. For more information please refer to this pull requestv2.1.4
Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-go@v2.1.3...v2.1.4
goccy/go-json (github.com/goccy/go-json)
v0.10.3
: 0.10.3Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-json@v0.10.2...v0.10.3
gorilla/websocket (github.com/gorilla/websocket)
v1.5.3
Compare Source
Important change
This reverts the websockets package back to gorilla/websocket@931041c
What's Changed
SetCloseHandler()
by @nak3 in https://github.com/gorilla/websocket/pull/863New Contributors
Full Changelog: gorilla/websocket@v1.5.1...v1.5.3
v1.5.2
Compare Source
What's Changed
SetCloseHandler()
by @nak3 in https://github.com/gorilla/websocket/pull/863New Contributors
Full Changelog: gorilla/websocket@v1.5.1...v1.5.2
stretchr/testify (github.com/stretchr/testify)
v1.9.0
Compare Source
What's Changed
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631NotImplements
and variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4
Compare Source
v1.8.3
Compare Source
v1.8.2
Compare Source
v1.8.1
Compare Source
v1.8.0
Compare Source
v1.7.5
Compare Source
v1.7.4
Compare Source
v1.7.3
Compare Source
v1.7.2
Compare Source
v1.7.1
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (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.