agiledigital / jiralint

A library and supporting CLI tool for linting deliveries, issues and people as they manifest in Jira.
7 stars 3 forks source link

fix(deps): update dependency fp-ts to v2.12.3 #222

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.12.2 -> 2.12.3 age adoption passing confidence

Release Notes

gcanti/fp-ts ### [`v2.12.3`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2123) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.12.2...2.12.3) - **Polish** - `Apply` - add `ap` overloadings, [#​1721](https://togithub.com/gcanti/fp-ts/issues/1721) ([@​waynevanson](https://togithub.com/waynevanson)) - `ReadonlyRecord` - fix `fromEntries` return type, closes [#​1745](https://togithub.com/gcanti/fp-ts/issues/1745) ([@​gcanti](https://togithub.com/gcanti)) - `TaskEither` - add `chainTaskOptionKW`, [#​1744](https://togithub.com/gcanti/fp-ts/issues/1744) ([@​AmirabbasJ](https://togithub.com/AmirabbasJ)) - 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` ### [`v2.12.2`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2122) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.12.1...2.12.2) - **Polish** - `ReadonlyRecord` / `Record` - add `Applicative4` overloadings to `traverse` / `traverseWithIndex`, [#​1733](https://togithub.com/gcanti/fp-ts/issues/1733) ([@​mlegenhausen](https://togithub.com/mlegenhausen)) ### [`v2.12.1`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2121) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.12.0...2.12.1) - **Bug Fix** - `ReadonlyRecord` - fix `traverseWithIndex` implementation, [#​1704](https://togithub.com/gcanti/fp-ts/issues/1704) ([@​waynevanson](https://togithub.com/waynevanson)) ### [`v2.12.0`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2120) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.10...2.12.0) - **New Feature** - add `IOOption` module ([@​gcanti](https://togithub.com/gcanti)) - `Array` - add `intercalate`, [#​1678](https://togithub.com/gcanti/fp-ts/issues/1678) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - `Bounded` - add `clamp` ([@​gcanti](https://togithub.com/gcanti)) - add `reverse` ([@​gcanti](https://togithub.com/gcanti)) - `Either` - add `apFirstW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `apSecondW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - `EitherT` - add `chainNullableK`, [#​1619](https://togithub.com/gcanti/fp-ts/issues/1619) ([@​cwstra](https://togithub.com/cwstra)) - add `fromNullable`, [#​1619](https://togithub.com/gcanti/fp-ts/issues/1619) ([@​cwstra](https://togithub.com/cwstra)) - add `fromNullableK`, [#​1619](https://togithub.com/gcanti/fp-ts/issues/1619) ([@​cwstra](https://togithub.com/cwstra)) - `FromEither` - add `chainFirstEitherK` ([@​gcanti](https://togithub.com/gcanti)) - `IOEither` - add `apFirstW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `apSecondW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `chainFirstEitherK` ([@​gcanti](https://togithub.com/gcanti)) - add `chainFirstEitherKW` ([@​gcanti](https://togithub.com/gcanti)) - add `orElseFirstIOK`, [#​1655](https://togithub.com/gcanti/fp-ts/issues/1655) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - add `bracketW`, [#​1627](https://togithub.com/gcanti/fp-ts/issues/1627) ([@​thomasvargiu](https://togithub.com/thomasvargiu)) - `NonEmptyArray` - add `intercalate`, [#​1678](https://togithub.com/gcanti/fp-ts/issues/1678) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - `Option` - add `chainFirstEitherK` ([@​gcanti](https://togithub.com/gcanti)) - `Ordering` - add `matchW`, [#​1535](https://togithub.com/gcanti/fp-ts/issues/1535) ([@​mlegenhausen](https://togithub.com/mlegenhausen)) - `Reader` - add `apFirstW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `apSecondW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - `ReaderEither` - add `apFirstW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `apSecondW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `chainFirstEitherK` ([@​gcanti](https://togithub.com/gcanti)) - add `chainFirstEitherKW` ([@​gcanti](https://togithub.com/gcanti)) - `ReaderTaskEither` - add `apFirstW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `apSecondW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `chainFirstEitherK`, [#​1562](https://togithub.com/gcanti/fp-ts/issues/1562) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `chainFirstEitherKW`, [#​1562](https://togithub.com/gcanti/fp-ts/issues/1562) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `bracketW`, [#​1627](https://togithub.com/gcanti/fp-ts/issues/1627) ([@​thomasvargiu](https://togithub.com/thomasvargiu)) - add `chainNullableK` ([@​gcanti](https://togithub.com/gcanti)) - add `fromNullable` ([@​gcanti](https://togithub.com/gcanti)) - add `fromNullableK` ([@​gcanti](https://togithub.com/gcanti)) - `ReadonlyArray` - add `intercalate`, [#​1678](https://togithub.com/gcanti/fp-ts/issues/1678) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - `ReadonlyNonEmptyArray` - add `intercalate`, [#​1678](https://togithub.com/gcanti/fp-ts/issues/1678) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - `ReadonlyRecord` - add `toEntries`, [#​1552](https://togithub.com/gcanti/fp-ts/issues/1552) ([@​bravely](https://togithub.com/bravely)) - add `fromEntries`, [#​1552](https://togithub.com/gcanti/fp-ts/issues/1552) ([@​bravely](https://togithub.com/bravely)) - `Record` - add `toEntries`, [#​1552](https://togithub.com/gcanti/fp-ts/issues/1552) ([@​bravely](https://togithub.com/bravely)) - add `fromEntries`, [#​1552](https://togithub.com/gcanti/fp-ts/issues/1552) ([@​bravely](https://togithub.com/bravely)) - `StateReaderTaskEither` - add `apFirstW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `apSecondW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `chainFirstEitherK` ([@​gcanti](https://togithub.com/gcanti)) - add `chainFirstEitherKW` ([@​gcanti](https://togithub.com/gcanti)) - `TaskEither` - add `apFirstW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `apSecondW`, [#​1564](https://togithub.com/gcanti/fp-ts/issues/1564) ([@​DenisFrezzato](https://togithub.com/DenisFrezzato)) - add `chainFirstEitherK`, [#​1659](https://togithub.com/gcanti/fp-ts/issues/1659) ([@​vinassefranche](https://togithub.com/vinassefranche)) - add `chainFirstEitherKW`, [#​1659](https://togithub.com/gcanti/fp-ts/issues/1659) ([@​vinassefranche](https://togithub.com/vinassefranche)) - add `orElseFirstIOK`, [#​1655](https://togithub.com/gcanti/fp-ts/issues/1655) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - add `orElseFirstTaskK`, [#​1655](https://togithub.com/gcanti/fp-ts/issues/1655) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) - add `bracketW`, [#​1627](https://togithub.com/gcanti/fp-ts/issues/1627) ([@​thomasvargiu](https://togithub.com/thomasvargiu)) - add `chainNullableK`, [#​1619](https://togithub.com/gcanti/fp-ts/issues/1619) ([@​cwstra](https://togithub.com/cwstra)) - add `fromNullable`, [#​1619](https://togithub.com/gcanti/fp-ts/issues/1619) ([@​cwstra](https://togithub.com/cwstra)) - add `fromNullableK`, [#​1619](https://togithub.com/gcanti/fp-ts/issues/1619) ([@​cwstra](https://togithub.com/cwstra)) - `TaskOption` - add `fromEitherK` ([@​gcanti](https://togithub.com/gcanti)) - add `chainEitherK` ([@​gcanti](https://togithub.com/gcanti)) - add `chainFirstEitherK` ([@​gcanti](https://togithub.com/gcanti)) ### [`v2.11.10`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​21110) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.9...2.11.10) - **Polish** - `TaskEither` / `TaskOption` - now `tryCatch` / `tryCatchK` will catch synchronous errors too, [#​1676](https://togithub.com/gcanti/fp-ts/issues/1676) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid)) ### [`v2.11.9`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2119) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.8...2.11.9) - **Polish** - add `Refinement` overload to 'every' functions, [#​1681](https://togithub.com/gcanti/fp-ts/issues/1681) ([@​mlegenhausen](https://togithub.com/mlegenhausen)) ### [`v2.11.8`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2118) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.7...2.11.8) - **Polish** - Add missing pure annotations, [#​1658](https://togithub.com/gcanti/fp-ts/issues/1658) ([@​OliverJAsh](https://togithub.com/OliverJAsh)) ### [`v2.11.7`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2117) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.6...2.11.7) - **Polish** - more `Functor.map` overloadings, closes [#​1623](https://togithub.com/gcanti/fp-ts/issues/1623) ([@​gcanti](https://togithub.com/gcanti)) ### [`v2.11.6`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2116) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.5...2.11.6) - **Polish** - `ReaderEither` - `orElseFirstW`: intersect dependencies like `orElseW` ([@​gcanti](https://togithub.com/gcanti)) - `ReaderTaskEither` - `orElseFirstW`: intersect dependencies like `orElseW`, [#​1635](https://togithub.com/gcanti/fp-ts/issues/1635) ([@​OliverJAsh](https://togithub.com/OliverJAsh)) ### [`v2.11.5`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2115) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.4...2.11.5) - **Polish** - more curried `elem` overloads, [#​1602](https://togithub.com/gcanti/fp-ts/issues/1602) ([@​ammut](https://togithub.com/ammut)) ### [`v2.11.4`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2114) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.3...2.11.4) - **Polish** - fix `chainNullableK` signature, [#​1589](https://togithub.com/gcanti/fp-ts/issues/1589) ([@​bwlt](https://togithub.com/bwlt)) - stack safety for `Task` via microtasks suspension, [#​1591](https://togithub.com/gcanti/fp-ts/issues/1591) ([@​mikearnaldi](https://togithub.com/mikearnaldi)) ### [`v2.11.3`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2113) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.2...2.11.3) - **Polish** - pipe: fix v8 performance cliff for >10 case stmts, [#​1585](https://togithub.com/gcanti/fp-ts/issues/1585) ([@​pbadenski](https://togithub.com/pbadenski)) ### [`v2.11.2`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2112) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.11.1...2.11.2) - **Polish** - Add/fix pure comments, [#​1555](https://togithub.com/gcanti/fp-ts/issues/1555) ([@​OliverJAsh](https://togithub.com/OliverJAsh))

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.