From a51a5af75d5c327b1e2428f33517f8e8135ed683 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <21044887-hcloud-bot@users.noreply.gitlab.com> Date: Mon, 25 Nov 2024 12:05:27 +0000 Subject: [PATCH] fix(deps): update module github.com/stretchr/testify to v1.10.0 (hetznercloud/fleeting-plugin-hetzner!175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | minor | `v1.9.0` -> `v1.10.0` | --- ### Release Notes
stretchr/testify (github.com/stretchr/testify) ### [`v1.10.0`](https://github.com/stretchr/testify/releases/tag/v1.10.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) #### What's Changed ##### Functional Changes - Add PanicAssertionFunc by [@​fahimbagar](https://github.com/fahimbagar) in https://github.com/stretchr/testify/pull/1337 - assert: deprecate CompareType by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1566 - assert: make YAML dependency pluggable via build tags by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1579 - assert: new assertion NotElementsMatch by [@​hendrywiranto](https://github.com/hendrywiranto) in https://github.com/stretchr/testify/pull/1600 - mock: in order mock calls by [@​ReyOrtiz](https://github.com/ReyOrtiz) in https://github.com/stretchr/testify/pull/1637 - Add assertion for NotErrorAs by [@​palsivertsen](https://github.com/palsivertsen) in https://github.com/stretchr/testify/pull/1129 - Record Return Arguments of a Call by [@​jayd3e](https://github.com/jayd3e) in https://github.com/stretchr/testify/pull/1636 - assert.EqualExportedValues: accepts everything by [@​redachl](https://github.com/redachl) in https://github.com/stretchr/testify/pull/1586 ##### Fixes - assert: make tHelper a type alias by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1562 - Do not get argument again unnecessarily in Arguments.Error() by [@​TomWright](https://github.com/TomWright) in https://github.com/stretchr/testify/pull/820 - Fix time.Time compare by [@​myxo](https://github.com/myxo) in https://github.com/stretchr/testify/pull/1582 - assert.Regexp: handle \[]byte array properly by [@​kevinburkesegment](https://github.com/kevinburkesegment) in https://github.com/stretchr/testify/pull/1587 - assert: collect.FailNow() should not panic by [@​marshall-lee](https://github.com/marshall-lee) in https://github.com/stretchr/testify/pull/1481 - mock: simplify implementation of FunctionalOptions by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1571 - mock: caller information for unexpected method call by [@​spirin](https://github.com/spirin) in https://github.com/stretchr/testify/pull/1644 - suite: fix test failures by [@​stevenh](https://github.com/stevenh) in https://github.com/stretchr/testify/pull/1421 - Fix issue [#​1662](https://github.com/stretchr/testify/issues/1662) (comparing infs should fail) by [@​ybrustin](https://github.com/ybrustin) in https://github.com/stretchr/testify/pull/1663 - NotSame should fail if args are not pointers [#​1661](https://github.com/stretchr/testify/issues/1661) by [@​sikehish](https://github.com/sikehish) in https://github.com/stretchr/testify/pull/1664 - Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by [@​sikehish](https://github.com/sikehish) in https://github.com/stretchr/testify/pull/1667 - fix: compare functional option names for indirect calls by [@​arjun-1](https://github.com/arjun-1) in https://github.com/stretchr/testify/pull/1626 ##### Documantation, Build & CI - .gitignore: ignore "go test -c" binaries by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1565 - mock: improve doc by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1570 - mock: fix FunctionalOptions docs by [@​snirye](https://github.com/snirye) in https://github.com/stretchr/testify/pull/1433 - README: link out to the excellent testifylint by [@​brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1568 - assert: fix typo in comment by [@​JohnEndson](https://github.com/JohnEndson) in https://github.com/stretchr/testify/pull/1580 - Correct the EventuallyWithT and EventuallyWithTf example by [@​JonCrowther](https://github.com/JonCrowther) in https://github.com/stretchr/testify/pull/1588 - CI: bump softprops/action-gh-release from 1 to 2 by [@​dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1575 - mock: document more alternatives to deprecated AnythingOfTypeArgument by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1569 - assert: Correctly document EqualValues behavior by [@​brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1593 - fix: grammar in godoc by [@​miparnisari](https://github.com/miparnisari) in https://github.com/stretchr/testify/pull/1607 - .github/workflows: Run tests for Go 1.22 by [@​HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1629 - Document suite's lack of support for t.Parallel by [@​brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1645 - assert: fix typos in comments by [@​alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1650 - mock: fix doc comment for NotBefore by [@​alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1651 - Generate better comments for require package by [@​Neokil](https://github.com/Neokil) in https://github.com/stretchr/testify/pull/1610 - README: replace Testify V2 notice with [@​dolmen](https://github.com/dolmen)'s V2 manifesto by [@​hendrywiranto](https://github.com/hendrywiranto) in https://github.com/stretchr/testify/pull/1518 #### New Contributors - [@​fahimbagar](https://github.com/fahimbagar) made their first contribution in https://github.com/stretchr/testify/pull/1337 - [@​TomWright](https://github.com/TomWright) made their first contribution in https://github.com/stretchr/testify/pull/820 - [@​snirye](https://github.com/snirye) made their first contribution in https://github.com/stretchr/testify/pull/1433 - [@​myxo](https://github.com/myxo) made their first contribution in https://github.com/stretchr/testify/pull/1582 - [@​JohnEndson](https://github.com/JohnEndson) made their first contribution in https://github.com/stretchr/testify/pull/1580 - [@​JonCrowther](https://github.com/JonCrowther) made their first contribution in https://github.com/stretchr/testify/pull/1588 - [@​miparnisari](https://github.com/miparnisari) made their first contribution in https://github.com/stretchr/testify/pull/1607 - [@​marshall-lee](https://github.com/marshall-lee) made their first contribution in https://github.com/stretchr/testify/pull/1481 - [@​spirin](https://github.com/spirin) made their first contribution in https://github.com/stretchr/testify/pull/1644 - [@​ReyOrtiz](https://github.com/ReyOrtiz) made their first contribution in https://github.com/stretchr/testify/pull/1637 - [@​stevenh](https://github.com/stevenh) made their first contribution in https://github.com/stretchr/testify/pull/1421 - [@​jayd3e](https://github.com/jayd3e) made their first contribution in https://github.com/stretchr/testify/pull/1636 - [@​Neokil](https://github.com/Neokil) made their first contribution in https://github.com/stretchr/testify/pull/1610 - [@​redachl](https://github.com/redachl) made their first contribution in https://github.com/stretchr/testify/pull/1586 - [@​ybrustin](https://github.com/ybrustin) made their first contribution in https://github.com/stretchr/testify/pull/1663 - [@​sikehish](https://github.com/sikehish) made their first contribution in https://github.com/stretchr/testify/pull/1664 - [@​arjun-1](https://github.com/arjun-1) made their first contribution in https://github.com/stretchr/testify/pull/1626 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 961cda2..8bf3cbc 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/boumenot/gocover-cobertura v1.3.0 github.com/hashicorp/go-hclog v1.6.3 github.com/hetznercloud/hcloud-go/v2 v2.16.0 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 gitlab.com/gitlab-org/fleeting/fleeting v0.0.0-20240911165028-a0ce7d6c3260 go.uber.org/mock v0.5.0 ) diff --git a/go.sum b/go.sum index 83eb681..c5ffb4c 100644 --- a/go.sum +++ b/go.sum @@ -159,6 +159,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde h1:AMNpJRc7P+GTwVbl8DkK2I9I8BBUzNiHuH/tlxrpan0= github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde/go.mod h1:MvrEmduDUz4ST5pGZ7CABCnOU5f3ZiOAZzT6b1A6nX8= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=