Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency clevertap-react-native to ^2.2.0 (#5218)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [clevertap-react-native](https://togithub.com/CleverTap/clevertap-react-native) | [`^2.1.0` -> `^2.2.0`](https://renovatebot.com/diffs/npm/clevertap-react-native/2.1.0/2.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/clevertap-react-native/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/clevertap-react-native/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/clevertap-react-native/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/clevertap-react-native/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>CleverTap/clevertap-react-native (clevertap-react-native)</summary> ### [`v2.2.0`](https://togithub.com/CleverTap/clevertap-react-native/blob/HEAD/CHANGELOG.md#Version-220--5-April-2024-) [Compare Source](https://togithub.com/CleverTap/clevertap-react-native/compare/2.1.0...2.2.0) **What's new** - **\[Android Platform]** - Supports [CleverTap Android SDK v6.2.0](https://togithub.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTCORECHANGELOG.md#version-620-april-3-2024). - **\[iOS Platform]** - Supports [CleverTap iOS SDK v6.2.0](https://togithub.com/CleverTap/clevertap-ios-sdk/releases/tag/6.2.0). - Updates privacy manifests. **API Changes** - Removes all Xiaomi related public methods as the Xiaomi SDK has been discontinued. Details [here](https://developer.clevertap.com/docs/discontinuation-of-xiaomi-push-service). - Changes the function definition of `setPushToken` to `setPushToken: function (token, type)` i.e it no more accepts `region` as a parameter. **Bug Fixes** - **\[Android Platform]** - Extends the push primer callback to notify permission denial when cancel button is clicked on `PromptForSettings` alert dialog. - Fixes a crash due to `NullPointerException` related to `deviceInfo.deviceId`. - Fixes an ANR related to `isMainProcess` check. - Fixes an ANR due to eager initialisation of `CtApi` triggered by DeviceId generation. - Fixes an android build issue related to `package name not found` for apps with `ReactNative` version *0.70 or lower*. - **\[iOS Platform]** - Fixes a bug where client side in-apps were not discarded when rendering status is set to "discard". </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->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://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Satish Ravi <satish.ravi@valoraapp.com>
- Loading branch information