johngeorgewright / runtyping

Generate runtype validation from static types & JSON schema.
MIT License
44 stars 5 forks source link

chore(deps): update dependency fp-ts to v2.13.1 #428

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fp-ts 2.13.0 -> 2.13.1 age adoption passing confidence

Release Notes

gcanti/fp-ts ### [`v2.13.1`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2131) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.13.0...2.13.1) - **New Feature** - new modules: - `ReaderIO`, [#​1738](https://togithub.com/gcanti/fp-ts/issues/1738) ([@​sukovanej](https://togithub.com/sukovanej)) - do notation: - add `let` helpers, [#​1725](https://togithub.com/gcanti/fp-ts/issues/1725) ([@​Punie](https://togithub.com/Punie)) - `Alternative` - add `getAlternativeMonoid`, [#​1717](https://togithub.com/gcanti/fp-ts/issues/1717) ([@​willheslam](https://togithub.com/willheslam)) - `function` - `flip` is now curried, [#​1748](https://togithub.com/gcanti/fp-ts/issues/1748) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - `pipeable` - add pipeable helpers, [#​1764](https://togithub.com/gcanti/fp-ts/issues/1764) ([@​gcanti](https://togithub.com/gcanti)) - `alt` - `ap` - `bimap` - `chain` - `compose` - `contramap` - `extend` - `filter` - `filterMap` - `filterMapWithIndex` - `filterWithIndex` - `foldMap` - `foldMapWithIndex` - `map` - `mapLeft` - `mapWithIndex` - `partition` - `partitionMap` - `partitionMapWithIndex` - `partitionWithIndex` - `promap` - `reduce` - `reduceRight` - `reduceRightWithIndex` - `reduceWithIndex` - `ReaderTask` - add `ReaderIO` constructors/combinators, [#​1773](https://togithub.com/gcanti/fp-ts/issues/1773) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - `ReaderTaskEither` - add `ReaderIO` constructors/combinators, [#​1774](https://togithub.com/gcanti/fp-ts/issues/1774) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - `TaskEither` - add `chainTaskOptionKW`, [#​1744](https://togithub.com/gcanti/fp-ts/issues/1744) ([@​AmirabbasJ](https://togithub.com/AmirabbasJ)) - **Bug Fix** - do notation - Ensuring that `bind` and `bindW` pass the correct params through rather than get rewritten by the function passed in, [#​1584](https://togithub.com/gcanti/fp-ts/issues/1584) ([@​feydan](https://togithub.com/feydan)) - **Polish** - backport from v3 some handy defaults defined in natural transformations/combinators/constructors ([@​gcanti](https://togithub.com/gcanti)) - fix wrong type parameter order: - `FromIO` - `chainIOK` - `FromTask` - `chainTaskK` - `chainFirstTaskK` - `Whiterable` - `FilterE1` - `TheseT` - `both` - `Either` - `apFirstW` - `apSecondW` - `IOEither` - `apFirstW` - `apSecondW` - `Reader` - `apFirstW` - `apSecondW` - `ReaderEither` - `apFirstW` - `apSecondW` - `ReaderTaskEither` - `apFirstW` - `apSecondW` - `StateReaderTaskEither` - `apFirstW` - `apSecondW` - `TaskEither` - `apFirstW` - `apSecondW` - `Apply` - add `ap` overloadings, [#​1721](https://togithub.com/gcanti/fp-ts/issues/1721) ([@​waynevanson](https://togithub.com/waynevanson)) - `Either` - remove useless type parameter in `exists` ([@​gcanti](https://togithub.com/gcanti)) - `ReadonlyRecord` - fix `fromEntries` return type, closes [#​1745](https://togithub.com/gcanti/fp-ts/issues/1745) ([@​gcanti](https://togithub.com/gcanti)) - `TaskEither` - fix `fromPredicate` signature ([@​gcanti](https://togithub.com/gcanti)) - `These` - add missing `fromPredicate` ([@​gcanti](https://togithub.com/gcanti)) - remove useless type parameter in `exists` ([@​gcanti](https://togithub.com/gcanti)) - `Traversable` - add more overloadings to traverse / sequence helpers, [#​1758](https://togithub.com/gcanti/fp-ts/issues/1758) ([@​gcanti](https://togithub.com/gcanti)) - `Writer` - `getChain` requires a `Semigroup` instead of a `Monoid` ([@​gcanti](https://togithub.com/gcanti)) - **Deprecation** - `function` - deprecate uncurried `flip` function, [#​1748](https://togithub.com/gcanti/fp-ts/issues/1748) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.