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
Change yaml library to go.yaml.in/yaml/v3 by @harryzcy in #1935
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | patch | `v1.12.0` → `v1.12.1` |
---
### Release Notes
<details>
<summary>stretchr/testify (github.com/stretchr/testify)</summary>
### [`v1.12.1`](https://github.com/stretchr/testify/releases/tag/v1.12.1)
[Compare Source](https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1)
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
- Change yaml library to `go.yaml.in/yaml/v3` by [@​harryzcy](https://github.com/harryzcy) in [#​1935](https://github.com/stretchr/testify/pull/1935)
- change yaml library to go.yaml.in/yaml/v3 by [@​boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) in [#​1772](https://github.com/stretchr/testify/pull/1772)
#### New Contributors
- [@​harryzcy](https://github.com/harryzcy) made their first contribution in [#​1935](https://github.com/stretchr/testify/pull/1935)
- [@​boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) made their first contribution in [#​1772](https://github.com/stretchr/testify/pull/1772)
**Full Changelog**: <https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1>
#### What's Changed
- Change yaml library to `go.yaml.in/yaml/v3` by [@​harryzcy](https://github.com/harryzcy) in [#​1935](https://github.com/stretchr/testify/pull/1935)
- change yaml library to go.yaml.in/yaml/v3 by [@​boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) in [#​1772](https://github.com/stretchr/testify/pull/1772)
#### New Contributors
- [@​harryzcy](https://github.com/harryzcy) made their first contribution in [#​1935](https://github.com/stretchr/testify/pull/1935)
- [@​boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) made their first contribution in [#​1772](https://github.com/stretchr/testify/pull/1772)
**Full Changelog**: <https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zNC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9hdXRvbWVyZ2UiLCJyZW5vdmF0ZS9nb2xhbmciXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.12.0→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
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.