Open
Conversation
Snyk has created this PR to upgrade fp-ts from 2.12.2 to 2.16.10. See this package in npm: fp-ts See this project in Snyk: https://app.snyk.io/org/defiton/project/9c50e92a-1460-4a00-8ddc-6fef156b1b7e?utm_source=github&utm_medium=referral&page=upgrade-pr
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.
Snyk has created this PR to upgrade fp-ts from 2.12.2 to 2.16.10.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 23 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: fp-ts
-
2.16.10 - 2025-04-18
-
2.16.9 - 2024-07-25
-
2.16.8 - 2024-07-07
-
2.16.7 - 2024-06-29
-
2.16.6 - 2024-05-19
-
2.16.5 - 2024-03-25
-
2.16.4 - 2024-03-18
-
2.16.3 - 2024-03-11
-
2.16.2 - 2024-01-03
-
2.16.1 - 2023-07-27
-
2.16.0 - 2023-05-25
-
2.15.0 - 2023-05-08
- add
- add
- add
- add
- add
- add
- add
- add
- add index to
- add index to
- add index to
- add index to
-
2.14.0 - 2023-04-20
- add
- you can replace
- you can call
-
2.13.2 - 2023-04-19
- add
-
2.13.1 - 2022-10-17
- New Feature
- new modules:
- do notation:
- add
- add
- add pipeable helpers, #1764 (@ gcanti)
- add
- add
- add
- Polish
- backport from v3 some handy defaults defined in natural transformations/combinators/constructors (@ gcanti)
- fix wrong type parameter order:
- add
- remove useless type parameter in
- fix
- fix
- add missing
- remove useless type parameter in
- add more overloadings to traverse / sequence helpers, #1758 (@ gcanti)
- Deprecation
- deprecate uncurried
-
2.13.0 - 2022-10-17
- Experimental
- add
-
2.13.0-rc.6 - 2022-09-20
- Bug Fix
- package.json
- revert PR 1584 because is causing a regression (@ gcanti)
-
2.13.0-rc.5 - 2022-09-20
-
2.13.0-rc.4 - 2022-09-19
-
2.13.0-rc.3 - 2022-09-17
-
2.13.0-rc.2 - 2022-09-15
-
2.13.0-rc.1 - 2022-09-15
-
2.12.3 - 2022-08-31
-
2.12.2 - 2022-07-25
from fp-ts GitHub release notesPolish
Support
strictBuiltinIteratorReturn, #1949Polish
Resolved a RangeError where the maximum call stack size was exceeded when invoking
chainWithIndex, #1931tapEither(dual) (akachainFirstEitherK/chainFirstEitherKW) #1864tapIO(dual) (akachainFirstIOK) #1865as/asUnit#1867tapTask(dual) (akachainFirstTaskK) #1869mapError(dual) (akamapLeft) #1870mapBoth(dual) (akabimap) #1872tapReader(dual) (akachainFirstReaderK/chainFirstIReaderKW) #1871tapReaderEither(dual) (akachainFirstReaderEitherK/chainFirstEitherKW) #1873tapReaderIO(dual) (akachainFirstReaderIOK) #1873tapReaderTask(dual) (akachainFirstReaderTaskK) #1873tapTaskEither(dual) (akachainFirstTaskEitherK/chainFirstTaskEitherKW) #1873flatMapReaderTask(dual) (akachainReaderTaskK/chainReaderTaskKW) #1874flatMapTaskEither(dual) (akachainTaskEitherK/chainTaskEitherKW) #1874flatMapIO(dual) (akachainIOK) #1874Option.orElse(dual) (akaalt/altW) #1868flatMapTask(dual) (akachainTaskK) #1876flatMapReader(dual) (akachainReaderK/chainReaderKW) #1876flatMapReaderIO(dual) (akachainReaderIOK/chainReaderIOKW) #1879flatMap*(akachain*K/chain*KW) #1880New Feature
functionLazyArgtap(dual) (akachainFirst/chainFirstW) to:EitherIOIOEitherIOOptionOptionReaderReaderEitherReaderIOReaderTaskReaderTaskEitherStateStateReaderTaskEitherTaskTaskEitherTaskOptiontapError(dual) (akaorElseFirst/orElseFirstW) to:IOEitherReaderEitherReaderTaskEitherTaskEitherflatMapNullable(dual) to:EitherIOEitherReaderEitherReaderTaskEitherStateReaderTaskEitherTaskEitherflatMapOption(dual) to:EitherIOEitherReaderEitherReaderTaskEitherStateReaderTaskEitherTaskEitherliftNullableto:EitherIOEitherReaderEitherReaderTaskEitherStateReaderTaskEitherTaskEitherliftOptionto:EitherIOEitherReaderEitherReaderTaskEitherStateReaderTaskEitherTaskEitherflatMapEither(dual) to:IOEitherReaderEitherReaderTaskEitherTaskEitherArrayflatMapNonEmptyArrayflatMapReadonlyArrayflatMapReadonlyNonEmptyArrayflatMapNew Feature
flatMaptoEitherIOEitherReaderReaderEitherReaderIOReaderTaskReaderTaskEitherStateReaderTaskEitherTaskEitherNonEmptyArrayReadonlyNonEmptyArrayTreeArrayIdentityIOIOOptionOptionReadonlyArrayStateTaskTaskOptionthe gist is:
chain/chainWwithflatMapflatMapin 2 ways:pipe(ma, flatMap(f))(data-last, aka pipeable) orflatMap(ma, f)(data-first)chainOptionKW, #1846 (@ DenisFrezzato)ReaderIO, #1738 (@ sukovanej)lethelpers, #1725 (@ Punie)AlternativegetAlternativeMonoid, #1717 (@ willheslam)functionflipis now curried, #1748 (@ thewilkybarkid)pipeablealtapbimapchaincomposecontramapextendfilterfilterMapfilterMapWithIndexfilterWithIndexfoldMapfoldMapWithIndexmapmapLeftmapWithIndexpartitionpartitionMappartitionMapWithIndexpartitionWithIndexpromapreducereduceRightreduceRightWithIndexreduceWithIndexReaderTaskReaderIOconstructors/combinators, #1773 (@ thewilkybarkid)ReaderTaskEitherReaderIOconstructors/combinators, #1774 (@ thewilkybarkid)TaskEitherchainTaskOptionKW, #1744 (@ AmirabbasJ)FromIOchainIOKFromTaskchainTaskKchainFirstTaskKWhiterableFilterE1TheseTbothEitherapFirstWapSecondWIOEitherapFirstWapSecondWReaderapFirstWapSecondWReaderEitherapFirstWapSecondWReaderTaskEitherapFirstWapSecondWStateReaderTaskEitherapFirstWapSecondWTaskEitherapFirstWapSecondWApplyapoverloadings, #1721 (@ waynevanson)Eitherexists(@ gcanti)ReadonlyRecordfromEntriesreturn type, closes #1745 (@ gcanti)TaskEitherfromPredicatesignature (@ gcanti)ThesefromPredicate(@ gcanti)exists(@ gcanti)TraversableWritergetChainrequires aSemigroupinstead of aMonoid(@ gcanti)functionflipfunction, #1748 (@ thewilkybarkid)BROKEN RELEASE
exportsfield topackage.jsonin order to support moduleResolution node12/nodenext, #1765 (@ gcanti)How to install:
exportsfield: move./*to the end, closes #1786 (@ gcanti)add exports field accordingly with the build pipeline
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: