Skip to content

chore(deps): update dependency bats-core/bats-core to v1.14.0 - #666

Merged
jnovy merged 1 commit into
mainfrom
renovate/bats-core-bats-core-1.x
Jul 22, 2026
Merged

chore(deps): update dependency bats-core/bats-core to v1.14.0#666
jnovy merged 1 commit into
mainfrom
renovate/bats-core-bats-core-1.x

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 v1.13.0v1.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: (in timezone UTC)

  • 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 dependencies Pull requests that update a dependency file label Jul 21, 2026
@renovate renovate Bot changed the title Update dependency bats-core/bats-core to v1.14.0 chore(deps): update dependency bats-core/bats-core to v1.14.0 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/bats-core-bats-core-1.x branch 2 times, most recently from 6bdcbf1 to b4b3f5e Compare July 22, 2026 08:42
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/bats-core-bats-core-1.x branch from b4b3f5e to c3c7775 Compare July 22, 2026 09:19
@jnovy
jnovy merged commit d0c4a21 into main Jul 22, 2026
3 of 11 checks passed
@renovate
renovate Bot deleted the renovate/bats-core-bats-core-1.x branch July 22, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant