Skip to content

Commit

Permalink
fix(deps): update dependency fp-ts to v2.16.4 (#5159)
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.16.2` ->
`2.16.4`](https://renovatebot.com/diffs/npm/fp-ts/2.16.2/2.16.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fp-ts/2.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fp-ts/2.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fp-ts/2.16.2/2.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fp-ts/2.16.2/2.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/dbd420c05481020c67852c0744b8f4d15b3b80ea...7e70370cfe1f4f416c12d5d869d47d04018d670d)

**Polish**

Fix `__PURE__` annotation placement, closes
[#&#8203;1926](https://togithub.com/gcanti/fp-ts/issues/1926)

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

[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/0d5f67db78730050620271a50deaaa897bc4525b...dbd420c05481020c67852c0744b8f4d15b3b80ea)

**Polish**

`Either.ts`: `toError`: Don't fail when a value can't be converted to a
primitive, [#&#8203;1924](https://togithub.com/gcanti/fp-ts/issues/1924)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 26, 2024
1 parent 9a16795 commit 3a9ffe9
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 @@ -129,7 +129,7 @@
"dot-prop-immutable": "^2.1.1",
"ethereumjs-util": "^7.1.5",
"fast-levenshtein": "^3.0.0",
"fp-ts": "2.16.2",
"fp-ts": "2.16.4",
"futoin-hkdf": "^1.5.3",
"fuzzysort": "^2.0.4",
"i18next": "^22.5.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9678,10 +9678,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.16.2:
version "2.16.2"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16.2.tgz#7faa90f6fc2e8cf84c711d2c4e606afe2be9e342"
integrity sha512-CkqAjnIKFqvo3sCyoBTqgJvF+bHrSik584S9nhTjtBESLx26cbtVMR/T9a6ApChOcSDAaM3JydDmWDUn4EEXng==
fp-ts@2.16.4:
version "2.16.4"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16.4.tgz#aab69636ee4a4e9849db762e549f65c4cb90f886"
integrity sha512-EkV/l6oHaf/w/DlVc5UiqLibqTV1S+idiDdcWQ+UjnLLflL9pZG28ebJfPLor8ifoL8NgEFDIo9fOvHyiSCrJQ==

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

0 comments on commit 3a9ffe9

Please sign in to comment.