uiwjs / react-native-amap-geolocation

React Native 高德地图定位模块,支持 Android/iOS。
https://uiwjs.github.io/react-native-amap-geolocation/
MIT License
42 stars 5 forks source link

fix(deps): update dependency react-native to v0.64.1 [security] - autoclosed #22

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native (changelog) 0.63.0 -> 0.64.1 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2020-1920

A regular expression denial of service (ReDoS) vulnerability in the validateBaseUrl function can cause the application to use excessive resources, become unresponsive, or crash. This was introduced in react-native version 0.59.0 and fixed in version 0.64.1.


Release Notes

facebook/react-native ### [`v0.64.1`](https://togithub.com/facebook/react-native/releases/tag/v0.64.1) [Compare Source](https://togithub.com/facebook/react-native/compare/v0.64.0...v0.64.1) This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't help, please refer to [this issue](https://togithub.com/facebook/react-native/issues/31480). Aside from bumping your version from 0.64.0 to 0.64.1, please check your podfile.lock and make sure that Flipper is on 0.75 or higher, and Flipper-Folly is 2.5.3 or higher; if not, add this line to your podfile (or modify it if you already had it): use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1') After which, do all the classic necessary cleans (node_modules, caches, pod folders, etc)([react-native-clean-project](https://togithub.com/pmadruga/react-native-clean-project) is your ally) then do `yarn install` and a `pod install --repo-update` (if pod install fails on an error about a Flipper package, just remove the relevant lines from the podfile.lock and run the pod install again). The only other commit picked & released along the Xcode 12.5 fixes is: - Update validateBaseUrl to use latest regex ([commit](https://togithub.com/facebook/react-native/commit/ca09ae82715e33c9ac77b3fa55495cf84ba891c7)) which fixes CVE-2020-1920, GHSL-2020-293. *** You can participate in the conversation on the status of this release at [this issue](https://togithub.com/react-native-community/releases/issues/224). *** To help you upgrade to this version, you can use the [upgrade helper](https://react-native-community.github.io/upgrade-helper/) ⚛️ *** You can find the whole [changelog history](https://togithub.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`. ### [`v0.64.0`](https://togithub.com/facebook/react-native/releases/tag/v0.64.0) [Compare Source](https://togithub.com/facebook/react-native/compare/v0.63.5...v0.64.0) 0.64 stable is here 🎉 Thanks to everyone who contributed and helped to get this together, everyone worked really hard and we hope you are as excited as we are 🤗 Some of the most important highlights of this version: - Hermes opt-in on iOS - Inline Requires enabled by default - React 17 Among many others - please refer to the [blog post](https://reactnative.dev/blog/2021/03/11/version-0.64) for more details. *** You can participate in the conversation on the status of this release at [this issue](https://togithub.com/react-native-community/releases/issues/221). *** You can upgrade to this version using the [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️ And if you are having trouble, please refer to the new [Upgrade Support](https://togithub.com/react-native-community/upgrade-support) repository by our awesome community. *** You can find the whole [changelog history](https://togithub.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`. ### [`v0.63.5`](https://togithub.com/facebook/react-native/releases/tag/v0.63.5): 0.63.5 [Compare Source](https://togithub.com/facebook/react-native/compare/v0.63.4...v0.63.5) 🚨 **IMPORTANT:** This is an exceptional release on an unsupported version. We recommend you upgrade to one of [the supported versions, listed here](https://togithub.com/reactwg/react-native-releases#which-versions-are-currently-supported). ##### Hotfix This version is a patch release addressing the [Android build issue](https://togithub.com/facebook/react-native/issues/35210) that has been ongoing since Nov 4th 2022. If you are on 0.63.x, update to this version to fix it. If you are on an older version of React Native, refer to [this issue](https://togithub.com/facebook/react-native/issues/35210) for details and the workaround you can apply in your project. ### [`v0.63.4`](https://togithub.com/facebook/react-native/releases/tag/v0.63.4) [Compare Source](https://togithub.com/facebook/react-native/compare/v0.63.3...v0.63.4) This release fixes a series of issues reported by the community over the last few months: you can find the full [changelog here](https://togithub.com/react-native-community/releases/blob/master/CHANGELOG.md#v0634). You can participate in the conversation for the next patch release in the dedicated [issue](https://togithub.com/react-native-community/releases/issues/218). *** To help you upgrade to this version, you can use the new [upgrade helper](https://react-native-community.github.io/upgrade-helper/) ⚛️ *** You can find the whole [changelog history](https://togithub.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`. ### [`v0.63.3`](https://togithub.com/facebook/react-native/releases/tag/v0.63.3) [Compare Source](https://togithub.com/facebook/react-native/compare/v0.63.2...v0.63.3) This release fixes a series of issues reported by the community over the last few months: you can find the full [changelog here](https://togithub.com/react-native-community/releases/blob/master/CHANGELOG.md#v0633). While in this patch release there's already a commit towards focusing compatibility with Xcode 12, if you are having troubles please refer to this issue [https://github.com/facebook/react-native/issues/29984](https://togithub.com/facebook/react-native/issues/29984) and the workaround described there. You can participate in the conversation for the next patch release in the dedicated [issue](https://togithub.com/react-native-community/releases/issues/212). *** To help you upgrade to this version, you can use the new [upgrade helper](https://react-native-community.github.io/upgrade-helper/) ⚛️ *** You can find the whole [changelog history](https://togithub.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`. ### [`v0.63.2`](https://togithub.com/facebook/react-native/releases/tag/v0.63.2) [Compare Source](https://togithub.com/facebook/react-native/compare/v0.63.1...v0.63.2) This release fixes a few minor issues that were reported by the community. While we're working on changelog, you can view the list of commits [here](https://togithub.com/facebook/react-native/commits/0.63-stable). You can participate in the conversation for the next patch release in the dedicated [issue](https://togithub.com/react-native-community/releases/issues/203). *** To help you upgrade to this version, you can use the new [upgrade helper](https://react-native-community.github.io/upgrade-helper/) ⚛️ *** You can find the whole [changelog history](https://togithub.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`. ### [`v0.63.1`](https://togithub.com/facebook/react-native/releases/tag/v0.63.1) [Compare Source](https://togithub.com/facebook/react-native/compare/v0.63.0...v0.63.1) This release fixes a few minor issues that were reported by the community. While we're working on changelog, you can view the list of commits [here](https://togithub.com/facebook/react-native/commits/0.63-stable). You can participate in the conversation for the next patch release in the dedicated [issue](https://togithub.com/react-native-community/releases/issues/200). *** To help you upgrade to this version, you can use the new [upgrade helper](https://react-native-community.github.io/upgrade-helper/) ⚛️ *** You can find the whole [changelog history](https://togithub.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`.

Configuration

📅 Schedule: Branch creation - "" (UTC), 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.