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

Bump ava from 1.1.0 to 1.2.0 #72

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ava from 1.1.0 to 1.2.0.

Release notes

Sourced from ava's releases.

1.2.0

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
});

b65c6d7da8ba3c7274f36dbcbcff26485f27d36f

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. 2b60556360bb3b434ee5b4bb3486acb8a32b7aa7

Thank you dflupu for your hard work on this!

Bug fixes and other improvements

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

All changes 馃摎

v1.1.0...v1.2.0

Thanks 馃拰

馃挅 Huge thanks to anishkny, CrispusDH, dflupu and niktekusho 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.

Commits
  • 010914b 1.2.0
  • ad087f2 Fix stack traces in throw assertions
  • 8ad5efd Bump dependencies
  • 2b60556 Print pending tests on interrupt, and on timeout in mini reporter
  • 0a5fe42 Change deprecated workspaceRoot variable to the equivalent workspaceFolder
  • b65c6d7 Add t.timeout()
  • ed7807e Linter fixes
  • f0a07cd Rely on npm 6.6.0
  • 6b10f2e Bump XO and fix some lint issues
  • 72e0762 Fix accidental truncation of multi-line error messages
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [ava](https://github.com/avajs/ava) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d07558c on dependabot/npm_and_yarn/ava-1.2.0 into bd62dd5 on master.

@dependabot-preview dependabot-preview bot merged commit be272ed into master Jan 28, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ava-1.2.0 branch January 28, 2019 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants