Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 (#168)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.30.0 to 1.31.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.31.1</h2> <h2>1.31.1</h2> <h3>Fixes</h3> <ul> <li>Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]</li> <li>Update test in case keeping msg is desired [ad1a367]</li> </ul> <h3>Maintenance</h3> <ul> <li>Show how to import the format sub package [24e958d]</li> <li>tidy up go.sum [26661b8]</li> <li>bump dependencies [bde8f7a]</li> </ul> <h2>v1.31.0</h2> <h2>1.31.0</h2> <h3>Features</h3> <ul> <li>Async assertions include context cancellation cause if present [121c37f]</li> </ul> <h3>Maintenance</h3> <ul> <li>Bump minimum go version [dee1e3c]</li> <li>docs: fix typo in example usage "occured" -> "occurred" [49005fe]</li> <li>Bump actions/setup-go from 4 to 5 (<a href="https://redirect.github.com/onsi/gomega/issues/714">#714</a>) [f1c8757]</li> <li>Bump github/codeql-action from 2 to 3 (<a href="https://redirect.github.com/onsi/gomega/issues/715">#715</a>) [9836e76]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 (<a href="https://redirect.github.com/onsi/gomega/issues/713">#713</a>) [54726f0]</li> <li>Bump golang.org/x/net from 0.17.0 to 0.19.0 (<a href="https://redirect.github.com/onsi/gomega/issues/711">#711</a>) [df97ecc]</li> <li>docs: fix <code>HaveExactElement</code> typo (<a href="https://redirect.github.com/onsi/gomega/issues/712">#712</a>) [a672c86]</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.31.1</h2> <h3>Fixes</h3> <ul> <li>Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]</li> <li>Update test in case keeping msg is desired [ad1a367]</li> </ul> <h3>Maintenance</h3> <ul> <li>Show how to import the format sub package [24e958d]</li> <li>tidy up go.sum [26661b8]</li> <li>bump dependencies [bde8f7a]</li> </ul> <h2>1.31.0</h2> <h3>Features</h3> <ul> <li>Async assertions include context cancellation cause if present [121c37f]</li> </ul> <h3>Maintenance</h3> <ul> <li>Bump minimum go version [dee1e3c]</li> <li>docs: fix typo in example usage "occured" -> "occurred" [49005fe]</li> <li>Bump actions/setup-go from 4 to 5 (<a href="https://redirect.github.com/onsi/gomega/issues/714">#714</a>) [f1c8757]</li> <li>Bump github/codeql-action from 2 to 3 (<a href="https://redirect.github.com/onsi/gomega/issues/715">#715</a>) [9836e76]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 (<a href="https://redirect.github.com/onsi/gomega/issues/713">#713</a>) [54726f0]</li> <li>Bump golang.org/x/net from 0.17.0 to 0.19.0 (<a href="https://redirect.github.com/onsi/gomega/issues/711">#711</a>) [df97ecc]</li> <li>docs: fix <code>HaveExactElement</code> typo (<a href="https://redirect.github.com/onsi/gomega/issues/712">#712</a>) [a672c86]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/762b171852113d80d8fc360558cccbccdc46af70"><code>762b171</code></a> v1.31.1</li> <li><a href="https://github.com/onsi/gomega/commit/26661b8d34c7d8205844de07a3ec5637a595bef6"><code>26661b8</code></a> tidy up go.sum</li> <li><a href="https://github.com/onsi/gomega/commit/bde8f7a2c07ccfc535b2d9082e7dcaa1fbca91c5"><code>bde8f7a</code></a> bump dependencies</li> <li><a href="https://github.com/onsi/gomega/commit/24e958d368b1e67070bded6ddd1a108d70698b14"><code>24e958d</code></a> Show how to import the format sub package</li> <li><a href="https://github.com/onsi/gomega/commit/ad1a367ab5b86a7abad96a75ac25f1383fa97e69"><code>ad1a367</code></a> Update test in case keeping msg is desired</li> <li><a href="https://github.com/onsi/gomega/commit/e0dd999861372e3b7838b6719258eee5fd16276a"><code>e0dd999</code></a> Inverted arguments order of FailureMessage of BeComparableToMatcher</li> <li><a href="https://github.com/onsi/gomega/commit/ba8bba2272bbf185a144b2681b5ed1f72d7f04f7"><code>ba8bba2</code></a> v1.31.0</li> <li><a href="https://github.com/onsi/gomega/commit/121c37f100b97f1d2c3f68c436f92bd7df4a120a"><code>121c37f</code></a> Async assertions include context cancellation cause if present</li> <li><a href="https://github.com/onsi/gomega/commit/dee1e3cc5e375dedf8360bf3d673a433ef04b948"><code>dee1e3c</code></a> Bump minimum go version</li> <li><a href="https://github.com/onsi/gomega/commit/49005fe1960542f223c64b1af4e7544d34746a01"><code>49005fe</code></a> docs: fix typo in example usage "occured" -> "occurred"</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.30.0...v1.31.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.30.0&new-version=1.31.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information