johngeorgewright / runtyping

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

chore(deps): update dependency fp-ts to v2.16.0 #625

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fp-ts 2.14.0 -> 2.16.0 age adoption passing confidence

Release Notes

gcanti/fp-ts ### [`v2.16.0`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2160) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.15.0...2.16.0) - `tapEither` (dual) (aka `chainFirstEitherK` / `chainFirstEitherKW`) [https://github.com/gcanti/fp-ts/pull/1864](https://togithub.com/gcanti/fp-ts/pull/1864) - `tapIO` (dual) (aka `chainFirstIOK`) [https://github.com/gcanti/fp-ts/pull/1865](https://togithub.com/gcanti/fp-ts/pull/1865) - `as` / `asUnit` [https://github.com/gcanti/fp-ts/pull/1867](https://togithub.com/gcanti/fp-ts/pull/1867) - `tapTask` (dual) (aka `chainFirstTaskK`) [https://github.com/gcanti/fp-ts/pull/1869](https://togithub.com/gcanti/fp-ts/pull/1869) - `mapError` (dual) (aka `mapLeft`) [https://github.com/gcanti/fp-ts/pull/1870](https://togithub.com/gcanti/fp-ts/pull/1870) - `mapBoth` (dual) (aka `bimap`) [https://github.com/gcanti/fp-ts/pull/1872](https://togithub.com/gcanti/fp-ts/pull/1872) - `tapReader` (dual) (aka `chainFirstReaderK` / `chainFirstIReaderKW`) [https://github.com/gcanti/fp-ts/pull/1871](https://togithub.com/gcanti/fp-ts/pull/1871) - `tapReaderEither` (dual) (aka `chainFirstReaderEitherK` / `chainFirstEitherKW`) [https://github.com/gcanti/fp-ts/pull/1873](https://togithub.com/gcanti/fp-ts/pull/1873) - `tapReaderIO` (dual) (aka `chainFirstReaderIOK`) [https://github.com/gcanti/fp-ts/pull/1873](https://togithub.com/gcanti/fp-ts/pull/1873) - `tapReaderTask` (dual) (aka `chainFirstReaderTaskK`) [https://github.com/gcanti/fp-ts/pull/1873](https://togithub.com/gcanti/fp-ts/pull/1873) - `tapTaskEither` (dual) (aka `chainFirstTaskEitherK` / `chainFirstTaskEitherKW`) [https://github.com/gcanti/fp-ts/pull/1873](https://togithub.com/gcanti/fp-ts/pull/1873) - `flatMapReaderTask` (dual) (aka `chainReaderTaskK` / `chainReaderTaskKW`) [https://github.com/gcanti/fp-ts/pull/1874](https://togithub.com/gcanti/fp-ts/pull/1874) - `flatMapTaskEither` (dual) (aka `chainTaskEitherK` / `chainTaskEitherKW`) [https://github.com/gcanti/fp-ts/pull/1874](https://togithub.com/gcanti/fp-ts/pull/1874) - `flatMapIO` (dual) (aka `chainIOK`) [https://github.com/gcanti/fp-ts/pull/1874](https://togithub.com/gcanti/fp-ts/pull/1874) - `Option.orElse` (dual) (aka `alt` / `altW`) [https://github.com/gcanti/fp-ts/pull/1868](https://togithub.com/gcanti/fp-ts/pull/1868) - `flatMapTask` (dual) (aka `chainTaskK`) [https://github.com/gcanti/fp-ts/pull/1876](https://togithub.com/gcanti/fp-ts/pull/1876) - `flatMapReader` (dual) (aka `chainReaderK` / `chainReaderKW`) [https://github.com/gcanti/fp-ts/pull/1876](https://togithub.com/gcanti/fp-ts/pull/1876) - `flatMapReaderIO` (dual) (aka `chainReaderIOK` / `chainReaderIOKW`) [https://github.com/gcanti/fp-ts/pull/1879](https://togithub.com/gcanti/fp-ts/pull/1879) - `flatMap*` (aka `chain*K` / `chain*KW`) [https://github.com/gcanti/fp-ts/pull/1880](https://togithub.com/gcanti/fp-ts/pull/1880) ### [`v2.15.0`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2150) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.14.0...2.15.0) **New Feature** - `function` - add `LazyArg` - add `tap` to - `Either` - `IO` - `IOEither` - `IOOption` - `Option` - `Reader` - `ReaderEither` - `ReaderIO` - `ReaderTask` - `ReaderTaskEither` - `State` - `StateReaderTaskEither` - `Task` - `TaskEither` - `TaskOption` - add `flatMapNullable` (dual) to - `Either` - `IOEither` - `ReaderEither` - `ReaderTaskEither` - `StateReaderTaskEither` - `TaskEither` - add `flatMapOption` (dual) to - `Either` - `IOEither` - `ReaderEither` - `ReaderTaskEither` - `StateReaderTaskEither` - `TaskEither` - add `liftNullable` to - `Either` - `IOEither` - `ReaderEither` - `ReaderTaskEither` - `StateReaderTaskEither` - `TaskEither` - add `liftOption` to - `Either` - `IOEither` - `ReaderEither` - `ReaderTaskEither` - `StateReaderTaskEither` - `TaskEither` - add `flatMapEither` (dual) to - `IOEither` - `ReaderEither` - `ReaderTaskEither` - `TaskEither` - `Array` - add index to `flatMap` - `NonEmptyArray` - add index to `flatMap` - `ReadonlyArray` - add index to `flatMap` - `ReadonlyNonEmptyArray` - add index to `flatMap`

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.