Skip to content

chore(deps): update all non-major dependencies - #587

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

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major

Conversation

@renovate

@renovate renovate Bot commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@module-federation/enhanced (source) ^2.9.0^2.9.1 age confidence
@module-federation/modern-js-v3 (source) 2.9.02.9.1 age confidence
@module-federation/rsbuild-plugin (source) ^2.9.0^2.9.1 age confidence
@module-federation/storybook-addon (source) ^6.0.19^6.0.20 age confidence
react-docgen (source) ^8.0.3^8.0.4 age confidence
react-native-reanimated (source) ^4.6.0^4.7.0 age confidence
react-native-worklets (source) ^0.12.2^0.13.0 age confidence
rstack (source) 0.7.50.7.6 age confidence

Release Notes

module-federation/core (@​module-federation/enhanced)

v2.9.1

Compare Source

Patch Changes
module-federation/core (@​module-federation/modern-js-v3)

v2.9.1

Compare Source

Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v2.9.1

Compare Source

Patch Changes
module-federation/core (@​module-federation/storybook-addon)

v6.0.20

Patch Changes
reactjs/react-docgen (react-docgen)

v8.0.4

Compare Source

Patch Changes
software-mansion/react-native-reanimated (react-native-reanimated)

v4.7.0: Reanimated - 4.7.0

Compare Source

Key changes

New layout animations engine is the default

Layout animations now run on the new engine by default.

If the new engine causes a regression in your app, enable the USE_LEGACY_LAYOUT_ANIMATIONS_PROXY feature flag to go back to the previous engine, and please report an issue. The previous engine does not support shared element transitions, so you cannot enable this flag together with ENABLE_SHARED_ELEMENT_TRANSITIONS.

Shared element transitions fixes

This release fixes more shared element transition bugs and brings the feature closer to a stable release. The feature is still experimental. Enable it with the ENABLE_SHARED_ELEMENT_TRANSITIONS feature flag.

backgroundImage in animated styles

useAnimatedStyle now supports backgroundImage. You can give linear and radial gradients as objects or as CSS strings. Reanimated processes them on the UI thread.

More CSS transition properties on the Android platform path

With the ANDROID_CSS_PLATFORM_TRANSITIONS feature flag on, CSS transitions of backgroundColor, borderColor, numeric borderRadius and shadowColor (Android 9 and newer) now run on the Android platform instead of on the Reanimated animation loop. Before, only opacity did.

The flag is experimental and off by default.

  • feat: Animate color and radius CSS transitions on the Android platform path by @​MatiPl01 in #​10310
  • feat(CSS): route shadowColor transitions to the Android platform path by @​MatiPl01 in #​10547
  • fix: honor slow animations on the CSS platform transition paths by @​MatiPl01 in #​10548
  • fix(CSS): resume shadowOffset from its in-flight value when it leaves the platform path by @​MatiPl01 in #​10564
  • fix(CSS): keep borderWidth transitions on the loop on iOS by @​MatiPl01 in #​10569
  • fix: revert a property removed from transitionProperty to the committed style on Android by @​MatiPl01 in #​10614
  • docs: state since which version each CSS transition property is routed to the platform by @​MatiPl01 in #​10549
React Native 0.88 support

Reanimated 4.7 supports React Native 0.86 – 0.88 and pairs with Worklets 0.13.x. We test React Native 0.88 with 0.88.0-rc.1. Reanimated 4.7 no longer supports React Native 0.83, 0.84 and 0.85. See the compatibility table.

Breaking changes
  • The new layout animations engine is the default. See above.

  • Mutables always use Synchronizable state. The USE_SYNCHRONIZABLE_FOR_MUTABLES feature flag is gone.

  • AnimatedRefOnUI is now a Shareable that you read with .value, not a function that you call. AnimatedRefOnJS is now AnimatedRefOnRN. measure on an unmounted ref now returns null and shows a warning.

  • feat(Reanimated): always use Synchronizable for mutables by @​tjzel in #​10298

  • refactor(Reanimated): back AnimatedRef with a Shareable instead of a handle by @​tjzel in #​10413

Other changes

New Contributors

Full Changelog: software-mansion/react-native-reanimated@4.6.0...4.7.0

rstackjs/rstack-cli (rstack)

v0.7.6

Compare Source

What's Changed
New Features 🎉
Other Changes

Full Changelog: rstackjs/rstack-cli@v0.7.5...a5898b2


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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/all-non-major branch from 1c20e48 to c95647f Compare September 21, 2026 02:07
@renovate
renovate Bot force-pushed the renovate/all-non-major branch from c95647f to 70057c1 Compare September 21, 2026 21: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