defenseunicorns / maru-runner

The Unicorn Task Runner
Apache License 2.0
11 stars 1 forks source link

fix(deps): update maru code dependencies #165

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/goccy/go-yaml v1.12.0 -> v1.15.3 age adoption passing confidence
github.com/pterm/pterm v0.12.79 -> v0.12.80 age adoption passing confidence
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence

Release Notes

goccy/go-yaml (github.com/goccy/go-yaml) ### [`v1.15.3`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.3): 1.15.3 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.2...v1.15.3) #### What's Changed - Fix parsing of document header option by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/551](https://redirect.github.com/goccy/go-yaml/pull/551) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.15.2...v1.15.3 ### [`v1.15.2`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.2): 1.15.2 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.1...v1.15.2) ##### What's Changed - Guard stack overflow at decoding by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/549](https://redirect.github.com/goccy/go-yaml/pull/549) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.15.1...v1.15.2 ### [`v1.15.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.1): 1.15.1 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.0...v1.15.1) #### What's Changed - Inventorying test cases of YAML Test Suite by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/547](https://redirect.github.com/goccy/go-yaml/pull/547) - Add first fuzzing test by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/548](https://redirect.github.com/goccy/go-yaml/pull/548) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.15.0...v1.15.1 ### [`v1.15.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.0): 1.15.0 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.3...v1.15.0) #### What's Changed - Add YAML Test Suite by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/541](https://redirect.github.com/goccy/go-yaml/pull/541) - Fix parser by using yaml-test-suite by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/542](https://redirect.github.com/goccy/go-yaml/pull/542) - Refactor parser by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/545](https://redirect.github.com/goccy/go-yaml/pull/545) - Fix parser by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/546](https://redirect.github.com/goccy/go-yaml/pull/546) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.14.3...v1.15.0 ### [`v1.14.3`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.3): 1.14.3 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.2...v1.14.3) #### What's Changed - Clear pathMap keys by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/539](https://redirect.github.com/goccy/go-yaml/pull/539) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.14.2...v1.14.3 ### [`v1.14.2`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.2): 1.14.2 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.1...v1.14.2) #### What's Changed - Fix invalid token error by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/536](https://redirect.github.com/goccy/go-yaml/pull/536) - Fix parsing of tab character in double-quote by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/538](https://redirect.github.com/goccy/go-yaml/pull/538) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.14.1...v1.14.2 ### [`v1.14.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.1): 1.14.1 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.0...v1.14.1) #### What's Changed - Fix comment position of map node has multiple values by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/532](https://redirect.github.com/goccy/go-yaml/pull/532) - Fix error by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/535](https://redirect.github.com/goccy/go-yaml/pull/535) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.14.0...v1.14.1 ### [`v1.14.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.0): 1.14.0 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.10...v1.14.0) #### What's Changed - Support to disallow duplicate map key at parsing by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/531](https://redirect.github.com/goccy/go-yaml/pull/531) #### Breaking Changes Previously, using the same map key did not result in a parsing error, but from now on, it will throw an error by default. If you want to keep the previous behavior, specify the `parser.AllowDuplicateMapKey()` option. Similarly, during `Decode`, it will also throw an error by default. To keep the previous behavior, specify the `yaml.AllowDuplicateMapKey()` option when decoding. Also, `yaml.DisallowDuplicateKey` option is deprecated. **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.10...v1.14.0 ### [`v1.13.10`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.10): 1.13.10 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.9...v1.13.10) #### What's Changed - Fix parsing of tab character by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/530](https://redirect.github.com/goccy/go-yaml/pull/530) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.9...v1.13.10 ### [`v1.13.9`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.9): 1.13.9 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.8...v1.13.9) #### What's Changed - Fix token offset by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/524](https://redirect.github.com/goccy/go-yaml/pull/524) - Fix parsing of tag by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/526](https://redirect.github.com/goccy/go-yaml/pull/526) - Support local tag and boolean tag by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/527](https://redirect.github.com/goccy/go-yaml/pull/527) - Fix removeFromRightSpace process at scanner by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/529](https://redirect.github.com/goccy/go-yaml/pull/529) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.8...v1.13.9 ### [`v1.13.8`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.8): 1.13.8 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.7...v1.13.8) #### What's Changed - Fix parsing of invalid map key by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/520](https://redirect.github.com/goccy/go-yaml/pull/520) - Fix parsing of escaped new-line-character or white-space in double quote text by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/521](https://redirect.github.com/goccy/go-yaml/pull/521) - Fix validation of map at flow mode by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/523](https://redirect.github.com/goccy/go-yaml/pull/523) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.7...v1.13.8 ### [`v1.13.7`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.7): 1.13.7 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.6...v1.13.7) #### What's Changed - Remove module dependencies by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/512](https://redirect.github.com/goccy/go-yaml/pull/512) - Fix parsing of document and string by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/513](https://redirect.github.com/goccy/go-yaml/pull/513) - Fix parsing of reserved chars by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/514](https://redirect.github.com/goccy/go-yaml/pull/514) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.6...v1.13.7 ### [`v1.13.6`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.6): 1.13.6 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.5...v1.13.6) #### What's Changed - Fix trailing new line chars handling by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/507](https://redirect.github.com/goccy/go-yaml/pull/507) - Fix number parsing by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/509](https://redirect.github.com/goccy/go-yaml/pull/509) - Fix number parsing by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/511](https://redirect.github.com/goccy/go-yaml/pull/511) - Fix ordered map comment by [@​shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/510](https://redirect.github.com/goccy/go-yaml/pull/510) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.5...v1.13.6 ### [`v1.13.5`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.5): 1.13.5 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.4...v1.13.5) #### What's Changed - Fix flow map node by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/505](https://redirect.github.com/goccy/go-yaml/pull/505) - Support suffix keyword for document header option by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/506](https://redirect.github.com/goccy/go-yaml/pull/506) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.4...v1.13.5 ### [`v1.13.4`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.4): 1.13.4 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.3...v1.13.4) #### What's Changed - Fix folded handling by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/500](https://redirect.github.com/goccy/go-yaml/pull/500) - Fix parsing of document by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/501](https://redirect.github.com/goccy/go-yaml/pull/501) - Support empty sequence value by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/503](https://redirect.github.com/goccy/go-yaml/pull/503) - Fix invalid map token by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/504](https://redirect.github.com/goccy/go-yaml/pull/504) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.3...v1.13.4 ### [`v1.13.3`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.3): 1.13.3 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.2...v1.13.3) #### What's Changed - feat: preserve line breaks from original input by [@​mcwarman](https://redirect.github.com/mcwarman) in [https://github.com/goccy/go-yaml/pull/412](https://redirect.github.com/goccy/go-yaml/pull/412) - Fix invalid alias by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/497](https://redirect.github.com/goccy/go-yaml/pull/497) - Fix parsing of number by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/498](https://redirect.github.com/goccy/go-yaml/pull/498) - Fix parsing of invalid document by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/499](https://redirect.github.com/goccy/go-yaml/pull/499) #### New Contributors - [@​mcwarman](https://redirect.github.com/mcwarman) made their first contribution in [https://github.com/goccy/go-yaml/pull/412](https://redirect.github.com/goccy/go-yaml/pull/412) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.2...v1.13.3 ### [`v1.13.2`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.2): 1.13.2 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.1...v1.13.2) #### What's Changed - Fix invalid quoted-text handling by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/495](https://redirect.github.com/goccy/go-yaml/pull/495) - Fix parsing of invalid yaml by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/496](https://redirect.github.com/goccy/go-yaml/pull/496) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.1...v1.13.2 ### [`v1.13.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.1): 1.13.1 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.0...v1.13.1) #### What's Changed - Fix incorrect colon indicator scanning by [@​semihbkgr](https://redirect.github.com/semihbkgr) in [https://github.com/goccy/go-yaml/pull/485](https://redirect.github.com/goccy/go-yaml/pull/485) - Returns InvalidToken if scanner encounters error by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/486](https://redirect.github.com/goccy/go-yaml/pull/486) - Reuse context at Scanner by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/487](https://redirect.github.com/goccy/go-yaml/pull/487) - Support recursive anchor by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/489](https://redirect.github.com/goccy/go-yaml/pull/489) - Fix implicit null value before collect entry by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/490](https://redirect.github.com/goccy/go-yaml/pull/490) - Fix handling of invalid sequence by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/492](https://redirect.github.com/goccy/go-yaml/pull/492) - Fix invalid sequence at map context by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/493](https://redirect.github.com/goccy/go-yaml/pull/493) - Improve parser performance by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/494](https://redirect.github.com/goccy/go-yaml/pull/494) #### New Contributors - [@​semihbkgr](https://redirect.github.com/semihbkgr) made their first contribution in [https://github.com/goccy/go-yaml/pull/485](https://redirect.github.com/goccy/go-yaml/pull/485) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.13.0...v1.13.1 ### [`v1.13.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.0): 1.13.0 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.12.0...v1.13.0) #### What's Changed - Preserve defaults for zero initialised structs as well by [@​yhabteab](https://redirect.github.com/yhabteab) in [https://github.com/goccy/go-yaml/pull/442](https://redirect.github.com/goccy/go-yaml/pull/442) - Update Go versions in CI by [@​shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/476](https://redirect.github.com/goccy/go-yaml/pull/476) - Add lint job to CI by [@​shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/477](https://redirect.github.com/goccy/go-yaml/pull/477) - Fix "null" string encoded as nil by [@​denieryd](https://redirect.github.com/denieryd) in [https://github.com/goccy/go-yaml/pull/474](https://redirect.github.com/goccy/go-yaml/pull/474) - feat(printer): Add support for formatting comment nodes by [@​gabe565](https://redirect.github.com/gabe565) in [https://github.com/goccy/go-yaml/pull/469](https://redirect.github.com/goccy/go-yaml/pull/469) - Refactor scanner by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/480](https://redirect.github.com/goccy/go-yaml/pull/480) - Refactor overflowError to be pretty-printable by [@​oxzi](https://redirect.github.com/oxzi) in [https://github.com/goccy/go-yaml/pull/470](https://redirect.github.com/goccy/go-yaml/pull/470) - Refactor indent state by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/481](https://redirect.github.com/goccy/go-yaml/pull/481) - Refactor scanner by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/482](https://redirect.github.com/goccy/go-yaml/pull/482) - Remove xerrors by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/483](https://redirect.github.com/goccy/go-yaml/pull/483) #### New Contributors - [@​yhabteab](https://redirect.github.com/yhabteab) made their first contribution in [https://github.com/goccy/go-yaml/pull/442](https://redirect.github.com/goccy/go-yaml/pull/442) - [@​shuheiktgw](https://redirect.github.com/shuheiktgw) made their first contribution in [https://github.com/goccy/go-yaml/pull/476](https://redirect.github.com/goccy/go-yaml/pull/476) - [@​denieryd](https://redirect.github.com/denieryd) made their first contribution in [https://github.com/goccy/go-yaml/pull/474](https://redirect.github.com/goccy/go-yaml/pull/474) - [@​gabe565](https://redirect.github.com/gabe565) made their first contribution in [https://github.com/goccy/go-yaml/pull/469](https://redirect.github.com/goccy/go-yaml/pull/469) - [@​oxzi](https://redirect.github.com/oxzi) made their first contribution in [https://github.com/goccy/go-yaml/pull/470](https://redirect.github.com/goccy/go-yaml/pull/470) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.12.0...v1.12.1
pterm/pterm (github.com/pterm/pterm) ### [`v0.12.80`](https://redirect.github.com/pterm/pterm/releases/tag/v0.12.80) [Compare Source](https://redirect.github.com/pterm/pterm/compare/v0.12.79...v0.12.80) #### What's Changed ##### Exciting New Features 🎉 - feat: support timer modifactions on `Spinner` and `Progressbar` by [@​MarvinJWendt](https://redirect.github.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/647](https://redirect.github.com/pterm/pterm/pull/647) - feat: add alternate row style for table by [@​PaulPowershell](https://redirect.github.com/PaulPowershell) in [https://github.com/pterm/pterm/pull/667](https://redirect.github.com/pterm/pterm/pull/667) ##### Fixes 🔧 - fix(interactive-textinput): panic at interactive_textinput_printer & edit value in-place by [@​malyusha](https://redirect.github.com/malyusha) in [https://github.com/pterm/pterm/pull/662](https://redirect.github.com/pterm/pterm/pull/662) - fix: use rune len by [@​franklinkim](https://redirect.github.com/franklinkim) in [https://github.com/pterm/pterm/pull/685](https://redirect.github.com/pterm/pterm/pull/685) - fix(progressbar/spinner): fix print while progressbar / spinner is running by [@​MarvinJWendt](https://redirect.github.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/699](https://redirect.github.com/pterm/pterm/pull/699) ##### Other Changes - Fixed documentation error by [@​sato-s](https://redirect.github.com/sato-s) in [https://github.com/pterm/pterm/pull/674](https://redirect.github.com/pterm/pterm/pull/674) - Fix table demos not working [#​673](https://redirect.github.com/pterm/pterm/issues/673) by [@​PaulPowershell](https://redirect.github.com/PaulPowershell) in [https://github.com/pterm/pterm/pull/675](https://redirect.github.com/pterm/pterm/pull/675) - refactor: use `strings.Builder` to save memory by [@​apocelipes](https://redirect.github.com/apocelipes) in [https://github.com/pterm/pterm/pull/650](https://redirect.github.com/pterm/pterm/pull/650) - refactor: replace empty interface with `any` by [@​MarvinJWendt](https://redirect.github.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/698](https://redirect.github.com/pterm/pterm/pull/698) - refactor: refactor table render by [@​PaulPowershell](https://redirect.github.com/PaulPowershell) in [https://github.com/pterm/pterm/pull/677](https://redirect.github.com/pterm/pterm/pull/677) #### New Contributors - [@​malyusha](https://redirect.github.com/malyusha) made their first contribution in [https://github.com/pterm/pterm/pull/662](https://redirect.github.com/pterm/pterm/pull/662) - [@​PaulPowershell](https://redirect.github.com/PaulPowershell) made their first contribution in [https://github.com/pterm/pterm/pull/667](https://redirect.github.com/pterm/pterm/pull/667) - [@​sato-s](https://redirect.github.com/sato-s) made their first contribution in [https://github.com/pterm/pterm/pull/674](https://redirect.github.com/pterm/pterm/pull/674) - [@​franklinkim](https://redirect.github.com/franklinkim) made their first contribution in [https://github.com/pterm/pterm/pull/685](https://redirect.github.com/pterm/pterm/pull/685) - [@​apocelipes](https://redirect.github.com/apocelipes) made their first contribution in [https://github.com/pterm/pterm/pull/650](https://redirect.github.com/pterm/pterm/pull/650) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.79...v0.12.80
stretchr/testify (github.com/stretchr/testify) ### [`v1.10.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.9.0...v1.10.0) #### What's Changed ##### Functional Changes - Add PanicAssertionFunc by [@​fahimbagar](https://redirect.github.com/fahimbagar) in [https://github.com/stretchr/testify/pull/1337](https://redirect.github.com/stretchr/testify/pull/1337) - assert: deprecate CompareType by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1566](https://redirect.github.com/stretchr/testify/pull/1566) - assert: make YAML dependency pluggable via build tags by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1579](https://redirect.github.com/stretchr/testify/pull/1579) - assert: new assertion NotElementsMatch by [@​hendrywiranto](https://redirect.github.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1600](https://redirect.github.com/stretchr/testify/pull/1600) - mock: in order mock calls by [@​ReyOrtiz](https://redirect.github.com/ReyOrtiz) in [https://github.com/stretchr/testify/pull/1637](https://redirect.github.com/stretchr/testify/pull/1637) - Add assertion for NotErrorAs by [@​palsivertsen](https://redirect.github.com/palsivertsen) in [https://github.com/stretchr/testify/pull/1129](https://redirect.github.com/stretchr/testify/pull/1129) - Record Return Arguments of a Call by [@​jayd3e](https://redirect.github.com/jayd3e) in [https://github.com/stretchr/testify/pull/1636](https://redirect.github.com/stretchr/testify/pull/1636) - assert.EqualExportedValues: accepts everything by [@​redachl](https://redirect.github.com/redachl) in [https://github.com/stretchr/testify/pull/1586](https://redirect.github.com/stretchr/testify/pull/1586) ##### Fixes - assert: make tHelper a type alias by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1562](https://redirect.github.com/stretchr/testify/pull/1562) - Do not get argument again unnecessarily in Arguments.Error() by [@​TomWright](https://redirect.github.com/TomWright) in [https://github.com/stretchr/testify/pull/820](https://redirect.github.com/stretchr/testify/pull/820) - Fix time.Time compare by [@​myxo](https://redirect.github.com/myxo) in [https://github.com/stretchr/testify/pull/1582](https://redirect.github.com/stretchr/testify/pull/1582) - assert.Regexp: handle \[]byte array properly by [@​kevinburkesegment](https://redirect.github.com/kevinburkesegment) in [https://github.com/stretchr/testify/pull/1587](https://redirect.github.com/stretchr/testify/pull/1587) - assert: collect.FailNow() should not panic by [@​marshall-lee](https://redirect.github.com/marshall-lee) in [https://github.com/stretchr/testify/pull/1481](https://redirect.github.com/stretchr/testify/pull/1481) - mock: simplify implementation of FunctionalOptions by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1571](https://redirect.github.com/stretchr/testify/pull/1571) - mock: caller information for unexpected method call by [@​spirin](https://redirect.github.com/spirin) in [https://github.com/stretchr/testify/pull/1644](https://redirect.github.com/stretchr/testify/pull/1644) - suite: fix test failures by [@​stevenh](https://redirect.github.com/stevenh) in [https://github.com/stretchr/testify/pull/1421](https://redirect.github.com/stretchr/testify/pull/1421) - Fix issue [#​1662](https://redirect.github.com/stretchr/testify/issues/1662) (comparing infs should fail) by [@​ybrustin](https://redirect.github.com/ybrustin) in [https://github.com/stretchr/testify/pull/1663](https://redirect.github.com/stretchr/testify/pull/1663) - NotSame should fail if args are not pointers [#​1661](https://redirect.github.com/stretchr/testify/issues/1661) by [@​sikehish](https://redirect.github.com/sikehish) in [https://github.com/stretchr/testify/pull/1664](https://redirect.github.com/stretchr/testify/pull/1664) - Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by [@​sikehish](https://redirect.github.com/sikehish) in [https://github.com/stretchr/testify/pull/1667](https://redirect.github.com/stretchr/testify/pull/1667) - fix: compare functional option names for indirect calls by [@​arjun-1](https://redirect.github.com/arjun-1) in [https://github.com/stretchr/testify/pull/1626](https://redirect.github.com/stretchr/testify/pull/1626) ##### Documantation, Build & CI - .gitignore: ignore "go test -c" binaries by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1565](https://redirect.github.com/stretchr/testify/pull/1565) - mock: improve doc by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1570](https://redirect.github.com/stretchr/testify/pull/1570) - mock: fix FunctionalOptions docs by [@​snirye](https://redirect.github.com/snirye) in [https://github.com/stretchr/testify/pull/1433](https://redirect.github.com/stretchr/testify/pull/1433) - README: link out to the excellent testifylint by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1568](https://redirect.github.com/stretchr/testify/pull/1568) - assert: fix typo in comment by [@​JohnEndson](https://redirect.github.com/JohnEndson) in [https://github.com/stretchr/testify/pull/1580](https://redirect.github.com/stretchr/testify/pull/1580) - Correct the EventuallyWithT and EventuallyWithTf example by [@​JonCrowther](https://redirect.github.com/JonCrowther) in [https://github.com/stretchr/testify/pull/1588](https://redirect.github.com/stretchr/testify/pull/1588) - CI: bump softprops/action-gh-release from 1 to 2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/stretchr/testify/pull/1575](https://redirect.github.com/stretchr/testify/pull/1575) - mock: document more alternatives to deprecated AnythingOfTypeArgument by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1569](https://redirect.github.com/stretchr/testify/pull/1569) - assert: Correctly document EqualValues behavior by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1593](https://redirect.github.com/stretchr/testify/pull/1593) - fix: grammar in godoc by [@​miparnisari](https://redirect.github.com/miparnisari) in [https://github.com/stretchr/testify/pull/1607](https://redirect.github.com/stretchr/testify/pull/1607) - .github/workflows: Run tests for Go 1.22 by [@​HaraldNordgren](https://redirect.github.com/HaraldNordgren) in [https://github.com/stretchr/testify/pull/1629](https://redirect.github.com/stretchr/testify/pull/1629) - Document suite's lack of support for t.Parallel by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1645](https://redirect.github.com/stretchr/testify/pull/1645) - assert: fix typos in comments by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/stretchr/testify/pull/1650](https://redirect.github.com/stretchr/testify/pull/1650) - mock: fix doc comment for NotBefore by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/stretchr/testify/pull/1651](https://redirect.github.com/stretchr/testify/pull/1651) - Generate better comments for require package by [@​Neokil](https://redirect.github.com/Neokil) in [https://github.com/stretchr/testify/pull/1610](https://redirect.github.com/stretchr/testify/pull/1610) - README: replace Testify V2 notice with [@​dolmen](https://redirect.github.com/dolmen)'s V2 manifesto by [@​hendrywiranto](https://redirect.github.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1518](https://redirect.github.com/stretchr/testify/pull/1518) #### New Contributors - [@​fahimbagar](https://redirect.github.com/fahimbagar) made their first contribution in [https://github.com/stretchr/testify/pull/1337](https://redirect.github.com/stretchr/testify/pull/1337) - [@​TomWright](https://redirect.github.com/TomWright) made their first contribution in [https://github.com/stretchr/testify/pull/820](https://redirect.github.com/stretchr/testify/pull/820) - [@​snirye](https://redirect.github.com/snirye) made their first contribution in [https://github.com/stretchr/testify/pull/1433](https://redirect.github.com/stretchr/testify/pull/1433) - [@​myxo](https://redirect.github.com/myxo) made their first contribution in [https://github.com/stretchr/testify/pull/1582](https://redirect.github.com/stretchr/testify/pull/1582) - [@​JohnEndson](https://redirect.github.com/JohnEndson) made their first contribution in [https://github.com/stretchr/testify/pull/1580](https://redirect.github.com/stretchr/testify/pull/1580) - [@​JonCrowther](https://redirect.github.com/JonCrowther) made their first contribution in [https://github.com/stretchr/testify/pull/1588](https://redirect.github.com/stretchr/testify/pull/1588) - [@​miparnisari](https://redirect.github.com/miparnisari) made their first contribution in [https://github.com/stretchr/testify/pull/1607](https://redirect.github.com/stretchr/testify/pull/1607) - [@​marshall-lee](https://redirect.github.com/marshall-lee) made their first contribution in [https://github.com/stretchr/testify/pull/1481](https://redirect.github.com/stretchr/testify/pull/1481) - [@​spirin](https://redirect.github.com/spirin) made their first contribution in [https://github.com/stretchr/testify/pull/1644](https://redirect.github.com/stretchr/testify/pull/1644) - [@​ReyOrtiz](https://redirect.github.com/ReyOrtiz) made their first contribution in [https://github.com/stretchr/testify/pull/1637](https://redirect.github.com/stretchr/testify/pull/1637) - [@​stevenh](https://redirect.github.com/stevenh) made their first contribution in [https://github.com/stretchr/testify/pull/1421](https://redirect.github.com/stretchr/testify/pull/1421) - [@​jayd3e](https://redirect.github.com/jayd3e) made their first contribution in [https://github.com/stretchr/testify/pull/1636](https://redirect.github.com/stretchr/testify/pull/1636) - [@​Neokil](https://redirect.github.com/Neokil) made their first contribution in [https://github.com/stretchr/testify/pull/1610](https://redirect.github.com/stretchr/testify/pull/1610) - [@​redachl](https://redirect.github.com/redachl) made their first contribution in [https://github.com/stretchr/testify/pull/1586](https://redirect.github.com/stretchr/testify/pull/1586) - [@​ybrustin](https://redirect.github.com/ybrustin) made their first contribution in [https://github.com/stretchr/testify/pull/1663](https://redirect.github.com/stretchr/testify/pull/1663) - [@​sikehish](https://redirect.github.com/sikehish) made their first contribution in [https://github.com/stretchr/testify/pull/1664](https://redirect.github.com/stretchr/testify/pull/1664) - [@​arjun-1](https://redirect.github.com/arjun-1) made their first contribution in [https://github.com/stretchr/testify/pull/1626](https://redirect.github.com/stretchr/testify/pull/1626) **Full Changelog**: https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0

Configuration

📅 Schedule: Branch creation - "after 12pm every weekday,before 11am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, 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.

renovate[bot] commented 1 day ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
golang.org/x/sync v0.7.0 -> v0.9.0
golang.org/x/sys v0.19.0 -> v0.27.0
golang.org/x/term v0.19.0 -> v0.26.0
golang.org/x/text v0.14.0 -> v0.20.0