Skip to content

Commit

Permalink
fix(deps): update dependency react-native-video to ^6.0.0-beta.6 (#5162)
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-video](https://togithub.com/react-native-community/react-native-video)
| [`^6.0.0-beta.3` ->
`^6.0.0-beta.6`](https://renovatebot.com/diffs/npm/react-native-video/6.0.0-beta.3/6.0.0-beta.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-video/6.0.0-beta.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-video/6.0.0-beta.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-video/6.0.0-beta.3/6.0.0-beta.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-video/6.0.0-beta.3/6.0.0-beta.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>react-native-community/react-native-video
(react-native-video)</summary>

###
[`v6.0.0-beta.6`](https://togithub.com/react-native-community/react-native-video/blob/HEAD/CHANGELOG.md#600-beta6-2024-03-18)

[Compare
Source](https://togithub.com/react-native-community/react-native-video/compare/v6.0.0-beta.5...v6.0.0-beta.6)

##### Bug Fixes

- add missing node_modules paths to metro.config.js of basic example app
([#&#8203;3555](https://togithub.com/react-native-video/react-native-video/issues/3555))
([d505de5](https://togithub.com/react-native-video/react-native-video/commit/d505de5910a22ab9a0d7429e6b88a81cd2594b9c))
- add missing shutterColor type
([#&#8203;3561](https://togithub.com/react-native-video/react-native-video/issues/3561))
([ba00881](https://togithub.com/react-native-video/react-native-video/commit/ba00881ddcd53c2f5a4e1fc6e30cb5eb7ef674a3))
- **android:** check disableFocus when state is ready
([#&#8203;3494](https://togithub.com/react-native-video/react-native-video/issues/3494))
([366c841](https://togithub.com/react-native-video/react-native-video/commit/366c841c0b960fd461ae7dcfdcb76a928fadf2b8))
- **android:** enableDecoderFallback to decrease DECODER_ERROR issue
([#&#8203;3416](https://togithub.com/react-native-video/react-native-video/issues/3416))
([eaa72c6](https://togithub.com/react-native-video/react-native-video/commit/eaa72c66659b9e2a22af9ff9d43013521f6a66e3))
- **android:** onSeek called instantly
([#&#8203;3530](https://togithub.com/react-native-video/react-native-video/issues/3530))
([af6aea8](https://togithub.com/react-native-video/react-native-video/commit/af6aea8934e19467e1ed8e21808b2dbddb6f6356))
- **android:** suppress lint `PrivateResource`
([#&#8203;3531](https://togithub.com/react-native-video/react-native-video/issues/3531))
([38e3625](https://togithub.com/react-native-video/react-native-video/commit/38e3625541753340e912e474b753e0f4fac4e9c1))
- **docs/ci:** add typescript
([#&#8203;3572](https://togithub.com/react-native-video/react-native-video/issues/3572))
([0f31271](https://togithub.com/react-native-video/react-native-video/commit/0f31271dcf2bfe2f4429e22040660025be8a6a3c))
- **docs:** fix build
([#&#8203;3571](https://togithub.com/react-native-video/react-native-video/issues/3571))
([4fc7d27](https://togithub.com/react-native-video/react-native-video/commit/4fc7d2788b4d01c581a31cc3ac733c3948b65a3a))
- **ios:** add text tracks only if we successfully insertTimeRage
([#&#8203;3557](https://togithub.com/react-native-video/react-native-video/issues/3557))
([b73baad](https://togithub.com/react-native-video/react-native-video/commit/b73baad2c2c0c6ea701d865eee32d4e94ae58178))
- **ios:** apply `cropStart` when in repeat mode
([#&#8203;3525](https://togithub.com/react-native-video/react-native-video/issues/3525))
([2c0e009](https://togithub.com/react-native-video/react-native-video/commit/2c0e00987685875f9603ae2084ae23b3c1aebce7))
- **ios:** current release volume change observer
([#&#8203;3565](https://togithub.com/react-native-video/react-native-video/issues/3565))
([16f3cdb](https://togithub.com/react-native-video/react-native-video/commit/16f3cdbd9a7864206feaeef29344c09792d66d56))
- **ios:** Do not crash when accessLog return nil
([#&#8203;3549](https://togithub.com/react-native-video/react-native-video/issues/3549))
([4d4b56c](https://togithub.com/react-native-video/react-native-video/commit/4d4b56c05dd3c09fce5ddc38f56b0391c357ac85))
- **ios:** don't crop video when in repeat mode
([#&#8203;3575](https://togithub.com/react-native-video/react-native-video/issues/3575))
([90b31af](https://togithub.com/react-native-video/react-native-video/commit/90b31af2c969b6d6d57877c71ef3a4830a76aedc))
- **ios:** ensure playback stopped in background
([#&#8203;3587](https://togithub.com/react-native-video/react-native-video/issues/3587))
([41c6785](https://togithub.com/react-native-video/react-native-video/commit/41c6785ee8c667ebe9c6c464223f6485473d94f8))
- **ios:** fix missing bridge in bridgeless mode
([#&#8203;3570](https://togithub.com/react-native-video/react-native-video/issues/3570))
([46c8c49](https://togithub.com/react-native-video/react-native-video/commit/46c8c498c474600a0b35ebaf744306aefa42905f))
- **ios:** fix tvOS build
([#&#8203;3524](https://togithub.com/react-native-video/react-native-video/issues/3524))
([9306d9a](https://togithub.com/react-native-video/react-native-video/commit/9306d9a15d281a60492f6d4166598a389a56f652))
- **ios:** split licenseUrl and loadedLicenseUrl
([#&#8203;3578](https://togithub.com/react-native-video/react-native-video/issues/3578))
([7c4d19f](https://togithub.com/react-native-video/react-native-video/commit/7c4d19fa72a35449dd11ec59278b2ea11ec629fc))

##### Features

- **android:** add subtitle event
([#&#8203;3566](https://togithub.com/react-native-video/react-native-video/issues/3566))
([6184c10](https://togithub.com/react-native-video/react-native-video/commit/6184c10acc90defd63cd55af51458864dfe112d5))
- implement opacity to control visibility of subtitles
([#&#8203;3583](https://togithub.com/react-native-video/react-native-video/issues/3583))
([f4cce2e](https://togithub.com/react-native-video/react-native-video/commit/f4cce2ecdba0668c3ecf74d2fd7956df4dd8489d))
- **ios:** Add ios support for accessing WebVTT Subtitle Content
([#&#8203;3541](https://togithub.com/react-native-video/react-native-video/issues/3541))
([253ffb5](https://togithub.com/react-native-video/react-native-video/commit/253ffb595633a4b18221339278f73c8416225f56))
- move require (local files) to `source.uri`
([#&#8203;3535](https://togithub.com/react-native-video/react-native-video/issues/3535))
([41ac781](https://togithub.com/react-native-video/react-native-video/commit/41ac7814121fc70a123fa4585dc9b1bd96e9629f))

###
[`v6.0.0-beta.5`](https://togithub.com/react-native-community/react-native-video/blob/HEAD/CHANGELOG.md#600-beta5-2024-02-02)

[Compare
Source](https://togithub.com/react-native-community/react-native-video/compare/v6.0.0-beta.4...v6.0.0-beta.5)

##### Bug Fixes

- **android:** fix crash with interop layer
([#&#8203;3509](https://togithub.com/react-native-video/react-native-video/issues/3509))
([41e9bcb](https://togithub.com/react-native-video/react-native-video/commit/41e9bcb1ef28c1532863186c83423814fcaf2372))
- **android:** re-layout controls after fullscreen dismiss
([#&#8203;3490](https://togithub.com/react-native-video/react-native-video/issues/3490))
([135d97c](https://togithub.com/react-native-video/react-native-video/commit/135d97ce506bf1a0226042e0f29f4de5bcc10972))
- fix typo
([#&#8203;3497](https://togithub.com/react-native-video/react-native-video/issues/3497))
([336eb44](https://togithub.com/react-native-video/react-native-video/commit/336eb44dc6061dad9cdc3382eb05d0a0effbef64))
- **ios:** fix pip memory leak
([#&#8203;3506](https://togithub.com/react-native-video/react-native-video/issues/3506))
([53068dd](https://togithub.com/react-native-video/react-native-video/commit/53068ddd41218bb615cd129eba2c36d6347ccf25))
- remove lifecycle listener after component unmount
([#&#8203;3489](https://togithub.com/react-native-video/react-native-video/issues/3489))
([3858a15](https://togithub.com/react-native-video/react-native-video/commit/3858a15b4268ae54d5b97c036d86b05aaf31bcf9)),
closes
[#&#8203;3488](https://togithub.com/react-native-video/react-native-video/issues/3488)
- remove pausePlayback when audio focus loss event
([#&#8203;3496](https://togithub.com/react-native-video/react-native-video/issues/3496))
([b1ab0f2](https://togithub.com/react-native-video/react-native-video/commit/b1ab0f24a3efbcc3be49005060f50b34a117664e))

##### Features

- implement onAudioTracks and onTextTracks on ios
([#&#8203;3503](https://togithub.com/react-native-video/react-native-video/issues/3503))
([6a49cba](https://togithub.com/react-native-video/react-native-video/commit/6a49cba273fa0a47e106f4abb8caeb4ab6dbe4c8))

##### Reverts

- Revert "fix: remove pausePlayback when audio focus loss event
([#&#8203;3496](https://togithub.com/react-native-community/react-native-video/issues/3496))"
([#&#8203;3504](https://togithub.com/react-native-community/react-native-video/issues/3504))
([aec7db6](https://togithub.com/react-native-video/react-native-video/commit/aec7db63901c42dd7a591b030bfc69daa8860341)),
closes
[#&#8203;3496](https://togithub.com/react-native-video/react-native-video/issues/3496)
[#&#8203;3504](https://togithub.com/react-native-video/react-native-video/issues/3504)

###
[`v6.0.0-beta.4`](https://togithub.com/react-native-community/react-native-video/blob/HEAD/CHANGELOG.md#600-beta4-2024-01-15)

[Compare
Source](https://togithub.com/react-native-community/react-native-video/compare/v6.0.0-beta.3...v6.0.0-beta.4)

##### Bug Fixes

- add missing audioOutput prop
([#&#8203;3450](https://togithub.com/react-native-community/react-native-video/issues/3450))
([`f20d68b`](https://togithub.com/react-native-community/react-native-video/commit/f20d68b))
- **android**: support opacity properly
([#&#8203;3464](https://togithub.com/react-native-community/react-native-video/issues/3464))
([`11e5b75`](https://togithub.com/react-native-community/react-native-video/commit/11e5b75))
- **ios**: currentPlaybackTime in ms and not seconds
([#&#8203;3472](https://togithub.com/react-native-community/react-native-video/issues/3472))
([`3f63c16`](https://togithub.com/react-native-community/react-native-video/commit/3f63c16))
- **ios**: remove extra dismissFullscreenPlayer declaration
([#&#8203;3474](https://togithub.com/react-native-community/react-native-video/issues/3474))
([`045f5fa`](https://togithub.com/react-native-community/react-native-video/commit/045f5fa))

##### Features

- add visionOS support
([#&#8203;3425](https://togithub.com/react-native-community/react-native-video/issues/3425))
([`cf3ebb7`](https://togithub.com/react-native-community/react-native-video/commit/cf3ebb7))
- **ios**: migrate from deprecated methods
([#&#8203;3444](https://togithub.com/react-native-community/react-native-video/issues/3444))
([`5aaa53d`](https://togithub.com/react-native-community/react-native-video/commit/5aaa53d))
- **ios**: update the way to get keyWindow
([#&#8203;3448](https://togithub.com/react-native-community/react-native-video/issues/3448))
([`f35727f`](https://togithub.com/react-native-community/react-native-video/commit/f35727f))
- **ios**: update timed metadata handler
([#&#8203;3449](https://togithub.com/react-native-community/react-native-video/issues/3449))
([`481cc71`](https://togithub.com/react-native-community/react-native-video/commit/481cc71))

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot <valorabot@valoraapp.com>
  • Loading branch information
renovate[bot] and valora-bot committed Mar 26, 2024
1 parent 0e26a30 commit 0781f6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,10 @@ PODS:
- Toast (~> 4.0.0)
- react-native-splash-screen (3.3.0):
- React-Core
- react-native-video (6.0.0-beta.3):
- react-native-video (6.0.0-beta.6):
- React-Core
- react-native-video/Video (= 6.0.0-beta.3)
- react-native-video/Video (6.0.0-beta.3):
- react-native-video/Video (= 6.0.0-beta.6)
- react-native-video/Video (6.0.0-beta.6):
- PromisesSwift
- React-Core
- react-native-webview (13.8.1):
Expand Down Expand Up @@ -1195,7 +1195,7 @@ SPEC CHECKSUMS:
react-native-shake: 8036ba95a1953c9b10821bdc33f5814c5d0bcef6
react-native-simple-toast: 8ee5d23f0b92b935ab7434cdb65159ce12dfb4b7
react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
react-native-video: 60ecad11b7179ec0e2012dea643775b4fca9b224
react-native-video: dc3118548cf8864a83f57df4345cf6c692402e8f
react-native-webview: bdc091de8cf7f8397653e30182efcd9f772e03b3
React-perflogger: 75b0e25075c67565a830985f3c373e2eae5389e0
React-RCTActionSheet: a0c3e916b327e297d124d9ebe8b0c721840ee04d
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"react-native-svg": "^13.14.0",
"react-native-tab-view": "^2.16.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-video": "^6.0.0-beta.3",
"react-native-video": "^6.0.0-beta.6",
"react-native-webview": "^13.8.1",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15584,10 +15584,10 @@ react-native-version@^3.1.0:
resolve-from "^5.0.0"
semver "^6.0.0"

react-native-video@^6.0.0-beta.3:
version "6.0.0-beta.3"
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.0.0-beta.3.tgz#acf7fca5feefb1ac93a6cac3dbfe0e0476714369"
integrity sha512-WCGhl9drOr670En1taM7YF0r8obSjirnBabBaz+c0n2ZWd6EJUezI2+OtRH+/EQdtpI6hR52nTMIl42cQITEOw==
react-native-video@^6.0.0-beta.6:
version "6.0.0-beta.6"
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.0.0-beta.6.tgz#6529f44b779d85f3fa1ac6a70dc81716701ee792"
integrity sha512-uVfDfZ8N7mL1wdeN7/6GTSYhVXk3k2LLBlKaSJznwxtLx+yDxfGuNNRsYzkjHyvtz9XUswy+16pdHPaebV4hHA==

react-native-webview@^13.8.1:
version "13.8.1"
Expand Down

0 comments on commit 0781f6f

Please sign in to comment.