Skip to content
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

chore(deps): update minor and patch #327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-go action minor v2.1.3 -> v2.2.0 age adoption passing confidence
github.com/goccy/go-json require patch v0.10.2 -> v0.10.3 age adoption passing confidence
github.com/gorilla/websocket require patch v1.5.1 -> v1.5.3 age adoption passing confidence
github.com/stretchr/testify require minor v1.7.0 -> v1.9.0 age adoption passing confidence
golang.org/x/net require minor v0.25.0 -> v0.31.0 age adoption passing confidence

Release Notes

actions/setup-go (actions/setup-go)

v2.2.0: Add check-latest input

Compare Source

In scope of this release we add the check-latest input. If check-latest is set to true, 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 default check-latest is set to false.
Example of usage:

steps:
  - uses: actions/checkout@v2
  - uses: actions/setup-go@v2
    with:
      go-version: '1.16'
      check-latest: true
  - run: go version

Moreover, we updated @actions/core from 1.2.6 to 1.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 request

v2.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.3

Compare 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

New Contributors

Full Changelog: gorilla/websocket@v1.5.1...v1.5.3

v1.5.2

Compare Source

What's Changed
New 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

New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label May 18, 2024
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 8209517 to fc1e4dc Compare May 21, 2024 17:14
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from fc1e4dc to 3fd1b75 Compare June 4, 2024 19:23
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
gopkg.in/yaml.v3 v3.0.0 -> v3.0.1

@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from 10e7d17 to e288e00 Compare June 14, 2024 04:14
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from e288e00 to b1b225b Compare July 5, 2024 14:39
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from 2053de2 to c0371fc Compare August 7, 2024 06:31
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 3638042 to e9f6490 Compare October 4, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants