Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

build(deps-dev): bump bats from 1.2.1 to 1.3.0#653

Closed
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/bats-1.3.0
Closed

build(deps-dev): bump bats from 1.2.1 to 1.3.0#653
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/bats-1.3.0

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 13, 2021

Bumps bats from 1.2.1 to 1.3.0.

Release notes

Sourced from bats's releases.

v1.3.0

Bats 1.3.0

Released: 2021-03-08

Added:

  • custom test-file extension via BATS_FILE_EXTENSION when searching for test files in a directory (#376)
  • TAP13 formatter, including millisecond timing (#337)
  • automatic release to NPM via Github Actions (#406)

Documentation

  • added documentation about overusing run (#343)
  • improved documentation of load (#332)

Changed:

  • recursive suite mode will follow symlinks now (#370)
  • split options for (file-) --report-formatter and (stdout) --formatter (#345)
    • WARNING: This changes the meaning of --formatter junit. stdout will now show unified xml instead of TAP. From now on, please use --report-formatter junit to obtain the .xml report file!
  • removed --parallel-preserve-environment flag, as this is the default behavior (#324)
  • moved CI from Travis/Appveyor to Github Actions (#405)
  • preprocessed files are no longer removed if --no-tempdir-cleanup is specified (#395)

Documentation

Fixed:

Correctness

  • fix internal failures due to unbound variables when test files use set -u (#392)
  • fix internal failures due to changes to $PATH in test files (#387)
  • fix test duration always being 0 on busybox installs (#363)
  • fix hangs on CTRL+C (#354)
  • make BATS_TEST_NUMBER count per file again (#326)
  • include lib/ in npm package (#352)

Performance

  • don't fork bomb in parallel mode (#339)
  • preprocess each file only once (#335)
  • avoid running duplicate files n^2 times (#338)

... (truncated)

Changelog

Sourced from bats's changelog.

[1.3.0] - 2021-03-08

Added

  • custom test-file extension via BATS_FILE_EXTENSION when searching for test files in a directory (#376)
  • TAP13 formatter, including millisecond timing (#337)
  • automatic release to NPM via Github Actions (#406)

Documentation

  • added documentation about overusing run (#343)
  • improved documentation of load (#332)

Changed

  • recursive suite mode will follow symlinks now (#370)
  • split options for (file-) --report-formatter and (stdout) --formatter (#345)
    • WARNING: This changes the meaning of --formatter junit. stdout will now show unified xml instead of TAP. From now on, please use --report-formatter junit to obtain the .xml report file!
  • removed --parallel-preserve-environment flag, as this is the default behavior (#324)
  • moved CI from Travis/Appveyor to Github Actions (#405)
  • preprocessed files are no longer removed if --no-tempdir-cleanup is specified (#395)

Documentation

Fixed

Correctness

  • fix internal failures due to unbound variables when test files use set -u (#392)
  • fix internal failures due to changes to $PATH in test files (#387)
  • fix test duration always being 0 on busybox installs (#363)
  • fix hangs on CTRL+C (#354)
  • make BATS_TEST_NUMBER count per file again (#326)
  • include lib/ in npm package (#352)

Performance

  • don't fork bomb in parallel mode (#339)
  • preprocess each file only once (#335)
  • avoid running duplicate files n^2 times (#338)

Documentation

... (truncated)

Commits
  • 9086c47 feat: release Bats v1.3.0
  • bd827b7 Fix changelog format for release script
  • 2914caa Add #406 to changelog
  • d2eb318 Fix newline
  • 6c7b463 Remove appveyor from release script
  • b81ab70 Add version check and manual dispatch release testability
  • 429540d Replace references to Travis/Appveyor with Github Actions
  • b936c4d Docker: automatically push image for new release
  • 7cd79e3 Update changelog to list unreleased changes
  • 1d6757b Fix old markdown issues
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bats-bot, a new releaser for bats since your current version.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 13, 2021
@codecov
Copy link

codecov bot commented Apr 13, 2021

Codecov Report

Merging #653 (7a2b2ce) into main (00a6acd) will not change coverage.
The diff coverage is n/a.

❗ Current head 7a2b2ce differs from pull request most recent head 806c5ff. Consider uploading reports for the commit 806c5ff to get more accurate results

@@           Coverage Diff           @@
##             main     #653   +/-   ##
=======================================
  Coverage   99.29%   99.29%           
=======================================
  Files           8        8           
  Lines         282      282           
=======================================
  Hits          280      280           
  Misses          2        2           

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/bats-1.3.0 branch from 7a2b2ce to 806c5ff Compare June 12, 2021 03:07
@dependabot-preview
Copy link
Contributor Author

Superseded by #683.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/bats-1.3.0 branch July 26, 2021 19:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments