Commit c560528
authored
chore: Bump github.com/onsi/ginkgo/v2 from 2.25.3 to 2.27.2 in the testing-deps group (#338)
Bumps the testing-deps group with 1 update:
[github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo).
Updates `github.com/onsi/ginkgo/v2` from 2.25.3 to 2.27.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.27.2</h2>
<h2>2.27.2</h2>
<h3>Fixes</h3>
<ul>
<li>inline automaxprocs to simplify dependencies; this will be removed
when Go 1.26 comes out [a69113a]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Fix syntax errors and typo [a99c6e0]</li>
<li>Fix paragraph position error [f993df5]</li>
</ul>
<h2>v2.27.1</h2>
<h2>2.27.1</h2>
<h3>Fixes</h3>
<ul>
<li>Fix Ginkgo Reporter slice-bounds panic [606c1cb]</li>
<li>Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()
[a6463b3]</li>
</ul>
<h2>v2.27.0</h2>
<h2>2.27.0</h2>
<h3>Features</h3>
<h4>Transforming Nodes during Tree Construction</h4>
<p>This release adds support for <code>NodeArgsTransformer</code>s that
can be registered with
<code>AddTreeConstructionNodeArgsTransformer</code>.</p>
<p>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.</p>
<p>Learn more <a
href="https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction">here</a>.</p>
<h4>Spec Prioritization</h4>
<p>A new <code>SpecPriority(int)</code> decorator has been added. Ginkgo
will honor priority when ordering specs, ensuring that higher priority
specs start running before lower priority specs</p>
<p>Learn more <a
href="https://onsi.github.io/ginkgo/#prioritizing-specs">here</a>.</p>
<h3>Maintenance</h3>
<ul>
<li>Bump rexml from 3.4.0 to 3.4.2 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1595">#1595</a>)
[1333dae]</li>
<li>Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1600">#1600</a>)
[17ae63e]</li>
</ul>
<h2>v2.26.0</h2>
<h2>2.26.0</h2>
<h3>Features</h3>
<p>Ginkgo can now generate json-formatted reports that are compatible
with the <code>go test</code> json format. Use <code>ginkgo
--gojson-report=report.go.json</code>. This is not intended to be a
replacement for Ginkgo's native json format which is more information
rich and better models Ginkgo's test structure semantics.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.27.2</h2>
<h3>Fixes</h3>
<ul>
<li>inline automaxprocs to simplify dependencies; this will be removed
when Go 1.26 comes out [a69113a]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Fix syntax errors and typo [a99c6e0]</li>
<li>Fix paragraph position error [f993df5]</li>
</ul>
<h2>2.27.1</h2>
<h3>Fixes</h3>
<ul>
<li>Fix Ginkgo Reporter slice-bounds panic [606c1cb]</li>
<li>Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()
[a6463b3]</li>
</ul>
<h2>2.27.0</h2>
<h3>Features</h3>
<h4>Transforming Nodes during Tree Construction</h4>
<p>This release adds support for <code>NodeArgsTransformer</code>s that
can be registered with
<code>AddTreeConstructionNodeArgsTransformer</code>.</p>
<p>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.</p>
<p>Learn more <a
href="https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction">here</a>.</p>
<h4>Spec Prioritization</h4>
<p>A new <code>SpecPriority(int)</code> decorator has been added. Ginkgo
will honor priority when ordering specs, ensuring that higher priority
specs start running before lower priority specs</p>
<p>Learn more <a
href="https://onsi.github.io/ginkgo/#prioritizing-specs">here</a>.</p>
<h3>Maintenance</h3>
<ul>
<li>Bump rexml from 3.4.0 to 3.4.2 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1595">#1595</a>)
[1333dae]</li>
<li>Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1600">#1600</a>)
[17ae63e]</li>
</ul>
<h2>2.26.0</h2>
<h3>Features</h3>
<p>Ginkgo can now generate json-formatted reports that are compatible
with the <code>go test</code> json format. Use <code>ginkgo
--gojson-report=report.go.json</code>. This is not intended to be a
replacement for Ginkgo's native json format which is more information
rich and better models Ginkgo's test structure semantics.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2"><code>9a84c21</code></a>
v2.27.2</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8"><code>a69113a</code></a>
inline automaxprocs to simplify dependencies; this will be removed when
Go 1....</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644"><code>a99c6e0</code></a>
Fix syntax errors and typo</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b"><code>f993df5</code></a>
Fix paragraph position error</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21"><code>56cb393</code></a>
v2.27.1</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f"><code>2ce3f13</code></a>
reporters: add enhanced bounds checking in emitTimeline to prevent slice
panic</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5"><code>acf208a</code></a>
Adding check for malformed date</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779"><code>51090a8</code></a>
Updating after docs run</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629"><code>606c1cb</code></a>
Fix Ginkgo Reporter slice-bounds panic</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a"><code>a6463b3</code></a>
Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/ginkgo/compare/v2.25.3...v2.27.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e2df7a2 commit c560528
2 files changed
+28
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | 97 | | |
99 | 98 | | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
| |||
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
| 111 | + | |
| 112 | + | |
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
| |||
126 | 134 | | |
127 | 135 | | |
128 | 136 | | |
| 137 | + | |
| 138 | + | |
129 | 139 | | |
130 | 140 | | |
131 | 141 | | |
| |||
138 | 148 | | |
139 | 149 | | |
140 | 150 | | |
| 151 | + | |
| 152 | + | |
141 | 153 | | |
142 | 154 | | |
143 | 155 | | |
144 | 156 | | |
145 | 157 | | |
146 | 158 | | |
147 | 159 | | |
| 160 | + | |
| 161 | + | |
148 | 162 | | |
149 | 163 | | |
150 | 164 | | |
| |||
159 | 173 | | |
160 | 174 | | |
161 | 175 | | |
162 | | - | |
163 | | - | |
| 176 | + | |
| 177 | + | |
164 | 178 | | |
165 | 179 | | |
166 | 180 | | |
| |||
171 | 185 | | |
172 | 186 | | |
173 | 187 | | |
174 | | - | |
175 | | - | |
176 | 188 | | |
177 | 189 | | |
178 | 190 | | |
| |||
206 | 218 | | |
207 | 219 | | |
208 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
209 | 229 | | |
210 | 230 | | |
211 | 231 | | |
| |||
220 | 240 | | |
221 | 241 | | |
222 | 242 | | |
223 | | - | |
224 | | - | |
225 | 243 | | |
226 | 244 | | |
227 | 245 | | |
| |||
230 | 248 | | |
231 | 249 | | |
232 | 250 | | |
| 251 | + | |
| 252 | + | |
233 | 253 | | |
234 | 254 | | |
235 | 255 | | |
| |||
0 commit comments