Open
Conversation
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
There was a problem hiding this comment.
Auto Pull Request Review from LlamaPReview
Review Status: Automated Review Skipped
Dear contributor,
Thank you for your Pull Request. LlamaPReview has analyzed your changes and determined that this PR does not require an automated code review.
Analysis Result:
PR contains only dependency version updates (fluture from ^11.0.3 to ^14.0.0) with no substantive code changes, aligning with the criteria for skipping a review.
We're continuously improving our PR analysis capabilities. Have thoughts on when and how LlamaPReview should perform automated reviews? Share your insights in our GitHub Discussions.
Best regards,
LlamaPReview Team
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3→^14.0.0Release Notes
fluture-js/Fluture (fluture)
v14.0.0: Version 14.0.0Compare Source
✨ #457 TypeScript type inference for the
⚠️ #457 The TypeScript type for
mapfunction was improved.maphas 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.jsare 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.jsto 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 forbichainv12.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
.pipeonmap (f)v12.0.1: Version 12.0.1Compare Source
🐛 #401 Fixes an issue with the TypeScript type for
mapnot understanding the overloading for theConcurrentFuturetype.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.
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.