Skip to content

Commit 49f53c8

Browse files
Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 (#1701)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.22.2 to 2.23.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.23.0</h2> <h2>2.23.0</h2> <p>Ginkgo 2.23.0 adds a handful of methods to <code>GinkgoT()</code> to make it compatible with the <code>testing.TB</code> interface in Go 1.24. <code>GinkgoT().Context()</code>, in particular, is a useful shorthand for generating a new context that will clean itself up in a <code>DeferCleanup()</code>. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.</p> <h3>Features</h3> <ul> <li>bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]</li> </ul> <h3>Fixes</h3> <ul> <li>fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]</li> <li>Fix binary paths when precompiling multiple suites. [4df06c6]</li> </ul> <h3>Maintenance</h3> <ul> <li>Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [cbcf39a]</li> <li>docs: fix test workflow badge (<a href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>) [9b261ff]</li> <li>Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (<a href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>) [00f19c8]</li> <li>Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>) [e98a4df]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>) [60cc4e2]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>) [fea6f2d]</li> <li>Bump rexml from 3.2.8 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1497">#1497</a>) [31d7813]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1501">#1501</a>) [fc3bbd6]</li> <li>Code linting (<a href="https://redirect.github.com/onsi/ginkgo/issues/1500">#1500</a>) [aee0d56]</li> <li>change interface{} to any (<a href="https://redirect.github.com/onsi/ginkgo/issues/1502">#1502</a>) [809a710]</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.23.0</h2> <p>Ginkgo 2.23.0 adds a handful of methods to <code>GinkgoT()</code> to make it compatible with the <code>testing.TB</code> interface in Go 1.24. <code>GinkgoT().Context()</code>, in particular, is a useful shorthand for generating a new context that will clean itself up in a <code>DeferCleanup()</code>. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.</p> <h3>Features</h3> <ul> <li>bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]</li> </ul> <h3>Fixes</h3> <ul> <li>fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]</li> <li>Fix binary paths when precompiling multiple suites. [4df06c6]</li> </ul> <h3>Maintenance</h3> <ul> <li>Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [cbcf39a]</li> <li>docs: fix test workflow badge (<a href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>) [9b261ff]</li> <li>Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (<a href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>) [00f19c8]</li> <li>Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>) [e98a4df]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>) [60cc4e2]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>) [fea6f2d]</li> <li>Bump rexml from 3.2.8 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1497">#1497</a>) [31d7813]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1501">#1501</a>) [fc3bbd6]</li> <li>Code linting (<a href="https://redirect.github.com/onsi/ginkgo/issues/1500">#1500</a>) [aee0d56]</li> <li>change interface{} to any (<a href="https://redirect.github.com/onsi/ginkgo/issues/1502">#1502</a>) [809a710]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/1d705bc4b461496697eb72cf545fdb14c21f3f78"><code>1d705bc</code></a> v2.23.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/37a511b5bca15e628309b421c20e834b7f67dad4"><code>37a511b</code></a> bump to go 1.24.0 - support new testing.TB methods and add a test to cover te...</li> <li><a href="https://github.com/onsi/ginkgo/commit/7556a863b3a43d976bcdc87d9c88a4859af05207"><code>7556a86</code></a> fix edge case where build -o is pointing at an explicit file, not a directory</li> <li><a href="https://github.com/onsi/ginkgo/commit/4df06c6d3b5480f739fd1b3cefaa7e241d8b3a31"><code>4df06c6</code></a> Fix binary paths when precompiling multiple suites.</li> <li><a href="https://github.com/onsi/ginkgo/commit/cbcf39a17b9a3aeea0281ce7779a42eb838334b7"><code>cbcf39a</code></a> Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md</li> <li><a href="https://github.com/onsi/ginkgo/commit/9b261ffd97c743a75ca21f672c694d693d485ac0"><code>9b261ff</code></a> docs: fix test workflow badge (<a href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/00f19c8e52611422dd9678c136f65dd4dfdf65f5"><code>00f19c8</code></a> Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (<a href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/e98a4dfa299054790e069dc6eeeea9f8aff4e903"><code>e98a4df</code></a> Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/60cc4e2b0117436c17abebcdda3053585e4c54af"><code>60cc4e2</code></a> Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/fea6f2d8597f7df0be2e2b31f50bdede862fca58"><code>fea6f2d</code></a> Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/ginkgo/compare/v2.22.2...v2.23.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.22.2&new-version=2.23.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>
1 parent 0bdb507 commit 49f53c8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/google/renameio v0.1.0
99
github.com/mattn/go-isatty v0.0.20
1010
github.com/mkmik/multierror v0.4.0
11-
github.com/onsi/ginkgo/v2 v2.22.2
11+
github.com/onsi/ginkgo/v2 v2.23.0
1212
github.com/onsi/gomega v1.36.2
1313
github.com/prometheus/client_golang v1.21.0
1414
github.com/spf13/pflag v1.0.6
@@ -63,15 +63,15 @@ require (
6363
github.com/shopspring/decimal v1.4.0 // indirect
6464
github.com/spf13/cast v1.7.0 // indirect
6565
github.com/x448/float16 v0.8.4 // indirect
66-
golang.org/x/mod v0.22.0 // indirect
67-
golang.org/x/net v0.33.0 // indirect
66+
golang.org/x/mod v0.23.0 // indirect
67+
golang.org/x/net v0.35.0 // indirect
6868
golang.org/x/oauth2 v0.24.0 // indirect
6969
golang.org/x/sync v0.11.0 // indirect
7070
golang.org/x/sys v0.30.0 // indirect
7171
golang.org/x/term v0.29.0 // indirect
7272
golang.org/x/text v0.22.0 // indirect
7373
golang.org/x/time v0.7.0 // indirect
74-
golang.org/x/tools v0.28.0 // indirect
74+
golang.org/x/tools v0.30.0 // indirect
7575
google.golang.org/protobuf v1.36.1 // indirect
7676
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7777
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

+8-8
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
8686
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
8787
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
8888
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
89-
github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU=
90-
github.com/onsi/ginkgo/v2 v2.22.2/go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk=
89+
github.com/onsi/ginkgo/v2 v2.23.0 h1:FA1xjp8ieYDzlgS5ABTpdUDB7wtngggONc8a7ku2NqQ=
90+
github.com/onsi/ginkgo/v2 v2.23.0/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
9191
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
9292
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
9393
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
@@ -130,14 +130,14 @@ golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
130130
golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
131131
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
132132
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
133-
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
134-
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
133+
golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
134+
golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
135135
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
136136
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
137137
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
138138
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
139-
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
140-
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
139+
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
140+
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
141141
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
142142
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
143143
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -163,8 +163,8 @@ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGm
163163
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
164164
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
165165
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
166-
golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=
167-
golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw=
166+
golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=
167+
golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY=
168168
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
169169
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
170170
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)