aryella-lacerda / react-native-accessibility-engine

Make accessibility-related assertions on React Native code using React Test Renderer
MIT License
165 stars 13 forks source link

fix(deps): update dependency react-native-reanimated to v2.10.0 #253

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-reanimated 2.4.1 -> 2.10.0 age adoption passing confidence

Release Notes

software-mansion/react-native-reanimated ### [`v2.10.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.10.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.9.1...2.10.0) ### 🚀 Main changes - Added [`useAnimatedKeyboard()`](https://docs.swmansion.com/react-native-reanimated/docs/next/api/hooks/useAnimatedKeyboard/) hook - Added [`useFrameCallback()`](https://docs.swmansion.com/react-native-reanimated/docs/next/api/hooks/useFrameCallback/) hook - 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. Build: https://github.com/software-mansion/react-native-reanimated/actions/runs/2889631689 **Full Changelog**: https://github.com/software-mansion/react-native-reanimated/compare/2.9.1...2.10.0 ### [`v2.9.1`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.9.1) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.9.0...2.9.1) #### What's Changed - Fix issue with duplicated `libfolly_runtime.so` - [https://github.com/software-mansion/react-native-reanimated/issues/3342](https://togithub.com/software-mansion/react-native-reanimated/issues/3342) Build: https://github.com/software-mansion/react-native-reanimated/actions/runs/2595830511 #### 🙌 Thank you for your contributions! ### [`v2.9.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.9.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.8.0...2.9.0) #### What's Changed - Support for `react-native@0.69` - Treeshaking - [https://github.com/software-mansion/react-native-reanimated/pull/3278](https://togithub.com/software-mansion/react-native-reanimated/pull/3278) - Some fixes and improvements Package contains binaries for `react-native` in version from 0.65 to 0.69 Build: https://github.com/software-mansion/react-native-reanimated/actions/runs/2590392729 #### 🙌 Thank you for your contributions! ### [`v2.8.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.8.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.7.0...2.8.0) #### What's Changed - Load `RNGestureHandlerModule` lazily on iOS by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-reanimated/pull/3166](https://togithub.com/software-mansion/react-native-reanimated/pull/3166) - fix: Fix `useAnimatedSensor` return type by [@​mrousavy](https://togithub.com/mrousavy) in [https://github.com/software-mansion/react-native-reanimated/pull/3094](https://togithub.com/software-mansion/react-native-reanimated/pull/3094) - Add opts for relative source location by [@​jiulongw](https://togithub.com/jiulongw) in [https://github.com/software-mansion/react-native-reanimated/pull/3141](https://togithub.com/software-mansion/react-native-reanimated/pull/3141) - Fix JSCRuntime destroyed with a dangling API object by [@​lukmccall](https://togithub.com/lukmccall) in [https://github.com/software-mansion/react-native-reanimated/pull/3185](https://togithub.com/software-mansion/react-native-reanimated/pull/3185) #### New Contributors [@​dylmye](https://togithub.com/dylmye) [@​jiulongw](https://togithub.com/jiulongw) [@​lukmccall](https://togithub.com/lukmccall) **Full Changelog**: https://github.com/software-mansion/react-native-reanimated/compare/2.7.0...2.8.0 #### 🙌 Thank you for your contributions! ### [`v2.7.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.7.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.6.0...2.7.0) ##### What's Changed - Remove `opacity` from native props list by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/3139](https://togithub.com/software-mansion/react-native-reanimated/pull/3139) - Remove `react-native-screens` from dependencies by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/3149](https://togithub.com/software-mansion/react-native-reanimated/pull/3149) - Use angle bracket imports by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/3150](https://togithub.com/software-mansion/react-native-reanimated/pull/3150) - Remove gesture-handler by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/3152](https://togithub.com/software-mansion/react-native-reanimated/pull/3152) - Fix Expo dev menu by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/3154](https://togithub.com/software-mansion/react-native-reanimated/pull/3154) - Remove `__reanimatedWorkletInit` function and `__worklet` property by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/3143](https://togithub.com/software-mansion/react-native-reanimated/pull/3143) - Fix CI config for Java linter by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/3160](https://togithub.com/software-mansion/react-native-reanimated/pull/3160) - Make [@​babel/preset-typescript](https://togithub.com/babel/preset-typescript) a full dependency as it's used at runtime by [@​levibuzolic](https://togithub.com/levibuzolic) in [https://github.com/software-mansion/react-native-reanimated/pull/3165](https://togithub.com/software-mansion/react-native-reanimated/pull/3165) - Add [@​babel/core](https://togithub.com/babel/core) as peer dependency which is required by [@​babel/plugin-transform-object-assign](https://togithub.com/babel/plugin-transform-object-assign) by [@​AlexanderEggers](https://togithub.com/AlexanderEggers) in [https://github.com/software-mansion/react-native-reanimated/pull/3167](https://togithub.com/software-mansion/react-native-reanimated/pull/3167) - Add worklet to easing back return function by [@​gozdecoban](https://togithub.com/gozdecoban) in [https://github.com/software-mansion/react-native-reanimated/pull/3168](https://togithub.com/software-mansion/react-native-reanimated/pull/3168) - fix: android layout reanimation null pointer exception (2959) by [@​jacobarvidsson](https://togithub.com/jacobarvidsson) in [https://github.com/software-mansion/react-native-reanimated/pull/3162](https://togithub.com/software-mansion/react-native-reanimated/pull/3162) ##### New Contributors [@​AlexanderEggers](https://togithub.com/AlexanderEggers) [@​gozdecoban](https://togithub.com/gozdecoban) [@​jacobarvidsson](https://togithub.com/jacobarvidsson) **Full Changelog**: https://github.com/software-mansion/react-native-reanimated/compare/2.6.0...2.7.0 ##### 🙌 Thank you for your contributions! ### [`v2.6.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.6.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.5.0...2.6.0) ##### What's Changed - Fix TypeScript definitions - Fix building for TvOS - Update to `react-native@0.68` - Support for Gradle plugin 7 ### [`v2.5.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.5.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.4.1...2.5.0) ### 🚀 New features - `useAnimatedSensor()` - API for animation based on sensor data [https://github.com/software-mansion/react-native-reanimated/pull/2868](https://togithub.com/software-mansion/react-native-reanimated/pull/2868) - Building from the source - now you can build Reanimated from source directly in your Android project [https://github.com/software-mansion/react-native-reanimated/pull/2933](https://togithub.com/software-mansion/react-native-reanimated/pull/2933) - Handle the "Slow animations" option in simulators [https://github.com/software-mansion/react-native-reanimated/pull/2931](https://togithub.com/software-mansion/react-native-reanimated/pull/2931) - Initial value modifier for predefined layout animations [https://github.com/software-mansion/react-native-reanimated/pull/2799](https://togithub.com/software-mansion/react-native-reanimated/pull/2799) - Support for `react-native@0.68` [https://github.com/software-mansion/react-native-reanimated/pull/2987](https://togithub.com/software-mansion/react-native-reanimated/pull/2987) ### 🐛 Important Bug fixes - Fix order of updaters execution [https://github.com/software-mansion/react-native-reanimated/pull/2580](https://togithub.com/software-mansion/react-native-reanimated/pull/2580) [https://github.com/software-mansion/react-native-reanimated/pull/2851](https://togithub.com/software-mansion/react-native-reanimated/pull/2851) - Unresolved view tag [https://github.com/software-mansion/react-native-reanimated/pull/2982](https://togithub.com/software-mansion/react-native-reanimated/pull/2982) - Implemented ConfigureProps as JSI function [https://github.com/software-mansion/react-native-reanimated/pull/3059](https://togithub.com/software-mansion/react-native-reanimated/pull/3059) #### What's Changed - Fix 2971: TS error with Easing.bezier by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-reanimated/pull/2979](https://togithub.com/software-mansion/react-native-reanimated/pull/2979) - Check for NaN by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/2980](https://togithub.com/software-mansion/react-native-reanimated/pull/2980) - Catch & ignore IllegalViewOperationException in AnimationsManager#removeLeftovers by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-reanimated/pull/2982](https://togithub.com/software-mansion/react-native-reanimated/pull/2982) - Add macro for JSI spec exported functions by [@​jakub-gonet](https://togithub.com/jakub-gonet) in [https://github.com/software-mansion/react-native-reanimated/pull/2978](https://togithub.com/software-mansion/react-native-reanimated/pull/2978) - Handle "Slow animations" option in simulators by [@​jakub-gonet](https://togithub.com/jakub-gonet) in [https://github.com/software-mansion/react-native-reanimated/pull/2931](https://togithub.com/software-mansion/react-native-reanimated/pull/2931) - Fix crash when handling event containing NaN or INF values by [@​michaelknoch](https://togithub.com/michaelknoch) in [https://github.com/software-mansion/react-native-reanimated/pull/2992](https://togithub.com/software-mansion/react-native-reanimated/pull/2992) - Add getter for `reactInstanceManager` by [@​WFolini](https://togithub.com/WFolini) in [https://github.com/software-mansion/react-native-reanimated/pull/2863](https://togithub.com/software-mansion/react-native-reanimated/pull/2863) - feat: added withInitialValues modifier by [@​gorhom](https://togithub.com/gorhom) in [https://github.com/software-mansion/react-native-reanimated/pull/2799](https://togithub.com/software-mansion/react-native-reanimated/pull/2799) - react-native 0.68 by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/2987](https://togithub.com/software-mansion/react-native-reanimated/pull/2987) - Update dependencies versions (0) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-reanimated/pull/2986](https://togithub.com/software-mansion/react-native-reanimated/pull/2986) - Update dev dependencies && update jest snapshots (1) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-reanimated/pull/2988](https://togithub.com/software-mansion/react-native-reanimated/pull/2988) - Fix Java lint on JDK 16+ by [@​jakub-gonet](https://togithub.com/jakub-gonet) in [https://github.com/software-mansion/react-native-reanimated/pull/3004](https://togithub.com/software-mansion/react-native-reanimated/pull/3004) - fix: Add `performance.now()` to Babel plugin by [@​mrousavy](https://togithub.com/mrousavy) in [https://github.com/software-mansion/react-native-reanimated/pull/3006](https://togithub.com/software-mansion/react-native-reanimated/pull/3006) - corrected grammatical errors by [@​Rquaicoo](https://togithub.com/Rquaicoo) in [https://github.com/software-mansion/react-native-reanimated/pull/3013](https://togithub.com/software-mansion/react-native-reanimated/pull/3013) - Added simple cleanup command by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/3007](https://togithub.com/software-mansion/react-native-reanimated/pull/3007) - Update jest version (2) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-reanimated/pull/2990](https://togithub.com/software-mansion/react-native-reanimated/pull/2990) - Autoinstall Android by [@​jakub-gonet](https://togithub.com/jakub-gonet) in [https://github.com/software-mansion/react-native-reanimated/pull/3005](https://togithub.com/software-mansion/react-native-reanimated/pull/3005) - Use `P extends object` in AnimateProps generic type by [@​jakub-gonet](https://togithub.com/jakub-gonet) in [https://github.com/software-mansion/react-native-reanimated/pull/3022](https://togithub.com/software-mansion/react-native-reanimated/pull/3022) - Update path in d.ts after relocation by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/2977](https://togithub.com/software-mansion/react-native-reanimated/pull/2977) - Operations order by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/2580](https://togithub.com/software-mansion/react-native-reanimated/pull/2580) - Fix bezier & bezierFn mock in ReanimatedV2 by [@​notjosh](https://togithub.com/notjosh) in [https://github.com/software-mansion/react-native-reanimated/pull/3034](https://togithub.com/software-mansion/react-native-reanimated/pull/3034) - fix: accept case insensitive flavor by [@​0akl3y](https://togithub.com/0akl3y) in [https://github.com/software-mansion/react-native-reanimated/pull/3041](https://togithub.com/software-mansion/react-native-reanimated/pull/3041) - Source build: don't hardcode build dir by [@​janicduplessis](https://togithub.com/janicduplessis) in [https://github.com/software-mansion/react-native-reanimated/pull/3053](https://togithub.com/software-mansion/react-native-reanimated/pull/3053) - Source build: support reactNativeArchitectures by [@​janicduplessis](https://togithub.com/janicduplessis) in [https://github.com/software-mansion/react-native-reanimated/pull/3055](https://togithub.com/software-mansion/react-native-reanimated/pull/3055) - Source build: resolve react-native and other packages relative to reanimated package by [@​janicduplessis](https://togithub.com/janicduplessis) in [https://github.com/software-mansion/react-native-reanimated/pull/3054](https://togithub.com/software-mansion/react-native-reanimated/pull/3054) - ConfigureProps by JSI by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/3059](https://togithub.com/software-mansion/react-native-reanimated/pull/3059) - Update initial style every render by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/2851](https://togithub.com/software-mansion/react-native-reanimated/pull/2851) - Add [@​babel/preset-typescript](https://togithub.com/babel/preset-typescript) to peerDependencies as it's used at runtime for the worklet plugin by [@​levibuzolic](https://togithub.com/levibuzolic) in [https://github.com/software-mansion/react-native-reanimated/pull/3077](https://togithub.com/software-mansion/react-native-reanimated/pull/3077) - Added useAnimatedSensor() by [@​piaskowyk](https://togithub.com/piaskowyk) in [https://github.com/software-mansion/react-native-reanimated/pull/2868](https://togithub.com/software-mansion/react-native-reanimated/pull/2868) #### New Contributors - [@​hasanfd](https://togithub.com/hasanfd) made their first contribution in [https://github.com/software-mansion/react-native-reanimated/pull/2958](https://togithub.com/software-mansion/react-native-reanimated/pull/2958) - [@​WFolini](https://togithub.com/WFolini) made their first contribution in [https://github.com/software-mansion/react-native-reanimated/pull/2863](https://togithub.com/software-mansion/react-native-reanimated/pull/2863) - [@​Rquaicoo](https://togithub.com/Rquaicoo) made their first contribution in [https://github.com/software-mansion/react-native-reanimated/pull/3013](https://togithub.com/software-mansion/react-native-reanimated/pull/3013) - [@​notjosh](https://togithub.com/notjosh) made their first contribution in [https://github.com/software-mansion/react-native-reanimated/pull/3034](https://togithub.com/software-mansion/react-native-reanimated/pull/3034) - [@​0akl3y](https://togithub.com/0akl3y) made their first contribution in [https://github.com/software-mansion/react-native-reanimated/pull/3041](https://togithub.com/software-mansion/react-native-reanimated/pull/3041) - [@​levibuzolic](https://togithub.com/levibuzolic) made their first contribution in [https://github.com/software-mansion/react-native-reanimated/pull/3077](https://togithub.com/software-mansion/react-native-reanimated/pull/3077) **Full Changelog**: https://github.com/software-mansion/react-native-reanimated/compare/2.4.1...2.5.0 #### 🙌 Thank you for your contributions!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Base: 99.45% // Head: 99.45% // No change to project coverage :thumbsup:

Coverage data is based on head (ec995a3) compared to base (43be61c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #253 +/- ## ======================================= Coverage 99.45% 99.45% ======================================= Files 28 28 Lines 183 183 Branches 43 43 ======================================= Hits 182 182 Misses 1 1 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.