fix(deps): update module github.com/onsi/gomega to v1.42.1#1853
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/onsi/gomega to v1.42.1#1853renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1853 +/- ##
==========================================
+ Coverage 26.64% 26.65% +0.01%
==========================================
Files 390 390
Lines 22552 22552
==========================================
+ Hits 6008 6012 +4
+ Misses 16247 16245 -2
+ Partials 297 295 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
2 times, most recently
from
February 2, 2026 17:00
7eb7721 to
8c6cb49
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
February 12, 2026 18:02
8c6cb49 to
075c649
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
February 24, 2026 19:47
075c649 to
bdf4c7b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
March 5, 2026 17:37
bdf4c7b to
40b1af7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
March 13, 2026 10:41
40b1af7 to
0046a1a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
April 1, 2026 17:43
0046a1a to
a8e40f2
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
April 28, 2026 22:51
a8e40f2 to
a5d72b1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
May 4, 2026 13:13
a5d72b1 to
a467d35
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
May 12, 2026 11:47
a467d35 to
a3d7e0e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
May 13, 2026 00:24
a3d7e0e to
dbfc08d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
2 times, most recently
from
June 4, 2026 16:59
87bd1e5 to
f1514b0
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
June 28, 2026 20:57
f1514b0 to
6caa2bc
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
2 times, most recently
from
July 2, 2026 17:56
6caa2bc to
d0763e0
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
July 8, 2026 00:25
d0763e0 to
924ade1
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
July 8, 2026 09:46
924ade1 to
a05e5a6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
July 10, 2026 04:53
a05e5a6 to
a391ba7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
July 21, 2026 00:11
a391ba7 to
8b34011
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
July 22, 2026 09:03
8b34011 to
67f4a0c
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.39.1→v1.42.1Release 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.
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.