Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.0#258

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.0
Open

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.0#258
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.0.

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.32.0

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

v2.31.0

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

v2.30.0

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
Commits
  • 9ff1646 v2.32.0
  • 0491f2a Make -fd exclusive of -p/-procs and -randomize-all
  • 334f74a respect SilenceSkips in fd mode, add test
  • 21047ce No need for a new method.
  • 7d281e1 Break out to two methods.
  • 5313727 More integration, fewer changes.
  • b83f524 Fewer new methods.
  • 73c59df feat: add -fd flag for RSpec-style documentation output
  • 76a2074 feat: add --sleep-on-failure to pause a failed spec before teardown
  • 3c7bde4 v2.31.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.29.0 to 2.32.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.29.0...v2.32.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 22, 2026
@zeabur-review-agent

Copy link
Copy Markdown

Note

Currently processing new changes in this PR, please wait...

📦 Commits (1)

Reviewed via multi-agent panel

📂 Files selected for processing (2)

Details available in the full review

@zeabur-review-agent

Copy link
Copy Markdown

Panel Review — zeabur/cli PR #258

1. What problem does this PR solve?

Keeps the test framework dependency github.com/onsi/ginkgo/v2 current by bumping from v2.29.0 to v2.32.0 (Dependabot semver-minor update).

2. How does it solve it?

Updates the version pin in go.mod and refreshes the corresponding checksums in go.sum. Two-line net change.

3. What are the tradeoffs?

Effectively none. Ginkgo is a test-only dependency (imported only in internal/cmd/auth/login/login_suite_test.go via the standard RunSpecs bootstrap). No production binary impact. The repo's go 1.25.0 directive is well above any requirement from ginkgo 2.32.0. Multiple reviewers confirmed no new transitive dependencies were introduced (the /go.mod hash is unchanged from 2.29.0). Risk of test regression is minimal given only the suite entrypoint is used.

4. Verdict

Consensus: approve
Reviewers: Aragorn: approve, Legolas: approve, Gimli: approve, Boromir: approve, Frodo: (absent), Sam: approve, Merry: approve


🔴 BLOCKER

None

🟠 SUGGESTED CHANGES

None

⚖️ Unresolved disagreements

None — reviewers agree on all findings

🟢 INFO

  • I1. go.sum:97-98 — Both new hashes verified authentic against sum.golang.org; /go.mod hash unchanged from 2.29.0, confirming no new transitive dependencies (raised by: Aragorn, Boromir)
  • I2. go.mod:3 — Repo is on go 1.25.0, comfortably above any ginkgo 2.30+ requirement; no toolchain bump needed (raised by: Aragorn, Legolas)
  • I3. internal/cmd/auth/login/login_suite_test.go:11 — Only Ginkgo usage is the stable RunSpecs suite entrypoint; no custom CLI invocations or pinned binary version-skew concerns (raised by: Gimli, Legolas)
  • I4. The bump skips v2.30.0 and v2.31.0; intermediate changelogs worth checking if any test flakiness appears post-merge (raised by: Legolas)

@zeabur-review-agent zeabur-review-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multi-agent review: approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code review-approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants