freaktechnik / twitch-chatlog

Fetch the chatlog to a twitch VOD from your command line.
https://www.npmjs.com/package/twitch-chatlog
MIT License
83 stars 15 forks source link

chore: bump ava from 3.12.1 to 3.13.0 #146

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps ava from 3.12.1 to 3.13.0.

Release notes

Sourced from ava's releases.

3.13.0

  • t.passed can now be used in tests and teardown functions. Thanks @tymfear! 900dc6d46a1f8728dddfab1e42caef1fa8a51c85
  • In AVA 4, you'll no longer be able to pass null as the expectation for t.throws() & t.throwsAsync(). You can opt in to this early by enabling the disableNullExpectations experiment. Thanks @JSimoni42! f328a6933af7aca221b08f694bb14b03701eca68
  • The Enzyme recipe has been updated. Thanks @jonathansamines! db5d2c369178b78dfbd899d002a141a05655ccdc
  • The TypeScript recipe has been updated. Thanks @SephReed! a3379fad3893468309a43b4b56d290f94933f082

See https://github.com/avajs/ava/compare/v3.12.1...v3.13.0 for all changes.

Commits
  • fd4da2f 3.13.0
  • a3379fa Improve TypeScript recipe
  • df216e3 Update dependencies
  • 5124547 Experimentally implement shared workers
  • ba4f426 Clean-up in lib/fork.js
  • 759c3fa Tweak reporter integration tests
  • dc83c39 Implement flow-control for test worker IPC
  • f328a69 Experimentally disable null expectations for throws assertions
  • 33172dc Convert integration tests to be self-hosted
  • 900dc6d Make t.passed usable in tests and teardown functions
  • 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)
codecov[bot] commented 4 years ago

Codecov Report

Merging #146 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #146   +/-   ##
=======================================
  Coverage   65.12%   65.12%           
=======================================
  Files           3        3           
  Lines         324      324           
=======================================
  Hits          211      211           
  Misses        113      113           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2724f95...e54a4b0. Read the comment docs.