MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
648 stars 58 forks source link

[Snyk] Upgrade react-native from 0.64.2 to 0.65.0 #70

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade react-native from 0.64.2 to 0.65.0.

merge advice :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.


The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Improper Input Validation
SNYK-JS-XMLDOM-1534562
325/1000
Why? CVSS 6.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHPARSE-1077067
325/1000
Why? CVSS 6.5
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: react-native
  • 0.65.0 - 2021-08-17

    0.65 stable is here 🎉

    Thanks to everyone who contributed (over 1100 commits from 61 contributors!) and helped to get this together, we worked really hard and we hope you are as excited as we are 🤗

    Some of the most important highlights of this version:

    • Hermes 0.8.1. Please see the highlighted changes from its 0.8.0 and 0.8.1 release notes.
    • react-native-codegen version 0.0.7 is now needed as a devDependency in the package.json.
    • JCenter has been sunsetted and read-only now. We have removed JCenter as a maven repository and updated dependencies to use MavenCentral and Jitpack.
    • Upgraded OkHttp from v3 to v4.9.1. See Upgrading to OkHttp 4 for more details on changes.
    • Upgraded to Flipper 0.93 to support Xcode 12.5. See Flipper changelog here.
    • Android Gradle Plugin 7 support.

    Among many others - please refer to the blog post for more details.


    You can participate in the conversation on the status of this release at this issue.


    You can upgrade to this version using the upgrade helper webtool ⚛️


    You can find the whole changelog history over at react-native-releases.

  • 0.65.0-rc.4 - 2021-08-11

    ⚠️ THIS IS A RELEASE CANDIDATE: this means it's not stable yet, so proceed with care.

    Please only upgrade or create new apps with 0.65.0-rc.4 if you'd like to help us test this before the stable release - which would be super useful 🤗

    To test it, run:

    npx react-native init RN065RC4 --version 0.65.0-rc.4

    We're working on the changelog and you can read the draft here.


    You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    You can find the whole changelog history over at react-native-releases.

  • 0.65.0-rc.3 - 2021-07-23

    ⚠️ THIS IS A RELEASE CANDIDATE: this means it's not stable yet, so proceed with care.

    Please only upgrade or create new apps with 0.65.0-rc.3 if you'd like to help us test this before the stable release - which would be super useful 🤗

    To test it, run:

    npx react-native init RN065RC3 --version 0.65.0-rc.3

    We're working on the changelog and you can read the draft here.


    You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    You can find the whole changelog history over at react-native-releases.

  • 0.65.0-rc.2 - 2021-06-18

    ⚠️ THIS IS A RELEASE CANDIDATE: this means it's not stable yet, so proceed with care.

    Please only upgrade or create new apps with 0.65.0-rc.2 if you'd like to help us test this before the stable release - which would be super useful 🤗

    To test it, run:

    npx react-native init RN065RC2 --version 0.65.0-rc.2

    We're working on the changelog and you can read the draft here.

    Known Issues

    • iOS: Some reports of Folly dual symbols preventing ios from building successfully.

    You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    You can find the whole changelog history over at react-native-releases.

  • 0.65.0-rc.1 - 2021-06-17

    ⚠️ THIS IS A RELEASE CANDIDATE: this means it's not stable yet, so proceed with care.

    Please only upgrade or create new apps with 0.65.0-rc.1 if you'd like to help us test this before the stable release - which would be super useful 🤗

    To test it, run:

    npx react-native init RN065 --version 0.65.0-rc.1

    We're working on the changelog and you can read the draft here.

    Known Issues

    • Android: Highly likely to crash on startup; investigation is on-going.

    You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    You can find the whole changelog history over at react-native-releases.

  • 0.65.0-rc.0 - 2021-06-09

    ⚠️ THIS IS A RELEASE CANDIDATE: this means it's not stable yet, so proceed with care.

    Please only upgrade or create new apps with 0.65.0-rc.0 if you'd like to help us test this before the stable release - which would be super useful 🤗

    To test it, run:

    npx react-native init RN065 --version 0.65.0-rc.0

    We're working on the changelog and you can read the draft here.

    Known Issues

    • Android: Highly likely to crash on startup with missing libfbjni.so (and possibly other .so files); investigation is on-going.
    • iOS: Issue on M1 with nvm; fix is ready and will be picked in the next RC.

    You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    You can find the whole changelog history over at react-native-releases.

  • 0.64.2 - 2021-06-03
from react-native GitHub release notes
Commit messages
Package name: react-native
  • 7473ce1 [0.65.0] Bump version numbers
  • 5f0b805 [0.65.0-rc.4] Bump version numbers
  • 83d9b9b [LOCAL] yarn lock update
  • e775957 Revert "fix: Move react-native-codegen to be a direct dependency of react-native (fix for 0.65-stable)"
  • 5f7deb5 [LOCAL] reintroduce generated codegen files
  • c0df3e0 [LOCAL] autogenerated files
  • 54fbe0d - Bump CLI to ^6.0.0 (#31971)
  • 5efad92 Codegen: Always prepare filesystem
  • dfd324e Extend codegen script to take library name, output dir arguments
  • 1b7f95b Reorganize codegen script for clarity
  • 041365e fix: codegen - project paths with spaces (#31141)
  • 98e1734 fix: Move react-native-codegen to be a direct dependency of react-native (fix for 0.65-stable)
  • e8d725a [0.65.0-rc.3] Bump version numbers
  • e40f582 fix(deps): bump metro to 0.66.2 + dedup (#31886)
  • e53745e Bump Flipper + Bump hermes (#31872)
  • 4476fbc Allow PlatformColor to work with RCTView border colors (#29728)
  • 49253dc Fix support for blobs larger than 64 KB on Android (#31789)
  • 626d25c Android: upgrading to OkHttp from 4.9.0 to 4.9.1 to fix java.lang.NullPointerException: bio == null crash (#31822)
  • db7aa7b [0.65.0-rc.2] Bump version numbers
  • 121a6a4 Fix Android build sequencing
  • ba4424f Revert "Revert "bump buildToolsVersion to 30.0.2 (#31627)""
  • be9a669 Revert "Revert "Gradle 6.9, Android Gradle Plugin 4.2.1 (#31593)""
  • 0e08b25 [0.65.0-rc.1] Bump version numbers
  • ca5b943 [LOCAL] lock files update for 065 branch
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