fix(deps): update module github.com/onsi/gomega to v1.40.0#132
Merged
Conversation
b0d83f9 to
0cd78aa
Compare
0cd78aa to
80c7420
Compare
2 tasks
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.
80c7420 to
540161e
Compare
peter-svensson
approved these changes
May 7, 2026
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.39.1→v1.40.0Release Notes
onsi/gomega (github.com/onsi/gomega)
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.
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.