Skip to content

build(deps-dev): bump bats from 1.3.0 to 1.4.1#23

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/bats-1.4.1
Closed

build(deps-dev): bump bats from 1.3.0 to 1.4.1#23
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/bats-1.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2021

Copy link
Copy Markdown
Contributor

Bumps bats from 1.3.0 to 1.4.1.

Release notes

Sourced from bats's releases.

v1.4.1

Bats 1.4.1

Released: 2021-07-24

Added:

  • Docker image architectures amd64, 386, arm64, arm/v7, arm/v6, ppc64le, s390x (#438)

Fixed:

  • automatic push to Dockerhub (#438)

v1.4.0

Bats 1.4.0

Released: 2021-07-23

Added:

  • added BATS_TEST_TMPDIR, BATS_FILE_TMPDIR, BATS_SUITE_TMPDIR (#413)
  • added checks and improved documentation for $BATS_TMPDIR (#410)
  • the docker container now uses tini as the container entrypoint to improve signal forwarding (#407)
  • script to uninstall bats from a given prefix (#400)
  • replace preprocessed file path (e.g. /tmp/bats-run-22908-NP0f9h/bats.23102.src) with original filename in stdout/err (but not FD3!) (#429)
  • print aborted command on SIGINT/CTRL+C (#368)
  • print error message when BATS_RUN_TMPDIR could not be created (#422)

Documentation

Fixed:

  • fix bats_tap_stream_unknown: command not found with pretty formatter, when writing non compliant extended output (#412)
  • avoid collisions on $BATS_RUN_TMPDIR with --no-tempdir-cleanup and docker by using mktemp additionally to PID (#409)
  • pretty printer now puts text that is printed to FD 3 below the test name (#426)
  • rm semaphores/slot-: No such file or directory in parallel mode on MacOS (#434, #433)
  • fix YAML blocks in TAP13 formatter using ... instead of --- to start a block (#442)
  • fixed some typos in comments (#441, #447)
  • ensure /code exists in docker container, to make examples work again (#440)
  • also display error messages from free code (#429)

... (truncated)

Changelog

Sourced from bats's changelog.

[1.4.1] - 2021-07-24

Added

  • Docker image architectures amd64, 386, arm64, arm/v7, arm/v6, ppc64le, s390x (#438)

Fixed

  • automatic push to Dockerhub (#438)

[1.4.0] - 2021-07-23

Added

  • added BATS_TEST_TMPDIR, BATS_FILE_TMPDIR, BATS_SUITE_TMPDIR (#413)
  • added checks and improved documentation for $BATS_TMPDIR (#410)
  • the docker container now uses tini as the container entrypoint to improve signal forwarding (#407)
  • script to uninstall bats from a given prefix (#400)
  • replace preprocessed file path (e.g. /tmp/bats-run-22908-NP0f9h/bats.23102.src) with original filename in stdout/err (but not FD3!) (#429)
  • print aborted command on SIGINT/CTRL+C (#368)
  • print error message when BATS_RUN_TMPDIR could not be created (#422)

Documentation

Fixed

  • fix bats_tap_stream_unknown: command not found with pretty formatter, when writing non compliant extended output (#412)
  • avoid collisions on $BATS_RUN_TMPDIR with --no-tempdir-cleanup and docker by using mktemp additionally to PID (#409)
  • pretty printer now puts text that is printed to FD 3 below the test name (#426)
  • rm semaphores/slot-: No such file or directory in parallel mode on MacOS (#434, #433)
  • fix YAML blocks in TAP13 formatter using ... instead of --- to start a block (#442)
  • fixed some typos in comments (#441, #447)
  • ensure /code exists in docker container, to make examples work again (#440)
  • also display error messages from free code (#429)
  • npm installed version on Windows: fix broken internal LIBEXEC paths (#459)
Commits
  • 54e965f feat: release Bats v1.4.1
  • fae9aab Merge pull request #469 from bats-core/bugfix/GHA_broken_release_to_dockerhub
  • 11f10a9 CI: Fix wrong npm version on update
  • d0f6196 Merge remote-tracking branch 'upstream/master' into bugfix/GHA_broken_release...
  • 9f27e3c feat: release Bats v1.4.0
  • d493379 Add missing changelog entries
  • 35b5bd4 Merge pull request #459 from martin-schulze-vireso/windows_node_path_issue_42...
  • b6a506c Make test more robust against slow systems
  • 9cafd75 Do output checks linewise
  • 7092085 Use single-use-latch to be more robust against slow CI
  • 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 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.3.0 to 1.4.1.
- [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.3.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2021

Copy link
Copy Markdown
Contributor Author

The following labels could not be found: npm, dependencies.

@dependabot @github

dependabot Bot commented on behalf of github Oct 22, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #33.

@dependabot dependabot Bot closed this Oct 22, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/bats-1.4.1 branch October 22, 2021 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants