nodenv / nodenv-default-packages

Install default packages every time you install a new version of Node
MIT License
37 stars 5 forks source link

Update bats: 1.6.0 → 1.7.0 (minor) #39

Closed depfu[bot] closed 2 years ago

depfu[bot] commented 2 years ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ bats (1.6.0 → 1.7.0) · Repo

Release Notes

1.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 for more
      details and how to find out if your tests are affected.

1.6.1

Bats 1.6.1

Released: 2022-05-14

Fixed:

  • 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.

Documentation

  • corrected invalid documentation of run -N (had =N instead) (#579)
    • CRITICAL: using the incorrect form can lead to silent errors. See issue #578 for more details and how to find out if your tests are affected.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 73 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 2 years ago

Closed in favor of #40.