dmitriz / cpsfy

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

chore(deps): update dependency ava to v3.13.0 - autoclosed #134

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ava (source) devDependencies minor 3.11.1 -> 3.13.0

Release Notes

avajs/ava ### [`v3.13.0`](https://togithub.com/avajs/ava/releases/v3.13.0) [Compare Source](https://togithub.com/avajs/ava/compare/v3.12.1...v3.13.0) - `t.passed` can now be used in tests and teardown functions. Thanks [@​tymfear](https://togithub.com/tymfear)! [`900dc6d`](https://togithub.com/avajs/ava/commit/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](https://togithub.com/JSimoni42)! [`f328a69`](https://togithub.com/avajs/ava/commit/f328a6933af7aca221b08f694bb14b03701eca68) - The Enzyme recipe has been updated. Thanks [@​jonathansamines](https://togithub.com/jonathansamines)! [`db5d2c3`](https://togithub.com/avajs/ava/commit/db5d2c369178b78dfbd899d002a141a05655ccdc) - The TypeScript recipe has been updated. Thanks [@​SephReed](https://togithub.com/SephReed)! [`a3379fa`](https://togithub.com/avajs/ava/commit/a3379fad3893468309a43b4b56d290f94933f082) See for all changes. ### [`v3.12.1`](https://togithub.com/avajs/ava/releases/v3.12.1) [Compare Source](https://togithub.com/avajs/ava/compare/v3.12.0...v3.12.1) #### Configure how AVA loads test files Normally, AVA loads all files as CommonJS, except for `mjs` files and if you've configured `"type": "module"` in your `package.json`. As an experiment, you can now configure how AVA loads other file extensions. This is useful if you want to use Node.js' [experimental loaders](https://nodejs.org/docs/latest/api/esm.html#esm_experimental_loaders) feature. Read more [in our documentation](https://togithub.com/avajs/ava/blob/master/docs/06-configuration.md#configuring-module-formats). Thank you [@​macarie](https://togithub.com/macarie) for working on this! [`5c9dbb9`](https://togithub.com/avajs/ava/commit/5c9dbb96ad0beb7521e5051390478493250ba6b0) #### Comparison bugfix There was a bug in our [comparison library](https://togithub.com/concordancejs/concordance) which meant that negative-index properties on lists were not compared. This was fixed in a patch release, which will definitely be installed when you install AVA 3.12. Your tests may have been passing, even though they should have been failing. They'll fail now. Snapshots may also be different, causing tests to fail. #### All changes See for all changes. Thank you [@​AnthumChris](https://togithub.com/AnthumChris) for making sure our ESM example used ESM syntax ([`20bc781`](https://togithub.com/avajs/ava/commit/20bc7810536b3b968db5461ff4093bb5ae912050)). ### [`v3.12.0`](https://togithub.com/avajs/ava/compare/v3.11.1...v3.12.0) [Compare Source](https://togithub.com/avajs/ava/compare/v3.11.1...v3.12.0)

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 you tick the rebase/retry checkbox.

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



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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #134   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           60        60           
=========================================
  Hits            60        60           

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 49ac7e5...d561109. Read the comment docs.