Skip to content

build(deps-dev): bump bats from 1.3.0 to 1.5.0#33

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 22, 2021

Copy link
Copy Markdown
Contributor

Bumps bats from 1.3.0 to 1.5.0.

Release notes

Sourced from bats's releases.

v1.5.0

Bats 1.5.0

Released: 2021-10-22

Added:

  • new command line flags (#488)
    • --verbose-run: Make run print $output by default
    • -x, --trace: Print test commands as they are executed (like set -x)`
    • --show-output-of-passing-tests: Print output of passing tests
    • --print-output-on-failure: Automatically print the value of $output on failed tests
    • --gather-test-outputs-in <directory>: Gather the output of failing and passing tests as files in directory
  • Experimental: add return code checks to run via !/-<N> (#367, #507)
  • install.sh and uninstall.sh take an optional second parameter for the lib folder name to allow for multilib install, e.g. into lib64 (#452)
  • add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (#224, a894fbfa)
  • add run flag --separate-stderr which also fills $stderr and $stderr_lines (#47, 5c9b173d, #507)

Fixed:

  • don't glob run's $output when splitting into ${lines[@]} (#151, #152, #158, #156, #281, #289)
  • remove empty line after test with pretty formatter on some terminals (#481)
  • don't run setup_file/teardown_file on files without tests, e.g. due to filtering (#484)
  • print final line without newline on Bash 3.2 for midtest (ERREXIT) failures too (#495, #145)
  • abort with error on missing flock/shlock when running in parallel mode (#496)
  • improved set -u test and fixed some unset variable accesses (#498, #501)
  • shorten suite/file/test temporary folder paths to leave enough space even on restricted systems (#503)

Documentation

  • minor edits (#478)

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)

... (truncated)

Changelog

Sourced from bats's changelog.

[1.5.0] - 2021-10-22

Added

  • new command line flags (#488)
    • --verbose-run: Make run print $output by default
    • -x, --trace: Print test commands as they are executed (like set -x)`
    • --show-output-of-passing-tests: Print output of passing tests
    • --print-output-on-failure: Automatically print the value of $output on failed tests
    • --gather-test-outputs-in <directory>: Gather the output of failing and passing tests as files in directory
  • Experimental: add return code checks to run via !/-<N> (#367, #507)
  • install.sh and uninstall.sh take an optional second parameter for the lib folder name to allow for multilib install, e.g. into lib64 (#452)
  • add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (#224, a894fbfa)
  • add run flag --separate-stderr which also fills $stderr and $stderr_lines (#47, 5c9b173d, #507)

Fixed

  • don't glob run's $output when splitting into ${lines[@]} (#151, #152, #158, #156, #281, #289)
  • remove empty line after test with pretty formatter on some terminals (#481)
  • don't run setup_file/teardown_file on files without tests, e.g. due to filtering (#484)
  • print final line without newline on Bash 3.2 for midtest (ERREXIT) failures too (#495, #145)
  • abort with error on missing flock/shlock when running in parallel mode (#496)
  • improved set -u test and fixed some unset variable accesses (#498, #501)
  • shorten suite/file/test temporary folder paths to leave enough space even on restricted systems (#503)

Documentation

  • minor edits (#478)

[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

... (truncated)

Commits
  • 99d64eb feat: release Bats v1.5.0
  • 751006c Merge pull request #507 from martin-schulze-vireso/fix/use_-N_for_run_return_...
  • f69c26d Replace run --output <mode> by --separate-stderr
  • 0f7d1ab Replace run =<N> with run -<N>
  • 41e467f Gotchas: Add section about [[ and ((
  • 76205a3 Merge pull request #503 from martin-schulze-vireso/fix/issue-502-mktemp-filen...
  • 8200611 Add changelog entry for #503
  • 69279bc Avoid races when creating files/tests tmpdir
  • 911b40d Fix error on creating bats_files_tmpdir twice
  • a41cbff Improve diagnostic message
  • 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.5.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.3.0...v1.5.0)

---
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 Oct 22, 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 Feb 24, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #37.

@dependabot dependabot Bot closed this Feb 24, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/bats-1.5.0 branch February 24, 2022 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