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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ava to v1.2.1 #20299

Merged
merged 1 commit into from Feb 25, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 13, 2019

This PR contains the following updates:

Package Type Update Change References
ava devDependencies minor 1.0.1 -> 1.2.1 homepage, source

Release Notes

avajs/ava

v1.2.1

Compare Source

This is a bug fix release. In very large projects, the options send to worker processes would exceed limits on process argument size. We're now sending the options via the inter-process communication channel. 3078892

All changes 馃摎

v1.2.0...v1.2.1

Get involved 鉁岋笍

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.

v1.2.0

Compare Source

New features

You can now set a timeout for test themselves. The test will fail if this timeout is exceeded. The timeout is reset each time an assertion is made:

test('foo', t => {
	t.timeout(100); // 100 milliseconds
	// Write your assertions here
});

b65c6d7

AVA also has a global timeout feature. The mini reporter now logs tests that were pending when those timeouts occur. Additionally, if you interrupt a test using ctrl+c we'll now also show the pending tests. 2b60556

Thank you @鈥媎flupu for your hard work on this!

Bug fixes and other improvements

  • We're no longer truncating multi-line error messages 72e0762
  • Unexpected errors in the throws assertions are now reported with the correct stack trace ad087f2
  • The Debugging with VSCode recipe has been updated with the correct workspaceFolder variable 0a5fe42 and --serial argument placement edfc005

All changes 馃摎

v1.1.0...v1.2.0

Thanks 馃拰

馃挅 Huge thanks to @鈥媋nishkny, @鈥婥rispusDH, @鈥媎flupu and @鈥媙iktekusho for helping us with this release. We couldn鈥檛 have done it without you!

Get involved 鉁岋笍

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.

v1.1.0

Compare Source

New features

AVA now exports a meta object. Currently, you can retrieve the path of the test file being run:

import test from 'ava';

console.log('Test currently being run: ', test.meta.file);
import {meta} from 'ava';

console.log('Test currently being run: ', meta.file);

This is useful in helpers that need to know the test file. bccd297

Bug fixes and other improvements

  • t.log() now works in hooks d187712

  • Error output for improper usage of t.throws() once again links to the correct documentation dc552bc

  • We've added a section on webpack aliases to the Babel recipe c3bcbf2

  • We've updated the Vue recipe for Babel 7, and added a section on webpack aliases c3bcbf2

All changes 馃摎

v1.0.1...v1.1.0

Thanks 馃拰

馃挅 Huge thanks to @鈥媐itztrev, @鈥媐orresst, @鈥媋strob0t, @鈥媝earofducks, @鈥媍oreyfarrell and @鈥媎flupu for helping us with this release. We couldn鈥檛 have done it without you!

Get involved 鉁岋笍

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.


Renovate configuration

馃搮 Schedule: At any time (no schedule defined).

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

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

馃敃 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 Renovate Bot. View repository job log here.

@renovate-bot renovate-bot changed the title Update dependency ava to v1.1.0 chore(deps): update dependency ava to v1.1.0 Jan 24, 2019
@renovate-bot renovate-bot changed the title chore(deps): update dependency ava to v1.1.0 Update dependency ava to v1.1.0 Jan 24, 2019
@renovate-bot renovate-bot changed the title Update dependency ava to v1.1.0 Update dependency ava to v1.2.0 Jan 27, 2019
@renovate-bot renovate-bot force-pushed the renovate/ava-1.x branch 2 times, most recently from 2297e88 to 5bfe6bf Compare January 31, 2019 20:23
@renovate-bot renovate-bot changed the title Update dependency ava to v1.2.0 Update dependency ava to v1.2.1 Feb 5, 2019
@renovate-bot renovate-bot changed the title Update dependency ava to v1.2.1 chore(deps): update dependency ava to v1.2.1 Feb 12, 2019
@renovate-bot renovate-bot changed the title chore(deps): update dependency ava to v1.2.1 Update dependency ava to v1.2.1 Feb 13, 2019
@rsimha rsimha merged commit 0973183 into ampproject:master Feb 25, 2019
@renovate-bot renovate-bot deleted the renovate/ava-1.x branch February 25, 2019 22:34
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
bramanudom pushed a commit to bramanudom/amphtml that referenced this pull request Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants