Skip to content

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

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

fix(deps): update module github.com/onsi/gomega to v1.40.0#922
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-onsi-gomega-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/onsi/gomega v1.38.2v1.40.0 age confidence

Release Notes

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

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


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
Copy link
Copy Markdown

codecov Bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (a2964e5) to head (feb96b9).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #922   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          1       1           
  Lines        316     316           
=====================================
  Misses       316     316           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from b22cde0 to 31adb05 Compare December 15, 2025 18:03
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.38.3 fix(deps): update module github.com/onsi/gomega to v1.39.0 Jan 8, 2026
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 31adb05 to 1734467 Compare January 8, 2026 18:36
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 1734467 to 6255ffa Compare January 30, 2026 05:57
@renovate renovate 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
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from 3de8db2 to e6f6379 Compare February 24, 2026 14:39
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from e6f6379 to c33ea65 Compare March 5, 2026 15:50
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from c33ea65 to 20376f3 Compare March 13, 2026 13:53
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 20376f3 to 1086cda Compare April 1, 2026 20:03
@renovate renovate 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.39.1 - autoclosed Apr 7, 2026
@renovate renovate Bot closed this Apr 7, 2026
@renovate renovate Bot deleted the renovate/github.com-onsi-gomega-1.x branch April 7, 2026 09:25
@renovate renovate Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.39.1 - autoclosed fix(deps): update module github.com/onsi/gomega to v1.39.1 Apr 7, 2026
@renovate renovate Bot reopened this Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from 1086cda to bdd16d9 Compare April 7, 2026 13:54
@renovate renovate 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
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from bdd16d9 to feb96b9 Compare April 29, 2026 01:57
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