Update module github.com/onsi/ginkgo/v2 to v2.9.2 #20
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:
v2.7.1->v2.9.2Release Notes
onsi/ginkgo
v2.9.2Compare Source
2.9.2
Maintenance
3fcc5bf]6143ffe]v2.9.1Compare Source
2.9.1
Fixes
This release fixes a longstanding issue where
ginkgo -coverpkg=./...would not work. This is now resolved and fixes #1161 and #99526ca1b5]fc44c3b]Maintenance
93de676]v2.9.0Compare Source
2.9.0
Features
AttachProgressReporter is an experimental feature that allows users to provide arbitrary information when a ProgressReport is requested [
28801fe]GinkgoT() has been expanded to include several Ginkgo-specific methods [
2bd5a3b]The intent is to enable the development of third-party libraries that integrate deeply with Ginkgo using
GinkgoT()to access Ginkgo's functionality.v2.8.4Compare Source
2.8.4
Features
979fbc2]8432589]Fixes
a8bb39a]Maintenance
41b2a8a]7c4f583]v2.8.3Compare Source
2.8.3
Released to fix security issue in golang.org/x/net dependency
Maintenance
fc1a02e]0718693]v2.8.2Compare Source
2.8.2
Ginkgo now includes a
tools.gofile in the root directory of theginkgopackage. This should allow modules that simplygo get github.com/onsi/ginkgo/v2to also pull in the CLI dependencies. This obviates the need for consumers of Ginkgo to have their owntools.gofile and makes it simpler to ensure that the version of theginkgoCLI being used matches the version of the library. You can simply rungo run github.com/onsi/ginkgo/v2/ginkgoto run the version of the cli associated with your package go.mod.Maintenance
5767b0a]e1e9723]a588f60]v2.8.1Compare Source
2.8.1
Fixes
2d5075a]febbe38]Maintenance
11a4860]4890a62]a774638]3f233bd]f9b8649]6f8c042]833a75e]v2.8.0Compare Source
2.8.0
Features
e19f556]Modeled after
testing.T.Helper(). Now, rather than write code like:you can stop tracking offsets (which makes nesting composing helpers nearly impossible) and simply write:
2f6597c]You can now write code like this:
to programmatically check whether a given set of labels will match the configured
--label-filter.Maintenance
ea4966e]9dd275b]14e7bdd]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.