Skip to content

fix(deps): update module github.com/onsi/gomega to v1.41.0#12

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-onsi-gomega-1.x
Open

fix(deps): update module github.com/onsi/gomega to v1.41.0#12
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-onsi-gomega-1.x

Conversation

@github-actions

@github-actions github-actions Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/onsi/gomega v1.36.1v1.41.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

onsi/gomega (github.com/onsi/gomega)

v1.41.0

Compare Source

v1.40.0

Compare 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.mod even 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.mod and then push this stripped down version to a new master-lite branch. These stripped-down versions will receive the vx.y.z git 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.1

Compare 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.0

Compare Source

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

v1.38.2

Compare Source

1.38.2

v1.38.1

Compare Source

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3

Maintenance

v1.36.2

Compare Source

Maintenance


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions

github-actions Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.38.0 -> v0.49.0
golang.org/x/sync v0.12.0 -> v0.19.0
golang.org/x/sys v0.31.0 -> v0.40.0
golang.org/x/term v0.30.0 -> v0.39.0
golang.org/x/text v0.23.0 -> v0.33.0
golang.org/x/tools v0.26.0 -> v0.40.0
google.golang.org/protobuf v1.36.5 -> v1.36.7

@coderabbitai

coderabbitai Bot commented Jan 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 8daa4b8 to fc89b3d Compare January 30, 2026 04:30
@github-actions github-actions Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.39.0 fix(deps): update module github.com/onsi/gomega to v1.39.1 Jan 30, 2026
@github-actions github-actions Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from fc89b3d to 50b2ce5 Compare February 10, 2026 04:44
@github-actions github-actions Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 50b2ce5 to e0b1d42 Compare April 29, 2026 05:02
@github-actions github-actions Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.39.1 fix(deps): update module github.com/onsi/gomega to v1.40.0 Apr 29, 2026
@github-actions github-actions Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from e0b1d42 to 9fff85c Compare May 18, 2026 05:19
@github-actions github-actions Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.40.0 fix(deps): update module github.com/onsi/gomega to v1.41.0 May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants