Skip to content

Commit

Permalink
fix(deps): update dependency @gorhom/bottom-sheet to ^4.6.1 (#4954)
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 |
|---|---|---|---|---|---|
| [@gorhom/bottom-sheet](https://ui.gorhom.dev/components/bottom-sheet)
([source](https://togithub.com/gorhom/react-native-bottom-sheet)) |
[`^4.6.0` ->
`^4.6.1`](https://renovatebot.com/diffs/npm/@gorhom%2fbottom-sheet/4.6.0/4.6.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@gorhom%2fbottom-sheet/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@gorhom%2fbottom-sheet/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@gorhom%2fbottom-sheet/4.6.0/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@gorhom%2fbottom-sheet/4.6.0/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>gorhom/react-native-bottom-sheet
(@&#8203;gorhom/bottom-sheet)</summary>

###
[`v4.6.1`](https://togithub.com/gorhom/react-native-bottom-sheet/blob/HEAD/CHANGELOG.md#461-2024-02-18)

[Compare
Source](https://togithub.com/gorhom/react-native-bottom-sheet/compare/v4.6.0...v4.6.1)

##### Bug Fixes

- added footer height to content height when using dynamic sizing
([#&#8203;1725](https://togithub.com/gorhom/react-native-bottom-sheet/issues/1725))
([1fdab02](https://togithub.com/gorhom/react-native-bottom-sheet/commit/1fdab024a1ad071b171483a0020236f3adc7bc69))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent e02dc5f commit a897f43
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 @@ -82,7 +82,7 @@
"@crowdin/ota-client": "^0.7.0",
"@fiatconnect/fiatconnect-sdk": "^0.5.28",
"@fiatconnect/fiatconnect-types": "^13.3.0",
"@gorhom/bottom-sheet": "^4.6.0",
"@gorhom/bottom-sheet": "^4.6.1",
"@json-rpc-tools/utils": "^1.7.6",
"@noble/secp256k1": "^1.7.1",
"@react-native-async-storage/async-storage": "^1.22.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1934,10 +1934,10 @@
dependencies:
zod "^3.22.4"

"@gorhom/bottom-sheet@^4.6.0":
version "4.6.0"
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.0.tgz#16bebbe4f5925447ece0d727830cf1776d5620f8"
integrity sha512-XgNflkhATUqTIiMDGuLaQZAtjUzcrhGOEJGHT+7Tou1ctTMb958YRGGnU9KFo5TkD6YCZcfWfxHPi9F0FF+DjA==
"@gorhom/bottom-sheet@^4.6.1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.1.tgz#e45e2183246e338cf732fe4f8f2c91875b22ddce"
integrity sha512-sXqsYqX1/rAbmCC5fb9o6hwSF3KXriC0EGUGvLlhFvjaEEMBrRKFTNndiluRK1HmpUzazVaYdTm/lLkSiA2ooQ==
dependencies:
"@gorhom/portal" "1.0.14"
invariant "^2.2.4"
Expand Down

0 comments on commit a897f43

Please sign in to comment.