dmitriz / cpsfy

🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested
https://www.npmjs.com/package/cpsfy
MIT License
71 stars 2 forks source link

chore(deps): update dependency ava to v2.3.0 - autoclosed #50

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
ava (source) devDependencies minor 2.2.0 -> 2.3.0

Release Notes

avajs/ava ### [`v2.3.0`](https://togithub.com/avajs/ava/releases/v2.3.0) [Compare Source](https://togithub.com/avajs/ava/compare/v2.2.0...v2.3.0) #### Changes - We've fixed some bugs to improve watch mode. [`ffa62ce`](https://togithub.com/avajs/ava/commit/ffa62ce94dec43f18a0c66623fa604036ef8dc48) [`9e8d28f`](https://togithub.com/avajs/ava/commit/9e8d28f4408b2e218e6a315d454dd68f66351351) - AVA now prints an error when it receives non-existent test files on the command line. [`f01d05f`](https://togithub.com/avajs/ava/commit/f01d05f0c8373ff3fe8134364031fb36cba2850e) - When using the TAP reporter, remaining tests are now included in failed test count. Failed hooks are no longer treated as test failures, and logs are printed. [`8628976`](https://togithub.com/avajs/ava/commit/8628976e1ddd8fea2ff8177f8ab47c80410b424f) - Internal errors that may occur for some edge cases are now printed. [`b27cb8d`](https://togithub.com/avajs/ava/commit/b27cb8d538c58743ba3f5d46e0523e7a0ca5982c) - TTY in the worker processes should follow the new APIs in Node.js 12.7.0 (when used with those Node.js versions). [`7dcb473`](https://togithub.com/avajs/ava/commit/7dcb473d90d9415c691da90df75a0452d846cc29) - AVA now handles stage-4 syntax like dynamic import, and stage-3 syntax like BigInt, numeric separators and class properties that are supported by V8. [`9baca8c`](https://togithub.com/avajs/ava/commit/9baca8ca4dcbf9512c1f7a33adaeedd37fc8eda2) - AVA now supports dynamic import through our [stage-4](https://togithub.com/avajs/babel-preset-stage-4) preset. - AVA now uses [`import-local@^3.0.2`](https://togithub.com/sindresorhus/import-local/releases/tag/v3.0.2) which fixes issues with Lerna projects. - **For our TypeScript users**, we've changed the default type of `t.context` to `unknown`, [in line with TypeScript's changes in their 3.5 release](https://devblogs.microsoft.com/typescript/announcing-typescript-3-5/). [`2fc7d56`](https://togithub.com/avajs/ava/commit/2fc7d56475ca1d77078abc3e08390341bedda58f) #### All changes [`v2.2.0...v2.3.0`](https://togithub.com/avajs/ava/compare/v2.2.0...v2.3.0) #### Thanks Thank you [@​MarchWorks](https://togithub.com/MarchWorks), [@​yovasx2](https://togithub.com/yovasx2) and [@​bobthekingofegypt](https://togithub.com/bobthekingofegypt). We couldn't have done this without you! #### Get involved We welcome new contributors. AVA is a friendly place to get started in open source. We have a [great article](https://medium.com/@​vadimdemedes/making-your-first-contribution-de6576ddb190#.umxr7id07) on getting started contributing and a comprehensive [contributing guide](https://togithub.com/avajs/ava/blob/master/contributing.md).

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #50   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          59     59           
=====================================
  Hits           59     59

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 9bedac1...9e64acf. Read the comment docs.