Skip to content

chore(deps-dev): bump bats from 1.4.1 to 1.6.0#21

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps bats from 1.4.1 to 1.6.0.

Release notes

Sourced from bats's releases.

v1.6.0

Bats 1.6.0

Released: 2022-02-24

Added:

  • new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize quotes around code blocks in error output (#506)
  • an example/regression test for running background tasks without blocking the test run (#525, #535)
  • bats_load_library for loading libraries from the search path $BATS_LIB_PATH (#548)

Fixed:

  • improved error trace for some broken cases (#279)
  • removed leftover debug file /tmp/latch in selftest suite (single use latch) (#516)
  • fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (#516)
  • fixed leaking of local variables from debug trap (#520)
  • don't mark FD3 output from teardown_file as <failure> in junit output (#532)
  • fix unbound variable error with Bash pre 4.4 (#550)

Documentation

  • remove links to defunct freenode IRC channel (#515)
  • improved grammar (#534)
  • fixed link to TAP spec (#537)

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,

... (truncated)

Changelog

Sourced from bats's changelog.

[1.6.0] - 2022-02-24

Added

  • new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize quotes around code blocks in error output (#506)
  • an example/regression test for running background tasks without blocking the test run (#525, #535)
  • bats_load_library for loading libraries from the search path $BATS_LIB_PATH (#548)

Fixed

  • improved error trace for some broken cases (#279)
  • removed leftover debug file /tmp/latch in selftest suite (single use latch) (#516)
  • fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (#516)
  • fixed leaking of local variables from debug trap (#520)
  • don't mark FD3 output from teardown_file as <failure> in junit output (#532)
  • fix unbound variable error with Bash pre 4.4 (#550)

Documentation

  • remove links to defunct freenode IRC channel (#515)
  • improved grammar (#534)
  • fixed link to TAP spec (#537)

[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[@]}

... (truncated)

Commits
  • 210acf3 feat: release Bats v1.6.0
  • 13d7bcb Merge pull request #550 from klihub/fixes/bash-pre-4.4/unbound-flags
  • 84f2e15 Fix test errors on Mac with parallel mode
  • e52a152 Add changelog entry for #550
  • 97497b4 fix passing BATS_NUMBER_OF_PARALLEL_JOBS
  • 7409607 fix: pre-4.4 bash workaround for empty arrays.
  • 3be651b Merge pull request #548 from martin-schulze-vireso/pr/ntnn/27
  • bab6766 Add changelog entry for #548
  • 6697694 Disable unnecessary shellcheck message
  • 13a1600 Document bats_load_library and BATS_LIB_PATH
  • 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.6.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.6.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 Feb 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 16, 2022

Superseded by #31.

@dependabot dependabot bot closed this May 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bats-1.6.0 branch May 16, 2022 03:13
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