Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2020

This PR contains the following updates:

Package Type Update Change
ava (source) devDependencies minor 3.4.0 -> 3.7.1

Release Notes

avajs/ava

v3.7.1

Compare Source

v3.7.0

Compare Source

If you've ever wanted to save some files along with AVA's snapshots, you can now determine the directory path by accessing test.meta.snapshotDirectory. Thank you @​ulken ! cb5f9f7

See avajs/ava@v3.6.0...v3.7.0 for all changes.

v3.6.0

Compare Source

afterEach() and afterEach.always() hooks can now determine whether the test passed. Thank you @​bunysae for contributing this! 8f312c0:

test('passes', t => t.pass());

test.afterEach(t => {
	if (t.passed) {
		// Do something because the test passed
	} else {
		// Do something because the test failed
	}
});

@​mbiesiad has diligently translated our documentation to Polish. Thank you @​kekuu for reviewing.

Also thank you @​timgates42 for fixing a typo in our documentation. ede4f32

See avajs/ava@v3.5.0...v3.6.0 for all changes.

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

When using ava debug, you can now specify the address or hostname the inspector is available through by using the --host option. Thanks to @​DYefimov for contributing this! 13d6651

See avajs/ava@v3.4.0...v3.5.0 for all changes. Spoiler alert: it's just this one 😉


Renovate configuration

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

🚦 Automerge: Disabled due to failing status checks.

♻️ 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.

@renovate renovate bot added the dependencies label Mar 1, 2020
@renovate renovate bot force-pushed the renovate/ava-3.x branch from 1dae0f4 to 6da4158 Compare March 22, 2020 12:20
@renovate renovate bot changed the title Update dependency ava to v3.5.0 Update dependency ava to v3.5.1 Mar 22, 2020
@renovate renovate bot force-pushed the renovate/ava-3.x branch from 6da4158 to 2f5f6e6 Compare March 30, 2020 09:27
@renovate renovate bot changed the title Update dependency ava to v3.5.1 Update dependency ava to v3.5.2 Mar 30, 2020
@renovate renovate bot force-pushed the renovate/ava-3.x branch from 2f5f6e6 to 5fd13e7 Compare April 5, 2020 14:40
@renovate renovate bot changed the title Update dependency ava to v3.5.2 Update dependency ava to v3.6.0 Apr 5, 2020
@renovate renovate bot force-pushed the renovate/ava-3.x branch from 5fd13e7 to b79712f Compare April 13, 2020 13:32
@renovate renovate bot changed the title Update dependency ava to v3.6.0 Update dependency ava to v3.7.0 Apr 13, 2020
@renovate renovate bot force-pushed the renovate/ava-3.x branch from b79712f to c2ddfd1 Compare April 19, 2020 16:42
@renovate renovate bot changed the title Update dependency ava to v3.7.0 Update dependency ava to v3.7.1 Apr 19, 2020
@MatsAnd MatsAnd merged commit fb2c309 into master Apr 21, 2020
@renovate renovate bot deleted the renovate/ava-3.x branch April 21, 2020 19:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants