Closed renovate[bot] closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This PR contains the following updates:
v1.22.1
->v1.24.2
Release Notes
onsi/gomega
### [`v1.24.2`](https://togithub.com/onsi/gomega/releases/tag/v1.24.2) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.24.1...v1.24.2) #### 1.24.2 ##### Fixes - Correctly handle assertion failure panics for eventually/consistnetly "g Gomega"s in a goroutine \[[`78f1660`](https://togithub.com/onsi/gomega/commit/78f1660)] - docs:Fix typo "you an" -> "you can" ([#607](https://togithub.com/onsi/gomega/issues/607)) \[[`3187c1f`](https://togithub.com/onsi/gomega/commit/3187c1f)] - fixes issue [#600](https://togithub.com/onsi/gomega/issues/600) ([#606](https://togithub.com/onsi/gomega/issues/606)) \[[`808d192`](https://togithub.com/onsi/gomega/commit/808d192)] ##### Maintenance - Bump golang.org/x/net from 0.2.0 to 0.4.0 ([#611](https://togithub.com/onsi/gomega/issues/611)) \[[`6ebc0bf`](https://togithub.com/onsi/gomega/commit/6ebc0bf)] - Bump nokogiri from 1.13.9 to 1.13.10 in /docs ([#612](https://togithub.com/onsi/gomega/issues/612)) \[[`258cfc8`](https://togithub.com/onsi/gomega/commit/258cfc8)] - Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 ([#609](https://togithub.com/onsi/gomega/issues/609)) \[[`e6c3eb9`](https://togithub.com/onsi/gomega/commit/e6c3eb9)] ### [`v1.24.1`](https://togithub.com/onsi/gomega/compare/v1.24.0...v1.24.1) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.24.0...v1.24.1) ### [`v1.24.0`](https://togithub.com/onsi/gomega/releases/tag/v1.24.0) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.23.0...v1.24.0) #### 1.24.0 ##### Features Introducting [gcustom](https://onsi.github.io/gomega/#gcustom-a-convenient-mechanism-for-buildling-custom-matchers) - a convenient mechanism for building custom matchers. This is an RC release for `gcustom`. The external API may be tweaked in response to feedback however it is expected to remain mostly stable. ##### Maintenance - Update BeComparableTo documentation \[[`756eaa0`](https://togithub.com/onsi/gomega/commit/756eaa0)] ### [`v1.23.0`](https://togithub.com/onsi/gomega/releases/tag/v1.23.0) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.22.1...v1.23.0) #### 1.23.0 ##### Features - Custom formatting on a per-type basis can be provided using `format.RegisterCustomFormatter()` -- see the docs [here](https://onsi.github.io/gomega/#adjusting-output) - Substantial improvement have been made to `StopTrying()`: - Users can now use `StopTrying().Wrap(err)` to wrap errors and `StopTrying().Attach(description, object)` to attach arbitrary objects to the `StopTrying()` error - `StopTrying()` is now always interpreted as a failure. If you are an early adopter of `StopTrying()` you may need to change your code as the prior version would match against the returned value even if `StopTrying()` was returned. Going forward the `StopTrying()` api should remain stable. - `StopTrying()` and `StopTrying().Now()` can both be used in matchers - not just polled functions. - `TryAgainAfter(duration)` is used like `StopTrying()` but instructs `Eventually` and `Consistently` that the poll should be tried again after the specified duration. This allows you to dynamically adjust the polling duration. - `ctx` can now be passed-in as the first argument to `Eventually` and `Consistently`. #### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1 ([#597](https://togithub.com/onsi/gomega/issues/597)) \[[`afed901`](https://togithub.com/onsi/gomega/commit/afed901)] - Bump nokogiri from 1.13.8 to 1.13.9 in /docs ([#599](https://togithub.com/onsi/gomega/issues/599)) \[[`7c691b3`](https://togithub.com/onsi/gomega/commit/7c691b3)] - Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 ([#587](https://togithub.com/onsi/gomega/issues/587)) \[[`ff22665`](https://togithub.com/onsi/gomega/commit/ff22665)]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 PR becomes conflicted, 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. View repository job log here.