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

fix(deps): update dependency fluture to v14 #19

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

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: Version 14.0.0

Compare Source

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

v13.0.1: Version 13.0.1

Compare 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.0

Compare Source

⭐ Major Release

⚠️ 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.

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: Version 12.3.1

Compare Source

📜 #​432 Include copyright licenses in bundled distributions

v12.3.0: Version 12.3.0

Compare Source

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

v12.2.1: Version 12.2.1

Compare Source

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

v12.2.0: Version 12.2.0

Compare Source

#​411 (d30bdb5) Add Future.bichain

v12.1.1: Version 12.1.1

Compare Source

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

v12.1.0: Version 12.1.0

Compare Source

New Features

🚀 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: Version 12.0.2

Compare Source

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

v12.0.1: Version 12.0.1

Compare Source

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

v12.0.0: Version 12.0.0

Compare 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.3

Compare 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.2

Compare 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@dmitriz dmitriz closed this Jul 2, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 2, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/fluture-14.x branch July 2, 2023 06:29
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.

2 participants