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.5.0 → 1.6.0 (minor) #38

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.5.0 → 1.6.0) · Repo

Release Notes

1.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)

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


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)