Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Confidence
bats 1.11.0 -> 1.13.0 age confidence

Release Notes

bats-core/bats-core (bats)

v1.13.0

Compare Source

Added

  • use the syntax parser directive to declare the Dockerfile syntax version (#​1127)
  • Negative test filtering via --negative-filter - tests matching the filter are excluded (#​1114)
  • fail-fast flag --abort to stop test suite execution on first failure (#​1155)

Fixed:

  • unset output, stderr, lines, stderr_lines at the start of run to avoid crosstalk
    between successive invocations (#​1105)
  • junit:
    • XML escape fully removes ANSI sequences, e.g. color codes, cursor movements (#​1103)
    • fix retried tests being listed multiple times (#​1150)
    • fix crash when setup_suite fails (#​1125)
  • remove deprecated windows runner (#​1119)
  • renamed docker-compose.yml to compose.yaml (#​1128)
  • bats_test_function: don't require --tags to be sorted (#​1158)
  • fix BATS_TEST_TIMEOUT (#​1160)
    • not stopping processes under run
    • prolonging skipped tests

Documentation:

  • moved 3rd-party libraries list into wiki (#​1078)

v1.12.0

Compare Source

Added :

  • bats::on_failure hook that gets called when a test or setup* function fails (#​1031)

Fixed:

  • increase compatibility with Solaris (#​1043)
  • fix noclobber breaking bats-gather-tests (#​1042)
  • fix exiting with 0 despite bats:focus when all tests have been filtered out (#​1058)
  • remove deprecated ubuntu 20.04 from CI config (#​1083)
Documentation:
  • Fix hyperlink to external Bash resource (#​1033)
  • Remove mentions to no longer existing find_library_load_path in
    lib/bats-core docstrings (#​1032)
  • Add missing "status" word in --returned-status documentation (#​1077)

v1.11.1

Compare Source

Added:

  • make Dockerfile compatible with #!/bin/bash files (#​967)

Documentation

  • document bats_pipe function (#​901)

Fixed:

  • unbreak test suites with multiple files loading common constants (#​904), introduced in v1.11.0
  • docker image won't crash if a file or directory named 'bats' exists (#​920)
  • use $BATS_LIBDIR instead of hardcoded lib in 'bats-gather-tests' (#​985, #​990)

Changed:

  • update Docker image with the latest bats-detik version 1.3.2 (#​1017)
  • cleanup: remove unused $BATS_FILTER (#​907)

Documentation

  • fix hard-coded link to readthedocs (#​901)
  • fix tutorial code for multiline test suite (#​1011)

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Nov 30, 2024
@renovate renovate bot changed the title Update dependency bats to v1.11.1 Update dependency bats to v1.12.0 May 18, 2025
@renovate renovate bot force-pushed the renovate/bats-1.x branch from b80845a to c2bf345 Compare May 18, 2025 21:53
@renovate renovate bot force-pushed the renovate/bats-1.x branch 4 times, most recently from 481607a to 05e48d2 Compare August 13, 2025 17:04
@renovate renovate bot changed the title Update dependency bats to v1.12.0 Update dependency bats to v1.13.0 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/bats-1.x branch from 05e48d2 to 4502a97 Compare November 7, 2025 19:54
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