functional-examples icon indicating copy to clipboard operation
functional-examples copied to clipboard

fix(deps): update dependency fluture to v14

Open renovate[bot] opened this issue 4 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fluture ^11.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

fluture-js/Fluture

v14.0.0

Compare Source

:sparkles: #​457 TypeScript type inference for the map function was improved. :warning: #​457 The TypeScript type for map has been narrowed, and might now cause a compile error.

v13.0.1

Compare Source

:bug: #​442 Fixes direct imports of 'index.js', 'test/assertions.js' and 'test/arbitraries.js' for Node 14 users.

v13.0.0

Compare Source

:star: Major Release

:warning: Breaking changes

  • #​439 If you were using import Future from 'fluture' on Node 14, then updating to this version will likely break your code. See this comment.
  • #​439 If you are using deep imports from Fluture in Node 14, make sure to update to 13.0.1. Deep imports besides index.js, test/assertions.js, and test/arbitraries.js are no longer supported on Node 14.

:sparkles: New Features

  • #​439 Doing import 'fluture' on Node 14 now loads the ESM module instead of the CJS module. This means it's no longer necessary to deep-import from fluture/index.js to get access to the modular version.

v12.3.1

Compare Source

:scroll: #​432 Include copyright licenses in bundled distributions

v12.3.0

Compare Source

:sparkles: #​429 Adds better support for Deno and other ESM based runtimes

v12.2.1

Compare Source

:rocket: #​425 (87a3eda) Update the sanctuary-type-identifiers dependency :bug: #​426 (15a5e2a) Fix a small bug in the debug tracing logic for bichain

v12.2.0

Compare Source

:sparkles: #​411 (d30bdb5) Add Future.bichain

v12.1.1

Compare Source

:bug: #​412 (f188e0e) Fixes an issue related to the TypeScript typings for the 'go' function.

v12.1.0

Compare Source

:sparkles: New Features

:rocket: Improvements

  • #​404 (7b6d9fd) Improvements to debuggability of ConcurrentFuture related functions, and removal of an external dependency.
  • #​410 (b465433) Mistake in TypeScript annotations fixed.
  • #​404 (6aaf82d) Mistake in TypeScript annotations fixed.

v12.0.2

Compare Source

:bug: #​403 Fix an issue in TypeScript when using .pipe on map (f)

v12.0.1

Compare Source

:bug: #​401 Fixes an issue with the TypeScript type for map not understanding the overloading for the ConcurrentFuture type.

v12.0.0

Compare Source

:star: Major Release

Includes the changes from all version 12 prereleases.

See the GitHub releases for a summary of these changes, and see the upgrade guide for a detailed description of the breaking changes.

v11.0.3

Compare Source

:bug: #​362 Fixes an issue where it was possible for parallel to call to the rejection or recovery continuation multiple times if multiple Futures in its array reject or crash in the same tick.

v11.0.2

Compare Source

:bug: #​351 Fixes an issue where hook would attempt to dispose a resource twice if the disposal Future itself would cancel the hooked Future synchronously.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Apr 26 '21 15:04 renovate[bot]