Skip to content

Commit

Permalink
Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 (#856)
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>
  • Loading branch information
mergify[bot] authored Jan 12, 2024
2 parents 18f6334 + 887448b commit 92c9994
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/go-logr/zerologr v1.2.3
github.com/google/go-cmp v0.6.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.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/opencontainers/image-spec v1.1.0-rc5
github.com/pkg/errors v0.9.1
Expand All @@ -37,14 +37,14 @@ require (
)

require (
golang.org/x/mod v0.13.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.14.0 // indirect
golang.org/x/tools v0.16.1 // indirect
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,8 @@ github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
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 v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
Expand Down Expand Up @@ -895,8 +895,8 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=
golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=
golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down Expand Up @@ -1097,8 +1097,8 @@ golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0=
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
golang.org/x/tools v0.1.7/go.mod h1:LGqMHiF4EqQNHR1JncWGqT5BVaXmza+X+BDGol+dOxo=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.14.0 h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=
golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg=
golang.org/x/tools v0.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA=
golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

0 comments on commit 92c9994

Please sign in to comment.