chore(deps): update module github.com/stretchr/testify to v1.12.1 #30
Loading…
Add table
Add a link
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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.
9c5933b19180558abf6fchore(deps): update module github.com/stretchr/testify to v1.12.0to chore(deps): update module github.com/stretchr/testify to v1.12.1View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.