Update dependencies (non-major)#24
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
a6adc5e to
7565a6c
Compare
94fc8fa to
f6f56eb
Compare
a96a626 to
ca52f15
Compare
0f13395 to
8adc7ae
Compare
ead506f to
1aeecdc
Compare
ec418b5 to
01d0bbb
Compare
4ccdb90 to
8494fb8
Compare
24996d3 to
5292e5a
Compare
bd5e9e4 to
aecf072
Compare
690d535 to
78c6dcb
Compare
470fd3b to
ea7614e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
15.0.3→15.1.12.10.2→2.11.11.0.1→1.0.2144.0.0→144.1.17.4.2→7.18.37.1.14→7.3.454.0.34→54.0.3514.0.11→14.0.126.0.23→6.0.242.18.9→2.20.019.1.0→19.2.719.1.0→19.2.70.81.5→0.86.0~2.28.0→~2.32.0~4.1.1→~4.5.0~5.6.0→~5.8.0~4.16.0→~4.25.013.15.0→13.17.00.5.1→0.10.0Release Notes
expo/vector-icons (@expo/vector-icons)
v15.1.1Compare Source
Bug Fixes
livekit/client-sdk-react-native (@livekit/react-native)
v2.11.1Compare Source
Patch Changes
Update @livekit/react-native-webrtc to 144.1.1 - #423 (@davidliu)
144.1.0 had an issue which could cause deadlocks when the audio state had changed.
v2.11.0Compare Source
Minor Changes
Patch Changes
Update
@livekit/react-native-webrtcto 144.1.0 - #393 (@davidliu)Update
livekit-clientto 2.19.0 - #391 (@davidliu)Fix incomplete exports map in package.json, causing a dual-instance of @livekit/components and breaking RoomContext - #351 (@davidliu)
Update
web-streams-polyfillto 4.3.0 - #391 (@davidliu)Add polyfills for
CountQueuingStrategyandTransformStreamfor compatibility with livekit-client - #391 (@davidliu)v2.10.3Compare Source
Patch Changes
b6e9f002d0c3dff6d364435ea07ad6da01b48bcf(@davidliu)livekit/client-sdk-react-native-expo-plugin (@livekit/react-native-expo-plugin)
v1.0.2Compare Source
Patch Changes
android: Clean up deprecated lintOptions usage - #18 (@davidliu)
android: catch possible exception when grabbing metadata - #18 (@davidliu)
android: Make android manifest processor idempotent - #18 (@davidliu)
android: Add enableScreenShareService flag - #22 (@davidliu)
iOS: Add enableMultitaskingCameraAccess flag - #21 (@davidliu)
livekit/react-native-webrtc (@livekit/react-native-webrtc)
v144.1.1Compare Source
v144.1.0Compare Source
react-navigation/react-navigation (@react-navigation/bottom-tabs)
v7.18.3Compare Source
v7.18.2Compare Source
v7.18.1Compare Source
v7.18.0Compare Source
Features
v7.17.2Compare Source
v7.17.1Compare Source
v7.17.0Compare Source
Bug Fixes
Features
v7.16.2Compare Source
Bug Fixes
v7.16.1Compare Source
v7.16.0Compare Source
Bug Fixes
multiselectabletoundefined(cd466d4) - by @satya164Features
v7.15.13Compare Source
v7.15.12Compare Source
v7.15.11Compare Source
Bug Fixes
v7.15.10Compare Source
v7.15.9Compare Source
v7.15.8Compare Source
v7.15.7Compare Source
v7.15.6Compare Source
v7.15.5Compare Source
v7.15.4Compare Source
v7.15.3Compare Source
Bug Fixes
v7.15.2Compare Source
v7.15.1Compare Source
v7.15.0Compare Source
Features
v7.14.0Compare Source
Bug Fixes
Features
v7.13.0Compare Source
Features
v7.12.0Compare Source
Features
v7.11.0Compare Source
Features
v7.10.1Compare Source
v7.10.0Compare Source
Features
v7.9.1Compare Source
v7.9.0Compare Source
Bug Fixes
react-native-screensimplementation is used (#12852) (0e5aaff) - by @kligarskiFeatures
v7.8.12Compare Source
v7.8.11Compare Source
v7.8.10Compare Source
v7.8.9Compare Source
v7.8.8Compare Source
v7.8.7Compare Source
Bug Fixes
v7.8.6Compare Source
v7.8.5Compare Source
v7.8.4Compare Source
Bug Fixes
v7.8.3Compare Source
Bug Fixes
v7.8.2Compare Source
Bug Fixes
v7.8.1Compare Source
Bug Fixes
v7.8.0Compare Source
Features
v7.7.3Compare Source
v7.7.2Compare Source
Bug Fixes
v7.7.1Compare Source
Bug Fixes
v7.7.0Compare Source
Features
v7.6.0Compare Source
Features
v7.5.0Compare Source
Features
v7.4.9Compare Source
Bug Fixes
v7.4.8Compare Source
v7.4.7Compare Source
v7.4.6Compare Source
v7.4.5Compare Source
v7.4.4Compare Source
v7.4.3Compare Source
Bug Fixes
pointerEventsprops with styles (#12693) (987aed6), closes #12441 - by @hassankhanCode Refactoring
Features
useBottomTabAnimation(#12866) (444db5c) - by @filipengbergBREAKING CHANGES
getParentaccepts only route names. Any code using navigator IDs needs to be
refactored.
if consumers need layout, it's recommended to measure directly
react-native-webis now~0.21.0Motivation
By replacing usages of
pointerEventsto use styles instead of props,we won't get an annoying warning in the logs.
The underlying issue in React Native Web which prevented children of a
pointer-events: box-noneelement from receiving pointer events isresolved by necolas/react-native-web#2789.
A follow-up fix to React Native Testing Library was also required, PR
here
callstack/react-native-testing-library#1799.
7.4.3 (2025-07-25)
Note: Version bump only for package @react-navigation/bottom-tabs
7.4.2 (2025-06-24)
Note: Version bump only for package @react-navigation/bottom-tabs
7.4.1 (2025-06-22)
Note: Version bump only for package @react-navigation/bottom-tabs
react-navigation/react-navigation (@react-navigation/native)
v7.3.4Compare Source
v7.3.3Compare Source
v7.3.2Compare Source
Bug Fixes
v7.3.1Compare Source
v7.3.0Compare Source
Features
v7.2.6Compare Source
Bug Fixes
v7.2.5Compare Source
[
v7.2.4](https://redirect.github.com/react-navigation/react-navigation/releases/tag/%40react-navigation/natConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.