This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Open
Conversation
Snyk has created this PR to upgrade fp-ts from 2.10.5 to 2.15.0. See this package in npm: https://www.npmjs.com/package/fp-ts See this project in Snyk: https://app.snyk.io/org/ausgaben/project/f2a00b93-1e13-4e10-acbe-5857d7453e93?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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.10.5 to 2.15.0.
ℹ️ 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.
Release notes
Package name: fp-ts
-
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
- Polish
- backport from v3 some handy defaults defined in natural transformations, kleisli arrows helpers,
- remove useless type parameter in
- fix
- add missing
- remove useless type parameter in
-
2.13.0-rc.3 - 2022-09-17
- New Feature
- add
- add
- Polish
- backport from v3 some handy defaults defined in natural transformations/combinators/constructors (@ gcanti)
-
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
-
2.12.1 - 2022-04-28
-
2.12.0 - 2022-04-22
-
2.11.10 - 2022-04-14
-
2.11.9 - 2022-03-14
-
2.11.8 - 2022-01-17
-
2.11.7 - 2022-01-10
-
2.11.6 - 2022-01-05
-
2.11.5 - 2021-10-14
-
2.11.4 - 2021-09-27
-
2.11.3 - 2021-09-21
-
2.11.2 - 2021-09-13
-
2.11.1 - 2021-07-28
-
2.11.0 - 2021-07-26
-
2.11.0-rc.2 - 2021-05-14
-
2.11.0-rc.1 - 2021-05-12
-
2.10.5 - 2021-05-03
from fp-ts GitHub release notesNew 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
How to install:
offunctions (@ gcanti)Eitherexists(@ gcanti)TaskEitherfromPredicatesignature (@ gcanti)ThesefromPredicate(@ gcanti)exists(@ gcanti)How to install:
ReaderTaskReaderIOconstructors/combinators, #1773 (@ thewilkybarkid)ReaderTaskEitherReaderIOconstructors/combinators, #1774 (@ thewilkybarkid)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:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs