Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2025

Bumps bats from 0.4.2 to 1.12.0.

Release notes

Sourced from bats's releases.

v1.12.0

Added :

  • bats::on_failure hook that gets called when a test or setup* function fails (#1031)

Fixed:

  • increase compatibility with Solaris (#1043)
  • fix noclobber breaking bats-gather-tests (#1042)
  • fix exiting with 0 despite bats:focus when all tests have been filtered out (#1058)
  • remove deprecated ubuntu 20.04 from CI config (#1083)

Documentation:

  • Fix hyperlink to external Bash resource (#1033)
  • Remove mentions to no longer existing find_library_load_path in lib/bats-core docstrings (#1032)
  • Add missing "status" word in --returned-status documentation (#1077)

v1.11.1

Added:

  • make Dockerfile compatible with #!/bin/bash files (#967)

Documentation

  • document bats_pipe function (#901)

Fixed:

  • unbreak test suites with multiple files loading common constants (#904), introduced in v1.11.0
  • docker image won't crash if a file or directory named 'bats' exists (#920)
  • use $BATS_LIBDIR instead of hardcoded lib in 'bats-gather-tests' (#985, #990)

Changed:

  • update Docker image with the latest bats-detik version 1.3.2 (#1017)
  • cleanup: remove unused $BATS_FILTER (#907)

Documentation

  • fix hard-coded link to readthedocs (#901)
  • fix tutorial code for multiline test suite (#1011)

v1.11.0

Added:

  • hardened CI scripts by using hashes instead of versions for actions and restricting permissions (#754, #770)

... (truncated)

Changelog

Sourced from bats's changelog.

[1.12.0] - 2025-05-18

Added

  • bats::on_failure hook that gets called when a test or setup* function fails (#1031)

Fixed

  • increase compatibility with Solaris (#1043)
  • fix noclobber breaking bats-gather-tests (#1042)
  • fix exiting with 0 despite bats:focus when all tests have been filtered out (#1058)
  • remove deprecated ubuntu 20.04 from CI config (#1083)

Documentation

  • Fix hyperlink to external Bash resource (#1033)
  • Remove mentions to no longer existing find_library_load_path in lib/bats-core docstrings (#1032)
  • Add missing "status" word in --returned-status documentation (#1077)

[1.11.1] - 2024-11-29

Added

  • make Dockerfile compatible with #!/bin/bash files (#967)

Documentation

  • document bats_pipe function (#901)

Fixed

  • unbreak test suites with multiple files loading common constants (#904), introduced in v1.11.0
  • docker image won't crash if a file or directory named 'bats' exists (#920)
  • use $BATS_LIBDIR instead of hardcoded lib in 'bats-gather-tests' (#985, #990)

Changed

  • update Docker image with the latest bats-detik version 1.3.2 (#1017)
  • cleanup: remove unused $BATS_FILTER (#907)

Documentation

  • fix hard-coded link to readthedocs (#901)
  • fix tutorial code for multiline test suite (#1011)

[1.11.0] - 2024-03-24

Added

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by bats-bot, a new releaser for bats since your current version.


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 0.4.2 to 1.12.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](https://github.com/bats-core/bats-core/commits/v1.12.0)

---
updated-dependencies:
- dependency-name: bats
  dependency-version: 1.12.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2025
@jasonkarns jasonkarns merged commit 46f8b0b into main Jul 23, 2025
3 checks passed
@jasonkarns jasonkarns deleted the dependabot/npm_and_yarn/bats-1.12.0 branch July 23, 2025 14:11
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