Skip to content

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

Merged
opzkit-auto-merge[bot] merged 1 commit into
mainfrom
renovate/github.com-onsi-gomega-1.x
May 7, 2026
Merged

fix(deps): update module github.com/onsi/gomega to v1.40.0#132
opzkit-auto-merge[bot] merged 1 commit into
mainfrom
renovate/github.com-onsi-gomega-1.x

Conversation

@renovate

@renovate renovate Bot commented May 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/onsi/gomega v1.39.1v1.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.


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.

@renovate renovate Bot added the dependencies label May 2, 2026
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from b0d83f9 to 0cd78aa Compare May 7, 2026 07:43
@renovate renovate Bot requested review from argoyle and peter-svensson as code owners May 7, 2026 07:43
peter-svensson
peter-svensson previously approved these changes May 7, 2026

@peter-svensson peter-svensson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@opzkit-auto-merge opzkit-auto-merge Bot enabled auto-merge (squash) May 7, 2026 07:47
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 0cd78aa to 80c7420 Compare May 7, 2026 10:05
peter-svensson added a commit that referenced this pull request May 7, 2026
`test/integration/{integration,operator}_test.go` import gomega behind
the `//go:build integration` tag. `go mod tidy` ignores tagged files,
so renovate-driven version bumps strip or omit gomega from go.sum,
breaking the integration job (e.g. PR #132).

Add a tag-free blank import in the same package so tidy keeps gomega
tracked. The file has no runtime impact: under the integration tag it
sits next to the real users; without the tag it builds alone with
just the side-effect import.
peter-svensson added a commit that referenced this pull request May 7, 2026
`test/integration/{integration,operator}_test.go` import gomega behind
the `//go:build integration` tag. `go mod tidy` ignores tagged files,
so renovate-driven version bumps strip or omit gomega from go.sum,
breaking the integration job (e.g. PR #132).

Add a tag-free blank import in the same package so tidy keeps gomega
tracked. The file has no runtime impact: under the integration tag it
sits next to the real users; without the tag it builds alone with
just the side-effect import.
@renovate renovate Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 80c7420 to 540161e Compare May 7, 2026 10:34
@opzkit-auto-merge opzkit-auto-merge Bot merged commit 09d63fe into main May 7, 2026
8 checks passed
@opzkit-auto-merge opzkit-auto-merge Bot deleted the renovate/github.com-onsi-gomega-1.x branch May 7, 2026 10:48
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.

1 participant