This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [docker.io/bats/bats](https://hub.docker.com/r/bats/bats) ([source](https://github.com/bats-core/bats-core)) | minor | `1.12.0` -> `1.13.0` |
---
### Release Notes
<details>
<summary>bats-core/bats-core (docker.io/bats/bats)</summary>
### [`v1.13.0`](https://github.com/bats-core/bats-core/releases/tag/v1.13.0)
[Compare Source](https://github.com/bats-core/bats-core/compare/v1.12.0...v1.13.0)
### Added
- use the [`syntax`](https://docs.docker.com/reference/dockerfile/#syntax) parser directive to declare the Dockerfile syntax version ([#​1127](https://github.com/bats-core/bats-core/issues/1127))
- Negative test filtering via `--negative-filter` - tests matching the filter are *excluded* ([#​1114](https://github.com/bats-core/bats-core/issues/1114))
- fail-fast flag `--abort` to stop test suite execution on first failure ([#​1155](https://github.com/bats-core/bats-core/issues/1155))
### Fixed:
- unset `output`, `stderr`, `lines`, `stderr_lines` at the start of `run` to avoid crosstalk
between successive invocations ([#​1105](https://github.com/bats-core/bats-core/issues/1105))
- junit:
- XML escape fully removes ANSI sequences, e.g. color codes, cursor movements ([#​1103](https://github.com/bats-core/bats-core/issues/1103))
- fix retried tests being listed multiple times ([#​1150](https://github.com/bats-core/bats-core/issues/1150))
- fix crash when `setup_suite` fails ([#​1125](https://github.com/bats-core/bats-core/issues/1125))
- remove deprecated windows runner ([#​1119](https://github.com/bats-core/bats-core/issues/1119))
- renamed `docker-compose.yml` to `compose.yaml` ([#​1128](https://github.com/bats-core/bats-core/issues/1128))
- `bats_test_function`: don't require `--tags` to be sorted ([#​1158](https://github.com/bats-core/bats-core/issues/1158))
- fix `BATS_TEST_TIMEOUT` ([#​1160](https://github.com/bats-core/bats-core/issues/1160))
- not stopping processes under `run`
- prolonging skipped tests
### Documentation:
- moved 3rd-party libraries list into wiki ([#​1078](https://github.com/bats-core/bats-core/issues/1078))
</details>
---
### Configuration
📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNC42IiwidXBkYXRlZEluVmVyIjoiNDAuMTQuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.12.0->1.13.0Release Notes
bats-core/bats-core (docker.io/bats/bats)
v1.13.0Compare Source
Added
syntaxparser directive to declare the Dockerfile syntax version (#1127)--negative-filter- tests matching the filter are excluded (#1114)--abortto stop test suite execution on first failure (#1155)Fixed:
output,stderr,lines,stderr_linesat the start ofrunto avoid crosstalkbetween successive invocations (#1105)
setup_suitefails (#1125)docker-compose.ymltocompose.yaml(#1128)bats_test_function: don't require--tagsto be sorted (#1158)BATS_TEST_TIMEOUT(#1160)runDocumentation:
Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.