From a0c7b08b745961cc03adcbc8cf76bc1ca7a40f26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:12:03 +0900 Subject: [PATCH] fix(deps): update dependency react-native-reanimated to ~2.17.0 (#339) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-reanimated](https://togithub.com/software-mansion/react-native-reanimated) | [`~2.14.4` -> `~2.17.0`](https://renovatebot.com/diffs/npm/react-native-reanimated/2.14.4/2.17.0) | [![age](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/compatibility-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/confidence-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
software-mansion/react-native-reanimated ### [`v2.17.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.17.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.16.0...2.17.0) #### What's Changed - Release 2.17.0 by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4395](https://togithub.com/software-mansion/react-native-reanimated/pull/4395) **Full Changelog**: https://github.com/software-mansion/react-native-reanimated/compare/2.16.0...2.17.0 ### [`v2.16.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.16.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.15.0...2.16.0) #### What's Changed - Call assert in SingleInstanceChecker only in example apps by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4316](https://togithub.com/software-mansion/react-native-reanimated/pull/4316) - Release 2.16.0 by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4389](https://togithub.com/software-mansion/react-native-reanimated/pull/4389) **Full Changelog**: https://github.com/software-mansion/react-native-reanimated/compare/2.15.0...2.16.0 ### [`v2.15.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.15.0) [Compare Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.14.4...2.15.0) #### What's Changed - Fix issue causing ANR when performing sync layout updates, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4283](https://togithub.com/software-mansion/react-native-reanimated/pull/4283) - Add web support without a Babel/SWC Plugin, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4285](https://togithub.com/software-mansion/react-native-reanimated/pull/4285) **Full Changelog**: https://github.com/software-mansion/react-native-reanimated/compare/2.14.4...2.15.0
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/dooboolab-community/dooboo-ui). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eb92cf46..130e3f09 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-dom": "18.2.0", "react-native": "0.71.6", "react-native-gesture-handler": "~2.9.0", - "react-native-reanimated": "~2.14.4", + "react-native-reanimated": "~2.17.0", "react-native-svg": "13.4.0", "react-native-vector-icons": "^9.2.0", "react-native-web": "~0.18.10", diff --git a/yarn.lock b/yarn.lock index 14ccb856..a8ea09e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16018,14 +16018,13 @@ react-native-modal-selector@^2.1.1: dependencies: prop-types "^15.5.10" -react-native-reanimated@~2.14.4: - version "2.14.4" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.14.4.tgz#3fa3da4e7b99f5dfb28f86bcf24d9d1024d38836" - integrity sha512-DquSbl7P8j4SAmc+kRdd75Ianm8G+IYQ9T4AQ6lrpLVeDkhZmjWI0wkutKWnp6L7c5XNVUrFDUf69dwETLCItQ== +react-native-reanimated@~2.17.0: + version "2.17.0" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.17.0.tgz#eae2308235961cdd79810e01dfdd7e88b1ae5b5c" + integrity sha512-bVy+FUEaHXq4i+aPPqzGeor1rG4scgVNBbBz21ohvC7iMpB9IIgvGsmy1FAoodZhZ5sa3EPF67Rcec76F1PXlQ== dependencies: "@babel/plugin-transform-object-assign" "^7.16.7" "@babel/preset-typescript" "^7.16.7" - convert-source-map "^1.7.0" invariant "^2.2.4" lodash.isequal "^4.5.0" setimmediate "^1.0.5"