Skip to content

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

Open
renovate[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.42.1#398
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-onsi-gomega-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/onsi/gomega v1.39.1v1.42.1 age confidence

Release Notes

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

v1.42.1

Compare Source

1.42.1

Bump Dependencies

v1.42.0

Compare Source

1.42.0

Add a set of Claude skill as a marketplace plugin

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.


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Apr 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from edae808 to e194c4e Compare May 12, 2026 17:34
@renovate renovate 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
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from e194c4e to b3bf8f5 Compare May 18, 2026 00:44
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.41.0 fix(deps): update module github.com/onsi/gomega to v1.41.0 - autoclosed Jun 1, 2026
@renovate renovate Bot closed this Jun 1, 2026
@renovate renovate Bot deleted the renovate/github.com-onsi-gomega-1.x branch June 1, 2026 04:07
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.41.0 - autoclosed fix(deps): update module github.com/onsi/gomega to v1.41.0 Jun 1, 2026
@renovate renovate Bot reopened this Jun 1, 2026
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from b3bf8f5 to e599787 Compare June 1, 2026 22:16
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.41.0 fix(deps): update module github.com/onsi/gomega to v1.41.0 - autoclosed Jun 5, 2026
@renovate renovate Bot closed this Jun 5, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.41.0 - autoclosed fix(deps): update module github.com/onsi/gomega to v1.41.0 Jun 5, 2026
@renovate renovate Bot reopened this Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from e599787 to a494efd Compare June 5, 2026 21:08
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.41.0 fix(deps): update module github.com/onsi/gomega to v1.42.0 Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from a494efd to fd1aa39 Compare June 14, 2026 21:56
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.42.0 fix(deps): update module github.com/onsi/gomega to v1.42.0 - autoclosed Jun 17, 2026
@renovate renovate Bot closed this Jun 17, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.42.0 - autoclosed fix(deps): update module github.com/onsi/gomega to v1.42.0 Jun 17, 2026
@renovate renovate Bot reopened this Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from fd1aa39 to 2f8cdf4 Compare June 17, 2026 23:53
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.42.0 fix(deps): update module github.com/onsi/gomega to v1.42.1 Jun 24, 2026
@renovate

renovate Bot commented Jun 24, 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):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.53.0 -> v0.56.0
golang.org/x/crypto v0.50.0 -> v0.53.0
golang.org/x/mod v0.34.0 -> v0.36.0
golang.org/x/sync v0.20.0 -> v0.21.0
golang.org/x/sys v0.43.0 -> v0.46.0
golang.org/x/term v0.42.0 -> v0.44.0
golang.org/x/text v0.36.0 -> v0.38.0
golang.org/x/tools v0.43.0 -> v0.45.0

@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 2f8cdf4 to 6821a58 Compare June 24, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants