fix(deps): update module github.com/onsi/gomega to v1.42.1 - #95
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/onsi/gomega to v1.42.1#95renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
January 30, 2026 05:36
1ca43e6 to
bd2f0c1
Compare
Contributor
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-gomega-1.x
branch
from
April 1, 2026 20:10
bd2f0c1 to
462e12b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
2 times, most recently
from
April 11, 2026 17:33
462e12b to
6edbfe7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
April 29, 2026 00:53
6edbfe7 to
57ac61c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
May 18, 2026 00:35
57ac61c to
7b36fe4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
2 times, most recently
from
June 1, 2026 21:54
7b36fe4 to
6e8fe41
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
June 14, 2026 21:42
6e8fe41 to
094c8c3
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
June 23, 2026 22:37
094c8c3 to
3bef2a0
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
2 times, most recently
from
June 25, 2026 17:14
3bef2a0 to
a5b2633
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:
v1.38.3→v1.42.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
onsi/gomega (github.com/onsi/gomega)
v1.42.1Compare Source
1.42.1
Bump Dependencies
v1.42.0Compare Source
1.42.0
Add a set of Claude skill as a marketplace plugin
v1.41.0Compare Source
v1.40.0Compare Source
1.40.0
We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your
go.modeven if you are only using Gomega (Gomega uses Ginkgo for its own tests).Going forward, releases will strip out all tests, tidy up the
go.modand then push this stripped down version to a newmaster-litebranch. These stripped-down versions will receive thevx.y.zgit tag and will be picked up by the go toolchain.Please open an issue if this new release process causes unexpected changes for your projects.
v1.39.1Compare Source
1.39.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.
v1.39.0Compare Source
1.39.0
Features
Add
MatchErrorStrictlywhich only passes iferrors.Is(actual, expected)returns true.MatchError, by contrast, will fallback to string comparison.Configuration
📅 Schedule: (UTC)
🚦 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.