Skip to content

Update dependency bats-core/bats-core to v1.14.0#426

Merged
renovate[bot] merged 1 commit into
mainfrom
deps/all
Jul 21, 2026
Merged

Update dependency bats-core/bats-core to v1.14.0#426
renovate[bot] merged 1 commit into
mainfrom
deps/all

Conversation

@renovate

@renovate renovate Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
bats-core/bats-core minor 1.13.0 β†’ 1.14.0

Release Notes

bats-core/bats-core (bats-core/bats-core)

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() { "$@&#8203;" || 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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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) July 21, 2026 23:39
@renovate
renovate Bot merged commit 6a6280d into main Jul 21, 2026
2 checks passed
@renovate
renovate Bot deleted the deps/all branch July 21, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants