Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps react-native-reanimated from 3.16.7 to 4.2.0.

Release notes

Sourced from react-native-reanimated's releases.

4.2.0

Key changes

Other changes

React Native Compatibility & Dependency Updates

CSS & Transform Improvements

... (truncated)

Changelog

Sourced from react-native-reanimated's changelog.

Reanimated release guide

Reanimated follows semver whenever applicable.

  1. Decide on the importance of this release and then choose a version number:

    • patch (last number) – small adjustments, fixes, in most cases only JS code is modified.
    • minor (middle number) – new features, all changes that applies to a patch release and fixes in the native code that couldn't be applied in a patch.
    • pre-release - versions before the official release (alpha, beta, rc) should be numbered from 1 (e.g. 5.0.0-rc.1).
  2. Make sure you're up-to-date: When releasing a patch or minor version, you ought to do it from the respective x.x-stable branch.

    • For patches:
      • git switch <current-stable> e.g. git switch 3.17-stable then git pull.
    • For minors:
  3. Create a new release branch:

    • git switch -c @username/release/reanimated-x.y.z
  4. Set the new version by running the following script in the repository root:

    • cd packages/react-native-reanimated && node ./scripts/set-reanimated-version.js x.y.z
  5. Make sure to update required version of react-native-worklets in scripts/worklets-version.json.

  6. Update the Compatibility Table in the documentation:

    • You need to do this in a separate PR as docs are hosted on main,
    • Use &ndash; (–) symbol instead of normal dash (-).
  7. Install Pods:

  • Run yarn build-all in the root directory.

... (truncated)

Commits
  • 2ea0c34 Release 4.2.0 (#8699)
  • c946382 Fix typo in error message about non-animated component (#8698)
  • 2c3d7fd Shared Element Transition on the New Architecture (feature flag) (#7466)
  • ef543ec Sync animated styles back to React (force render for settled animations) (#8529)
  • 2254329 fix: Transparent color crashes on Android (#8688)
  • a7f0ea6 feat: Add context to style processors (#8689)
  • 73e0acc Fix synchronous props for PlatformColor on Android (#8687)
  • 632ecb2 fix(Reanimated): false positive animated style in non-animated component erro...
  • 7154fa5 chore: deprecate useAnimatedKeyboard (#8626)
  • a7f985b fix: Move PlatformColor processing to the processColor (#8670)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 3.16.7 to 4.2.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/RELEASE.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.2.0/packages/react-native-reanimated)

---
updated-dependencies:
- dependency-name: react-native-reanimated
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/enatega-multivendor-restaurant/react-native-reanimated-4.2.0 branch December 18, 2025 05:16
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.

1 participant