Skip to content

Update minitest-reporters requirement from ~> 1.7.1 to ~> 1.8.0#182

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/minitest-reporters-tw-1.8.0
Open

Update minitest-reporters requirement from ~> 1.7.1 to ~> 1.8.0#182
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/minitest-reporters-tw-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Updates the requirements on minitest-reporters to permit the latest version.

Changelog

Sourced from minitest-reporters's changelog.

1.8.0

  • Added support for minitest 6 #366 contributed by Maimer
  • Updated gemspec to avoid packaging unnecessary files in the gem

1.7.1

  • Fixed logic of new suppress_inline_failure_output. This option was doing the opposite of what it intended to do. #354

1.7.0

  • Minor documentation improvements #343
  • Fixed homepage link in gemspec #333 contributed by andyw8
  • Added Ruby 3.2 to the CI matrix #335 contributed by petergoldstein
  • Updated JUnitReporter to output a failure screenshot path when included in the minitest result #346 contributed by matteeyah
  • Fixed backwards fraction in ProgressReporter default format #348 contributed by notEthan
  • Added option suppress_inline_failure_output to SpecReporter to provide an explicit switch, separate from print_failure_summary, for suppressing inline failure messages. Until this change, the print_failure_summary would do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this change print_failure_summary will just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. #352 contributed by rthbound

1.6.1

  • Replaced use of MiniTest constant with Minitest #345 contributed by istana

1.6.0

  • Switched to Github actions #324 petergoldstein
  • Fixed misspelled method name in HTML reporter (percent_skipps -> percent_skips) #326 contributed by andyw8
  • Removed deprecated call to Object#=~ #318 contributed by etiennebarrie
  • Added option print_failure_summary to SpecReporter which causes failures and errors to print at the end of the test suite instead of inline as they happen #306 contributed by picandocodigo

1.5.0

  • Added support for environment variables to define the output location of HTML reports. #311 contributed by estebanbouza
  • Fixed ProgressReporter accuracy on skipped tests while detailed_skip is disabled #312 contributed by seven1m
  • Added file attribute to <testcase> tags in JUnitReporter for CircleCI compatibility #313 contributed by nbudin
  • Added timestamp option to JUnitReporter #316 (minitest-reporters/minitest-reporters#316) contributed by sipani909

1.4.3

  • fixed rare compatability issue between JUnitReporter and older versions of Minitest #272 contributed by chakrit
  • fixed JUnitReporter to use a relative file path if a file path is absolute #305
  • fixed MeanTimeReporter to reset by deleting previous run file #296 contributed by AnythonyClark
  • removed debug output from ProgressReporter #301 contributed by wvanbergen

1.4.2 (2019-10-26)

  • fixed DelegateReporter to delegate prerecord() #294 contributed by mame

1.4.1 (2019-10-10)

  • fixed Time.current replaced with Time.now in HTML reporter's remplate #293

... (truncated)

Commits
  • 89c3c5c Archive 1.8.0 release notes
  • f15d2bf Updated gemspec to avoid packaging unnecessary files
  • 1d8465a Bump release version to 1.8.0
  • 66a9f6c Update CHANGELOG.md
  • b57e771 Merge pull request #366 from Maimer/support_minitest_6
  • 9bf450e Add support for minitest 6 and test against both 5 and 6 on CI
  • See full diff in compare view

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 commands and options

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 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)

Updates the requirements on [minitest-reporters](https://github.com/minitest-reporters/minitest-reporters) to permit the latest version.
- [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](minitest-reporters/minitest-reporters@v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: minitest-reporters
  dependency-version: 1.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants