Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minitest-reporters from 1.6.1 to 1.7.1 #627

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file task One or more no-coding actions to execute for this project. labels Jun 20, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/minitest-reporters-1.7.1 branch from a6d8f82 to cf1f6a7 Compare July 16, 2024 08:10
@sbastn
Copy link
Member

sbastn commented Jul 16, 2024

@dependabot recreate

Bumps [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) from 1.6.1 to 1.7.1.
- [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](minitest-reporters/minitest-reporters@v1.6.1...v1.7.1)

---
updated-dependencies:
- dependency-name: minitest-reporters
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/minitest-reporters-1.7.1 branch from cf1f6a7 to 35418f2 Compare July 16, 2024 08:13
@sbastn sbastn merged commit 0a9385d into main Jul 16, 2024
6 checks passed
@sbastn sbastn deleted the dependabot/bundler/minitest-reporters-1.7.1 branch July 16, 2024 08:16
@sbastn sbastn self-assigned this Jul 19, 2024
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 task One or more no-coding actions to execute for this project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant