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/10/12 00:39:47 UTC

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

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

   Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.21.1 to 1.22.1.
   <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.22.1</h2>
   <h2>1.22.1</h2>
   <h2>Fixes</h2>
   <ul>
   <li>When passed a context and no explicit timeout, Eventually will only timeout when the context is cancelled [e5105cf]</li>
   <li>Allow StopTrying() to be wrapped [bf3cba9]</li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>bump to ginkgo v2.3.0 [c5d5c39]</li>
   </ul>
   <h2>v1.22.0</h2>
   <h2>1.22.0</h2>
   <h3>Features</h3>
   <p>Several improvements have been made to <code>Eventually</code> and <code>Consistently</code> in this and the most recent releases:</p>
   <ul>
   <li>Eventually and Consistently can take a context.Context [65c01bc]
   This enables integration with Ginkgo 2.3.0's interruptible nodes and node timeouts.</li>
   <li>Eventually and Consistently that are passed a SpecContext can provide reports when an interrupt occurs [0d063c9]</li>
   <li>Eventually/Consistently will forward an attached context to functions that ask for one [e2091c5]</li>
   <li>Eventually/Consistently supports passing arguments to functions via WithArguments() [a2dc7c3]</li>
   <li>Eventually and Consistently can now be stopped early with StopTrying(message) and StopTrying(message).Now() [52976bb]</li>
   </ul>
   <p>These improvements are all documented in <a href="https://onsi.github.io/gomega/#making-asynchronous-assertions">Gomega's docs</a></p>
   </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.22.1</h2>
   <h2>Fixes</h2>
   <ul>
   <li>When passed a context and no explicit timeout, Eventually will only timeout when the context is cancelled [e5105cf]</li>
   <li>Allow StopTrying() to be wrapped [bf3cba9]</li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>bump to ginkgo v2.3.0 [c5d5c39]</li>
   </ul>
   <h2>1.22.0</h2>
   <h3>Features</h3>
   <p>Several improvements have been made to <code>Eventually</code> and <code>Consistently</code> in this and the most recent releases:</p>
   <ul>
   <li>Eventually and Consistently can take a context.Context [65c01bc]
   This enables integration with Ginkgo 2.3.0's interruptible nodes and node timeouts.</li>
   <li>Eventually and Consistently that are passed a SpecContext can provide reports when an interrupt occurs [0d063c9]</li>
   <li>Eventually/Consistently will forward an attached context to functions that ask for one [e2091c5]</li>
   <li>Eventually/Consistently supports passing arguments to functions via WithArguments() [a2dc7c3]</li>
   <li>Eventually and Consistently can now be stopped early with StopTrying(message) and StopTrying(message).Now() [52976bb]</li>
   </ul>
   <p>These improvements are all documented in <a href="https://onsi.github.io/gomega/#making-asynchronous-assertions">Gomega's docs</a></p>
   <h2>Fixes</h2>
   <h2>Maintenance</h2>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/onsi/gomega/commit/40d0cc9e91cb74335f164ca8d622c2405680fa64"><code>40d0cc9</code></a> v1.22.1</li>
   <li><a href="https://github.com/onsi/gomega/commit/e5105cf2bf7a6ef336beea5a15dcd17c87fab9cf"><code>e5105cf</code></a> When passed a context and no explicit timeout, Eventually will only timeout w...</li>
   <li><a href="https://github.com/onsi/gomega/commit/bf3cba909f448aa5e94ad83b1668918204959cc8"><code>bf3cba9</code></a> Allow StopTrying() to be wrapped</li>
   <li><a href="https://github.com/onsi/gomega/commit/c5d5c396a14c6e9a83b8371ddcd44b116b54d073"><code>c5d5c39</code></a> bump to ginkgo v2.3.0</li>
   <li><a href="https://github.com/onsi/gomega/commit/8916066dee83acd5cb7271062c5f74f2bf9d2de8"><code>8916066</code></a> v1.22.0</li>
   <li><a href="https://github.com/onsi/gomega/commit/aeab53aa0aa07328df519706bcd905f2d5a70319"><code>aeab53a</code></a> fix go vet issue</li>
   <li><a href="https://github.com/onsi/gomega/commit/52976bbfcb4fae51b08caf99b8048b6f20d7c0c6"><code>52976bb</code></a> Eventually an Consistently can now be stopped early with StopTrying(message) ...</li>
   <li><a href="https://github.com/onsi/gomega/commit/a2dc7c3d26f23a96c27441f3ae196d5f053a624f"><code>a2dc7c3</code></a> Gomega supports passing arguments to functions via WithArguments()</li>
   <li><a href="https://github.com/onsi/gomega/commit/e2091c59c9f2213621eb5d4bf27ab3ca5f6a2d01"><code>e2091c5</code></a> Eventually/Consistently will forward an attached context to functions that as...</li>
   <li>See full diff in <a href="https://github.com/onsi/gomega/compare/v1.21.1...v1.22.1">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.21.1&new-version=1.22.1)](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 merged pull request #3741: chore(deps): bump github.com/onsi/gomega from 1.21.1 to 1.22.1

Posted by GitBox <gi...@apache.org>.
tadayosi merged PR #3741:
URL: https://github.com/apache/camel-k/pull/3741


-- 
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