Update module github.com/onsi/gomega to v1.43.0 - #22
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
January 18, 2024 00:14
e1e10bd to
97135a7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
January 19, 2024 17:26
97135a7 to
85d8905
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
March 18, 2024 16:50
85d8905 to
5558a35
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
April 18, 2024 17:20
5558a35 to
c583c2a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
April 30, 2024 03:12
c583c2a to
e780759
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
July 25, 2024 19:23
e780759 to
bec36ea
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 29, 2024 19:20
bec36ea to
85d001a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
August 28, 2024 17:07
85d001a to
f7f52bc
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
September 11, 2024 16:49
f7f52bc to
9ec5143
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
October 29, 2024 22:53
9ec5143 to
457b15b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
October 31, 2024 23:23
457b15b to
85c9916
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
November 17, 2024 15:22
85c9916 to
fe83e53
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
November 25, 2024 16:26
fe83e53 to
e964cec
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
December 10, 2024 08:02
e964cec to
18326fc
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
December 24, 2024 14:08
18326fc to
69a2931
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
March 3, 2025 17:43
69a2931 to
86248f1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
December 8, 2025 19:26
5f838a7 to
7145b65
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
January 8, 2026 17:59
7145b65 to
958eee3
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
January 30, 2026 05:31
958eee3 to
ba2e54f
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
February 6, 2026 12:36
ba2e54f to
9c6d320
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
2 times, most recently
from
April 11, 2026 17:34
9c6d320 to
ff8e553
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
April 29, 2026 01:57
ff8e553 to
91e3f09
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
May 18, 2026 01:42
91e3f09 to
e69f85c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-onsi-gomega-1.x
branch
from
July 26, 2026 02:24
e69f85c to
bfb8428
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.29.0→v1.43.0Release Notes
onsi/gomega (github.com/onsi/gomega)
v1.43.0Compare Source
1.43.0
Features
Add gomock adaptor extension for using Gomega matchers with gomock
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.v1.38.3Compare Source
1.38.3
Fixes
make string formatitng more consistent for users who use format.Object directly
v1.38.2Compare Source
1.38.2
c404969]v1.38.1Compare Source
1.38.1
Fixes
Numerous minor fixes and dependency bumps
v1.38.0Compare Source
1.38.0
Features
4ee7ed0]Fixes
36bbf72]Maintenance
529d408]acd1f55]bae65a0]8dda91f]212d812]59bd7f9]328c729]9a798a1]04a72c6]v1.37.0Compare Source
1.37.0
Features
5666f98]v1.36.3Compare Source
1.36.3
Maintenance
adb8b49]interface{}withany[7613216]9fe5259]a0e85b9]604a8b1]36fbc84]ced70d7]c8b4a07]06431b9]b55a92d]a1d518b]v1.36.2Compare Source
Maintenance
v1.36.1Compare Source
1.36.1
Fixes
1c6c112]4feb9d7]v1.36.0Compare Source
1.36.0
Features
4c964c6]Maintenance
ece6872]8e924d7]v1.35.1Compare Source
1.35.1
Fixes
ca36da1]v1.35.0Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()to haveEventuallyhonor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]StopTrying(message).Successfully()to abort aConsistentlyearly without failure [eeca931]Fixes
HaveFieldto avoid unexpected errors when used with async assertions. [3bdbc4e]Maintenance
a05a416]v1.34.2Compare Source
1.34.2
Require Go 1.22+
Maintenance
c59c6dc]8158b99]v1.34.1Compare Source
1.34.1
Maintenance
5e71dcd]v1.34.0Compare Source
1.34.0
Features
c549e0d]Fixes
878940c]ebadb67]Maintenance
8af2ece]123a071]0e69083]2675796]4160c0f]892c303]v1.33.1Compare Source
1.33.1
Fixes
3a66379]Maintenance
e9bc35a]v1.33.0Compare Source
1.33.0
Features
Receivenot acceptsReceive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.Maintenance
9999deb]cb5ff21]bac6596]v1.32.0Compare Source
1.32.0
Maintenance
Migrate github.com/golang/protobuf to google.golang.org/protobuf [
436a197]This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @jbduncan !). Please open an issue if you run into one.
chore: test with Go 1.22 (#733) [
32ef35e]Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [
a0d0387]Bump github-pages and jekyll-feed in /docs (#732) [
b71e477]docs: fix typo and broken anchor link to gstruct [
f460154]docs: fix HaveEach matcher signature [
a2862e4]v1.31.1Compare Source
1.31.1
Fixes
e0dd999]ad1a367]Maintenance
24e958d]26661b8]bde8f7a]v1.31.0Compare Source
1.31.0
Features
121c37f]Maintenance
dee1e3c]49005fe]f1c8757]9836e76]54726f0]df97ecc]HaveExactElementtypo (#712) [a672c86]v1.30.0Compare Source
1.30.0
Features
4da4c7f]Maintenance
6ca6e97]f1b8343]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.