Skip to content

feat(mise): update tool bats ( 1.13.0 ➔ 1.14.0 ) [automerge] - #674

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/bats-1.x
Aug 7, 2026
Merged

feat(mise): update tool bats ( 1.13.0 ➔ 1.14.0 ) [automerge]#674
renovate[bot] merged 1 commit into
mainfrom
renovate/bats-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
bats tools minor 1.13.01.14.0

Release Notes

bats-core/bats-core (bats)

v1.14.0

Compare Source

Added:
  • --errexit flag to enable errexit (set -e) behavior for commands run in run (#​1118)
  • pretty formatter: add non-interactive, color-only mode for CI environments (#​1191)
Fixed:
  • junit formatter:
    • avoid interference between env and internals (#​1175)
    • remove control characters (\x00-\x08\x0B\x0C\x0E-\x1F) (#​1176)
    • don't report (skipped) last test as failed when teardown_suite generates FD3 output (#​1181)
    • fix(junit-formatter): skipped tests outputs reported as (#​1177)
  • fix failures with --gather-test-outputs-in when tests change directory (#​1183)
  • run now honors set -e in your functions (#​1118)
    • ATTENTION: In previous versions this was suppressed unintentionally.
      While it might constitute a breaking change for some, we decided the new behavior should be the default because it might uncover hidden errors.
      If you need the old behavior, you can use this wrapper function suppress_errexit() { "$@" || return $?; } like run suppress_errexit <your command...>
  • avoid overwriting $_ by the DEBUG and ERR traps set by Bats (#​1208)
  • fail with error when receiving empty string as testfile path (#​1212)
Changed:
  • update the default version of the bash Docker image to 5.3 in devcontainer (#​1184)
  • exit with error when no tests are found. Use --allow-empty-suite to revert to old behavior. (#​1211)
Documentation:
  • added section about dynamic test registration (#​1187)

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "every weekend,on Friday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) August 7, 2026 05:14
@renovate
renovate Bot merged commit 7e80246 into main Aug 7, 2026
13 checks passed
@renovate
renovate Bot deleted the renovate/bats-1.x branch August 7, 2026 05:22
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.

0 participants