Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump minitest from 5.22.2 to 5.24.1 (#19)
Bumps [minitest](https://github.com/minitest/minitest) from 5.22.2 to 5.24.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.24.1 / 2024-06-29</p> <ul> <li> <p>1 bug fix:</p> <ul> <li>Fix the error message when an extension is invalid value. (y-yagi)</li> </ul> </li> </ul> <p>=== 5.24.0 / 2024-06-18</p> <ul> <li> <p>2 minor enhancements:</p> <ul> <li>Added Minitest.register_plugin.</li> <li>Extended plugin system to work with modules/classes for opt-out plugins.</li> </ul> </li> <li> <p>1 bug fix:</p> <ul> <li>Removed anacronism, but allow load_plugins to exit gracefully if --disable=gems.</li> </ul> </li> </ul> <p>=== 5.23.1 / 2024-05-21</p> <ul> <li> <p>1 bug fix:</p> <ul> <li>Fully qualify the Queue class to avoid conflicts with other libraries. (rafaelfranca)</li> </ul> </li> </ul> <p>=== 5.23.0 / 2024-05-15</p> <ul> <li> <p>3 minor enhancements:</p> <ul> <li>Added -Werror to raise on any warning output. (byroot)</li> <li>Added UnexpectedWarning as a failure summary type, added count to output if activated.</li> <li>Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)</li> </ul> </li> <li> <p>2 bug fixes:</p> <ul> <li>Allow empty_run! and reporter to display summary for empty runs. (zzak)</li> <li>Make test task verbose using either rake's -v or -t (was just -t).</li> </ul> </li> </ul> <p>=== 5.22.3 / 2024-03-13</p> <ul> <li> <p>1 minor enhancement:</p> <ul> <li>MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)</li> </ul> </li> <li> <p>3 bug fixes:</p> <ul> <li>Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.</li> <li>Minor changes to tests to pass when tests ran with extra flags (eg -p).</li> <li>Support Ruby 3.4's new error message format. (mame)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minitest/minitest/commit/15c74185243144e0320326e402ce1d7fefb4db9a"><code>15c7418</code></a> Branching minitest to version 5.24.1</li> <li><a href="https://github.com/minitest/minitest/commit/8dc42bf3c0741a1f2bdb8b6195de7e028a3862fe"><code>8dc42bf</code></a> - Fix the error message when an extension is invalid value. (y-yagi)</li> <li><a href="https://github.com/minitest/minitest/commit/0719fdbef0e5360369ffdcb05c2ee71056656ccf"><code>0719fdb</code></a> prepped for release</li> <li><a href="https://github.com/minitest/minitest/commit/2c5f1b70d782e74c90b1fd1fd7675d43da34c9b1"><code>2c5f1b7</code></a> + Added Minitest.register_plugin.</li> <li><a href="https://github.com/minitest/minitest/commit/0a1289f46f531f29c1e6878842dfb8abe02f034c"><code>0a1289f</code></a> Remove more anacronisms. Allow tests to pass w/o rubygems loaded.</li> <li><a href="https://github.com/minitest/minitest/commit/8712996c3c4a4e0981d9cd5d9a9add2d16521ca5"><code>8712996</code></a> - Removed anacronism, but allow load_plugins to exit gracefully if --disable=...</li> <li><a href="https://github.com/minitest/minitest/commit/09fe9a019a6469f8df7754be718eb99f9129b2f3"><code>09fe9a0</code></a> Fix one failing tests when string literals are frozen.</li> <li><a href="https://github.com/minitest/minitest/commit/08280ac312fb982528f6c48293a8b09c49278185"><code>08280ac</code></a> Moved some methods around to follow actual call structure a bit better.</li> <li><a href="https://github.com/minitest/minitest/commit/7ad0ff0d91b1423222770af70919ce2d4d25a03f"><code>7ad0ff0</code></a> prepped for release</li> <li><a href="https://github.com/minitest/minitest/commit/f60c6f2e29082b404fb6933abb6a1813b2c09c5d"><code>f60c6f2</code></a> - Fully qualify the Queue class to avoid conflicts with other libraries. (raf...</li> <li>Additional commits viewable in <a href="https://github.com/minitest/minitest/compare/v5.22.2...v5.24.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minitest&package-manager=bundler&previous-version=5.22.2&new-version=5.24.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information