Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bats 1.9.0 → 1.10.0 (minor) #214

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jul 16, 2023

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.9.0 → 1.10.0) · Repo

Release Notes

1.10.0

Added:

  • add ${BATS_TEST_TAGS[@]} for querying the tags during a test (#705)
  • print tags on failing tests (#705)
  • test for negative arguments to --jobs (#693)
  • add tests for --formatter cat (#710)
  • test coverage in CI (#718)
  • Support for rush as alternative to GNU parallel (#729)
  • add bats_pipe helper function for run that executes \| as pipes (#663)
  • publish docker images to ghcr.io (additionally to Dockerhub) (#740)

Documentation:

  • clarify use cases of --formatter cat (#710)

Fixed:

  • fix run with options overwriting the value of i (#726, #727)
  • fix ${BATS_TEST_NAMES[@]} containing only --tags instead of test name since Bats v1.8.0 (#705)
  • fix run --keep-empty-lines counting trailing \n as (empty) new line (#711)
  • fix short flag unpacker creating bogus command lines with valued flags (#732)
  • fix formatter becoming confused with retries (#734)
  • fix --gather-test-outputs-in fails on tests with / (#735)
  • fix overriding date breaks --timing (#736)

Documentation

  • typos, minor edits (#704)
  • simplified contributing.md (#718)

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 cancel merge
Cancels automatic merging of this PR
@​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 depfu bot added the depfu label Jul 16, 2023
@jasonkarns jasonkarns merged commit af632a0 into master Mar 24, 2024
10 checks passed
@jasonkarns jasonkarns deleted the depfu/update/npm/bats-1.10.0 branch March 24, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant