Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps bats from 1.12.0 to 1.13.0.

Release notes

Sourced from bats's releases.

v1.13.0

Added

  • use the syntax parser directive to declare the Dockerfile syntax version (#1127)
  • Negative test filtering via --negative-filter - tests matching the filter are excluded (#1114)
  • fail-fast flag --abort to stop test suite execution on first failure (#1155)

Fixed:

  • unset output, stderr, lines, stderr_lines at the start of run to avoid crosstalk between successive invocations (#1105)
  • junit:
    • XML escape fully removes ANSI sequences, e.g. color codes, cursor movements (#1103)
    • fix retried tests being listed multiple times (#1150)
    • fix crash when setup_suite fails (#1125)
  • remove deprecated windows runner (#1119)
  • renamed docker-compose.yml to compose.yaml (#1128)
  • bats_test_function: don't require --tags to be sorted (#1158)
  • fix BATS_TEST_TIMEOUT (#1160)
    • not stopping processes under run
    • prolonging skipped tests

Documentation:

  • moved 3rd-party libraries list into wiki (#1078)
Changelog

Sourced from bats's changelog.

[1.13.0] - 2025-11-07

Added

  • use the syntax parser directive to declare the Dockerfile syntax version (#1127)
  • Negative test filtering via --negative-filter - tests matching the filter are excluded (#1114)
  • fail-fast flag --abort to stop test suite execution on first failure (#1155)

Fixed

  • unset output, stderr, lines, stderr_lines at the start of run to avoid crosstalk between successive invocations (#1105)
  • junit:
    • XML escape fully removes ANSI sequences, e.g. color codes, cursor movements (#1103)
    • fix retried tests being listed multiple times (#1150)
    • fix crash when setup_suite fails (#1125)
  • remove deprecated windows runner (#1119)
  • renamed docker-compose.yml to compose.yaml (#1128)
  • bats_test_function: don't require --tags to be sorted (#1158)
  • fix BATS_TEST_TIMEOUT (#1160)
    • not stopping processes under run
    • prolonging skipped tests

Documentation

  • moved 3rd-party libraries list into wiki (#1078)
Commits
  • 3bca150 feat: release Bats v1.13.0
  • 2a366df Merge pull request #1125 from Peter-Darton-i2/pr/fix-issue-1106
  • 35a5362 chore: add changelog entry for #1125
  • 1af5d49 Catch setup-suite issues
  • d5e5176 Add unit-test to show the problem
  • 86c5eff Merge pull request #1168 from bats-core/dependabot/github_actions/actions/set...
  • bb85fd4 build(deps): bump actions/setup-node from 5.0.0 to 6.0.0
  • d8893cc Merge pull request #1165 from bats-core/dependabot/github_actions/actions/che...
  • 20cada9 Merge pull request #1160 from martin-schulze-vireso/fix/BATS_TEST_TIMEOUT_run
  • 76bcf70 fix BATS_TEST_TIMEOUT prolonging runtime of skipped tests (fixes #1067)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bats](https://github.com/bats-core/bats-core) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/bats-core/bats-core/releases)
- [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md)
- [Commits](bats-core/bats-core@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: bats
  dependency-version: 1.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 10, 2025
@stefanzweifel stefanzweifel merged commit 547c140 into master Nov 10, 2025
2 checks passed
@stefanzweifel stefanzweifel deleted the dependabot/npm_and_yarn/bats-1.13.0 branch November 10, 2025 07:08
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants