[Snyk] Upgrade react-native-reanimated from 1.9.0 to 2.10.0 #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade react-native-reanimated from 1.9.0 to 2.10.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Package name: react-native-reanimated
-
2.10.0 - 2022-08-22
- Added
- Added
- Added support for React Native 0.70
- Added support for react-native-v8 (building from source only)
- Detect multiple versions of Reanimated.
- And many different fixes.
-
2.9.1 - 2022-07-01
- Fix issue with duplicated
-
2.9.0 - 2022-06-30
- Support for
- Treeshaking - #3278
- Some fixes and improvements
-
2.8.0 - 2022-04-21
- Load
- fix: Fix
- Add opts for relative source location by @ jiulongw in #3141
- Fix JSCRuntime destroyed with a dangling API object by @ lukmccall in #3185
-
2.7.0 - 2022-04-11
- Remove
- Remove
- Use angle bracket imports by @ tomekzaw in #3150
- Remove gesture-handler by @ piaskowyk in #3152
- Fix Expo dev menu by @ piaskowyk in #3154
- Remove
- Fix CI config for Java linter by @ tomekzaw in #3160
- Make @ babel/preset-typescript a full dependency as it's used at runtime by @ levibuzolic in #3165
- Add @ babel/core as peer dependency which is required by @ babel/plugin-transform-object-assign by @ AlexanderEggers in #3167
- Add worklet to easing back return function by @ gozdecoban in #3168
- fix: android layout reanimation null pointer exception (2959) by @ jacobarvidsson in #3162
-
2.6.0 - 2022-04-04
- Fix TypeScript definitions
- Fix building for TvOS
- Update to
- Support for Gradle plugin 7
-
2.5.0 - 2022-03-21
-
2.4.1 - 2022-02-07
-
2.4.0 - 2022-02-05
-
2.3.3 - 2022-03-01
-
2.3.2 - 2022-02-07
-
2.3.1 - 2021-12-14
-
2.3.0 - 2021-12-07
-
2.3.0-beta.4 - 2021-11-26
-
2.3.0-beta.3 - 2021-10-18
-
2.3.0-beta.2 - 2021-09-30
-
2.3.0-beta.1 - 2021-09-24
-
2.3.0-alpha.3 - 2021-09-03
-
2.3.0-alpha.2 - 2021-07-29
-
2.3.0-alpha.1 - 2021-06-07
-
2.2.4 - 2021-10-29
-
2.2.3 - 2021-10-14
-
2.2.2 - 2021-09-15
-
2.2.1 - 2021-09-10
-
2.2.0 - 2021-05-27
-
2.1.0 - 2021-04-01
-
2.0.1 - 2021-03-24
-
2.0.0 - 2021-03-04
-
2.0.0-rc.3 - 2021-02-05
-
2.0.0-rc.2 - 2021-01-15
-
2.0.0-rc.1 - 2020-12-18
-
2.0.0-rc.0 - 2020-11-26
-
2.0.0-alpha.9.2 - 2020-11-23
-
2.0.0-alpha.9.1 - 2020-11-19
-
2.0.0-alpha.9 - 2020-11-16
-
2.0.0-alpha.8 - 2020-10-30
-
2.0.0-alpha.7 - 2020-09-24
-
2.0.0-alpha.6.1 - 2020-09-25
-
2.0.0-alpha.6 - 2020-09-07
-
2.0.0-alpha.5 - 2020-08-06
-
2.0.0-alpha.4 - 2020-07-17
-
2.0.0-alpha.3 - 2020-06-19
-
2.0.0-alpha.2 - 2020-06-18
-
2.0.0-alpha.1 - 2020-05-28
-
1.13.4 - 2022-02-14
-
1.13.3 - 2021-03-23
-
1.13.2 - 2020-11-16
-
1.13.1 - 2020-09-24
-
1.13.0 - 2020-08-12
-
1.12.0 - 2020-08-11
-
1.11.0 - 2020-08-10
-
1.10.2 - 2020-08-06
-
1.10.1 - 2020-07-22
-
1.10.0 - 2020-07-22
-
1.9.0 - 2020-05-22
from react-native-reanimated GitHub release notes🚀 Main changes
useAnimatedKeyboard()hookuseFrameCallback()hookBuild: https://github.com/software-mansion/react-native-reanimated/actions/runs/2889631689
Full Changelog: 2.9.1...2.10.0
What's Changed
libfolly_runtime.so- #3342Build: https://github.com/software-mansion/react-native-reanimated/actions/runs/2595830511
🙌 Thank you for your contributions!
What's Changed
react-native@0.69Package contains binaries for
react-nativein version from 0.65 to 0.69Build: https://github.com/software-mansion/react-native-reanimated/actions/runs/2590392729
🙌 Thank you for your contributions!
What's Changed
RNGestureHandlerModulelazily on iOS by @ j-piasecki in #3166useAnimatedSensorreturn type by @ mrousavy in #3094New Contributors
@ dylmye @ jiulongw @ lukmccall
Full Changelog: 2.7.0...2.8.0
🙌 Thank you for your contributions!
What's Changed
opacityfrom native props list by @ tomekzaw in #3139react-native-screensfrom dependencies by @ tomekzaw in #3149__reanimatedWorkletInitfunction and__workletproperty by @ tomekzaw in #3143New Contributors
@ AlexanderEggers @ gozdecoban @ jacobarvidsson
Full Changelog: 2.6.0...2.7.0
🙌 Thank you for your contributions!
What's Changed
react-native@0.68Read more
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs