Skip to content

chore(deps-dev): bump bats from 1.4.1 to 1.7.0#31

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps bats from 1.4.1 to 1.7.0.

Release notes

Sourced from bats's releases.

v1.7.0

Bats 1.7.0

Released: 2022-05-14

Added:

  • Pretty formatter print filename when entering file (#561)
  • BATS_TEST_NAME_PREFIX allows prefixing test names on stdout and in reports (#561)
  • setup_suite and teardown_suite (#571, #585)
  • out-of-band warning infrastructure, with following warnings:
    • BW01: run command not found (exit code 127) (#586)
    • BW02: run uses flags without proper bats_require_minimum_version guard (#587)
  • bats_require_minimum_version to guard code that would not run on older versions (#587)

Documentation

  • document $BATS_VERSION (#557)
  • document new warning infrastructure (#589, #587, #586)

Fixed:

  • unbound variable errors in formatters when using SHELLOPTS=nounset (-u) (#558)
  • don't require flock and shlock for parallel mode test (#554)
  • print name of failing test when using TAP13 with timing information (#559, #555)
  • removed broken symlink, added regression test (#560)
  • don't show empty lines as # with pretty formatter (#561)
  • prevent teardown, teardown_file, and teardown_suite from overriding bats' exit code by setting $status (e.g. via calling run) (#581, #575)
    • CRITICAL: this can return exit code 0 despite failed tests, thus preventing your CI from reporting test failures! The regression happened in version 1.6.0.
  • run --keep-empty-lines now reports 0 lines on empty $output (#583)

Documentation

  • remove 2018 in title, update copyright dates in README.md (#567)
  • fix broken links (#568)
  • corrected invalid documentation of run -N (had =N instead) (#579)
    • CRITICAL: using the incorrect form can lead to silent errors. See [issue #578](bats-core/bats-core#578) for more details and how to find out if your tests are affected.

v1.6.1

Bats 1.6.1

Released: 2022-05-14

Fixed:

... (truncated)

Changelog

Sourced from bats's changelog.

[1.7.0] - 2022-05-14

Added

  • Pretty formatter print filename when entering file (#561)
  • BATS_TEST_NAME_PREFIX allows prefixing test names on stdout and in reports (#561)
  • setup_suite and teardown_suite (#571, #585)
  • out-of-band warning infrastructure, with following warnings:
    • BW01: run command not found (exit code 127) (#586)
    • BW02: run uses flags without proper bats_require_minimum_version guard (#587)
  • bats_require_minimum_version to guard code that would not run on older versions (#587)

Documentation

  • document $BATS_VERSION (#557)
  • document new warning infrastructure (#589, #587, #586)

Fixed

  • unbound variable errors in formatters when using SHELLOPTS=nounset (-u) (#558)
  • don't require flock and shlock for parallel mode test (#554)
  • print name of failing test when using TAP13 with timing information (#559, #555)
  • removed broken symlink, added regression test (#560)
  • don't show empty lines as # with pretty formatter (#561)
  • prevent teardown, teardown_file, and teardown_suite from overriding bats' exit code by setting $status (e.g. via calling run) (#581, #575)
    • CRITICAL: this can return exit code 0 despite failed tests, thus preventing your CI from reporting test failures! The regression happened in version 1.6.0.
  • run --keep-empty-lines now reports 0 lines on empty $output (#583)

Documentation

  • remove 2018 in title, update copyright dates in README.md (#567)
  • fix broken links (#568)
  • corrected invalid documentation of run -N (had =N instead) (#579)
    • CRITICAL: using the incorrect form can lead to silent errors. See [issue #578](bats-core/bats-core#578) for more details and how to find out if your tests are affected.

[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)

... (truncated)

Commits
  • 410dd22 feat: release Bats v1.7.0
  • 9d2bec5 Merge pull request #589 from martin-schulze-vireso/feature/improve_warnings_i...
  • 691d17f Add changelog entry for #589
  • 1a8fadc Docs: Improve index page of warnings
  • 9ef3625 Add changelog entry for #579
  • 7dc9546 Merge pull request #587 from martin-schulze-vireso/feature/add_bats_require_m...
  • 200e868 Add changelog entry for #587
  • 84ff291 Add documentation for warnings
  • 82002bb Add BW02, fix it in test suite
  • 71d6b71 Add and test bats_require_minimum_version
  • 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.7.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.7.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 May 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 19, 2022

Superseded by #38.

@dependabot dependabot bot closed this Sep 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bats-1.7.0 branch September 19, 2022 03:18
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