projectsyn / lieutenant-operator

The Project Syn Inventory API Operator
https://docs.syn.tools/lieutenant-operator/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Update dependency bats to v1.11.0 #256

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bats 1.8.2 -> 1.11.0 age adoption passing confidence

Release Notes

bats-core/bats-core (bats) ### [`v1.11.0`](https://togithub.com/bats-core/bats-core/compare/v1.10.0...v1.11.0) [Compare Source](https://togithub.com/bats-core/bats-core/compare/v1.10.0...v1.11.0) ### [`v1.10.0`](https://togithub.com/bats-core/bats-core/releases/tag/v1.10.0) [Compare Source](https://togithub.com/bats-core/bats-core/compare/v1.9.0...v1.10.0) #### Added: - add `${BATS_TEST_TAGS[@​]}` for querying the tags during a test ([#​705](https://togithub.com/bats-core/bats-core/issues/705)) - print tags on failing tests ([#​705](https://togithub.com/bats-core/bats-core/issues/705)) - test for negative arguments to `--jobs` ([#​693](https://togithub.com/bats-core/bats-core/issues/693)) - add tests for `--formatter cat` ([#​710](https://togithub.com/bats-core/bats-core/issues/710)) - test coverage in CI ([#​718](https://togithub.com/bats-core/bats-core/issues/718)) - Support for [rush](https://togithub.com/shenwei356/rush) as alternative to GNU parallel ([#​729](https://togithub.com/bats-core/bats-core/issues/729)) - add `bats_pipe` helper function for `run` that executes `\|` as pipes ([#​663](https://togithub.com/bats-core/bats-core/issues/663)) - publish docker images to ghcr.io (additionally to Dockerhub) ([#​740](https://togithub.com/bats-core/bats-core/issues/740)) ##### Documentation: - clarify use cases of `--formatter cat` ([#​710](https://togithub.com/bats-core/bats-core/issues/710)) #### Fixed: - fix `run` with options overwriting the value of `i` ([#​726](https://togithub.com/bats-core/bats-core/issues/726), [#​727](https://togithub.com/bats-core/bats-core/issues/727)) - fix `${BATS_TEST_NAMES[@​]}` containing only `--tags` instead of test name since Bats v1.8.0 ([#​705](https://togithub.com/bats-core/bats-core/issues/705)) - fix `run --keep-empty-lines` counting trailing `\n` as (empty) new line ([#​711](https://togithub.com/bats-core/bats-core/issues/711)) - fix short flag unpacker creating bogus command lines with valued flags ([#​732](https://togithub.com/bats-core/bats-core/issues/732)) - fix formatter becoming confused with retries ([#​734](https://togithub.com/bats-core/bats-core/issues/734)) - fix `--gather-test-outputs-in` fails on tests with `/` ([#​735](https://togithub.com/bats-core/bats-core/issues/735)) - fix overriding `date` breaks `--timing` ([#​736](https://togithub.com/bats-core/bats-core/issues/736)) ##### Documentation - typos, minor edits ([#​704](https://togithub.com/bats-core/bats-core/issues/704)) - simplified contributing.md ([#​718](https://togithub.com/bats-core/bats-core/issues/718)) ### [`v1.9.0`](https://togithub.com/bats-core/bats-core/releases/tag/v1.9.0) [Compare Source](https://togithub.com/bats-core/bats-core/compare/v1.8.2...v1.9.0) #### Added: - add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE ([#​659](https://togithub.com/bats-core/bats-core/issues/659)) - add `--line-reference-format` to switch file/line references in stack traces ([#​665](https://togithub.com/bats-core/bats-core/issues/665)) - `comma_line` (default): `file.bats, line 1` - `colon`: `file.bats:1` - `uri`: `file:///path/to/file.bats:1` - `custom`: define your own formatter in `bats_format_file_line_reference_custom` - add `bats:focus` tag to run only focused tests ([#​679](https://togithub.com/bats-core/bats-core/issues/679)) - add bats-support, bats-assert, bats-file and bats-detik to Dockerfile ([#​674](https://togithub.com/bats-core/bats-core/issues/674)) ##### Documentation: - add `--help` text and `man` page content for `--filter-tags` ([#​679](https://togithub.com/bats-core/bats-core/issues/679)) #### Fixed: - explicitly check for GNU parallel ([#​691](https://togithub.com/bats-core/bats-core/issues/691)) - wait for report-formatter to finish before ending `bats`' execution, to fix empty files with `--report-fomatter junit` under Docker ([#​692](https://togithub.com/bats-core/bats-core/issues/692)) ##### Documentation - improved clarity of section about output in free code ([#​671](https://togithub.com/bats-core/bats-core/issues/671)) - fixed typos ([#​673](https://togithub.com/bats-core/bats-core/issues/673)) - clarify use cases of `run` ([#​366](https://togithub.com/bats-core/bats-core/issues/366))

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.