mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.31.0 (#299)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.29.0 to 2.31.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.31.0</h2> <h2>2.31.0</h2> <p>Add a bunch of Claude Skills via the marketplace:</p> <pre><code>/plugin marketplace add onsi/ginkgo /plugin install ginkgo@ginkgo </code></pre> <h2>v2.30.0</h2> <h2>2.30.0</h2> <h3>Features</h3> <p>Ginkgo now allows <code>extentions/global.Reset</code> to support running multiple suites from within a single process. This may take some massaging on your part (see <a href="https://redirect.github.com/onsi/ginkgo/issues/1672">1672</a>) but can dramatically speed up codebases with O(hundreds) of test suites.</p> <p>Thanks <a href="https://github.com/lawrencejones"><code>@lawrencejones</code></a> !</p> <h3>Fixes</h3> <ul> <li>Fix nested --github-output group for progress report nested inside timeline [4f62d7a]</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.31.0</h2> <p>Add a bunch of Claude Skills via the marketplace:</p> <pre><code>/plugin marketplace add onsi/ginkgo /plugin install ginkgo@ginkgo </code></pre> <h2>2.30.0</h2> <h3>Features</h3> <p>Ginkgo now allows <code>extentions/global.Reset</code> to support running multiple suites from within a single process. This may take some massaging on your part (see <a href="https://redirect.github.com/onsi/ginkgo/issues/1672">1672</a>) but can dramatically speed up codebases with O(hundreds) of test suites.</p> <p>Thanks <a href="https://github.com/lawrencejones"><code>@lawrencejones</code></a> !</p> <h3>Fixes</h3> <ul> <li>Fix nested --github-output group for progress report nested inside timeline [4f62d7a]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/3c7bde4e56b079f4ce636d238daadaa94d32de12"><code>3c7bde4</code></a> v2.31.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/e479459ad98fd7e56c92733b8915cf17f7b4a217"><code>e479459</code></a> add claude skills</li> <li><a href="https://github.com/onsi/ginkgo/commit/31e99120691330a79003ad95329cf896e4fb1051"><code>31e9912</code></a> v2.30.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/a79cdbb03469c0dedde57cc481c78c8284ee0387"><code>a79cdbb</code></a> Document running multiple suites in a single test process</li> <li><a href="https://github.com/onsi/ginkgo/commit/800291af09d4f6da0927e7326b8b58c17c322b97"><code>800291a</code></a> Allow extensions/globals.Reset to support re-running RunSpecs</li> <li><a href="https://github.com/onsi/ginkgo/commit/4f62d7a74752034222d97d911f904d9be47ff7aa"><code>4f62d7a</code></a> Fix nested --github-output group for progress report nested inside timeline</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.29.0...v2.31.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
d426d1de3f
commit
1829da2906
@@ -10,7 +10,7 @@ require (
|
||||
github.com/go-openapi/testify/v2 v2.5.1
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/netbirdio/netbird v0.72.2
|
||||
github.com/onsi/ginkgo/v2 v2.29.0
|
||||
github.com/onsi/ginkgo/v2 v2.31.0
|
||||
github.com/onsi/gomega v1.41.0
|
||||
golang.org/x/mod v0.37.0
|
||||
k8s.io/api v0.36.2
|
||||
|
||||
@@ -352,8 +352,8 @@ github.com/okta/okta-sdk-golang/v2 v2.18.0 h1:cfDasMb7CShbZvOrF6n+DnLevWwiHgedWM
|
||||
github.com/okta/okta-sdk-golang/v2 v2.18.0/go.mod h1:dz30v3ctAiMb7jpsCngGfQUAEGm1/NsWT92uTbNDQIs=
|
||||
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
|
||||
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
|
||||
github.com/onsi/ginkgo/v2 v2.29.0 h1:rfh+ZFjgJhYWRoIqVf3Uwx/W20yLrcrE2h2GmYVRaag=
|
||||
github.com/onsi/ginkgo/v2 v2.29.0/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44=
|
||||
github.com/onsi/ginkgo/v2 v2.31.0 h1:GtuJos5DFUV9EerYJo8RhYxosYNGvOdDE5haKq6Grfs=
|
||||
github.com/onsi/ginkgo/v2 v2.31.0/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44=
|
||||
github.com/onsi/gomega v1.41.0 h1:OwKp4pXNgVxf6sCplzYo794OFNuoL2q2SBMU5NSWOjA=
|
||||
github.com/onsi/gomega v1.41.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A=
|
||||
github.com/openbao/openbao/api/v2 v2.5.1 h1:Br79D6L20SbAa5P7xqENxmvv8LyI4HoKosPy7klhn4o=
|
||||
|
||||
Reference in New Issue
Block a user