yeldiRium / st3k101

UNMAINTAINED.
2 stars 1 forks source link

Update fluture in group default to the latest version 🚀 #137

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency fluture was updated from 10.3.1 to 11.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for Version 11.0.0

⚠️ Breaking changes

  • #311 Disposal Futures provided to hook are no longer allowed to reject. When they do, an Error is raised, and the process should be treated as corrupt.
  • #313 Add TypeScript definitions for debugMode and Future.alt.
Commits

The new version differs by 12 commits.

  • a3d4133 Release 11.0.0
  • 694a73c Merge pull request #317 from fluture-js/avaq/fl-dep
  • 0ee3be8 Remove the fantasy-land dependency
  • caab21b Merge pull request #315 from fluture-js/greenkeeper/sanctuary-type-classes-10.0.0
  • 915088c chore(package): update sanctuary-type-classes to version 10.0.0
  • f351c39 Merge pull request #314 from fluture-js/greenkeeper/mocha-6.0.0
  • 23a9927 chore(package): update mocha to version 6.0.0
  • b3c630a Merge pull request #311 from fluture-js/avaq/disposal-failure
  • a2ad55b Merge pull request #313 from fluture-js/avaq/types
  • 22bb5c0 Add missing type defintion for debugMode
  • 51eba5b Add misisng type definition for Future.alt
  • af253bc Disallow resource disposal Futures from failing

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 5 years ago

Update to this version instead 🚀

Release Notes for Version 11.0.1

Corrects an issue in the TypeScript typings for the chainRej function.

Commits

The new version differs by 5 commits.

  • 29bd577 Release 11.0.1
  • 95f87bf Merge pull request #321 from kreinholt/fix-chainRej-type
  • c523bae fix chainRej typing
  • 64265aa Merge pull request #320 from t-d-d/patch-1
  • 3239707 Update README.md

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for Version 11.0.2

🐛 Fixes an issue where hook would attempt to dispose a resource twice if the disposal Future itself would cancel the hooked Future synchronously.

Commits

The new version differs by 9 commits.

  • 07a1de9 Release 11.0.2
  • 21f6181 Merge pull request #351 from fluture-js/avaq/hook-bug
  • 8284c87 Merge pull request #348 from galileopy/readme-promise-approximation
  • 933630a Fix hook disposing twice when cancelled during disposal
  • 178b629 Improve README with more precise comparisons with Promises.
  • 5ca8af4 Merge pull request #328 from fluture-js/greenkeeper/mocha-6.1.2
  • 445a491 chore(package): update mocha to version 6.1.2
  • c6c2097 Merge pull request #322 from fluture-js/greenkeeper/sanctuary-type-classes-11.0.0
  • f9c2830 chore(package): update sanctuary-type-classes to version 11.0.0

See the full diff