Skip to content

chore(deps): update bats/bats docker tag to v1.14.0 - #1950

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bats-bats-1.x
Open

chore(deps): update bats/bats docker tag to v1.14.0#1950
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bats-bats-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
bats/bats (source) final minor 1.13.01.14.0

Release Notes

bats-core/bats-core (bats/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: (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 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 was generated by Mend Renovate. View the repository job log.

Copilot AI lite review requested due to automatic review settings August 28, 2026 14:10
@renovate
renovate Bot requested review from a team as code owners August 28, 2026 14:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the integration test container base image to the latest bats/bats minor release, keeping the test tooling up to date while continuing to pin the image by digest for reproducibility.

Changes:

  • Bump bats/bats Docker image from 1.13.0 to 1.14.0 (with updated sha256 digest).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} bats/bats:1.13.0@sha256:6e4b9369468b7f3fd8f402ac6cc8ea7b2e4903eae28d08785f31a0245eb51a44
FROM --platform=${BUILDPLATFORM:-linux/amd64} bats/bats:1.14.0@sha256:5322b877351fda0cc435de8c6116de7d0a2ec79d7c680132a0ef329a633bc66f
@renovate
renovate Bot force-pushed the renovate/bats-bats-1.x branch from d3f0311 to 5a3f6c3 Compare September 3, 2026 23:12
@renovate
renovate Bot force-pushed the renovate/bats-bats-1.x branch from 5a3f6c3 to c66c752 Compare September 7, 2026 20:49
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.

1 participant