Commit 9ee452d
authored
chore(deps): Bump minitest from 5.24.1 to 5.25.1 (#25)
Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to
5.25.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/minitest/minitest/blob/master/History.rdoc">minitest's
changelog</a>.</em></p>
<blockquote>
<p>=== 5.25.1 / 2024-08-16</p>
<ul>
<li>
<p>2 bug fixes:</p>
<ul>
<li>Fix incompatibility caused by minitest-hooks & rails invading
minitest internals.</li>
<li>Revert change from =~ to match? to allow for nil if $TERM
undefined.</li>
</ul>
</li>
</ul>
<p>=== 5.25.0 / 2024-08-13</p>
<ul>
<li>
<p>2 minor enhancements:</p>
<ul>
<li>Fixed some inefficiencies filtering and matching (mostly
backtraces).</li>
<li>Refactored siginfo handler to reduce runtime costs. Saved ~30%!</li>
</ul>
</li>
<li>
<p>5 bug fixes:</p>
<ul>
<li>Added missing rdoc to get back to 100% coverage.</li>
<li>Cleaning up ancient code checking for defined?(Encoding) and the
like.</li>
<li>Disambiguated some shadowed variables in minitest/compress.</li>
<li>Fixed an ironic bug if using string-literals AND Werror.</li>
<li>Improve description of test:slow task. (stomar)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/minitest/minitest/commit/6d838438ee53897df20b5aef3df35fc291018b9e"><code>6d83843</code></a>
prepped for release</li>
<li><a
href="https://github.com/minitest/minitest/commit/0ccdc8000f21940886c71d47f1ba221a36227124"><code>0ccdc80</code></a>
- Fix incompatibility caused by minitest-hooks & rails invading
minitest inte...</li>
<li><a
href="https://github.com/minitest/minitest/commit/9e7c58d1f4d08fe54f27b7fab63edb00893e89e4"><code>9e7c58d</code></a>
- Revert change from =~ to match? to allow for nil if $TERM
undefined.</li>
<li><a
href="https://github.com/minitest/minitest/commit/393e33454f2fd5c0fbf1cd31b1961bd7312ad312"><code>393e334</code></a>
prepped for release</li>
<li><a
href="https://github.com/minitest/minitest/commit/8cd3b1c749c778038ead3ddf7894dc19c1fe4797"><code>8cd3b1c</code></a>
+ Refactored siginfo handler to reduce runtime costs. Saved ~30%!</li>
<li><a
href="https://github.com/minitest/minitest/commit/bd96499bc644d1c1efa5b1effb9138dee7195378"><code>bd96499</code></a>
normalized all actual/expected var names for assert_equal tests</li>
<li><a
href="https://github.com/minitest/minitest/commit/4fe69b1f2786f802a02bfc1cf4fda12092ba0f40"><code>4fe69b1</code></a>
Accept colon style Hash#inspect in test. (tompng)</li>
<li><a
href="https://github.com/minitest/minitest/commit/296269c93cfb07c69f50a9b034e519cb4b51783e"><code>296269c</code></a>
- Improve description of test:slow task. (stomar)</li>
<li><a
href="https://github.com/minitest/minitest/commit/1156b6c903b12fab92128268a035c29bc8fd191b"><code>1156b6c</code></a>
- Cleaning up ancient code checking for defined?(Encoding) and the
like.</li>
<li><a
href="https://github.com/minitest/minitest/commit/2bd62c59dc788a13c3acc2a5f0c901d40447b479"><code>2bd62c5</code></a>
Minor fix to make deprecation tests pass when using rake testW0</li>
<li>Additional commits viewable in <a
href="https://github.com/minitest/minitest/compare/v5.24.1...v5.25.1">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1987fb4 commit 9ee452d
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments