Skip to content

Commit

Permalink
build(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.5 (#62)
Browse files Browse the repository at this point in the history
Bumps [github.com/onsi/ginkgo/v2](/~https://github.com/onsi/ginkgo) from
2.9.2 to 2.9.5.
<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.9.5</h2>
<h2>2.9.5</h2>
<h3>Fixes</h3>
<ul>
<li>ensure the correct deterministic sort order is produced when ordered
specs are generated by a helper function [7fa0b6b]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>fix generators link (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1200">#1200</a>)
[9f9d8b9]</li>
<li>Bump golang.org/x/tools from 0.8.0 to 0.9.1 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1196">#1196</a>)
[150e3f2]</li>
<li>fix spelling err in docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1199">#1199</a>)
[0013b1a]</li>
<li>Bump golang.org/x/sys from 0.7.0 to 0.8.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1193">#1193</a>)
[9e9e3e5]</li>
</ul>
<h2>v2.9.4</h2>
<h2>2.9.4</h2>
<h3>Fixes</h3>
<ul>
<li>
<p>fix hang with ginkgo -p (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1192">#1192</a>)
[15d4bdc] - this addresses a <em>long</em> standing issue related to
Ginkgo hanging when a child process spawned by the test does not
exit.</p>
</li>
<li>
<p>fix: fail fast may cause Serial spec or cleanup Node interrupted (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1178">#1178</a>)
[8dea88b] - prior to this there was a small gap in which specs on other
processes might start even if one process has tried to abort the
suite.</p>
</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Document run order when multiple setup nodes are at the same nesting
level [903be81]</li>
</ul>
<h2>v2.9.3</h2>
<h2>2.9.3</h2>
<h3>Features</h3>
<ul>
<li>Add RenderTimeline to GinkgoT() [c0c77b6]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>update Measure deprecation message. fixes <a
href="https://redirect.github.com/onsi/ginkgo/issues/1176">#1176</a>
[227c662]</li>
<li>add newlines to GinkgoLogr (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1170">#1170</a>)
(<a
href="https://redirect.github.com/onsi/ginkgo/issues/1171">#1171</a>)
[0de0e7c]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump commonmarker from 0.23.8 to 0.23.9 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1183">#1183</a>)
[8b925ab]</li>
<li>Bump nokogiri from 1.14.1 to 1.14.3 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1184">#1184</a>)
[e3795a4]</li>
<li>Bump golang.org/x/tools from 0.7.0 to 0.8.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1182">#1182</a>)
[b453793]</li>
<li>Bump actions/setup-go from 3 to 4 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1164">#1164</a>)
[73ed75b]</li>
<li>Bump github.com/onsi/gomega from 1.27.4 to 1.27.6 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1173">#1173</a>)
[0a2bc64]</li>
<li>Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1174">#1174</a>)
[f41c557]</li>
<li>Bump golang.org/x/sys from 0.6.0 to 0.7.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1179">#1179</a>)
[8e423e5]</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.9.5</h2>
<h3>Fixes</h3>
<ul>
<li>ensure the correct deterministic sort order is produced when ordered
specs are generated by a helper function [7fa0b6b]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>fix generators link (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1200">#1200</a>)
[9f9d8b9]</li>
<li>Bump golang.org/x/tools from 0.8.0 to 0.9.1 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1196">#1196</a>)
[150e3f2]</li>
<li>fix spelling err in docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1199">#1199</a>)
[0013b1a]</li>
<li>Bump golang.org/x/sys from 0.7.0 to 0.8.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1193">#1193</a>)
[9e9e3e5]</li>
</ul>
<h2>2.9.4</h2>
<h3>Fixes</h3>
<ul>
<li>
<p>fix hang with ginkgo -p (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1192">#1192</a>)
[15d4bdc] - this addresses a <em>long</em> standing issue related to
Ginkgo hanging when a child process spawned by the test does not
exit.</p>
</li>
<li>
<p>fix: fail fast may cause Serial spec or cleanup Node interrupted (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1178">#1178</a>)
[8dea88b] - prior to this there was a small gap in which specs on other
processes might start even if one process has tried to abort the
suite.</p>
</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Document run order when multiple setup nodes are at the same nesting
level [903be81]</li>
</ul>
<h2>2.9.3</h2>
<h3>Features</h3>
<ul>
<li>Add RenderTimeline to GinkgoT() [c0c77b6]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>update Measure deprecation message. fixes <a
href="https://redirect.github.com/onsi/ginkgo/issues/1176">#1176</a>
[227c662]</li>
<li>add newlines to GinkgoLogr (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1170">#1170</a>)
(<a
href="https://redirect.github.com/onsi/ginkgo/issues/1171">#1171</a>)
[0de0e7c]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump commonmarker from 0.23.8 to 0.23.9 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1183">#1183</a>)
[8b925ab]</li>
<li>Bump nokogiri from 1.14.1 to 1.14.3 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1184">#1184</a>)
[e3795a4]</li>
<li>Bump golang.org/x/tools from 0.7.0 to 0.8.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1182">#1182</a>)
[b453793]</li>
<li>Bump actions/setup-go from 3 to 4 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1164">#1164</a>)
[73ed75b]</li>
<li>Bump github.com/onsi/gomega from 1.27.4 to 1.27.6 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1173">#1173</a>)
[0a2bc64]</li>
<li>Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1174">#1174</a>)
[f41c557]</li>
<li>Bump golang.org/x/sys from 0.6.0 to 0.7.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1179">#1179</a>)
[8e423e5]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/b59e304f53fb217a4d49c025d092c9ac43b2ad89"><code>b59e304</code></a>
v2.9.5</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/9f9d8b9f0393a0fe2b0fa98cbf23475c777c8f4a"><code>9f9d8b9</code></a>
fix generators link (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1200">#1200</a>)</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/150e3f28a9a4d5a4839c06bb20d4770400569150"><code>150e3f2</code></a>
Bump golang.org/x/tools from 0.8.0 to 0.9.1 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1196">#1196</a>)</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/0013b1a98b1f30b160b3464bb9f48f74526f51ec"><code>0013b1a</code></a>
fix spelling err in docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1199">#1199</a>)</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/7fa0b6b29598eca7bab0732f3517ed7a39cb913b"><code>7fa0b6b</code></a>
ensure the correct deterministic sort order is produced when ordered
specs ar...</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/9e9e3e55e77704674f439e8f32d9bbc8d6472bea"><code>9e9e3e5</code></a>
Bump golang.org/x/sys from 0.7.0 to 0.8.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1193">#1193</a>)</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/909d19387f14c77d47f73878e5d6e63c26fd7afa"><code>909d193</code></a>
v2.9.4</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/8dea88bb03ed0fa705b8a6b6f5d4999245097e73"><code>8dea88b</code></a>
fix: fail fast may cause Serial spec or cleanup Node interrupted (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1178">#1178</a>)</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/903be81ba5a3f47631e6cb0e7c72c12fe47a6746"><code>903be81</code></a>
Document run order when multiple setup nodes are at the same nesting
level</li>
<li><a
href="/~https://github.com/onsi/ginkgo/commit/b56269baa96bf193be23330a595c09a285a840b7"><code>b56269b</code></a>
remove accidental TODO commit</li>
<li>Additional commits viewable in <a
href="/~https://github.com/onsi/ginkgo/compare/v2.9.2...v2.9.5">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.9.2&new-version=2.9.5)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2023
1 parent 882cd1e commit 0bd0901
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/runfinch/common-tests
go 1.20

require (
github.com/onsi/ginkgo/v2 v2.9.2
github.com/onsi/gomega v1.27.5
github.com/onsi/ginkgo/v2 v2.9.5
github.com/onsi/gomega v1.27.6
)

require (
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
29 changes: 15 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
Expand All @@ -14,24 +14,25 @@ github.com/google/go-cmp v0.5.9/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.9.2 h1:BA2GMJOtfGAfagzYtrAlufIP0lq6QERkFmHLMLPwFSU=
github.com/onsi/ginkgo/v2 v2.9.2/go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts=
github.com/onsi/gomega v1.27.5 h1:T/X6I0RNFw/kTqgfkZPcQ5KU6vCnWNBGdtrIx2dpGeQ=
github.com/onsi/gomega v1.27.5/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg=
github.com/onsi/ginkgo/v2 v2.9.5 h1:+6Hr4uxzP4XIUyAkg61dWBw8lb/gc4/X5luuxN/EC+Q=
github.com/onsi/ginkgo/v2 v2.9.5/go.mod h1:tvAoo1QUJwNEU2ITftXTpR7R1RbCzoZUOs3RonqW57k=
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg=
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/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=
golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/text v0.8.0 h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68=
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4=
golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s=
golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/text v0.9.0 h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/tools v0.9.1 h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=
golang.org/x/tools v0.9.1/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc=
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 0bd0901

Please sign in to comment.