fix(deps): update dependency fluture to v14 #19
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^11.0.0
->^14.0.0
Release Notes
fluture-js/Fluture
v14.0.0
: Version 14.0.0Compare Source
✨ #457 TypeScript type inference for the
⚠️ #457 The TypeScript type for
map
function was improved.map
has been narrowed, and might now cause a compile error.v13.0.1
: Version 13.0.1Compare Source
🐛 #442 Fixes direct imports of 'index.js', 'test/assertions.js' and 'test/arbitraries.js' for Node 14 users.
v13.0.0
: Version 13.0.0Compare Source
⭐ Major Release
import Future from 'fluture'
on Node 14, then updating to this version will likely break your code. See this comment.index.js
,test/assertions.js
, andtest/arbitraries.js
are no longer supported on Node 14.✨ New Features
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 fromfluture/index.js
to get access to the modular version.v12.3.1
: Version 12.3.1Compare Source
📜 #432 Include copyright licenses in bundled distributions
v12.3.0
: Version 12.3.0Compare Source
✨ #429 Adds better support for Deno and other ESM based runtimes
v12.2.1
: Version 12.2.1Compare Source
🚀 #425 (
87a3eda
) Update the sanctuary-type-identifiers dependency🐛 #426 (
15a5e2a
) Fix a small bug in the debug tracing logic forbichain
v12.2.0
: Version 12.2.0Compare Source
✨ #411 (
d30bdb5
) Add Future.bichainv12.1.1
: Version 12.1.1Compare Source
🐛 #412 (
f188e0e
) Fixes an issue related to the TypeScript typings for the 'go' function.v12.1.0
: Version 12.1.0Compare Source
✨ New Features
323bdab
) Add a 'pap' function: 'ap' in parallel🚀 Improvements
7b6d9fd
) Improvements to debuggability of ConcurrentFuture related functions, and removal of an external dependency.b465433
) Mistake in TypeScript annotations fixed.6aaf82d
) Mistake in TypeScript annotations fixed.v12.0.2
: Version 12.0.2Compare Source
🐛 #403 Fix an issue in TypeScript when using
.pipe
onmap (f)
v12.0.1
: Version 12.0.1Compare Source
🐛 #401 Fixes an issue with the TypeScript type for
map
not understanding the overloading for theConcurrentFuture
type.v12.0.0
: Version 12.0.0Compare Source
⭐ 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
: Version 11.0.3Compare Source
🐛 #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
: Version 11.0.2Compare Source
🐛 #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.
This PR has been generated by Mend Renovate. View repository job log here.