Skip to content

Commit

Permalink
fix(deps): update dependency react-native-picker-select to ^8.1.0 (#4313
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 |
|---|---|---|---|---|---|
|
[react-native-picker-select](https://togithub.com/lawnstarter/react-native-picker-select)
| [`^8.0.4` ->
`^8.1.0`](https://renovatebot.com/diffs/npm/react-native-picker-select/8.0.4/8.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-picker-select/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-picker-select/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-picker-select/8.0.4/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-picker-select/8.0.4/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>lawnstarter/react-native-picker-select
(react-native-picker-select)</summary>

###
[`v8.1.0`](https://togithub.com/lawnstarter/react-native-picker-select/blob/HEAD/CHANGELOG.md#810)

[Compare
Source](https://togithub.com/lawnstarter/react-native-picker-select/compare/ca6488c2eef5c776a8071400c8b7987712d43397...8.1.0)

##### New

- Dark mode support
([#&#8203;513](https://togithub.com/lawnstarter/react-native-picker-select/issues/513))
- donePressed on onClose callback
([#&#8203;319](https://togithub.com/lawnstarter/react-native-picker-select/issues/319))
- testID available on each item
([#&#8203;498](https://togithub.com/lawnstarter/react-native-picker-select/issues/498))

##### Bugfix

- Fixed reliance on now-private dep
([#&#8203;513](https://togithub.com/lawnstarter/react-native-picker-select/issues/513))

***

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent 31a9bfc commit 10bada2
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 @@ -167,7 +167,7 @@
"react-native-modal": "^13.0.1",
"react-native-permissions": "^3.9.3",
"react-native-persona": "^2.2.23",
"react-native-picker-select": "^8.0.4",
"react-native-picker-select": "^8.1.0",
"react-native-platform-touchable": "^1.1.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-randombytes": "^3.6.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13762,10 +13762,10 @@ react-native-persona@^2.2.23:
pkg-up "^3.1.0"
xmlbuilder2 "^3.0.0"

react-native-picker-select@^8.0.4:
version "8.0.4"
resolved "https://registry.yarnpkg.com/react-native-picker-select/-/react-native-picker-select-8.0.4.tgz#3f7f1f42df69b06e7d2c10338288332a6c40fd10"
integrity sha512-orBjPIwBkV5oipyVw263YNMI56f6Kj3p/ejabZoCYYNSG3AiLVVhC2RqsxMgDA7IayyURAW+AlV+mDJyVqLBkg==
react-native-picker-select@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/react-native-picker-select/-/react-native-picker-select-8.1.0.tgz#667a5442f783f4bcfd3f65880c6926155fd2c39c"
integrity sha512-iLsLv2OEWpXnQMDYJS6du5Cl1HTHy887n60Yp5OOiMny0TDB9w5CfxTUYWtpsvJJrUa/Yrv+1NMQiJy7IA4ETw==
dependencies:
"@react-native-picker/picker" "^1.8.3"
lodash.isequal "^4.5.0"
Expand Down

0 comments on commit 10bada2

Please sign in to comment.