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

Update dependency bats to v1.11.0 #256

Merged
merged 1 commit into from
May 24, 2024
Merged

Update dependency bats to v1.11.0 #256

merged 1 commit into from
May 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2023

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

Compare Source

v1.10.0

Compare Source

Added:

  • add ${BATS_TEST_TAGS[@​]} for querying the tags during a test (#​705)
  • print tags on failing tests (#​705)
  • test for negative arguments to --jobs (#​693)
  • add tests for --formatter cat (#​710)
  • test coverage in CI (#​718)
  • Support for rush as alternative to GNU parallel (#​729)
  • add bats_pipe helper function for run that executes \| as pipes (#​663)
  • publish docker images to ghcr.io (additionally to Dockerhub) (#​740)
Documentation:
  • clarify use cases of --formatter cat (#​710)

Fixed:

  • fix run with options overwriting the value of i (#​726, #​727)
  • fix ${BATS_TEST_NAMES[@​]} containing only --tags instead of test name since Bats v1.8.0 (#​705)
  • fix run --keep-empty-lines counting trailing \n as (empty) new line (#​711)
  • fix short flag unpacker creating bogus command lines with valued flags (#​732)
  • fix formatter becoming confused with retries (#​734)
  • fix --gather-test-outputs-in fails on tests with / (#​735)
  • fix overriding date breaks --timing (#​736)
Documentation

v1.9.0

Compare Source

Added:

  • add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (#​659)
  • add --line-reference-format to switch file/line references in stack traces (#​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)
  • add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (#​674)
Documentation:
  • add --help text and man page content for --filter-tags (#​679)

Fixed:

  • explicitly check for GNU parallel (#​691)
  • wait for report-formatter to finish before ending bats' execution,
    to fix empty files with --report-fomatter junit under Docker (#​692)
Documentation
  • improved clarity of section about output in free code (#​671)
  • fixed typos (#​673)
  • clarify use cases of run (#​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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependency label Mar 17, 2023
@renovate renovate bot changed the title Update dependency bats to v1.9.0 Update dependency bats to v1.10.0 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/bats-1.x branch from a339378 to 66e5f0d Compare July 16, 2023 00:44
@renovate renovate bot force-pushed the renovate/bats-1.x branch from 66e5f0d to 7c8897a Compare March 24, 2024 17:58
@renovate renovate bot changed the title Update dependency bats to v1.10.0 Update dependency bats to v1.11.0 Mar 24, 2024
@bastjan bastjan merged commit f7029e2 into master May 24, 2024
6 checks passed
@bastjan bastjan deleted the renovate/bats-1.x branch May 24, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant