fix(deps): update module github.com/onsi/gomega to v1.41.0#1853
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/onsi/gomega to v1.41.0#1853renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1853 +/- ##
==========================================
- Coverage 10.06% 10.04% -0.03%
==========================================
Files 343 343
Lines 18644 18644
==========================================
- Hits 1877 1873 -4
- Misses 16708 16710 +2
- Partials 59 61 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
7eb7721 to
8c6cb49
Compare
8c6cb49 to
075c649
Compare
075c649 to
bdf4c7b
Compare
bdf4c7b to
40b1af7
Compare
40b1af7 to
0046a1a
Compare
0046a1a to
a8e40f2
Compare
a8e40f2 to
a5d72b1
Compare
a5d72b1 to
a467d35
Compare
a467d35 to
a3d7e0e
Compare
a3d7e0e to
dbfc08d
Compare
dbfc08d to
73e4ddd
Compare
afb9098 to
0c46865
Compare
0c46865 to
a92040a
Compare
a92040a to
56875d9
Compare
56875d9 to
87bd1e5
Compare
87bd1e5 to
f1514b0
Compare
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.41.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
onsi/gomega (github.com/onsi/gomega)
v1.41.0Compare Source
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.