OzkanAbdullahoglu / react-native-audio-trimmer

audio recorder and trimmer with react native and expo
6 stars 2 forks source link

[Snyk] Upgrade react-native-reanimated from 1.4.0 to 1.8.0 #19

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade react-native-reanimated from 1.4.0 to 1.8.0.

:information_source: 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.


Release notes
Package name: react-native-reanimated
  • 1.8.0 - 2020-04-07

    Minor release mostly improving typings of Reanimated and porting examples to RN 0.62.

    ๐Ÿ› Bug fixes

    ๐Ÿ‘ Improvements

    ๐Ÿ™Œ Thank you all for your contributions!

  • 1.7.1 - 2020-03-24

    Patch release with a small set of config and type definition fixes

  • 1.7.0 - 2020-01-16

    Release mostly fixing regressions in 1.5.0 and 1.6.0
    Fixes:
    Remove RCTAssertParam from REANodesManager.m (#568) @osdnk
    Remove useless exports of the main clock (#565) @osdnk
    Fallback to the old mechanism of setting value if the value is a node or string (#566) @osdnk
    Bump reanimated in an Example @osdnk
    Remove cycle of requires in AnimatedParam (#562) @osdnk
    fix for crashing on Android [Problem with setValue when a node is not @alimek
    [web] Fix parity issue between native addChild and JS addChild (#553) @EvanBacon

    Features:
    Unify sanitizing nodes for platform (#549) @EvanBaconx
    [web] Added support for callID (#547) @EvanBacon

    Thank you! โค๏ธ

  • 1.6.0 - 2020-01-15

    Small release fixing native bug on Android

    74beaa3

  • 1.5.0 - 2020-01-14

    Release with bunch or improvement and bugfixes. It's a minor release because it contains some native changes. Actually, none of these are breaking.

    Features:
    Add displayName to createAnimatedComponent (#543) @lindesvard
    [web] Changed how values are updated with Animated.event to prevโ€ฆ (#536) @EvanBacon
    [web] Add missing animated param methods (#534) @EvanBacon
    [web] Add color support ๐ŸŽจ (#533) @EvanBacon
    Add setValue to InternalAnimatedValue (#532) @EvanBacon
    Add return values to Event function Proxy (#529) @jakub-gonet
    Feat: Provide basic mock (#522) @wcandillon
    Improvement for error messages (#505) @jakub-gonet
    Allow useCode 1st parameter to return undefined, null or an array (#455) @yairopro
    Use procs in derived nodes and animations (#468) @osdnk
    Rename links @osdnk
    Add docs website (#273) @osdnk
    Make clock ops workable inside procs (#518) @osdnk
    Make AnimatedCode sensible for props changing (#526) @osdnk
    Use in AnimatedValue.setValue react method instead of evaluateOnce.@Szymon20000
    Make interpolate consistent with react-native animated lib (#502) @Szymon20000
    Feat: Allow for automatic exports of functions (#503) @wcandillon

    Fixes:
    Remove unused vars @osdnk
    Remove clockTest invariant for procs @osdnk
    Fix procs handling by removing parentNode check (#541) @osdnk
    fix: clockStop not working #467 #182 (#490) @wilau2
    fix all transform errors in the example (#535) @EvanBacon
    Fix issue with some events not propagating correctly via Animated.event @kmagiera
    Fix: bug in cond() TS typing (#496) @wcandillon
    Fix: Make proc() typesafe (#523) @wcandillon
    Fix TypeScript exports ๐Ÿท (#512) @wcandillon
    Fix: CI ๐Ÿ’š (#511) @wcandillon
    Fix: CI ๐Ÿ’š (#509) @wcandillon
    [Android] Fix EQ and NEQ operators. (#498) @Szymon20000
    Fix tests' config (#504) @Szymon20000
    Replace ListView with FlatList (#492) @jakub-gonet
    fixed children disappearing on transition.change (#483) @CameronStuartSmith
    Fix width and height example crashing on android (#485) @jakub-gonet
    Fix typo in proc docs page (#484) @jakub-gonet
    ๐Ÿ’„Fix typing of set() function (#471) @wcandillon
    Fix Android Gradle setup (#463) @friederbluemle
    Fixes transitioning API delay when delayMs is not set (#335) @tomasgcs

    Docs:
    docs: add how to interpolate strings (#494) @brunohkbx
    add Pod install instruction in Getting Started page (#520) @AudyOdi
    Update docs for running examples on iOS (#482) @brobertsUPS
    Fix reference to GH in docs @osdnk
    Fix docs website @osdnk
    Improve docs (#486) @jakub-gonet

    Thanks a ton for all the contributions. You rock! ๐Ÿค—

  • 1.4.0 - 2019-10-31

    Minor release, because of native changes related to fixing the evaluation logic:

    Features ๐ŸŽ‰:

    1. Add tvos podspec support (#440) @keshavkaul
    2. Allow to pass a callback as parameter of useCode() (#408) @wcandillon

    Fixes ๐Ÿ›:

    1. Refine debug() typing (#434) @wcandillon
    2. Fix node dirty marking when new connection between nodes is made (#450) @kmagiera
    3. fix: mock.js NOOP to allow for "new" constructor call (#439) @ajsmth

    Docs ๐Ÿ“–:

    1. Add Jest doc to the README @PierreCapo

    Many thanks!

from react-native-reanimated GitHub release notes
Commit messages
Package name: react-native-reanimated
  • e104a4b Bump version to 1.8.0 (#715)
  • 1332633 Add npm login before release-it (#714)
  • 47a6c24 Update createEventObjectProxyPolyfill.js (#687)
  • 63b5a1e fix(TypeScript): Fix return type for block() (#712)
  • 6710cbd Bump examples to 0.62 (#709)
  • 215946d Fixed incorrect transform style prop typings (#707)
  • 8a33e0e Hide leading zeroes on int number in concatNode (#698)
  • d9cc2ec Fix greaterThan and lessThan operators platform differences (#688)
  • 3499031 Use component type in createAnimatedComponent (#696)
  • 6f7baa5 New software mansion logo in README and docs (#689)
  • e52f0c0 Hide Nullable from global scope (#685)
  • e8dc130 Bump extend from 3.0.1 to 3.0.2 (#671)
  • e677b12 Set __isProxy after traversing children in createEventObjectProxโ€ฆ (#682)
  • 960147d Bump version -> 1.7.1
  • 33c8a45 Add missing fbjs dependency (#679)
  • 9ec3e9d Bump morgan from 1.9.0 to 1.9.1 (#669)
  • 6bb53fe Bump mixin-deep from 1.3.1 to 1.3.2 (#667)
  • 6977d48 Bump acorn from 6.1.0 to 6.4.1 in /docs (#656)
  • b9ee9ac Bump lodash from 4.17.10 to 4.17.15 (#663)
  • 5bad914 Bump acorn from 5.7.1 to 5.7.4 in /Example (#652)
  • 2c54159 Bump acorn from 5.7.1 to 5.7.4 (#653)
  • 3eb95a4 Add release-it (#625)
  • 772f80c Fix Transitioning.View in mock.js (#660)
  • 383d2b5 fix mock: support math functions with arity greater than 1 (#640)
Compare

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