Skip to content

Commit 4ef366a

Browse files
chore(deps): update module github.com/onsi/ginkgo/v2 to v2.27.1 (#53)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) | require | minor | `v2.26.0` -> `v2.27.1` | --- ### Release Notes <details> <summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary> ### [`v2.27.1`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.27.1) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.27.0...v2.27.1) #### 2.27.1 ##### Fixes - Fix Ginkgo Reporter slice-bounds panic \[[`606c1cb`](https://redirect.github.com/onsi/ginkgo/commit/606c1cb)] - Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() \[[`a6463b3`](https://redirect.github.com/onsi/ginkgo/commit/a6463b3)] ### [`v2.27.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.27.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.26.0...v2.27.0) #### 2.27.0 ##### Features ##### Transforming Nodes during Tree Construction This release adds support for `NodeArgsTransformer`s that can be registered with `AddTreeConstructionNodeArgsTransformer`. These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions. Learn more [here](https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction). ##### Spec Prioritization A new `SpecPriority(int)` decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs Learn more [here](https://onsi.github.io/ginkgo/#prioritizing-specs). ##### Maintenance - Bump rexml from 3.4.0 to 3.4.2 in /docs ([#&#8203;1595](https://redirect.github.com/onsi/ginkgo/issues/1595)) \[[`1333dae`](https://redirect.github.com/onsi/ginkgo/commit/1333dae)] - Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 ([#&#8203;1600](https://redirect.github.com/onsi/ginkgo/issues/1600)) \[[`17ae63e`](https://redirect.github.com/onsi/ginkgo/commit/17ae63e)] </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 32b5238 commit 4ef366a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/blang/semver v3.5.1+incompatible
77
github.com/codesphere-cloud/cs-go v0.13.0
88
github.com/jedib0t/go-pretty/v6 v6.6.8
9-
github.com/onsi/ginkgo/v2 v2.26.0
9+
github.com/onsi/ginkgo/v2 v2.27.1
1010
github.com/onsi/gomega v1.38.2
1111
github.com/rhysd/go-github-selfupdate v1.2.3
1212
github.com/spf13/cobra v1.10.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ github.com/mfridman/tparse v0.18.0/go.mod h1:gEvqZTuCgEhPbYk/2lS3Kcxg1GmTxxU7kTC
6464
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
6565
github.com/onsi/ginkgo/v2 v2.26.0 h1:1J4Wut1IlYZNEAWIV3ALrT9NfiaGW2cDCJQSFQMs/gE=
6666
github.com/onsi/ginkgo/v2 v2.26.0/go.mod h1:qhEywmzWTBUY88kfO0BRvX4py7scov9yR+Az2oavUzw=
67+
github.com/onsi/ginkgo/v2 v2.27.1 h1:0LJC8MpUSQnfnp4n/3W3GdlmJP3ENGF0ZPzjQGLPP7s=
68+
github.com/onsi/ginkgo/v2 v2.27.1/go.mod h1:wmy3vCqiBjirARfVhAqFpYt8uvX0yaFe+GudAqqcCqA=
6769
github.com/onsi/gomega v1.4.2/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
6870
github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=
6971
github.com/onsi/gomega v1.38.2/go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k=

0 commit comments

Comments
 (0)