Skip to content

Commit

Permalink
fix(deps): update dependency @toruslabs/constants to ^13.3.0 (#5303)
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 |
|---|---|---|---|---|---|
|
[@toruslabs/constants](https://togithub.com/torusresearch/fetch-node-details)
| [`^13.2.0` ->
`^13.3.0`](https://renovatebot.com/diffs/npm/@toruslabs%2fconstants/13.2.0/13.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@toruslabs%2fconstants/13.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@toruslabs%2fconstants/13.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@toruslabs%2fconstants/13.2.0/13.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@toruslabs%2fconstants/13.2.0/13.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>torusresearch/fetch-node-details
(@&#8203;toruslabs/constants)</summary>

###
[`v13.3.0`](https://togithub.com/torusresearch/fetch-node-details/releases/tag/v13.3.0)

[Compare
Source](https://togithub.com/torusresearch/fetch-node-details/compare/v13.2.0...v13.3.0)

#### What's Changed

- fix: errors are not being sent to Sentry by
[@&#8203;maneki-admin](https://togithub.com/maneki-admin) in
[https://github.com/torusresearch/fetch-node-details/pull/76](https://togithub.com/torusresearch/fetch-node-details/pull/76)
- Pd 3414/update deps by
[@&#8203;maneki-admin](https://togithub.com/maneki-admin) in
[https://github.com/torusresearch/fetch-node-details/pull/74](https://togithub.com/torusresearch/fetch-node-details/pull/74)
- Pd 3414/fix sentry no errors 2 by
[@&#8203;maneki-admin](https://togithub.com/maneki-admin) in
[https://github.com/torusresearch/fetch-node-details/pull/78](https://togithub.com/torusresearch/fetch-node-details/pull/78)
- redact sentry data by
[@&#8203;chaitanyapotti](https://togithub.com/chaitanyapotti) in
[https://github.com/torusresearch/fetch-node-details/pull/79](https://togithub.com/torusresearch/fetch-node-details/pull/79)
- chore: update http-helpers and loglevel-sentry by
[@&#8203;maneki-admin](https://togithub.com/maneki-admin) in
[https://github.com/torusresearch/fetch-node-details/pull/80](https://togithub.com/torusresearch/fetch-node-details/pull/80)
- feat: introduce `Trace-Id` header by
[@&#8203;maneki-admin](https://togithub.com/maneki-admin) in
[https://github.com/torusresearch/fetch-node-details/pull/81](https://togithub.com/torusresearch/fetch-node-details/pull/81)
- Pd 3415/sentry sample rate configurable by
[@&#8203;maneki-admin](https://togithub.com/maneki-admin) in
[https://github.com/torusresearch/fetch-node-details/pull/82](https://togithub.com/torusresearch/fetch-node-details/pull/82)
- added support for tss-frost endpoints by
[@&#8203;himanshuchawla009](https://togithub.com/himanshuchawla009) in
[https://github.com/torusresearch/fetch-node-details/pull/83](https://togithub.com/torusresearch/fetch-node-details/pull/83)

#### New Contributors

- [@&#8203;maneki-admin](https://togithub.com/maneki-admin) made their
first contribution in
[https://github.com/torusresearch/fetch-node-details/pull/76](https://togithub.com/torusresearch/fetch-node-details/pull/76)

**Full Changelog**:
torusresearch/fetch-node-details@v13.2.0...v13.3.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent f83de3c commit 20526c7
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 @@ -115,7 +115,7 @@
"@sentry/react-native": "^4.15.2",
"@sentry/types": "^7.111.0",
"@th3rdwave/react-navigation-bottom-sheet": "^0.2.7",
"@toruslabs/constants": "^13.2.0",
"@toruslabs/constants": "^13.3.0",
"@toruslabs/fetch-node-details": "^13.2.0",
"@toruslabs/torus.js": "^12.2.0",
"@walletconnect/react-native-compat": "^2.12.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4577,10 +4577,10 @@
resolved "https://registry.yarnpkg.com/@th3rdwave/react-navigation-bottom-sheet/-/react-navigation-bottom-sheet-0.2.7.tgz#c9a0d1a270c5d5d275769fc4cccb8cebe25f22f8"
integrity sha512-tO6W7RJTQVWJb/Q4aD3mokmilKFCU//g5YCvh1Al7fveMGLZDTaZGwte/ReuRm5Wl5oKIYd6IURruCE1G8/n9A==

"@toruslabs/constants@^13.2.0":
version "13.2.0"
resolved "https://registry.yarnpkg.com/@toruslabs/constants/-/constants-13.2.0.tgz#0600ea1fc0d3215fda2717f29aa4bb585f6bef0b"
integrity sha512-n3nQxzsogjs76Zq3QqB9KbHfSFhlBtW4v6Z9zlVX6Pf8QraLd4OCHQFzZgrI2cDRz0oAix6Ihrzl0S7z18/J1g==
"@toruslabs/constants@^13.2.0", "@toruslabs/constants@^13.3.0":
version "13.3.0"
resolved "https://registry.yarnpkg.com/@toruslabs/constants/-/constants-13.3.0.tgz#8ac8172be09cd0ac30224c1e5b3fbee4458d8ca0"
integrity sha512-i/fX5DeEUj4EoQmFT8YdO8bwN7Na83zZq6RrSmOpRmVA0F7MMbUsxhsvAp/kOmceg0lU1ZHQTTJRmh7OTExaIw==

"@toruslabs/eccrypto@^4.0.0":
version "4.0.0"
Expand Down

0 comments on commit 20526c7

Please sign in to comment.