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

[Merged by Bors] - chore(deps-dev): bump ava from 3.5.1 to 3.6.0 #35

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 6, 2020

Bumps ava from 3.5.1 to 3.6.0.

Release notes

Sourced from ava's releases.

3.6.0

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

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. ede4f322b4fa6263c8ae14ec04282ab06bb0afd4

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

Commits

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.


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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 6, 2020
@jniles
Copy link
Contributor

jniles commented Apr 13, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 13, 2020

Merge conflict

Bumps [ava](https://github.com/avajs/ava) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v3.5.1...v3.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ava-3.6.0 branch from 4946874 to 1f011ab Compare April 13, 2020 10:01
@jniles
Copy link
Contributor

jniles commented Apr 13, 2020

bors r+

bors bot pushed a commit that referenced this pull request Apr 13, 2020
Bumps [ava](https://github.com/avajs/ava) from 3.5.1 to 3.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/avajs/ava/releases">ava's releases</a>.</em></p>
<blockquote>
<h2>3.6.0</h2>
<p><code>afterEach()</code> and <code>afterEach.always()</code> hooks can now determine whether the test passed. Thank you <a href="https://github.com/bunysae">@bunysae</a> for contributing this! 8f312c0f2c978ba39baae0f701015d79af18cbde:</p>
<pre lang="js"><code>test('passes', t =&gt; t.pass());
<p>test.afterEach(t =&gt; {
if (t.passed) {
// Do something because the test passed
} else {
// Do something because the test failed
}
});
</code></pre></p>
<p><a href="https://github.com/mbiesiad">@mbiesiad</a> has diligently <a href="https://github.com/avajs/ava-docs/tree/master/pl_PL">translated our documentation to Polish</a>. Thank you <a href="https://github.com/kekuu">@kekuu</a> for reviewing.</p>
<p>Also thank you <a href="https://github.com/timgates42">@timgates42</a> for fixing a typo in our documentation. ede4f322b4fa6263c8ae14ec04282ab06bb0afd4</p>
<p>See <a href="https://github.com/avajs/ava/compare/v3.5.0...v3.6.0">https://github.com/avajs/ava/compare/v3.5.0...v3.6.0</a> for all changes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/avajs/ava/commit/447d37153b5af9139c45cf5b0fd97ad92bea0c14"><code>447d371</code></a> 3.6.0</li>
<li><a href="https://github.com/avajs/ava/commit/886b4d7f2d4d7a56e0dccb24e70bf96d22c39d69"><code>886b4d7</code></a> Rebuild lockfile</li>
<li><a href="https://github.com/avajs/ava/commit/1f59b052d2be35699c39802003e67d75928f4828"><code>1f59b05</code></a> Dependency updates</li>
<li><a href="https://github.com/avajs/ava/commit/489b13e0be3c0ba9717c3c0eaf1ee86c480be3f5"><code>489b13e</code></a> Fix TypeScript documentation for t.try()</li>
<li><a href="https://github.com/avajs/ava/commit/4bf64d048e203bb4cbf3b640f901cfd17a92cda9"><code>4bf64d0</code></a> Remove link to previously removed recipe</li>
<li><a href="https://github.com/avajs/ava/commit/8f312c0f2c978ba39baae0f701015d79af18cbde"><code>8f312c0</code></a> Add t.passed to execution contexts</li>
<li><a href="https://github.com/avajs/ava/commit/ede4f322b4fa6263c8ae14ec04282ab06bb0afd4"><code>ede4f32</code></a> Fix typo in endpoint testing recipe</li>
<li><a href="https://github.com/avajs/ava/commit/4c3e791d853faa396a2135668d6fa10d1f98520d"><code>4c3e791</code></a> 3.5.2</li>
<li><a href="https://github.com/avajs/ava/commit/60784a513876ec9b508c92e92dd6191853151729"><code>60784a5</code></a> Upgrade XO</li>
<li><a href="https://github.com/avajs/ava/commit/f07eec80e934f150b6e7902288163ea097be45c3"><code>f07eec8</code></a> Reorganize tests</li>
<li>See full diff in <a href="https://github.com/avajs/ava/compare/v3.5.1...v3.6.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ava&package-manager=npm_and_yarn&previous-version=3.5.1&new-version=3.6.0)](https://dependabot.com/compatibility-score/?dependency-name=ava&package-manager=npm_and_yarn&previous-version=3.5.1&new-version=3.6.0)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- 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)



</details>
@bors
Copy link
Contributor

bors bot commented Apr 13, 2020

Build succeeded

  • continuous-integration/travis-ci/push

@bors
Copy link
Contributor

bors bot commented Apr 13, 2020

Pull request successfully merged into master.

@bors bors bot changed the title chore(deps-dev): bump ava from 3.5.1 to 3.6.0 [Merged by Bors] - chore(deps-dev): bump ava from 3.5.1 to 3.6.0 Apr 13, 2020
@bors bors bot closed this Apr 13, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ava-3.6.0 branch April 13, 2020 10:44
@jniles jniles mentioned this pull request Apr 13, 2020
bors bot added a commit that referenced this pull request Apr 13, 2020
37: Release 1.4.2 r=jniles a=jniles

🚀 Let's release @ima-worldhealth/coral (currently at 1.4.1)


Changelog:
* chore: remove squash_and_merge from bors (02ccd0f)
* chore(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 (#31) (44101fd)
* chore(deps-dev): bump ava from 3.5.1 to 3.6.0 (#35) (66dbbbb)
* chore(deps-dev): bump release-it from 13.3.2 to 13.5.2 (#36) (edbfa83)
* chore(deps-dev): bump release-it from 13.3.1 to 13.3.2 (#30) (e91d435)


Co-authored-by: Jonathan Niles <jonathanwniles@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant