chore(deps): update bats/bats docker tag to v1.14.0 #64
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
SisyphusMD/archiver!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/bats-bats-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.13.0→1.14.0Release Notes
bats-core/bats-core (bats/bats)
v1.14.0Compare Source
Added:
--errexitflag to enable errexit (set -e) behavior for commands run inrun(#1118)Fixed:
teardown_suitegenerates FD3 output (#1181)--gather-test-outputs-inwhen tests change directory (#1183)runnow honorsset -ein your functions (#1118)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 $?; }likerun suppress_errexit <your command...>$_by the DEBUG and ERR traps set by Bats (#1208)Changed:
bashDocker image to 5.3 indevcontainer(#1184)--allow-empty-suiteto revert to old behavior. (#1211)Documentation:
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.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.