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 v2.4.0 #251

Merged
merged 1 commit into from Sep 16, 2019
Merged

Update dependency ava to v2.4.0 #251

merged 1 commit into from Sep 16, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2019

This PR contains the following updates:

Package Type Update Change
ava (source) devDependencies minor 2.3.0 -> 2.4.0

Release Notes

avajs/ava

v2.4.0

Compare Source

Experimental t.try() assertions

Thanks to the amazing work and patience of @​qlonik we're shipping a new assertion! t.try() lets you perform assertions and decide whether to commit or discard their outcome. All kinds of interesting things can be built on top of this, from fuzzy testers to new test interfaces and more.

We're excited to get this out there, but it's not quite done yet. For now you have to opt in to this new feature. Being opt-in, we may make changes (breaking ones even!) until we feel this is stable.

To opt in, configure AVA with the following:

package.json:

{
  "ava": {
    "nonSemVerExperiments": {
      "tryAssertion": true
    }
  }
}

ava.config.js:

export default {
	nonSemVerExperiments: {
		tryAssertion: true
	}
};

We'd love to hear your feedback. Please join us in this issue: #​2250

Also, if you're looking to help out with the remaining issues so that we can ship this without the opt-in, have a look at this project: https://github.com/orgs/avajs/projects/1

Thanks again @​qlonik!

Other changes

All changes

v2.3.0...v2.4.0

Thanks

Thank you @​jeremenichelli, @​jamesgeorge007, @​dongjae93, @​qlonik and @​tryzniak. We couldn't have done this 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.

@codetheweb codetheweb merged commit b90749c into development Sep 16, 2019
@codetheweb codetheweb deleted the renovate/ava-2.x branch September 16, 2019 14:02
@coveralls
Copy link

coveralls commented Sep 16, 2019

Pull Request Test Coverage Report for Build 470

  • 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 91.686%

Totals Coverage Status
Change from base Build 468: 0.0%
Covered Lines: 570
Relevant Lines: 624

💛 - Coveralls

codetheweb added a commit that referenced this pull request Jan 31, 2020
* Update dependency documentation to v12.1.2 (#248)

* Update dependency ava to v2.4.0 (#251)

* Update dependency p-timeout to v3.2.0 (#252)

* Update dependency xo to v0.25.3 (#253)

* Update dependency xo to v0.25.3

* Fix XO errors

* Fix tests

* Update dependency coveralls to v3.0.7 (#257)

* Update dependency p-retry to v4.2.0 (#262)

* Update dependency documentation to v12.1.3 (#264)

* Update dependency documentation to v12.1.4 (#267)

* Update dependency coveralls to v3.0.8 (#269)

* Update dependency coveralls to v3.0.9 (#271)

* Update SETUP instructions for linking process

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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

3 participants