Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #768

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps github.com/onsi/gomega from 1.30.0 to 1.31.1.

Release notes

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

v1.31.1

1.31.1

Fixes

  • Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]
  • Update test in case keeping msg is desired [ad1a367]

Maintenance

  • Show how to import the format sub package [24e958d]
  • tidy up go.sum [26661b8]
  • bump dependencies [bde8f7a]

v1.31.0

1.31.0

Features

  • Async assertions include context cancellation cause if present [121c37f]

Maintenance

  • Bump minimum go version [dee1e3c]
  • docs: fix typo in example usage "occured" -> "occurred" [49005fe]
  • Bump actions/setup-go from 4 to 5 (#714) [f1c8757]
  • Bump github/codeql-action from 2 to 3 (#715) [9836e76]
  • Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 (#713) [54726f0]
  • Bump golang.org/x/net from 0.17.0 to 0.19.0 (#711) [df97ecc]
  • docs: fix HaveExactElement typo (#712) [a672c86]
Changelog

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

1.31.1

Fixes

  • Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]
  • Update test in case keeping msg is desired [ad1a367]

Maintenance

  • Show how to import the format sub package [24e958d]
  • tidy up go.sum [26661b8]
  • bump dependencies [bde8f7a]

1.31.0

Features

  • Async assertions include context cancellation cause if present [121c37f]

Maintenance

  • Bump minimum go version [dee1e3c]
  • docs: fix typo in example usage "occured" -> "occurred" [49005fe]
  • Bump actions/setup-go from 4 to 5 (#714) [f1c8757]
  • Bump github/codeql-action from 2 to 3 (#715) [9836e76]
  • Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 (#713) [54726f0]
  • Bump golang.org/x/net from 0.17.0 to 0.19.0 (#711) [df97ecc]
  • docs: fix HaveExactElement typo (#712) [a672c86]
Commits
  • 762b171 v1.31.1
  • 26661b8 tidy up go.sum
  • bde8f7a bump dependencies
  • 24e958d Show how to import the format sub package
  • ad1a367 Update test in case keeping msg is desired
  • e0dd999 Inverted arguments order of FailureMessage of BeComparableToMatcher
  • ba8bba2 v1.31.0
  • 121c37f Async assertions include context cancellation cause if present
  • dee1e3c Bump minimum go version
  • 49005fe docs: fix typo in example usage "occured" -> "occurred"
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.30.0 to 1.31.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.30.0...v1.31.1)

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

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 19, 2024
@pendo324 pendo324 closed this Jan 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@pendo324 pendo324 reopened this Jan 30, 2024
pendo324
pendo324 previously approved these changes Jan 30, 2024
@pendo324
Copy link
Member

Tests all passed until rebase after unrelated dependency update. Overriding and merging since there are no build failures.

@pendo324 pendo324 merged commit 889abf8 into main Jan 30, 2024
19 of 22 checks passed
@pendo324 pendo324 deleted the dependabot/go_modules/github.com/onsi/gomega-1.31.1 branch January 30, 2024 20:50
mharwani pushed a commit that referenced this pull request Jan 31, 2024
🤖 I have created a release *beep* *boop*
---


## [1.1.0](v1.0.1...v1.1.0)
(2024-01-31)


### Build System or External Dependencies

* **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.24.0 to 1.24.1
([#749](#749))
([c3ae967](c3ae967))
* **deps:** Bump github.com/containerd/containerd from 1.7.10 to 1.7.11
([#742](#742))
([7d1e250](7d1e250))
* **deps:** Bump github.com/docker/docker from 24.0.7+incompatible to
25.0.1+incompatible
([#772](#772))
([b16f6ae](b16f6ae))
* **deps:** Bump github.com/lima-vm/lima from 0.19.0 to 0.20.0
([#769](#769))
([7f0c86e](7f0c86e))
* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0
([#758](#758))
([7d3a7c8](7d3a7c8))
* **deps:** Bump github.com/onsi/gomega from 1.30.0 to 1.31.1
([#768](#768))
([889abf8](889abf8))
* **deps:** Bump github.com/runfinch/common-tests from 0.7.11 to 0.7.12
([#761](#761))
([bb17a96](bb17a96))
* **deps:** Bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12
([#744](#744))
([eb55877](eb55877))
* **deps:** Bump golang.org/x/crypto from 0.16.0 to 0.18.0
([#751](#751))
([fc434ac](fc434ac))
* **deps:** Bump golang.org/x/image from
0.0.0-20210220032944-ac19c3e999fb to 0.10.0
([#752](#752))
([9a08b45](9a08b45))
* **deps:** Bump golang.org/x/tools from 0.16.0 to 0.16.1
([#734](#734))
([efecfca](efecfca))
* **deps:** Bump golang.org/x/tools from 0.16.1 to 0.17.0
([#757](#757))
([89623da](89623da))
* **deps:** Bump submodules and dependencies
([#733](#733))
([8b2d8cd](8b2d8cd))


### Experimental

* make finch work on windows with wsl2
([#649](#649))
([31cdc41](31cdc41))


### Features

* upgrade Windows support to "feature"
([#778](#778))
([63894d1](63894d1))


### Bug Fixes

* properly reload persistent snapshotter data and restart services
([#767](#767))
([700cb92](700cb92))
* temporarily switch to our own nerdctl-full bundle with patched runc
and buildkit ([#783](#783))
([f677e2e](f677e2e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@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.

1 participant