stencila / encoda

↔️ A format converter for Stencila documents
https://stencila.github.io/encoda/
Apache License 2.0
35 stars 9 forks source link

fix(dependencies): update dependency fp-ts to ^2.16.1 - autoclosed #1065

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.15.0 -> ^2.16.1 age adoption passing confidence

Release Notes

gcanti/fp-ts (fp-ts) ### [`v2.16.1`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2161) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.16.0...01b8661f2fa594d6f2010573f010d358e6808d13) **Bug Fix** - fix type signature of `ReaderTaskEither.tapReaderIO`, [#​1895](https://togithub.com/gcanti/fp-ts/issues/1895) ### [`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)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (23fc254) 87.53% compared to head (b2c7e8f) 87.53%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1065 +/- ## ======================================= Coverage 87.53% 87.53% ======================================= Files 80 80 Lines 7871 7871 Branches 2800 2800 ======================================= Hits 6890 6890 Misses 901 901 Partials 80 80 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.