You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/12/15 00:11:24 UTC

[GitHub] [camel-k] dependabot[bot] opened a new pull request, #3906: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.24.2

dependabot[bot] opened a new pull request, #3906:
URL: https://github.com/apache/camel-k/pull/3906

   Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.22.1 to 1.24.2.
   <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.2</h2>
   <h2>1.24.2</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Correctly handle assertion failure panics for eventually/consistnetly &quot;g Gomega&quot;s in a goroutine [78f1660]</li>
   <li>docs:Fix typo &quot;you an&quot; -&gt; &quot;you can&quot; (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/607">#607</a>) [3187c1f]</li>
   <li>fixes issue <a href="https://github-redirect.dependabot.com/onsi/gomega/issues/600">#600</a> (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/606">#606</a>) [808d192]</li>
   </ul>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump golang.org/x/net from 0.2.0 to 0.4.0 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/611">#611</a>) [6ebc0bf]</li>
   <li>Bump nokogiri from 1.13.9 to 1.13.10 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/612">#612</a>) [258cfc8]</li>
   <li>Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/609">#609</a>) [e6c3eb9]</li>
   </ul>
   <h2>v1.24.1</h2>
   <p>No release notes provided.</p>
   <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.2</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Correctly handle assertion failure panics for eventually/consistnetly &quot;g Gomega&quot;s in a goroutine [78f1660]</li>
   <li>docs:Fix typo &quot;you an&quot; -&gt; &quot;you can&quot; (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/607">#607</a>) [3187c1f]</li>
   <li>fixes issue <a href="https://github-redirect.dependabot.com/onsi/gomega/issues/600">#600</a> (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/606">#606</a>) [808d192]</li>
   </ul>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump golang.org/x/net from 0.2.0 to 0.4.0 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/611">#611</a>) [6ebc0bf]</li>
   <li>Bump nokogiri from 1.13.9 to 1.13.10 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/612">#612</a>) [258cfc8]</li>
   <li>Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/609">#609</a>) [e6c3eb9]</li>
   </ul>
   <h2>1.24.1</h2>
   <h3>Fixes</h3>
   <ul>
   <li>maintain backward compatibility for Eventually and Consisntetly's signatures [4c7df5e]</li>
   <li>fix small typo (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/601">#601</a>) [ea0ebe6]</li>
   </ul>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump golang.org/x/net from 0.1.0 to 0.2.0 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/603">#603</a>) [1ba8372]</li>
   <li>Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/602">#602</a>) [f9426cb]</li>
   <li>fix label-filter in test.yml [d795db6]</li>
   <li>stop running flakey tests and rely on external network dependencies in CI [7133290]</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/onsi/gomega/commit/c3aef8ba031d325e0cce3e2024f3d5a6d6c7ef52"><code>c3aef8b</code></a> v1.24.2</li>
   <li><a href="https://github.com/onsi/gomega/commit/78f16605031600878195c01dea3fce89fa3685d0"><code>78f1660</code></a> Correctly handle assertion failure panics  for eventually/consistnetly &quot;g Gom...</li>
   <li><a href="https://github.com/onsi/gomega/commit/6ebc0bf10ce6595fadd5992dc8fcb3f9414e3e1c"><code>6ebc0bf</code></a> Bump golang.org/x/net from 0.2.0 to 0.4.0 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/611">#611</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/258cfc82d08c6cb3c13185e0f5060c95d53d08fb"><code>258cfc8</code></a> Bump nokogiri from 1.13.9 to 1.13.10 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/612">#612</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/e6c3eb9a1a0122bb6f8b6613e54b369b66696afe"><code>e6c3eb9</code></a> Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/609">#609</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/3187c1ff4753a460fee0e5f83f1fa734558951a0"><code>3187c1f</code></a> docs:Fix typo &quot;you an&quot; -&gt; &quot;you can&quot; (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/607">#607</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/808d19201c2f4fe39ae38e7358a46e8d4964731d"><code>808d192</code></a> fixes issue <a href="https://github-redirect.dependabot.com/onsi/gomega/issues/600">#600</a> (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/606">#606</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/3eef0d7813628f9e4bcfb93e6dd3e8cd12342cd6"><code>3eef0d7</code></a> v1.24.1</li>
   <li><a href="https://github.com/onsi/gomega/commit/4c7df5e4410ca8808b0c7d783a67276c7d66bd1d"><code>4c7df5e</code></a> maintain backward compatibility for Eventually and Consisntetly's signatures</li>
   <li><a href="https://github.com/onsi/gomega/commit/1ba837273b0a831eb63517e7b420b6dbb77ba9a7"><code>1ba8372</code></a> Bump golang.org/x/net from 0.1.0 to 0.2.0 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/603">#603</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.22.1...v1.24.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/gomega&package-manager=go_modules&previous-version=1.22.1&new-version=1.24.2)](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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi closed pull request #3906: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.24.2

Posted by GitBox <gi...@apache.org>.
tadayosi closed pull request #3906: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.24.2
URL: https://github.com/apache/camel-k/pull/3906


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] dependabot[bot] commented on pull request #3906: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.24.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #3906:
URL: https://github.com/apache/camel-k/pull/3906#issuecomment-1352436916

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org