-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency react-native-reanimated to v3 #92
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/react-native-reanimated-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coverage report
Test suite run success0 tests passing in 1 suite. Report generated by 🧪jest coverage report action from 17a3b22 |
8ea7d6f
to
6ed1661
Compare
17a3b22
to
ca44199
Compare
Coverage report
Test suite run success0 tests passing in 1 suite. Report generated by 🧪jest coverage report action from 741092f |
6d6d3aa
to
e514eef
Compare
dd1f1b6
to
6b28302
Compare
6b28302
to
22c792e
Compare
22c792e
to
0f8d7f1
Compare
2342b2a
to
143c280
Compare
143c280
to
970186d
Compare
adc43ed
to
a1907c9
Compare
7434e1b
to
d6ef6f1
Compare
36709cd
to
1f96263
Compare
1f96263
to
781eb6a
Compare
781eb6a
to
2cb162f
Compare
22ff7ca
to
e96d11d
Compare
e96d11d
to
f3182ec
Compare
4ce622c
to
8ed09ff
Compare
09cc128
to
032565d
Compare
032565d
to
4d73a2b
Compare
4d73a2b
to
6f55698
Compare
6f55698
to
71a31fd
Compare
71a31fd
to
7378a43
Compare
7378a43
to
8472547
Compare
8472547
to
2cd949d
Compare
2cd949d
to
69c0909
Compare
4997c9a
to
3118ff1
Compare
3118ff1
to
b8df86d
Compare
b8df86d
to
e1fb3e5
Compare
e1fb3e5
to
4ae9feb
Compare
70bced5
to
b5fc63f
Compare
b5fc63f
to
b2e4710
Compare
b2e4710
to
044738a
Compare
044738a
to
e81ad0c
Compare
e81ad0c
to
741092f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^2.8.0
->^2.8.0 || ^3.0.0
2.10.0
->3.16.7
^2.8.0
->^3.0.0
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
software-mansion/react-native-reanimated (react-native-reanimated)
v3.16.7
Compare Source
What's changed
v3.16.6
Compare Source
What's changed
v3.16.5
Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@3.16.4...3.16.5
v3.16.4
Compare Source
What's Changed
operationsInBatch_
before terminating UI runtime in https://github.com/software-mansion/react-native-reanimated/pull/6779 by @tomekzawFull Changelog: software-mansion/react-native-reanimated@3.16.3...3.16.4
v3.16.3
Compare Source
What's Changed
jsxRuntime: classic
when building Reanimated module output withreact-native-builder-bob
for NativeWind support https://github.com/software-mansion/react-native-reanimated/pull/6760get
set
API for mutables https://github.com/software-mansion/react-native-reanimated/pull/6742sideEffects
paths for web support https://github.com/software-mansion/react-native-reanimated/pull/6634Full Changelog: software-mansion/react-native-reanimated@3.16.2...3.16.3
v3.16.2
Compare Source
Key changes
useSharedValue
get/set API not working properly withwith*
animation assignments: https://github.com/software-mansion/react-native-reanimated/pull/6715Full Changelog: software-mansion/react-native-reanimated@3.16.1...3.16.2
v3.16.1
Compare Source
Fixes
USE_FRAMEWORKS=static
on iOS.Full Changelog: software-mansion/react-native-reanimated@3.16.0...3.16.1
v3.16.0
Compare Source
Features
skipEntering
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6425Fixes
findNodeHandle
web version by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6403requestAnimationFrame
flush condition by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/6442[email protected]
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6527ReaLayoutAnimator
to a separate file by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6530resolveTaskFactory
in build.gradle by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6560outlineColor
to ColorProperties list by @jakex7 in https://github.com/software-mansion/react-native-reanimated/pull/6568HostFunction
handling to_scheduleOnJS
by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/6571Number
instead ofparseInt
by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/6593Docs changes
PlatformCompatibility
component by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6394measure
InteracitveExample by @patrycjakalinska in https://github.com/software-mansion/react-native-reanimated/pull/6452@swmansion/t-rex-ui
to 0.0.14 by @patrycjakalinska in https://github.com/software-mansion/react-native-reanimated/pull/6522Internal changes
RNReanimated.podspec
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6473this
captures in lambdas for NDK 27 by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6495eslint-plugin-reanimated
build directory to .gitignore by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6493react-native-builder-bob
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6494NativeReanimatedModule
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6357_value
in Mutables. by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6311packagingOptions
in build.gradle by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6541reanimated
toworklets
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6544android/
subdirectory and update includes by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6549inline style
tests inJest
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6400New Contributors
Full Changelog: software-mansion/react-native-reanimated@3.15.5...3.16.0
v3.15.5
Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@3.15.4...3.15.5
v3.15.4
Compare Source
Restoring compatibility for NDK23.
Full Changelog: software-mansion/react-native-reanimated@3.15.3...3.15.4
v3.15.3
Compare Source
New architecture bug fixes
Full Changelog: software-mansion/react-native-reanimated@3.15.2...3.15.3
v3.15.2
Compare Source
Preliminary support for NDK 27
Full Changelog: software-mansion/react-native-reanimated@3.15.1...3.15.2
v3.15.1
Compare Source
Full Changelog: software-mansion/react-native-reanimated@3.15.0...3.15.1
v3.15.0
Compare Source
What's Changed
Features
ReducedMotionConfig
component by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/6164EntryExitTransition
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6232CurvedTransition
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6239worklets
as prefab by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6372Fixes
mansion/react-native-reanimated/pull/6282
easing
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6304exiting
after position fix by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6308Remove
mutation parsing in Layout Animations by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/6286Improvements
withInitialValues
modifier by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6254combineTransition
by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/6161ReanimatedHiddenHeaders
,LoggerInterface
andSpeedChecker
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6363Docs changes
@swmansion/t-rex-ui
component by @patrycjakalinska in https://github.com/software-mansion/react-native-reanimated/pull/6274ReduceMotionConfig
docs by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/6165Configuration
📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.