Skip to content

Commit

Permalink
build(deps): Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 (#758)
Browse files Browse the repository at this point in the history
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from
2.13.2 to 2.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.14.0</h2>
<h2>2.14.0</h2>
<h3>Features</h3>
<p>You can now use <code>GinkgoTB()</code> when you need an instance of
<code>testing.TB</code> to pass to a library.</p>
<p>Prior to this release table testing only supported generating
individual <code>It</code>s for each test entry.
<code>DescribeTableSubtree</code> extends table testing support to
entire testing subtrees - under the hood
<code>DescrieTableSubtree</code> generates a new container for each
entry and invokes your function to fill our the container. See the <a
href="https://onsi.github.io/ginkgo/#generating-subtree-tables">docs</a>
to learn more.</p>
<ul>
<li>Introduce DescribeTableSubtree [65ec56d]</li>
<li>add GinkgoTB() to docs [4a2c832]</li>
<li>Add GinkgoTB() function (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1333">#1333</a>)
[92b6744]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix typo in internal/suite.go (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1332">#1332</a>)
[beb9507]</li>
<li>Fix typo in docs/index.md (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1319">#1319</a>)
[4ac3a13]</li>
<li>allow wasm to compile with ginkgo present (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1311">#1311</a>)
[b2e5bc5]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump golang.org/x/tools from 0.16.0 to 0.16.1 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1316">#1316</a>)
[465a8ec]</li>
<li>Bump actions/setup-go from 4 to 5 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1313">#1313</a>)
[eab0e40]</li>
<li>Bump github/codeql-action from 2 to 3 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1317">#1317</a>)
[fbf9724]</li>
<li>Bump golang.org/x/crypto (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1318">#1318</a>)
[3ee80ee]</li>
<li>Bump golang.org/x/tools from 0.14.0 to 0.16.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1306">#1306</a>)
[123e1d5]</li>
<li>Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1297">#1297</a>)
[558f6e0]</li>
<li>Bump golang.org/x/net from 0.17.0 to 0.19.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1307">#1307</a>)
[84ff7f3]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.14.0</h2>
<h3>Features</h3>
<p>You can now use <code>GinkgoTB()</code> when you need an instance of
<code>testing.TB</code> to pass to a library.</p>
<p>Prior to this release table testing only supported generating
individual <code>It</code>s for each test entry.
<code>DescribeTableSubtree</code> extends table testing support to
entire testing subtrees - under the hood
<code>DescrieTableSubtree</code> generates a new container for each
entry and invokes your function to fill our the container. See the <a
href="https://onsi.github.io/ginkgo/#generating-subtree-tables">docs</a>
to learn more.</p>
<ul>
<li>Introduce DescribeTableSubtree [65ec56d]</li>
<li>add GinkgoTB() to docs [4a2c832]</li>
<li>Add GinkgoTB() function (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1333">#1333</a>)
[92b6744]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix typo in internal/suite.go (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1332">#1332</a>)
[beb9507]</li>
<li>Fix typo in docs/index.md (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1319">#1319</a>)
[4ac3a13]</li>
<li>allow wasm to compile with ginkgo present (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1311">#1311</a>)
[b2e5bc5]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump golang.org/x/tools from 0.16.0 to 0.16.1 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1316">#1316</a>)
[465a8ec]</li>
<li>Bump actions/setup-go from 4 to 5 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1313">#1313</a>)
[eab0e40]</li>
<li>Bump github/codeql-action from 2 to 3 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1317">#1317</a>)
[fbf9724]</li>
<li>Bump golang.org/x/crypto (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1318">#1318</a>)
[3ee80ee]</li>
<li>Bump golang.org/x/tools from 0.14.0 to 0.16.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1306">#1306</a>)
[123e1d5]</li>
<li>Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1297">#1297</a>)
[558f6e0]</li>
<li>Bump golang.org/x/net from 0.17.0 to 0.19.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1307">#1307</a>)
[84ff7f3]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/beaf16d17f98f30365a11ff236583d611c094078"><code>beaf16d</code></a>
v2.14.0</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/4a2c8326e1a618a6dba9339e14755b30118e4260"><code>4a2c832</code></a>
add GinkgoTB() to docs</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/92b6744a3a0c4e7a196009a0620b6c211e1d8b8e"><code>92b6744</code></a>
Add GinkgoTB() function (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1333">#1333</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/beb95072b84ada2addccf9dca167a35f56d2af39"><code>beb9507</code></a>
Fix typo in internal/suite.go (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1332">#1332</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/65ec56d254aaa3e221933e911aa1540f1e93bd00"><code>65ec56d</code></a>
Introduce DescribeTableSubtree</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/4ac3a130a33f4839442f45331e3386b1d3d94a23"><code>4ac3a13</code></a>
Fix typo in docs/index.md (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1319">#1319</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/465a8ec1bb583f2f30af269e09b69d7142d11d0c"><code>465a8ec</code></a>
Bump golang.org/x/tools from 0.16.0 to 0.16.1 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1316">#1316</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/eab0e40d801360cf7a3665b47ebe80c08c8259e2"><code>eab0e40</code></a>
Bump actions/setup-go from 4 to 5 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1313">#1313</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/fbf9724382128d09643cb1339b838d9991745819"><code>fbf9724</code></a>
Bump github/codeql-action from 2 to 3 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1317">#1317</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/3ee80ee27f78973801684cd6da1a9c8d443bcf9d"><code>3ee80ee</code></a>
Bump golang.org/x/crypto (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1318">#1318</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/ginkgo/compare/v2.13.2...v2.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/ginkgo/v2&package-manager=go_modules&previous-version=2.13.2&new-version=2.14.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 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
dependabot[bot] authored Jan 12, 2024
1 parent 89623da commit 7d3a7c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.19.0
github.com/onsi/ginkgo/v2 v2.13.2
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/gomega v1.30.0
github.com/pelletier/go-toml v1.9.5
github.com/pkg/sftp v1.13.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrk
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/onsi/ginkgo/v2 v2.13.2 h1:Bi2gGVkfn6gQcjNjZJVO8Gf0FHzMPf2phUei9tejVMs=
github.com/onsi/ginkgo/v2 v2.13.2/go.mod h1:XStQ8QcGwLyF4HdfcZB8SFOS/MWCgDuXMSBe6zrvLgM=
github.com/onsi/ginkgo/v2 v2.14.0 h1:vSmGj2Z5YPb9JwCWT6z6ihcUvDhuXLc3sJiqd3jMKAY=
github.com/onsi/ginkgo/v2 v2.14.0/go.mod h1:JkUdW7JkN0V6rFvsHcJ478egV3XH9NxpD27Hal/PhZw=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
github.com/onsi/gomega v1.30.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down

0 comments on commit 7d3a7c8

Please sign in to comment.