fix(deps): update module github.com/stretchr/testify to v1.12.1 #158
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
yolokube/grafana-backuper!158
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/github.com-stretchr-testify-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.11.1→v1.12.1Release Notes
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: https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1
v1.12.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.12.0
What's Changed
New Contributors
Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.12.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.
fix(deps): update module github.com/stretchr/testify to v1.12.0to fix(deps): update module github.com/stretchr/testify to v1.12.1ℹ️ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
go.yaml.in/yaml/v3v3.0.4->v3.0.565a0d923d84d168dc7d1View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.