Update all - #1663
Conversation
Deploying vaku with
|
| Latest commit: |
eccfb3c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://600915cb.vaku.pages.dev |
| Branch Preview URL: | https://renovate-all.vaku.pages.dev |
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
Claude finished @renovate[bot]'s task in 1m 13s —— View job Review
The two bumps themselves are safe. testify Two pre-existing issues this PR makes visible: 1.
run: test -z $(go mod tidy)
Consequence is visible in this diff and across the file: superseded versions keep their full Renovate appends without tidying, and nothing catches it, so - name: go mod tidy
run: |
go mod tidy
git diff --exit-code go.mod go.sum2. Two yaml v3 implementations in the module graph
Not verified: I couldn't run |
This PR contains the following updates:
v4.2.0→v4.3.0v1.12.0→v1.12.1Release Notes
docker/setup-buildx-action (docker/setup-buildx-action)
v4.3.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.2.0...v4.3.0
stretchr/testify (github.com/stretchr/testify)
v1.12.1Compare Source
This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: stretchr/testify@v1.12.0...v1.12.1
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: stretchr/testify@v1.12.0...v1.12.1
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.