Skip to content

Commit

Permalink
build(deps): bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (#71)
Browse files Browse the repository at this point in the history
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from
2.10.0 to 2.11.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.11.0</h2>
<h2>2.11.0</h2>
<p>In prior versions of Ginkgo specs the CLI filter flags (e.g.
<code>--focus</code>, <code>--label-filter</code>) would
<em>override</em> any programmatic focus. This behavior has proved
surprising and confusing in at least the following ways:</p>
<ul>
<li>users cannot combine programmatic filters and CLI filters to more
efficiently select subsets of tests</li>
<li>CLI filters can override programmatic focus on CI systems resulting
in an exit code of 0 despite the presence of (incorrectly!) committed
focused specs.</li>
</ul>
<p>Going forward Ginkgo will AND all programmatic and CLI filters.
Moreover, the presence of any programmatic focused tests will always
result in a non-zero exit code.</p>
<p>This change is technically a change in Ginkgo's external contract and
may require some users to make changes to successfully adopt.
Specifically: it's possible some users were intentionally using CLI
filters to override programmatic focus. If this is you please open an
issue so we can explore solutions to the underlying problem you are
trying to solve.</p>
<h3>Fixes</h3>
<ul>
<li>Programmatic focus is no longer overwrriten by CLI filters
[d6bba86]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1218">#1218</a>)
[4a70a38]</li>
<li>Bump golang.org/x/sys from 0.8.0 to 0.9.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1219">#1219</a>)
[97eda4d]</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.11.0</h2>
<p>In prior versions of Ginkgo specs the CLI filter flags (e.g.
<code>--focus</code>, <code>--label-filter</code>) would
<em>override</em> any programmatic focus. This behavior has proved
surprising and confusing in at least the following ways:</p>
<ul>
<li>users cannot combine programmatic filters and CLI filters to more
efficiently select subsets of tests</li>
<li>CLI filters can override programmatic focus on CI systems resulting
in an exit code of 0 despite the presence of (incorrectly!) committed
focused specs.</li>
</ul>
<p>Going forward Ginkgo will AND all programmatic and CLI filters.
Moreover, the presence of any programmatic focused tests will always
result in a non-zero exit code.</p>
<p>This change is technically a change in Ginkgo's external contract and
may require some users to make changes to successfully adopt.
Specifically: it's possible some users were intentionally using CLI
filters to override programmatic focus. If this is you please open an
issue so we can explore solutions to the underlying problem you are
trying to solve.</p>
<h3>Fixes</h3>
<ul>
<li>Programmatic focus is no longer overwrriten by CLI filters
[d6bba86]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1218">#1218</a>)
[4a70a38]</li>
<li>Bump golang.org/x/sys from 0.8.0 to 0.9.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1219">#1219</a>)
[97eda4d]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/5c32b2a6408b866b04774abad81eca2274f4fb5b"><code>5c32b2a</code></a>
v2.11.0</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/d6bba86e67d4973f786752a070f69b7732601caa"><code>d6bba86</code></a>
Programmatic focus is no longer overwrriten by CLI filters</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/4a70a38d78ea5f2bca038945b4e49442fb93c7a3"><code>4a70a38</code></a>
Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1218">#1218</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/97eda4d083fd88e17b9f1c947a24cf0ac5864dce"><code>97eda4d</code></a>
Bump golang.org/x/sys from 0.8.0 to 0.9.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1219">#1219</a>)</li>
<li>See full diff in <a
href="https://github.com/onsi/ginkgo/compare/v2.10.0...v2.11.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.10.0&new-version=2.11.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 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] committed Jun 27, 2023
1 parent 88f732f commit 45e9414
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.10.0
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
)

Expand All @@ -13,7 +13,7 @@ require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.9.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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.10.0 h1:sfUl4qgLdvkChZrWCYndY2EAu9BRIw1YphNAzy1VNWs=
github.com/onsi/ginkgo/v2 v2.10.0/go.mod h1:UDQOh5wbQUlMnkLfVaIUMtQ1Vus92oM+P2JX1aulgcE=
github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU=
github.com/onsi/ginkgo/v2 v2.11.0/go.mod h1:ZhrRA5XmEE3x3rhlzamx/JJvujdZoJ2uvgI7kR0iZvM=
github.com/onsi/gomega v1.27.8 h1:gegWiwZjBsf2DgiSbf5hpokZ98JVDMcWkUiigk6/KXc=
github.com/onsi/gomega v1.27.8/go.mod h1:2J8vzI/s+2shY9XHRApDkdgPo1TKT7P2u6fXeJKFnNQ=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand All @@ -27,8 +27,8 @@ 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.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s=
golang.org/x/sys v0.9.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.3 h1:Gn1I8+64MsuTb/HpH+LmQtNas23LhUVr3rYZ0eKuaMM=
Expand Down

0 comments on commit 45e9414

Please sign in to comment.