Skip to content

chore(deps-dev): bump bats from 1.4.1 to 1.5.0#4

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

chore(deps-dev): bump bats from 1.4.1 to 1.5.0#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/bats-1.5.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 25, 2021

Bumps bats from 1.4.1 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)
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)
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.4.1 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.4.1...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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 25, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2022

Superseded by #21.

@dependabot dependabot bot closed this Feb 28, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bats-1.5.0 branch February 28, 2022 03:12
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.

0 participants

Comments