pglombardo / PasswordPusher

🔐 Securely communicate sensitive information with automatic deletion after a certain number of views and/or time has passed. Track who, what and when with full audit logs.
https://pwpush.com
Apache License 2.0
1.78k stars 329 forks source link

:arrow_up: Bump minitest-reporters from 1.6.1 to 1.7.1 #2281

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps minitest-reporters from 1.6.1 to 1.7.1.

Changelog

Sourced from minitest-reporters's changelog.

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
Commits
  • 265ff4b Prep for 1.7.1 release
  • a4cc508 Merge pull request #354 from minitest-reporters/fix-suppress_inline_failure_o...
  • 52c5ca0 Add CHANGELOG notes for #354
  • 70ea3c7 Fix logic of new suppress_inline_failure_output option
  • 9f909d0 Prep for 1.7.0 release
  • 2f7ac47 Update CHANGELOG.md
  • 6508c29 Merge pull request #352 from rthbound/suppress_inline_failure_output
  • dd109b2 Update Minitest::Reporters::SpecReporter annotations with addition of suppres...
  • d9dd6c5 Remove excess pasta from CHANGELOG.md
  • 4bb2b14 * Added option suppress_inline_failure_output to SpecReporter
  • Additional commits viewable in compare view


Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @pglombardo.


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