Skip to content

Update dependencies (non-major)#24

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-(non-major)
Open

Update dependencies (non-major)#24
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Nov 9, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@expo/vector-icons (source) 15.0.315.1.1 age confidence
@livekit/react-native 2.10.22.11.1 age confidence
@livekit/react-native-expo-plugin 1.0.11.0.2 age confidence
@livekit/react-native-webrtc 144.0.0144.1.1 age confidence
@react-navigation/bottom-tabs (source) 7.4.27.18.3 age confidence
@react-navigation/native (source) 7.1.147.3.4 age confidence
expo (source) 54.0.3454.0.35 age confidence
expo-font (source) 14.0.1114.0.12 age confidence
expo-router (source) 6.0.236.0.24 age confidence
livekit-client 2.18.92.20.0 age confidence
react (source) 19.1.019.2.7 age confidence
react-dom (source) 19.1.019.2.7 age confidence
react-native (source, changelog) 0.81.50.86.0 age confidence
react-native-gesture-handler (source) ~2.28.0~2.32.0 age confidence
react-native-reanimated (source) ~4.1.1~4.5.0 age confidence
react-native-safe-area-context ~5.6.0~5.8.0 age confidence
react-native-screens ~4.16.0~4.25.0 age confidence
react-native-webview 13.15.013.17.0 age confidence
react-native-worklets (source) 0.5.10.10.0 age confidence

Release Notes

expo/vector-icons (@​expo/vector-icons)

v15.1.1

Compare Source

Bug Fixes
livekit/client-sdk-react-native (@​livekit/react-native)

v2.11.1

Compare Source

Patch Changes

v2.11.0

Compare Source

Minor Changes
Patch Changes

v2.10.3

Compare Source

Patch Changes
livekit/client-sdk-react-native-expo-plugin (@​livekit/react-native-expo-plugin)

v1.0.2

Compare Source

Patch Changes
livekit/react-native-webrtc (@​livekit/react-native-webrtc)

v144.1.1

Compare Source

v144.1.0

Compare Source

react-navigation/react-navigation (@​react-navigation/bottom-tabs)

v7.18.3

Compare Source

v7.18.2

Compare Source

v7.18.1

Compare Source

v7.18.0

Compare Source

Features

v7.17.2

Compare Source

v7.17.1

Compare Source

v7.17.0

Compare Source

Bug Fixes
Features

v7.16.2

Compare Source

Bug Fixes

v7.16.1

Compare Source

v7.16.0

Compare Source

Bug Fixes
Features

v7.15.13

Compare Source

v7.15.12

Compare Source

v7.15.11

Compare Source

Bug Fixes

v7.15.10

Compare Source

v7.15.9

Compare Source

v7.15.8

Compare Source

v7.15.7

Compare Source

v7.15.6

Compare Source

v7.15.5

Compare Source

v7.15.4

Compare Source

v7.15.3

Compare Source

Bug Fixes

v7.15.2

Compare Source

v7.15.1

Compare Source

v7.15.0

Compare Source

Features

v7.14.0

Compare Source

Bug Fixes
Features

v7.13.0

Compare Source

Features

v7.12.0

Compare Source

Features
  • add support for xcasset for icons in native tabs (5904082) - by @​

v7.11.0

Compare Source

Features
  • add support for disabling overrideScrollViewContentInsetAdjustmentBehavior (ccd9544) - by @​

v7.10.1

Compare Source

v7.10.0

Compare Source

Features

v7.9.1

Compare Source

v7.9.0

Compare Source

Bug Fixes
Features

v7.8.12

Compare Source

v7.8.11

Compare Source

v7.8.10

Compare Source

v7.8.9

Compare Source

v7.8.8

Compare Source

v7.8.7

Compare Source

Bug Fixes

v7.8.6

Compare Source

v7.8.5

Compare Source

v7.8.4

Compare Source

Bug Fixes
  • fix native tab bar color in dark theme (056a9e5) - by @​

v7.8.3

Compare Source

Bug Fixes
  • don't wrap tab switch in a transition (9e1d019) - by @​

v7.8.2

Compare Source

Bug Fixes
  • fix color from tab bar badge style not being used in native tabs (4b2d7f7) - by @​

v7.8.1

Compare Source

Bug Fixes
  • fix showing search bar in native tab bar (681f408) - by @​

v7.8.0

Compare Source

Features
  • don't show native header by default in native bottom tabs (fc81d9a) - by @​

v7.7.3

Compare Source

v7.7.2

Compare Source

Bug Fixes

v7.7.1

Compare Source

Bug Fixes
  • add missing options (503aef2) - by @​

v7.7.0

Compare Source

Features

v7.6.0

Compare Source

Features
  • restore unhandled state after route names change (#​12812) (d773976) - by @​

v7.5.0

Compare Source

Features

v7.4.9

Compare Source

Bug Fixes

v7.4.8

Compare Source

v7.4.7

Compare Source

v7.4.6

Compare Source

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • Navigators don't accept an ID anymore, and getParent
    accepts only route names. Any code using navigator IDs needs to be
    refactored.
  • layout args are dropped to improve performance during window resize
    if consumers need layout, it's recommended to measure directly
  • Not having react native screens installed will now fail the build
  • the minimum required version for react-native-web is now ~0.21.0

Motivation

By replacing usages of pointerEvents to 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-none element from receiving pointer events is
resolved 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.

  • This bumps the minimum required versions of various peer deps

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.4

Compare Source

v7.3.3

Compare Source

v7.3.2

Compare Source

Bug Fixes

v7.3.1

Compare Source

v7.3.0

Compare Source

Features

v7.2.6

Compare Source

Bug Fixes

v7.2.5

Compare Source

[v7.2.4](https://redirect.github.com/react-navigation/react-navigation/releases/tag/%40react-navigation/nat

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the week"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 7 times, most recently from a6adc5e to 7565a6c Compare November 17, 2025 12:54
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 94fc8fa to f6f56eb Compare November 20, 2025 17:29
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 6 times, most recently from a96a626 to ca52f15 Compare December 3, 2025 18:55
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 6 times, most recently from 0f13395 to 8adc7ae Compare December 10, 2025 20:01
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 7 times, most recently from ead506f to 1aeecdc Compare December 18, 2025 18:30
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from ec418b5 to 01d0bbb Compare February 6, 2026 17:28
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from 4ccdb90 to 8494fb8 Compare February 16, 2026 17:43
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 24996d3 to 5292e5a Compare February 23, 2026 18:49
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 9 times, most recently from bd5e9e4 to aecf072 Compare March 3, 2026 21:15
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from 690d535 to 78c6dcb Compare March 17, 2026 10:16
@renovate renovate Bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from 470fd3b to ea7614e Compare March 23, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants