Update module github.com/onsi/ginkgo/v2 to v2.32.0#244
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
January 13, 2026 01:49
902dd12 to
f780b1f
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
January 30, 2026 04:46
f780b1f to
c5c7e94
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
February 12, 2026 17:55
c5c7e94 to
bdd3056
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
2 times, most recently
from
February 27, 2026 14:40
f1cfb80 to
ad0a7f3
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
April 1, 2026 21:05
ad0a7f3 to
7003f45
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
2 times, most recently
from
April 11, 2026 17:47
7003f45 to
6f80bd4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
April 27, 2026 05:43
6f80bd4 to
974e9c3
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
3 times, most recently
from
April 30, 2026 16:12
c1aa010 to
19160e4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
May 12, 2026 09:41
19160e4 to
7b9848b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
May 18, 2026 00:47
7b9848b to
165be6b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
May 28, 2026 16:59
165be6b to
b0b3d4e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
June 11, 2026 17:55
b0b3d4e to
d404d55
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
June 14, 2026 21:28
d404d55 to
10e6d37
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
June 22, 2026 18:40
10e6d37 to
3623a34
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
July 12, 2026 12:36
3623a34 to
2beb63a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
2 times, most recently
from
July 15, 2026 17:47
2beb63a to
7469abd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.27.3→v2.32.0Release Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.32.0Compare Source
2.32.0
-fdgenerate RSpec-style documentation output. Thank @woodie !--sleep-on-failure pauses a failed spec before teardown. Thanks @qinqon !
v2.31.0Compare Source
2.31.0
Add a bunch of Claude Skills via the marketplace:
v2.30.0Compare Source
2.30.0
Features
Ginkgo now allows
extentions/global.Resetto 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
4f62d7a]v2.29.0Compare Source
2.29.0
GinkgoHelperGomakes it easier to write test helpers that need to run in goroutines. Specifically, it makes managing the failure state and capturing failure panics correctly straightforward.ginkgo outlinenow includes entries defined inDescribeTableSubtreev2.28.3Compare Source
2.28.3
Maintenance
Bump all dependencies
v2.28.2Compare Source
2.28.2
f3a36b6]94151c8]4d21dbb]c102161]9619647]5779304]v2.28.1Compare Source
2.28.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
v2.28.0Compare Source
2.28.0
Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:
can be filtered in or out with an invocation like:
ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"Huge thanks to @Icarus9913 for working on this!
v2.27.5Compare Source
2.27.5
Fixes
Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory
v2.27.4Compare Source
2.27.4
Fixes
59bc751]Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.