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/08/11 07:06:45 UTC

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

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

   Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.19.0 to 1.20.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.20.0</h2>
   <h2>Features</h2>
   <ul>
   <li>New <a href="https://onsi.github.io/gomega/#codegleakcode-finding-leaked-goroutines"><code>gleak</code></a> experimental goroutine leak detection package! (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/538">#538</a>) [85ba7bc]</li>
   <li>New <code>BeComparableTo</code> matcher(<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/546">#546</a>) that uses <code>gocmp</code> to make comparisons [e77ea75]</li>
   <li>New <code>HaveExistingField</code> matcher (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/553">#553</a>) [fd130e1]</li>
   <li>Document how to wrap Gomega (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/539">#539</a>) [56714a4]</li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>Support pointer receivers in HaveField; fixes <a href="https://github-redirect.dependabot.com/onsi/gomega/issues/543">#543</a> (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/544">#544</a>) [8dab36e]</li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>Bump various dependencies:
   <ul>
   <li>Upgrade to yaml.v3 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/556">#556</a>) [f5a83b1]</li>
   <li>Bump github/codeql-action from 1 to 2 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/549">#549</a>) [52f5adf]</li>
   <li>Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/551">#551</a>) [5f3942d]</li>
   <li>Bump nokogiri from 1.13.4 to 1.13.6 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/554">#554</a>) [eb4b4c2]</li>
   <li>Use latest ginkgo (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/535">#535</a>) [1c29028]</li>
   <li>Bump nokogiri from 1.13.3 to 1.13.4 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/541">#541</a>) [1ce84d5]</li>
   <li>Bump actions/setup-go from 2 to 3 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/540">#540</a>) [755485e]</li>
   <li>Bump nokogiri from 1.12.5 to 1.13.3 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/522">#522</a>) [4fbb0dc]</li>
   <li>Bump actions/checkout from 2 to 3 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/526">#526</a>) [ac49202]</li>
   </ul>
   </li>
   </ul>
   <h2>1.19.0</h2>
   <h2>Features</h2>
   <ul>
   <li>New <a href="https://onsi.github.io/gomega/#haveeachelement-interface"><code>HaveEach</code></a> matcher to ensure that each and every element in an <code>array</code>, <code>slice</code>, or <code>map</code> satisfies the passed in matcher. (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/523">#523</a>) [9fc2ae2] (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/524">#524</a>) [c8ba582]</li>
   <li>Users can now wrap the <code>Gomega</code> interface to implement custom behavior on each assertion. (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/521">#521</a>) [1f2e714]</li>
   <li><a href="https://onsi.github.io/gomega/#containelementelement-interface"><code>ContainElement</code></a> now accepts an additional pointer argument.  Elements that satisfy the matcher are stored in the pointer enabling developers to easily add subsequent, more detailed, assertions against the matching element. (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/527">#527</a>) [1a4e27f]</li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>update RELEASING instructions to match ginkgo [0917cde]</li>
   <li>Bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.3 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/519">#519</a>) [49ab4b0]</li>
   <li>Fix CVE-2021-38561 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/534">#534</a>) [f1b4456]</li>
   <li>Fix max number of samples in experiments on non-64-bit systems. (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/528">#528</a>) [1c84497]</li>
   <li>Remove dependency on ginkgo v1.16.4 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/530">#530</a>) [4dea8d5]</li>
   <li>Fix for Go 1.18 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/532">#532</a>) [56d2a29]</li>
   <li>Document precendence of timeouts (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/533">#533</a>) [b607941]</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.20.0</h2>
   <h2>Features</h2>
   <ul>
   <li>New <a href="https://onsi.github.io/gomega/#codegleakcode-finding-leaked-goroutines"><code>gleak</code></a> experimental goroutine leak detection package! (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/538">#538</a>) [85ba7bc]</li>
   <li>New <code>BeComparableTo</code> matcher(<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/546">#546</a>) that uses <code>gocmp</code> to make comparisons [e77ea75]</li>
   <li>New <code>HaveExistingField</code> matcher (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/553">#553</a>) [fd130e1]</li>
   <li>Document how to wrap Gomega (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/539">#539</a>) [56714a4]</li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>Support pointer receivers in HaveField; fixes <a href="https://github-redirect.dependabot.com/onsi/gomega/issues/543">#543</a> (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/544">#544</a>) [8dab36e]</li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>Bump various dependencies:
   <ul>
   <li>Upgrade to yaml.v3 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/556">#556</a>) [f5a83b1]</li>
   <li>Bump github/codeql-action from 1 to 2 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/549">#549</a>) [52f5adf]</li>
   <li>Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/551">#551</a>) [5f3942d]</li>
   <li>Bump nokogiri from 1.13.4 to 1.13.6 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/554">#554</a>) [eb4b4c2]</li>
   <li>Use latest ginkgo (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/535">#535</a>) [1c29028]</li>
   <li>Bump nokogiri from 1.13.3 to 1.13.4 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/541">#541</a>) [1ce84d5]</li>
   <li>Bump actions/setup-go from 2 to 3 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/540">#540</a>) [755485e]</li>
   <li>Bump nokogiri from 1.12.5 to 1.13.3 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/522">#522</a>) [4fbb0dc]</li>
   <li>Bump actions/checkout from 2 to 3 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/526">#526</a>) [ac49202]</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/onsi/gomega/commit/cb10756246d8b1b8a8a26c2d0cfe5241d460c752"><code>cb10756</code></a> v1.20.0</li>
   <li><a href="https://github.com/onsi/gomega/commit/a9a841466d3489a8a6bb36237dc2f9ce0a2a016b"><code>a9a8414</code></a> fix: pass cmp.Options to cmp.Diff in BeComparableToMatcher (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/563">#563</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/293dd88bf6f80ccd4868808126a97212f7556d7f"><code>293dd88</code></a> export Goroutine type alias for convenience; update documentation (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/558">#558</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/f5a83b121f11b79e7a92978c19896a8e2874aa14"><code>f5a83b1</code></a> Upgrade to yaml.v3 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/556">#556</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/52f5adf3d22a5aa1620f8c32ffa1170aea079bc4"><code>52f5adf</code></a> Bump github/codeql-action from 1 to 2 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/549">#549</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/5f3942d0e6c4bff6c50748cdf93966953b4e1a17"><code>5f3942d</code></a> Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/551">#551</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/fd130e126467fbdee60e707e887df557f3e642cf"><code>fd130e1</code></a> HaveExistingField matcher (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/553">#553</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/eb4b4c2944e3f1485ff64ed23f930f9f0af61306"><code>eb4b4c2</code></a> Bump nokogiri from 1.13.4 to 1.13.6 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/554">#554</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/4b5d86c5f7a9ee4eecf7edf96b87f6bb657e871b"><code>4b5d86c</code></a> fix flaky goroutine leak detection test (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/552">#552</a>)</li>
   <li><a href="https://github.com/onsi/gomega/commit/e77ea75f66792cad2e75c9408fb572341863ed97"><code>e77ea75</code></a> feat: add Compare using go-cmp (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/546">#546</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.19.0...v1.20.0">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.19.0&new-version=1.20.0)](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] squakez merged pull request #3538: chore(deps): bump github.com/onsi/gomega from 1.19.0 to 1.20.0

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


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