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/components-react (source) 2.9.212.9.24 age confidence
@livekit/react-native-expo-plugin 1.0.11.0.2 age confidence
@react-navigation/bottom-tabs (source) 7.4.27.18.16 age confidence
@react-navigation/native (source) 7.1.147.3.16 age confidence
expo (source) 54.0.3454.0.36 age confidence
expo-font (source) 14.0.1114.0.12 age confidence
expo-router (source) 6.0.236.0.24 age confidence
react (source) 19.1.019.2.8 age confidence
react-dom (source) 19.1.019.2.8 age confidence
react-native (source, changelog) 0.81.50.87.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.27.0 age confidence
react-native-webview 13.15.013.17.0 age confidence
react-native-worklets (source) 0.5.10.11.3 age confidence

Release Notes

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

v15.1.1

Compare Source

Bug Fixes
livekit/components-js (@​livekit/components-react)

v2.9.24

Compare Source

Patch Changes

v2.9.23

Compare Source

Patch Changes
  • Require livekit-client >= 2.20.1. That release ships the NonSharedUint8Array - #​1360 (@​1egoman)
    type declaration in its published types; earlier 2.19/2.20.0 builds referenced it
    without shipping it, which broke type resolution for consumers (skipLibCheck: false)
    and API Extractor. The local workaround shim is removed now that the type resolves
    from livekit-client itself.
  • Updated dependencies [87220e4dd61b926023ce0d041e6fcf310f515edf]:
livekit/client-sdk-react-native-expo-plugin (@​livekit/react-native-expo-plugin)

v1.0.2

Compare Source

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

v7.18.16

Compare Source

v7.18.15

Compare Source

v7.18.14

Compare Source

v7.18.13

Compare Source

v7.18.12

Compare Source

v7.18.11

Compare Source

v7.18.10

Compare Source

v7.18.9

Compare Source

v7.18.8

Compare Source

Bug Fixes

v7.18.7

Compare Source

v7.18.6

Compare Source

v7.18.5

Compare Source

Bug Fixes
  • bottom-tabs: pop nested stack to top on blur even when animation is interrupted (#​13123) (6baf55b) - by @​

v7.18.4

Compare Source

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-navi

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 4 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
@renovate

renovate Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn ERESOLVE overriding peer dependency
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: react-native-reanimated@4.5.3
npm error Found: react-native@0.87.0
npm error node_modules/react-native
npm error   react-native@"0.87.0" from the root project
npm error   peerOptional react-native@"*" from @expo/devtools@0.1.8
npm error   node_modules/@expo/devtools
npm error     @expo/devtools@"0.1.8" from expo@54.0.36
npm error     node_modules/expo
npm error       expo@"~54.0.34" from the root project
npm error       23 more (@config-plugins/react-native-webrtc, ...)
npm error   29 more (@expo/metro-runtime, @livekit/react-native, ...)
npm error
npm error Could not resolve dependency:
npm error peer react-native@"0.83 - 0.86" from react-native-reanimated@4.5.3
npm error node_modules/react-native-reanimated
npm error   react-native-reanimated@"~4.5.0" from the root project
npm error   peerOptional react-native-reanimated@"*" from expo-router@6.0.24
npm error   node_modules/expo-router
npm error     expo-router@"~6.0.23" from the root project
npm error     1 more (@expo/cli)
npm error
npm error Conflicting peer dependency: react-native@0.86.2
npm error node_modules/react-native
npm error   peer react-native@"0.83 - 0.86" from react-native-reanimated@4.5.3
npm error   node_modules/react-native-reanimated
npm error     react-native-reanimated@"~4.5.0" from the root project
npm error     peerOptional react-native-reanimated@"*" from expo-router@6.0.24
npm error     node_modules/expo-router
npm error       expo-router@"~6.0.23" from the root project
npm error       1 more (@expo/cli)
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-11T23_05_08_938Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-11T23_05_08_938Z-debug-0.log

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