SerayaEryn / fastify-session

session plugin for fastify
MIT License
100 stars 36 forks source link

An in-range update of ava is breaking the build 🚨 #97

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency ava was updated from 3.5.1 to 3.5.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ava is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - βœ… **coverage/coveralls:** First build on greenkeeper/ava-3.5.2 at 98.438% ([Details](https://coveralls.io/builds/29704087)). - βœ… **build (13.x):** There are 1 failures, 0 warnings, and 0 notices. - ❌ **build (12.x):** There are 1 failures, 0 warnings, and 0 notices. - βœ… **build (10.x):** null

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 3.5.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 3.6.0

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 v3.5.0...v3.6.0 for all changes.

Commits

The new version differs by 7 commits.

  • 447d371 3.6.0
  • 886b4d7 Rebuild lockfile
  • 1f59b05 Dependency updates
  • 489b13e Fix TypeScript documentation for t.try()
  • 4bf64d0 Remove link to previously removed recipe
  • 8f312c0 Add t.passed to execution contexts
  • ede4f32 Fix typo in endpoint testing recipe

See the full diff