Skip to content

chore: bump github.com/onsi/gomega from 1.24.1 to 1.24.2#2536

Merged
sozercan merged 2 commits into
masterfrom
dependabot/go_modules/github.com/onsi/gomega-1.24.2
Jan 26, 2023
Merged

chore: bump github.com/onsi/gomega from 1.24.1 to 1.24.2#2536
sozercan merged 2 commits into
masterfrom
dependabot/go_modules/github.com/onsi/gomega-1.24.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 25, 2023

Bumps github.com/onsi/gomega from 1.24.1 to 1.24.2.

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.24.2

1.24.2

Fixes

  • Correctly handle assertion failure panics for eventually/consistnetly "g Gomega"s in a goroutine [78f1660]
  • docs:Fix typo "you an" -> "you can" (#607) [3187c1f]
  • fixes issue #600 (#606) [808d192]

Maintenance

  • Bump golang.org/x/net from 0.2.0 to 0.4.0 (#611) [6ebc0bf]
  • Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#612) [258cfc8]
  • Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (#609) [e6c3eb9]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.24.2

Fixes

  • Correctly handle assertion failure panics for eventually/consistnetly "g Gomega"s in a goroutine [78f1660]
  • docs:Fix typo "you an" -> "you can" (#607) [3187c1f]
  • fixes issue #600 (#606) [808d192]

Maintenance

  • Bump golang.org/x/net from 0.2.0 to 0.4.0 (#611) [6ebc0bf]
  • Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#612) [258cfc8]
  • Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (#609) [e6c3eb9]
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.24.1...v1.24.2)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 25, 2023
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Base: 53.51% // Head: 53.50% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (b0a4f3b) compared to base (7824f68).
Patch coverage: 44.44% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2536      +/-   ##
==========================================
- Coverage   53.51%   53.50%   -0.01%     
==========================================
  Files         120      120              
  Lines       10635    10643       +8     
==========================================
+ Hits         5691     5695       +4     
- Misses       4511     4514       +3     
- Partials      433      434       +1     
Flag Coverage Δ
unittests 53.50% <44.44%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/gator/verify/runner.go 86.03% <0.00%> (ø)
pkg/mutation/mutators/assignimage/errors.go 100.00% <ø> (ø)
pkg/watch/manager.go 68.14% <0.00%> (-1.06%) ⬇️
pkg/readiness/setup.go 52.63% <33.33%> (-1.22%) ⬇️
pkg/mutation/system_external_data.go 87.58% <100.00%> (ø)
pkg/target/target.go 78.16% <100.00%> (ø)
pkg/readiness/list.go 79.41% <0.00%> (-11.77%) ⬇️
pkg/readiness/object_tracker.go 83.98% <0.00%> (+1.06%) ⬆️
...platestatus/constrainttemplatestatus_controller.go 70.58% <0.00%> (+2.52%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sozercan sozercan merged commit f4435e2 into master Jan 26, 2023
@sozercan sozercan deleted the dependabot/go_modules/github.com/onsi/gomega-1.24.2 branch January 26, 2023 23:40
davis-haba pushed a commit to davis-haba/gatekeeper that referenced this pull request Mar 7, 2023
…-agent#2536)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants