keilerkonzept / terraform-module-versions

CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
MIT License
188 stars 27 forks source link

fix(deps): update module github.com/jstemmer/go-junit-report to v2 #101

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/jstemmer/go-junit-report require major v1.0.0 -> v2.0.0

Release Notes

jstemmer/go-junit-report ### [`v2.0.0`](https://togithub.com/jstemmer/go-junit-report/releases/tag/v2.0.0): Version 2.0.0 [Compare Source](https://togithub.com/jstemmer/go-junit-report/compare/v1.0.0...v2.0.0) ### Changes since v1.0.0 - Support for parsing `go test -json` output. - Distinguish between build/runtime errors and test failures. - JUnit report now includes output for all tests and benchmarks, and global output that doesn't belong to any test. - Use full Go package name in generated report instead of only last path segment. - Add support for reading skipped/failed benchmarks. - Add `-subtest-mode` flag to exclude or ignore results of subtest parent tests. - Add `-in` and `-out` flags for specifying input and output files respectively. - Add `-iocopy` flag to copy stdin directly to stdout. - Add `-prop` flags to set key/value properties in generated report. - Add `-parser` flag to switch between regular `go test` (default) and `go test -json` parsing. - Output in JUnit XML is written in `` tags for improved readability. - Add `hostname`, `timestamp` and `id` attributes to JUnit XML. - Improve accuracy of benchmark time calculation and update formatting in report. - No longer strip leading whitespace from test output. - The `formatter` and `parser` packages have been replaced with `junit` and `parser/gotest` packages respectively. - Add support for parsing lines longer than 64KiB. - The JUnit errors/failures attributes are now required fields. - Drop support for parsing pre-Go1.13 test output. - Deprecate `-go-version` flag.

Configuration

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

🚦 Automerge: Enabled.

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.