Commit 4ef366a
authored
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
([#​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
([#​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
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments