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

Bump bats from 1.8.2 to 1.9.0 #282

Merged
merged 1 commit into from Feb 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps bats from 1.8.2 to 1.9.0.

Release notes

Sourced from bats's releases.

v1.9.0

Added:

  • add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (#659)
  • add --line-reference-format to switch file/line references in stack traces (#665)
    • comma_line (default): file.bats, line 1
    • colon: file.bats:1
    • uri: file:///path/to/file.bats:1
    • custom: define your own formatter in bats_format_file_line_reference_custom
  • add bats:focus tag to run only focused tests (#679)
  • add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (#674)

Documentation:

  • add --help text and man page content for --filter-tags (#679)

Fixed:

  • explicitly check for GNU parallel (#691)
  • wait for report-formatter to finish before ending bats' execution, to fix empty files with --report-fomatter junit under Docker (#692)

Documentation

  • improved clarity of section about output in free code (#671)
  • fixed typos (#673)
  • clarify use cases of run (#366)
Changelog

Sourced from bats's changelog.

[1.9.0] - 2023-02-12

Added

  • add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (#659)
  • add --line-reference-format to switch file/line references in stack traces (#665)
    • comma_line (default): file.bats, line 1
    • colon: file.bats:1
    • uri: file:///path/to/file.bats:1
    • custom: define your own formatter in bats_format_file_line_reference_custom
  • add bats:focus tag to run only focused tests (#679)
  • add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (#674)

Documentation

  • add --help text and man page content for --filter-tags (#679)

Fixed

  • explicitly check for GNU parallel (#691)
  • wait for report-formatter to finish before ending bats' execution, to fix empty files with --report-fomatter junit under Docker (#692)

Documentation

  • improved clarity of section about output in free code (#671)
  • fixed typos (#673)
  • clarify use cases of run (#366)
Commits
  • 6636e2c feat: release Bats v1.9.0
  • fe7df4f Merge pull request #692 from martin-schulze-vireso/fix/issue-690-blank-junit-...
  • fb0909f Fix shebang
  • da94863 Fix non executable report formatter under windows
  • f7799ca CI: Add more output
  • dc715d6 Make test more robust against unpredictable order
  • 5d62e18 Don't care about exact exit code
  • 802d79d Add changelog entry for #692
  • e82402f Fix broken pipe errors
  • ad3b159 Fix shellcheck
  • 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.8.2 to 1.9.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.8.2...v1.9.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 13, 2023
@stefanzweifel stefanzweifel merged commit c8254de into master Feb 13, 2023
@stefanzweifel stefanzweifel deleted the dependabot/npm_and_yarn/bats-1.9.0 branch February 13, 2023 07:22
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.

None yet

1 participant