Skip to content

Commit

Permalink
fix(deps): update dependency fp-ts to v2.16.1 (#4121)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fp-ts](https://togithub.com/gcanti/fp-ts) | [`2.13.1` ->
`2.16.1`](https://renovatebot.com/diffs/npm/fp-ts/2.13.1/2.16.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fp-ts/2.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fp-ts/2.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fp-ts/2.13.1/2.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fp-ts/2.13.1/2.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>gcanti/fp-ts (fp-ts)</summary>

###
[`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`,
[#&#8203;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`)
[gcanti/fp-ts#1864
- `tapIO` (dual) (aka `chainFirstIOK`)
[gcanti/fp-ts#1865
- `as` / `asUnit`
[gcanti/fp-ts#1867
- `tapTask` (dual) (aka `chainFirstTaskK`)
[gcanti/fp-ts#1869
- `mapError` (dual) (aka `mapLeft`)
[gcanti/fp-ts#1870
- `mapBoth` (dual) (aka `bimap`)
[gcanti/fp-ts#1872
- `tapReader` (dual) (aka `chainFirstReaderK` / `chainFirstIReaderKW`)
[gcanti/fp-ts#1871
- `tapReaderEither` (dual) (aka `chainFirstReaderEitherK` /
`chainFirstEitherKW`)
[gcanti/fp-ts#1873
- `tapReaderIO` (dual) (aka `chainFirstReaderIOK`)
[gcanti/fp-ts#1873
- `tapReaderTask` (dual) (aka `chainFirstReaderTaskK`)
[gcanti/fp-ts#1873
- `tapTaskEither` (dual) (aka `chainFirstTaskEitherK` /
`chainFirstTaskEitherKW`)
[gcanti/fp-ts#1873
- `flatMapReaderTask` (dual) (aka `chainReaderTaskK` /
`chainReaderTaskKW`)
[gcanti/fp-ts#1874
- `flatMapTaskEither` (dual) (aka `chainTaskEitherK` /
`chainTaskEitherKW`)
[gcanti/fp-ts#1874
- `flatMapIO` (dual) (aka `chainIOK`)
[gcanti/fp-ts#1874
- `Option.orElse` (dual) (aka `alt` / `altW`)
[gcanti/fp-ts#1868
- `flatMapTask` (dual) (aka `chainTaskK`)
[gcanti/fp-ts#1876
- `flatMapReader` (dual) (aka `chainReaderK` / `chainReaderKW`)
[gcanti/fp-ts#1876
- `flatMapReaderIO` (dual) (aka `chainReaderIOK` / `chainReaderIOKW`)
[gcanti/fp-ts#1879
- `flatMap*` (aka `chain*K` / `chain*KW`)
[gcanti/fp-ts#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`

###
[`v2.14.0`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2140)

[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.13.2...2.14.0)

**New Feature**

-   add `flatMap` to
    -   `Either`
    -   `IOEither`
    -   `Reader`
    -   `ReaderEither`
    -   `ReaderIO`
    -   `ReaderTask`
    -   `ReaderTaskEither`
    -   `StateReaderTaskEither`
    -   `TaskEither`
    -   `NonEmptyArray`
    -   `ReadonlyNonEmptyArray`
    -   `Tree`
    -   `Array`
    -   `Identity`
    -   `IO`
    -   `IOOption`
    -   `Option`
    -   `ReadonlyArray`
    -   `State`
    -   `Task`
    -   `TaskOption`

###
[`v2.13.2`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2132)

[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.13.1...2.13.2)

- add `chainOptionKW`,
[#&#8203;1846](https://togithub.com/gcanti/fp-ts/issues/1846)
([@&#8203;DenisFrezzato](https://togithub.com/DenisFrezzato))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent c9ac583 commit 7485b8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"dot-prop-immutable": "^2.1.1",
"ethereumjs-util": "^7.1.5",
"fast-levenshtein": "^3.0.0",
"fp-ts": "2.13.1",
"fp-ts": "2.16.1",
"futoin-hkdf": "^1.5.3",
"fuzzysort": "^2.0.4",
"graphql": "^14.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8415,10 +8415,10 @@ fp-ts@2.1.1:
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.1.1.tgz#c910544499d7c959351bb4260ee7c44a544084c1"
integrity sha512-YcWhMdDCFCja0MmaDroTgNu+NWWrrnUEn92nvDgrtVy9Z71YFnhNVIghoHPt8gs82ijoMzFGeWKvArbyICiJgw==

fp-ts@2.13.1:
version "2.13.1"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.13.1.tgz#1bf2b24136cca154846af16752dc29e8fa506f2a"
integrity sha512-0eu5ULPS2c/jsa1lGFneEFFEdTbembJv8e4QKXeVJ3lm/5hyve06dlKZrpxmMwJt6rYen7sxmHHK2CLaXvWuWQ==
fp-ts@2.16.1:
version "2.16.1"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16.1.tgz#6abc401ce42b65364ca8f0b0d995c5840c68a930"
integrity sha512-by7U5W8dkIzcvDofUcO42yl9JbnHTEDBrzu3pt5fKT+Z4Oy85I21K80EYJYdjQGC2qum4Vo55Ag57iiIK4FYuA==

fragment-cache@^0.2.1:
version "0.2.1"
Expand Down

0 comments on commit 7485b8e

Please sign in to comment.