Skip to content

Commit

Permalink
fix(deps): update dependency @fiatconnect/fiatconnect-types to ^10.2.0 (
Browse files Browse the repository at this point in the history
#78)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@fiatconnect/fiatconnect-types](https://togithub.com/fiatconnect/fiatconnect-types)
| [`^10.1.0` ->
`^10.2.0`](https://renovatebot.com/diffs/npm/@fiatconnect%2ffiatconnect-types/10.1.0/10.2.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/10.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/10.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/10.2.0/compatibility-slim/10.1.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/10.2.0/confidence-slim/10.1.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fiatconnect/fiatconnect-types</summary>

###
[`v10.2.0`](https://togithub.com/fiatconnect/fiatconnect-types/releases/tag/v10.2.0)

[Compare
Source](https://togithub.com/fiatconnect/fiatconnect-types/compare/v10.1.0...v10.2.0)

##### Features

- **fiatAccounts:** support PIX accounts
([#&#8203;93](https://togithub.com/fiatconnect/fiatconnect-types/issues/93))
([13974f0](https://togithub.com/fiatconnect/fiatconnect-types/commit/13974f0f292c0133999d654fd9c4215007b87a4c))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7:00 before 23:00 every weekday
except on Friday" in timezone UTC, 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.

---

- [ ] <!-- 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://app.renovatebot.com/dashboard#github/fiatconnect/api-starter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2022
1 parent 80d88fe commit 1b82a02
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 @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@celo/utils": "^1.5.2",
"@fiatconnect/fiatconnect-types": "^10.1.0",
"@fiatconnect/fiatconnect-types": "^10.2.0",
"@types/express": "^4.17.14",
"@types/node": "^17.0.21",
"@types/yargs": "^17.0.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -710,10 +710,10 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@fiatconnect/fiatconnect-types@^10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-10.1.0.tgz#cf6acd894305bd281ee6d671334550b640269d2a"
integrity sha512-ncLwhVnbIrhRgbPSnbSMY/kdPKOmyu2LWeNdi5T1bgKZX7t6LV93cJbatl0zu1IcypOYjntWfmnkthKH+Ploiw==
"@fiatconnect/fiatconnect-types@^10.2.0":
version "10.2.0"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-10.2.0.tgz#340758ae3f5f707075160073bf0bc9691491c884"
integrity sha512-tiVTR2YUR1V/GzqY/g2yj/XAWefR124uxEMUbRnMlhrMOp2CZ3S8Z+3GLR8wxVh6QumD+Vm/FA+WcaEmwWFxFQ==
dependencies:
zod "^3.19.1"

Expand Down

0 comments on commit 1b82a02

Please sign in to comment.