zold-io / zold

An Experimental Non-Blockchain Cryptocurrency for Fast Micro Payments
https://www.zold.io
MIT License
195 stars 53 forks source link

Update dependency minitest-reporters to v1.6.1 - autoclosed #814

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
minitest-reporters '1.3.6' -> '1.6.1' age adoption passing confidence

Release Notes

CapnKernul/minitest-reporters (minitest-reporters) ### [`v1.6.1`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#161) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.6.0...v1.6.1) - Replaced use of `MiniTest` constant with `Minitest` [#​345](https://togithub.com/minitest-reporters/minitest-reporters/pull/345) contributed by [istana](https://togithub.com/istana) ### [`v1.6.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#160) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.5.0...v1.6.0) - Switched to Github actions [#​324](https://togithub.com/minitest-reporters/minitest-reporters/pull/324) [petergoldstein](https://togithub.com/petergoldstein) - Fixed misspelled method name in HTML reporter (`percent_skipps` -> `percent_skips`) [#​326](https://togithub.com/minitest-reporters/minitest-reporters/pull/326) contributed by [andyw8](https://togithub.com/andyw8) - Removed deprecated call to `Object#=~` [#​318](https://togithub.com/minitest-reporters/minitest-reporters/pull/318) contributed by [etiennebarrie](https://togithub.com/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](https://togithub.com/minitest-reporters/minitest-reporters/pull/306) contributed by [picandocodigo](https://togithub.com/picandocodigo) ### [`v1.5.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#150) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.3...v1.5.0) - Added support for environment variables to define the output location of HTML reports. [#​311](https://togithub.com/minitest-reporters/minitest-reporters/pull/311) contributed by [estebanbouza](https://togithub.com/estebanbouza) - Fixed ProgressReporter accuracy on skipped tests while `detailed_skip` is disabled [#​312](https://togithub.com/minitest-reporters/minitest-reporters/pull/312) contributed by [seven1m](https://togithub.com/seven1m) - Added `file` attribute to `` tags in JUnitReporter for CircleCI compatibility [#​313](https://togithub.com/minitest-reporters/minitest-reporters/pull/313) contributed by [nbudin](https://togithub.com/nbudin) - Added timestamp option to JUnitReporter \[[#​316](https://togithub.com/CapnKernul/minitest-reporters/issues/316)] ([https://github.com/minitest-reporters/minitest-reporters/pull/316](https://togithub.com/minitest-reporters/minitest-reporters/pull/316)) contributed by [sipani909](https://togithub.com/sipani909) ### [`v1.4.3`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#143) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.2...v1.4.3) - fixed rare compatability issue between JUnitReporter and older versions of Minitest [#​272](https://togithub.com/minitest-reporters/minitest-reporters/pull/272) contributed by [chakrit](https://togithub.com/chakrit) - fixed JUnitReporter to use a relative file path if a file path is absolute [#​305](https://togithub.com/minitest-reporters/minitest-reporters/issues/305) - fixed MeanTimeReporter to reset by deleting previous run file [#​296](https://togithub.com/kern/minitest-reporters/pull/296) contributed by [AnythonyClark](https://togithub.com/AnthonyClark) - removed debug output from ProgressReporter [#​301](https://togithub.com/kern/minitest-reporters/pull/301) contributed by [wvanbergen](https://togithub.com/wvanbergen) ### [`v1.4.2`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#142-2019-10-26) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.1...v1.4.2) - fixed DelegateReporter to delegate prerecord() [#​294](https://togithub.com/kern/minitest-reporters/pull/294) contributed by [mame](https://togithub.com/mame) ### [`v1.4.1`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#141-2019-10-10) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.0...v1.4.1) - fixed Time.current replaced with Time.now in HTML reporter's remplate [#​293](https://togithub.com/kern/minitest-reporters/issues/293) ### [`v1.4.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#140-2019-10-06) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.3.8...v1.4.0) - travis updated to include ruby 2.6 ([#​292](https://togithub.com/kern/minitest-reporters/pull/292) contributed by [pvalena](https://togithub.com/pvalena)) - location option added to DefaultReporter [#​288](https://togithub.com/kern/minitest-reporters/pull/288) contributed by [bmo](https://togithub.com/bmo) - Date and time added to HTML report [#​287](https://togithub.com/kern/minitest-reporters/pull/287) contributed by [cderche](https://togithub.com/cderche) ### [`v1.3.8`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#138-2019-08-14) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.3.7...v1.3.8) - Fixed default ProgressReporter regression from [#​278](https://togithub.com/kern/minitest-reporters/pull/278); fix [#​284](https://togithub.com/kern/minitest-reporters/pull/284) contributed by [bobmaerten](https://togithub.com/bobmaerten) ### [`v1.3.7`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#137-2019-08-14) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.3.6...v1.3.7) - added ability to specify output dir of JUnitReporter through ENV [#​277](https://togithub.com/kern/minitest-reporters/pull/277) countributed by [KevinSjoberg](https://togithub.com/KevinSjoberg) - Added verbose functionality to ProgressReporter [#​278](https://togithub.com/kern/minitest-reporters/pull/278) contributed by [senhalil](https://togithub.com/senhalil)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

0crat commented 1 year ago

@renovate/z[bot] this pull request is too small, just 2 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @yegor256/z please review this and merge or reject

0crat commented 7 months ago

There is an unrecoverable failure on my side. Please, submit it here:

PID: 2@482a6352-5cc5-4336-8cb0-930a0c92534e, thread: PQ-CAZPZR9FS
com.zerocracy.farm.strict.StrictProject[122] java.lang.IllegalArgumentException: File "blanks/renovate[bot].xml" is not accessible in "PMO"

1.0-SNAPSHOT: CID: 1874185b-d4a1-458c-9b66-a3cdbe4047f4, Type: "Close job"

0crat commented 7 months ago

Job gh:zold-io/zold#814 is not assigned, can't get performer