Update module github.com/onsi/gomega to v1.37.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/onsi/gomega | require | minor | v1.34.2 -> v1.37.0 |
[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
onsi/gomega (github.com/onsi/gomega)
v1.37.0
1.37.0
Features
- add To/ToNot/NotTo aliases for AsyncAssertion [
5666f98]
v1.36.3
1.36.3
Maintenance
- bump all the things [
adb8b49] - chore: replace
interface{}withany[7613216] - Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (#822) [
9fe5259] - remove spurious "toolchain" from go.mod (#819) [
a0e85b9] - Bump golang.org/x/net from 0.33.0 to 0.35.0 (#823) [
604a8b1] - Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#772) [
36fbc84] - Bump github-pages from 231 to 232 in /docs (#778) [
ced70d7] - Bump rexml from 3.2.6 to 3.3.9 in /docs (#788) [
c8b4a07] - Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#812) [
06431b9] - Bump webrick from 1.8.1 to 1.9.1 in /docs (#800) [
b55a92d] - Fix typos (#813) [
a1d518b]
v1.36.2
Maintenance
- Bump nokogiri from 1.16.3 to 1.16.5 in /docs by @dependabot in https://github.com/onsi/gomega/pull/757
- Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.22.1 by @dependabot in https://github.com/onsi/gomega/pull/808
- Bump golang.org/x/net from 0.30.0 to 0.33.0 by @dependabot in https://github.com/onsi/gomega/pull/807
- Bump google.golang.org/protobuf from 1.35.1 to 1.36.1 by @dependabot in https://github.com/onsi/gomega/pull/810
v1.36.1
1.36.1
Fixes
- Fix https://github.com/onsi/gomega/issues/803 [
1c6c112] - resolves #696: make HaveField great on pointer receivers given only a non-addressable value [
4feb9d7]
v1.36.0
1.36.0
Features
- new: make collection-related matchers Go 1.23 iterator aware [
4c964c6]
Maintenance
v1.35.1
1.35.1
Fixes
- Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [
ca36da1]
v1.35.0
1.35.0
Features
- You can now call
EnforceDefaultTimeoutsWhenUsingContexts()to haveEventuallyhonor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265] - You can call
StopTrying(message).Successfully()to abort aConsistentlyearly without failure [eeca931]
Fixes
- Stop memoizing the result of
HaveFieldto avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance
- Bump all dependencies [
a05a416]
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (UTC), 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
To execute skipped test pipelines write comment /ok-to-test.
This PR has been generated by MintMaker (powered by Renovate Bot).
ℹ 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):
- 9 additional dependencies were updated
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.22.3 -> 1.23.0 |
go (toolchain) |
1.22.8 -> 1.24.4 |
github.com/onsi/ginkgo/v2 |
v2.20.2 -> v2.23.4 |
github.com/google/go-cmp |
v0.6.0 -> v0.7.0 |
github.com/google/pprof |
v0.0.0-20240827171923-fa2c70bbbfe5 -> v0.0.0-20250403155104-27863c87afa6 |
golang.org/x/net |
v0.29.0 -> v0.41.0 |
golang.org/x/sys |
v0.25.0 -> v0.33.0 |
golang.org/x/term |
v0.24.0 -> v0.32.0 |
golang.org/x/text |
v0.18.0 -> v0.26.0 |
golang.org/x/tools |
v0.24.0 -> v0.33.0 |
google.golang.org/protobuf |
v1.34.2 -> v1.36.6 |
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: red-hat-konflux[bot] Once this PR has been reviewed and has the lgtm label, please assign abyrne55 for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 65.82%. Comparing base (658cd4a) to head (6edd46d).
:warning: Report is 22 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #387 +/- ##
=======================================
Coverage 65.82% 65.82%
=======================================
Files 8 8
Lines 916 916
=======================================
Hits 603 603
Misses 290 290
Partials 23 23
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@red-hat-konflux[bot]: all tests passed!
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
/close # Stale
PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
/close
@clcollins: Closed this PR.
In response to this:
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.