Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-native-picker-select to v9 #5314

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-picker-select ^8.1.0 -> ^9.1.3 age adoption passing confidence

Release Notes

lawnstarter/react-native-picker-select (react-native-picker-select)

v9.1.3

Compare Source

Documentation

v9.1.2

Compare Source

Bug Fixes
  • types: missing type definition for 'donePressed' parameter in 'onClose' callback (#​545) (d39f880)

v9.1.1

Compare Source

Build System

v9.0.1

Compare Source

Bugfix
  • Correct types for PickerStyle interface (#​528)
  • Fix Icon prop type (#​529)

v9.0.0

Compare Source

Breaking Changes
  • Moved react-native-picker to peerDependencies and upgraded to ^2.4.0 (#​523)


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.06%. Comparing base (f7d23f1) to head (08f3302).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5314   +/-   ##
=======================================
  Coverage   86.05%   86.06%           
=======================================
  Files         747      747           
  Lines       30623    30623           
  Branches     5308     5308           
=======================================
+ Hits        26354    26356    +2     
+ Misses       4037     4035    -2     
  Partials      232      232           

see 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f7d23f1...08f3302. Read the comment docs.

@renovate renovate bot added this pull request to the merge queue Apr 24, 2024
Merged via the queue into main with commit f8cbb08 Apr 24, 2024
17 checks passed
@renovate renovate bot deleted the renovate/react-native-picker-select-9.x branch April 24, 2024 03:40
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
…-inc#5314)

[![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.1.0` ->
`^9.1.3`](https://renovatebot.com/diffs/npm/react-native-picker-select/8.1.0/9.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-picker-select/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-picker-select/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-picker-select/8.1.0/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-picker-select/8.1.0/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v9.1.3`](https://togithub.com/lawnstarter/react-native-picker-select/blob/HEAD/CHANGELOG.md#913-2024-04-01)

[Compare
Source](https://togithub.com/lawnstarter/react-native-picker-select/compare/v9.1.2...v9.1.3)

##### Documentation

- **readme:** update README.md
([#&#8203;331](https://togithub.com/lawnstarter/react-native-picker-select/issues/331))
([36bca74](https://togithub.com/lawnstarter/react-native-picker-select/commit/36bca74fecaa66bcf17b65a360e423db692c3f13))

###
[`v9.1.2`](https://togithub.com/lawnstarter/react-native-picker-select/blob/HEAD/CHANGELOG.md#912-2024-04-01)

[Compare
Source](https://togithub.com/lawnstarter/react-native-picker-select/compare/v9.1.1...v9.1.2)

##### Bug Fixes

- **types:** missing type definition for 'donePressed' parameter in
'onClose' callback
([#&#8203;545](https://togithub.com/lawnstarter/react-native-picker-select/issues/545))
([d39f880](https://togithub.com/lawnstarter/react-native-picker-select/commit/d39f880d1d866a81a84b5b1dd70e00f6001a3572))

###
[`v9.1.1`](https://togithub.com/lawnstarter/react-native-picker-select/blob/HEAD/CHANGELOG.md#911-2024-03-29)

[Compare
Source](https://togithub.com/lawnstarter/react-native-picker-select/compare/9.0.1...v9.1.1)

##### Build System

- **package:** release 9.1.1
([f7c7646](https://togithub.com/lawnstarter/react-native-picker-select/commit/f7c764608f58598422b92fee19d3a96e5124c508))

###
[`v9.0.1`](https://togithub.com/lawnstarter/react-native-picker-select/blob/HEAD/CHANGELOG.md#901)

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

##### Bugfix

- Correct types for PickerStyle interface
([#&#8203;528](https://togithub.com/lawnstarter/react-native-picker-select/issues/528))
- Fix Icon prop type
([#&#8203;529](https://togithub.com/lawnstarter/react-native-picker-select/issues/529))

###
[`v9.0.0`](https://togithub.com/lawnstarter/react-native-picker-select/blob/HEAD/CHANGELOG.md#900)

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

##### Breaking Changes

- Moved `react-native-picker` to peerDependencies and upgraded to ^2.4.0
([#&#8203;523](https://togithub.com/lawnstarter/react-native-picker-select/issues/523))

***

</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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants