dependabot[bot] opened a new pull request, #3792: URL: https://github.com/apache/camel-k/pull/3792
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.22.1 to 1.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p> <blockquote> <h2>v1.24.0</h2> <h2>1.24.0</h2> <h3>Features</h3> <p>Introducting <a href="https://onsi.github.io/gomega/#gcustom-a-convenient-mechanism-for-buildling-custom-matchers">gcustom</a> - a convenient mechanism for building custom matchers.</p> <p>This is an RC release for <code>gcustom</code>. The external API may be tweaked in response to feedback however it is expected to remain mostly stable.</p> <h3>Maintenance</h3> <ul> <li>Update BeComparableTo documentation [756eaa0]</li> </ul> <h2>v1.23.0</h2> <h2>1.23.0</h2> <h3>Features</h3> <ul> <li> <p>Custom formatting on a per-type basis can be provided using <code>format.RegisterCustomFormatter()</code> -- see the docs <a href="https://onsi.github.io/gomega/#adjusting-output">here</a></p> </li> <li> <p>Substantial improvement have been made to <code>StopTrying()</code>:</p> <ul> <li>Users can now use <code>StopTrying().Wrap(err)</code> to wrap errors and <code>StopTrying().Attach(description, object)</code> to attach arbitrary objects to the <code>StopTrying()</code> error</li> <li><code>StopTrying()</code> is now always interpreted as a failure. If you are an early adopter of <code>StopTrying()</code> you may need to change your code as the prior version would match against the returned value even if <code>StopTrying()</code> was returned. Going forward the <code>StopTrying()</code> api should remain stable.</li> <li><code>StopTrying()</code> and <code>StopTrying().Now()</code> can both be used in matchers - not just polled functions.</li> </ul> </li> <li> <p><code>TryAgainAfter(duration)</code> is used like <code>StopTrying()</code> but instructs <code>Eventually</code> and <code>Consistently</code> that the poll should be tried again after the specified duration. This allows you to dynamically adjust the polling duration.</p> </li> <li> <p><code>ctx</code> can now be passed-in as the first argument to <code>Eventually</code> and <code>Consistently</code>.</p> </li> </ul> <h2>Maintenance</h2> <ul> <li>Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/597">#597</a>) [afed901]</li> <li>Bump nokogiri from 1.13.8 to 1.13.9 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/599">#599</a>) [7c691b3]</li> <li>Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/587">#587</a>) [ff22665]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p> <blockquote> <h2>1.24.0</h2> <h3>Features</h3> <p>Introducting <a href="https://onsi.github.io/gomega/#gcustom-a-convenient-mechanism-for-buildling-custom-matchers">gcustom</a> - a convenient mechanism for building custom matchers.</p> <p>This is an RC release for <code>gcustom</code>. The external API may be tweaked in response to feedback however it is expected to remain mostly stable.</p> <h3>Maintenance</h3> <ul> <li>Update BeComparableTo documentation [756eaa0]</li> </ul> <h2>1.23.0</h2> <h3>Features</h3> <ul> <li> <p>Custom formatting on a per-type basis can be provided using <code>format.RegisterCustomFormatter()</code> -- see the docs <a href="https://onsi.github.io/gomega/#adjusting-output">here</a></p> </li> <li> <p>Substantial improvement have been made to <code>StopTrying()</code>:</p> <ul> <li>Users can now use <code>StopTrying().Wrap(err)</code> to wrap errors and <code>StopTrying().Attach(description, object)</code> to attach arbitrary objects to the <code>StopTrying()</code> error</li> <li><code>StopTrying()</code> is now always interpreted as a failure. If you are an early adopter of <code>StopTrying()</code> you may need to change your code as the prior version would match against the returned value even if <code>StopTrying()</code> was returned. Going forward the <code>StopTrying()</code> api should remain stable.</li> <li><code>StopTrying()</code> and <code>StopTrying().Now()</code> can both be used in matchers - not just polled functions.</li> </ul> </li> <li> <p><code>TryAgainAfter(duration)</code> is used like <code>StopTrying()</code> but instructs <code>Eventually</code> and <code>Consistently</code> that the poll should be tried again after the specified duration. This allows you to dynamically adjust the polling duration.</p> </li> <li> <p><code>ctx</code> can now be passed-in as the first argument to <code>Eventually</code> and <code>Consistently</code>.</p> </li> </ul> <h2>Maintenance</h2> <ul> <li>Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/597">#597</a>) [afed901]</li> <li>Bump nokogiri from 1.13.8 to 1.13.9 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/599">#599</a>) [7c691b3]</li> <li>Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/587">#587</a>) [ff22665]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/ed1156b0d67f9a0bda9d5474004ed2c5d250b95a"><code>ed1156b</code></a> v1.24.0</li> <li><a href="https://github.com/onsi/gomega/commit/756eaa0f413f23763237bbd0f57e9e8552e97427"><code>756eaa0</code></a> Update BeComparableTo documentation</li> <li><a href="https://github.com/onsi/gomega/commit/6015576546329c35c450f4ccbda1981c709c4d4c"><code>6015576</code></a> finish documenting gcustom</li> <li><a href="https://github.com/onsi/gomega/commit/0cfc53bf8fff9258b4049240ceebc69e49ac2ee1"><code>0cfc53b</code></a> godoc for gcustom</li> <li><a href="https://github.com/onsi/gomega/commit/6a2e51ee479d0296293de6a60c7404b98b950a93"><code>6a2e51e</code></a> First pass at gcustom: a convenience package for making custom matchers. Doc...</li> <li><a href="https://github.com/onsi/gomega/commit/bf817a4a94a35be219fa3ebc48dd8acbf1aeb83c"><code>bf817a4</code></a> v1.23.0</li> <li><a href="https://github.com/onsi/gomega/commit/7b8b801e5f98d6c1168aff01100a59f6070d2b3e"><code>7b8b801</code></a> fix broken call to Eventually</li> <li><a href="https://github.com/onsi/gomega/commit/ba35cc6bd6acf1359667d589d9755e5f2f367e58"><code>ba35cc6</code></a> Allow ctx to be passed in as a leading parameter for Eventually and Consistently</li> <li><a href="https://github.com/onsi/gomega/commit/818b78c1701e3e4c8f7cf360aa94a0758d3b9e08"><code>818b78c</code></a> AsyncAssertions emit the format.Object representation of the error when it i...</li> <li><a href="https://github.com/onsi/gomega/commit/d63d67edd467db8e2777c71c02455bfa72e6a72e"><code>d63d67e</code></a> Rename AsyncSignalError to PollingSignalError</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.22.1...v1.24.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org