mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-09-18 08:19:54 +00:00
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.0 (#696)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) | `v2.22.2` -> `v2.23.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary> ### [`v2.23.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.23.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.22.2...v2.23.0) #### 2.23.0 Ginkgo 2.23.0 adds a handful of methods to `GinkgoT()` to make it compatible with the `testing.TB` interface in Go 1.24. `GinkgoT().Context()`, in particular, is a useful shorthand for generating a new context that will clean itself up in a `DeferCleanup()`. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context. ##### Features - bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions \[[`37a511b`](https://redirect.github.com/onsi/ginkgo/commit/37a511b)] ##### Fixes - fix edge case where build -o is pointing at an explicit file, not a directory \[[`7556a86`](https://redirect.github.com/onsi/ginkgo/commit/7556a86)] - Fix binary paths when precompiling multiple suites. \[[`4df06c6`](https://redirect.github.com/onsi/ginkgo/commit/4df06c6)] ##### Maintenance - Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md \[[`cbcf39a`](https://redirect.github.com/onsi/ginkgo/commit/cbcf39a)] - docs: fix test workflow badge ([#​1512](https://redirect.github.com/onsi/ginkgo/issues/1512)) \[[`9b261ff`](https://redirect.github.com/onsi/ginkgo/commit/9b261ff)] - Bump golang.org/x/net in /integration/\_fixtures/version_mismatch_fixture ([#​1516](https://redirect.github.com/onsi/ginkgo/issues/1516)) \[[`00f19c8`](https://redirect.github.com/onsi/ginkgo/commit/00f19c8)] - Bump golang.org/x/tools from 0.28.0 to 0.30.0 ([#​1515](https://redirect.github.com/onsi/ginkgo/issues/1515)) \[[`e98a4df`](https://redirect.github.com/onsi/ginkgo/commit/e98a4df)] - Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs ([#​1504](https://redirect.github.com/onsi/ginkgo/issues/1504)) \[[`60cc4e2`](https://redirect.github.com/onsi/ginkgo/commit/60cc4e2)] - Bump github-pages from 231 to 232 in /docs ([#​1447](https://redirect.github.com/onsi/ginkgo/issues/1447)) \[[`fea6f2d`](https://redirect.github.com/onsi/ginkgo/commit/fea6f2d)] - Bump rexml from 3.2.8 to 3.3.9 in /docs ([#​1497](https://redirect.github.com/onsi/ginkgo/issues/1497)) \[[`31d7813`](https://redirect.github.com/onsi/ginkgo/commit/31d7813)] - Bump webrick from 1.8.1 to 1.9.1 in /docs ([#​1501](https://redirect.github.com/onsi/ginkgo/issues/1501)) \[[`fc3bbd6`](https://redirect.github.com/onsi/ginkgo/commit/fc3bbd6)] - Code linting ([#​1500](https://redirect.github.com/onsi/ginkgo/issues/1500)) \[[`aee0d56`](https://redirect.github.com/onsi/ginkgo/commit/aee0d56)] - change interface{} to any ([#​1502](https://redirect.github.com/onsi/ginkgo/issues/1502)) \[[`809a710`](https://redirect.github.com/onsi/ginkgo/commit/809a710)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -14,7 +14,7 @@ require (
|
||||
github.com/mudler/edgevpn v0.30.2
|
||||
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
|
||||
github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
|
||||
github.com/onsi/ginkgo/v2 v2.22.2
|
||||
github.com/onsi/ginkgo/v2 v2.23.0
|
||||
github.com/onsi/gomega v1.36.2
|
||||
github.com/pterm/pterm v0.12.80
|
||||
github.com/samber/lo v1.49.1
|
||||
|
2
go.sum
2
go.sum
@@ -632,6 +632,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
|
||||
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
|
||||
github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU=
|
||||
github.com/onsi/ginkgo/v2 v2.22.2/go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk=
|
||||
github.com/onsi/ginkgo/v2 v2.23.0 h1:FA1xjp8ieYDzlgS5ABTpdUDB7wtngggONc8a7ku2NqQ=
|
||||
github.com/onsi/ginkgo/v2 v2.23.0/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
|
||||
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
|
||||
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
|
||||
github.com/onsi/gomega v1.10.3/go.mod h1:V9xEwhxec5O8UDM77eCW8vLymOMltsqPVYWrpDsH8xc=
|
||||
|
Reference in New Issue
Block a user