Commit 35feefc
authored
build(deps-dev): bump minitest from 5.25.5 to 5.26.0 in the all-dependencies group (#189)
Bumps the all-dependencies group with 1 update:
[minitest](https://github.com/minitest/minitest).
Updates `minitest` from 5.25.5 to 5.26.0
<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.26.0 / 2025-10-07</p>
<p>The Seattle.rb Nerd Party, Slightly Tipsy Edition!</p>
<ul>
<li>
<p>2 minor enhancements:</p>
<ul>
<li>Added extra documentation to Minitest::TestTask options.</li>
<li>Make parallelize_me! a no-op when n_threads=1.</li>
</ul>
</li>
<li>
<p>9 bug fixes:</p>
<ul>
<li>Bypass parallel_executor entirely when n_threads=1.</li>
<li>Don't require rubygems in Rakefile... it is 2025.</li>
<li>Ensure that minitest exits non-zero on Interrupt. (tavianator)</li>
<li>Fix Minitest.run sequence rdoc to include loop vars and read
consistently.</li>
<li>Fix call to parallel_executor.shutdown when it isn't defined.</li>
<li>Removed some 1.8/1.9-based code from the assertions and
expectations.</li>
<li>Still fighting with rdoc? Yup. Still fighting with rdoc...</li>
<li>Switched assert_equal's diff from Tempfile.open to
Tempfile.create.</li>
<li>Use Regexp.escape for BASE_RE in case pwd has special chars.
(astra_1993)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/minitest/minitest/commit/f78aa72edd2f1946f0458591bcfeec0ec9e29103"><code>f78aa72</code></a>
prepped for release</li>
<li><a
href="https://github.com/minitest/minitest/commit/5faf12f9c57c989d34f35e397320afd133c22a23"><code>5faf12f</code></a>
- Use Regexp.escape for BASE_RE in case pwd has special chars.
(astra_1993)</li>
<li><a
href="https://github.com/minitest/minitest/commit/839c5f0de8d156cd51cb13e0811222a8bd6c88e9"><code>839c5f0</code></a>
- Bypass parallel_executor entirely when n_threads=1.</li>
<li><a
href="https://github.com/minitest/minitest/commit/7c907429e8e7ec7c3b6ee0c7045e67249f4ad505"><code>7c90742</code></a>
- Switched assert_equal's diff from Tempfile.open to
Tempfile.create.</li>
<li><a
href="https://github.com/minitest/minitest/commit/b3dcd38f90be4ef92a05eab4ad75237aa2133fdd"><code>b3dcd38</code></a>
clarify an assert_equal + newline + backslash n test output to be more
readable</li>
<li><a
href="https://github.com/minitest/minitest/commit/14c87ef496e51f5b1ef0f8169cebc0356b5ace73"><code>14c87ef</code></a>
Improve let tests to no longer be order dependent.</li>
<li><a
href="https://github.com/minitest/minitest/commit/6c995cf621764128c907050ee331db607483ed7f"><code>6c995cf</code></a>
- Ensure that minitest exits non-zero on Interrupt. (tavianator)</li>
<li><a
href="https://github.com/minitest/minitest/commit/42ce8064729a666073c0769e410958afe20a0c01"><code>42ce806</code></a>
- Removed some 1.8/1.9-based code from the assertions and
expectations.</li>
<li><a
href="https://github.com/minitest/minitest/commit/a17393ed34b73376601babc461d153a3fce8fe40"><code>a17393e</code></a>
- Still fighting with rdoc? Yup. Still fighting with rdoc...</li>
<li><a
href="https://github.com/minitest/minitest/commit/68b3d0c149a8773812d874b7cd3359930bf622fc"><code>68b3d0c</code></a>
- Don't require rubygems in Rakefile... it is 2025.</li>
<li>Additional commits viewable in <a
href="https://github.com/minitest/minitest/compare/v5.25.5...v5.26.0">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 <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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments