Skip to content

Bump the "src-react-native-app" group with 1 update across multiple ecosystems - #3923

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/src_react_native_app-0e6420941d
Open

Bump the "src-react-native-app" group with 1 update across multiple ecosystems#3923
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/src_react_native_app-0e6420941d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the src-react-native-app group with 2 updates in the /src/react-native-app directory: react-native-reanimated and react-native-worklets.

Updates react-native-reanimated from 4.5.4 to 4.6.0

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.6.0

Key changes

React Native 0.87 support

Reanimated 4.6 supports React Native 0.83 – 0.87 and pairs with Worklets 0.12.x. See the compatibility table.

CSS animation and transition callbacks on native

onCSSAnimationStart, onCSSAnimationEnd, onCSSAnimationIteration, onCSSAnimationCancel, onCSSTransitionRun, onCSSTransitionStart, onCSSTransitionEnd and onCSSTransitionCancel now fire on iOS and Android.

contrastColor utility

New contrastColor worklet, a port of CSS contrast-color(). It returns 'white' or 'black', whichever has the higher WCAG contrast ratio against the given color. It works inside useAnimatedStyle and other worklets as well as on the JS thread. See the docs.

Experimental: platform-driven CSS transitions on Android

opacity CSS transitions can now run on the Android platform with ObjectAnimator, off the animation loop. This is the Android counterpart of iOS Core Animation transitions.

The feature is off by default. Enable it with the ANDROID_CSS_PLATFORM_TRANSITIONS feature flag.

... (truncated)

Commits
  • 8651062 release(Reanimated): 4.6.0 (#10366)
  • a874ac1 chore: prepare branch for reanimated 4.6.0 release (#10363)
  • 8d5e8ff fix(Reanimated): read the window size from the base revision when the LA prox...
  • 885cdab fix: reject non-finite CSS durations and delays (#10360)
  • 2fcaac4 fix: keep the reversing shortening factor within [0, 1] (#10359)
  • 02403d4 fix: return a finite value when linear() control points share an input prog...
  • f41b838 fix: correct the control points of the predefined ease easing function (#10...
  • 1f0b70e fix: correct the cubic-bezier x-derivative used to solve CSS easings (#10344)
  • d1f72fb [Docs] Update sponsors section (#10347)
  • 74350d5 fix: Text losing its trailing word after a CSS fontSize transition on Android...
  • Additional commits viewable in compare view

Updates react-native-worklets from 0.10.4 to 0.12.1

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.12.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.12.0...worklets-0.12.1

Worklets - 0.12.0

Key changes

WeakRef on Worklet Runtimes

Worklet Runtimes now support WeakRef. This required enabling Hermes' own microtask queue when the runtime is created, and draining it from C++.

Bundle Mode script loading on par with React Native

Bundle Mode used to load the script through in-memory copies. On iOS the whole bundle stayed resident in a std::string for the app's lifetime, and on Android a dev-server bundle passed through a Java String and two more copies over JNI. Local bundles are now mmapped and Android dev-server downloads stream to a cache file, the same way React Native's own loaders work. Dev-server fetches now also check the HTTP status and surface the error message Metro returns. In development on Android, initialization reuses the bundle React Native has already downloaded.

enableLocking option in createWorkletRuntime

createWorkletRuntime accepts a new enableLocking option, which creates a Worklet Runtime without mutex guards. It is meant for advanced use cases, where you can guarantee thread-safety of the runtime.

Other changes

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.3...worklets-0.12.0

Worklets - 0.11.4

What's Changed

... (truncated)

Commits
  • 9a4b4d7 release(Worklets): 0.12.1 (#10329)
  • 30c2b16 cherry-pick(worklets-0.12-stable): extract UI-thread check into UIScheduler::...
  • 39103b9 release(Worklets): 0.12.0
  • a0ba3b5 feat: changelogs (#10201)
  • fb9cb55 fix(Worklets): missing autorelease drain on detached worklet threads (#10192)
  • 22498ac fix(Worklets): UI loop not pausing when the app is backgrounded (#10196)
  • e2a785d fix(Worklets): Jest mocks missing APIs (#10183)
  • 82a3e16 feat(Worklets): WeakRef on Worklet Runtimes (#10085)
  • 9341db4 refactor(Worklets): move microtasks call to C++ (#10175)
  • f9c6de9 fix(Worklets): web scheduleOnUI implementation on errors (#10167)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 2 updates

Bumps the src-react-native-app group with 2 updates in the /src/react-native-app directory: [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) and [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets).


Updates `react-native-reanimated` from 4.5.4 to 4.6.0
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.6.0/packages/react-native-reanimated)

Updates `react-native-worklets` from 0.10.4 to 0.12.1
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-worklets/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.12.1/packages/react-native-worklets)

---
updated-dependencies:
- dependency-name: react-native-reanimated
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: src-react-native-app
- dependency-name: react-native-worklets
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: src-react-native-app
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 11:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants