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

Update dependency ava to v3.12.0 #149

Merged
merged 1 commit into from Aug 23, 2020
Merged

Update dependency ava to v3.12.0 #149

merged 1 commit into from Aug 23, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 23, 2020

This PR contains the following updates:

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

Release Notes

avajs/ava

v3.12.0

Compare Source

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 feature. Read more in our documentation. Thank you @​macarie for working on this! 5c9dbb9

Comparison bugfix

There was a bug in our comparison library 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 avajs/ava@v3.11.1...v3.12.0 for all changes.

Thank you @​AnthumChris for making sure our ESM example used ESM syntax (20bc781).


Renovate configuration

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

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@coveralls
Copy link

Pull Request Test Coverage Report for Build 637

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.714%

Totals Coverage Status
Change from base Build 635: 0.0%
Covered Lines: 12
Relevant Lines: 18

💛 - Coveralls

@renovate renovate bot merged commit 253bdeb into master Aug 23, 2020
@renovate renovate bot deleted the renovate/ava-3.x branch August 23, 2020 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants