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

Open
Cody Bryant wants to merge 1 commit from renovate/bats-bats-1.x into main
Owner

This PR contains the following updates:

Package Type Update Change
bats/bats (source) docker 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() { "$@&#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: 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bats/bats](https://hub.docker.com/r/bats/bats) ([source](https://github.com/bats-core/bats-core)) | docker | minor | `1.13.0` → `1.14.0` | --- ### Release Notes <details> <summary>bats-core/bats-core (bats/bats)</summary> ### [`v1.14.0`](https://github.com/bats-core/bats-core/releases/tag/v1.14.0) [Compare Source](https://github.com/bats-core/bats-core/compare/v1.13.0...v1.14.0) ##### Added: - `--errexit` flag to enable errexit (set -e) behavior for commands run in `run` ([#&#8203;1118](https://github.com/bats-core/bats-core/issues/1118)) - pretty formatter: add non-interactive, color-only mode for CI environments ([#&#8203;1191](https://github.com/bats-core/bats-core/issues/1191)) ##### Fixed: - junit formatter: - avoid interference between env and internals ([#&#8203;1175](https://github.com/bats-core/bats-core/issues/1175)) - remove control characters (\x00-\x08\x0B\x0C\x0E-\x1F) ([#&#8203;1176](https://github.com/bats-core/bats-core/issues/1176)) - don't report (skipped) last test as failed when `teardown_suite` generates FD3 output ([#&#8203;1181](https://github.com/bats-core/bats-core/issues/1181)) - fix(junit-formatter): skipped tests outputs reported as <system-err> ([#&#8203;1177](https://github.com/bats-core/bats-core/issues/1177)) - fix failures with `--gather-test-outputs-in` when tests change directory ([#&#8203;1183](https://github.com/bats-core/bats-core/issues/1183)) - `run` now honors `set -e` in your functions ([#&#8203;1118](https://github.com/bats-core/bats-core/issues/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 ([#&#8203;1208](https://github.com/bats-core/bats-core/issues/1208)) - fail with error when receiving empty string as testfile path ([#&#8203;1212](https://github.com/bats-core/bats-core/issues/1212)) ##### Changed: - update the default version of the `bash` Docker image to 5.3 in `devcontainer` ([#&#8203;1184](https://github.com/bats-core/bats-core/issues/1184)) - exit with error when no tests are found. Use `--allow-empty-suite` to revert to old behavior. ([#&#8203;1211](https://github.com/bats-core/bats-core/issues/1211)) ##### Documentation: - added section about dynamic test registration ([#&#8203;1187](https://github.com/bats-core/bats-core/issues/1187)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiLCJtaW5vci11cGRhdGUiXX0=-->
chore(deps): update bats/bats docker tag to v1.14.0
All checks were successful
CI / Build / Publish / Bats unit tests (pull_request) Successful in 11s
CI / Build / Publish / Shellcheck (pull_request) Successful in 2s
CI / Build / Publish / Validate CHANGELOG structure (pull_request) Successful in 2s
CI / Build / Publish / PR build & smoke test (pull_request) Successful in 1m46s
CI / Build / Publish / Round-trip + scheduler smoke (pull_request) Successful in 3m48s
CI / Build / Publish / Host-driven integration (entrypoint + storage sidecars) (pull_request) Successful in 2m20s
CI / Build / Publish / Build multi-arch and push (pull_request) Has been skipped
CI / Build / Publish / Reconcile releases across registries (pull_request) Has been skipped
CI / Build / Publish / Workflow summary (pull_request) Has been skipped
c2929defdc
All checks were successful
CI / Build / Publish / Bats unit tests (pull_request) Successful in 11s
CI / Build / Publish / Shellcheck (pull_request) Successful in 2s
CI / Build / Publish / Validate CHANGELOG structure (pull_request) Successful in 2s
CI / Build / Publish / PR build & smoke test (pull_request) Successful in 1m46s
CI / Build / Publish / Round-trip + scheduler smoke (pull_request) Successful in 3m48s
CI / Build / Publish / Host-driven integration (entrypoint + storage sidecars) (pull_request) Successful in 2m20s
CI / Build / Publish / Build multi-arch and push (pull_request) Has been skipped
CI / Build / Publish / Reconcile releases across registries (pull_request) Has been skipped
CI / Build / Publish / Workflow summary (pull_request) Has been skipped
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/bats-bats-1.x:renovate/bats-bats-1.x
git switch renovate/bats-bats-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/bats-bats-1.x
git switch renovate/bats-bats-1.x
git rebase main
git switch main
git merge --ff-only renovate/bats-bats-1.x
git switch renovate/bats-bats-1.x
git rebase main
git switch main
git merge --no-ff renovate/bats-bats-1.x
git switch main
git merge --squash renovate/bats-bats-1.x
git switch main
git merge --ff-only renovate/bats-bats-1.x
git switch main
git merge renovate/bats-bats-1.x
git push origin main
Sign in to join this conversation.
No description provided.