Commit 5ddafe5
authored
chore: bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.2 (Mellanox#1796)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from
2.26.0 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>
</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>
</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.26.0...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)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>2 files changed
+5
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | 152 | | |
154 | 153 | | |
155 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
| 272 | + | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | 300 | | |
303 | 301 | | |
304 | 302 | | |
| |||
387 | 385 | | |
388 | 386 | | |
389 | 387 | | |
390 | | - | |
391 | | - | |
392 | 388 | | |
393 | 389 | | |
394 | 390 | | |
| |||
0 commit comments