Skip to content

Commit

Permalink
build(deps): Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 (#112)
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 8aeb41a commit ece5ec6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/runfinch/common-tests
go 1.20

require (
github.com/onsi/ginkgo/v2 v2.13.2
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/gomega v1.30.0
)

Expand All @@ -12,9 +12,9 @@ require (
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.16.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
21 changes: 10 additions & 11 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,24 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 h1:yAJXTCF9TqKcTiHJAE8dj7HMvPfh66eeA2JYW7eFpSE=
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
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/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
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/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/tools v0.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA=
golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0=
google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit ece5ec6

Please sign in to comment.