From 45e93fd84c4bb56e01532eeed6c8be96610f9e1a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 3 Dec 2024 01:37:04 +0000
Subject: [PATCH] chore(deps): update dependency react-native-adjust to v5
(#6002)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-native-adjust](https://redirect.github.com/adjust/react_native_sdk)
| [`^4.38.1` ->
`^5.0.2`](https://renovatebot.com/diffs/npm/react-native-adjust/4.38.1/5.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-adjust/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-adjust/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-adjust/4.38.1/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-adjust/4.38.1/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
adjust/react_native_sdk (react-native-adjust)
###
[`v5.0.2`](https://redirect.github.com/adjust/react_native_sdk/blob/HEAD/CHANGELOG.md#Version-502-23rd-September-2024)
[Compare
Source](https://redirect.github.com/adjust/react_native_sdk/compare/v5.0.1...v5.0.2)
##### Fixed
- Fixed `Adjust.modulemap not found` error in certain CocoaPods
integration cases.
- Fixed occasional ANRs while reading install referrer from Shared
Preferences during the SDK initialization.
##### Native SDKs
- \[iOS@v5.0.1]\[ios_sdk_v5.0.1]
- \[Android@v5.0.1]\[android_sdk_v5.0.1]
***
###
[`v5.0.1`](https://redirect.github.com/adjust/react_native_sdk/blob/HEAD/CHANGELOG.md#Version-501-10th-September-2024)
[Compare
Source](https://redirect.github.com/adjust/react_native_sdk/compare/v5.0.0...v5.0.1)
##### Fixed
- Added missing `AdjustDeeplink` class export to `index.d.ts`
([https://github.com/adjust/react_native_sdk/pull/246](https://redirect.github.com/adjust/react_native_sdk/pull/246)).
- Renamed `AdjustDeeplink` interface to `AdjustDeferredDeeplink` to
avoid naming collision with as of now the class named `AdjustDeeplink`.
##### Native SDKs
- \[iOS@v5.0.0]\[ios_sdk_v5.0.0]
- \[Android@v5.0.0]\[android_sdk_v5.0.0]
***
###
[`v5.0.0`](https://redirect.github.com/adjust/react_native_sdk/blob/HEAD/CHANGELOG.md#Version-500-6th-September-2024)
[Compare
Source](https://redirect.github.com/adjust/react_native_sdk/compare/v4.38.1...v5.0.0)
We're excited to release our major new SDK version (v5). Among many
internal improvements, our spoofing protection solution is now included
out of the box, reinforcing our commitment to accurate, actionable, and
fraud-free data.
To try out SDK v5 in your app, you can follow our new v4 to v5
[migration
guide](https://dev.adjust.com/en/sdk/react-native/migration/v4-to-v5).
If you are a current Adjust client and have questions about SDK v5,
please email .
In case you were using beta version of the SDK v5, please switch to the
official v5 release.
##### Native SDKs
- \[iOS@v5.0.0]\[ios_sdk_v5.0.0]
- \[Android@v5.0.0]\[android_sdk_v5.0.0]
***
---
### 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 is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/valora-inc/wallet).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tom McGuire
Co-authored-by: Satish Ravi
---
ios/MobileStack.xcodeproj/project.pbxproj | 2 ++
ios/Podfile.lock | 18 +++++++++++-------
package.json | 2 +-
yarn.lock | 8 ++++----
4 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/ios/MobileStack.xcodeproj/project.pbxproj b/ios/MobileStack.xcodeproj/project.pbxproj
index b9ea0f0d109..5fc9e898ed3 100644
--- a/ios/MobileStack.xcodeproj/project.pbxproj
+++ b/ios/MobileStack.xcodeproj/project.pbxproj
@@ -451,6 +451,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-MobileStack/Pods-MobileStack-frameworks.sh",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/AdjustSignature/AdjustSigSdk.framework/AdjustSigSdk",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/PersonaInquirySDK2/Persona2.framework/Persona2",
@@ -458,6 +459,7 @@
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AdjustSigSdk.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Persona2.framework",
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index dbb7db6de48..ccc189b12a0 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -4,9 +4,11 @@ PODS:
- JWTDecode (= 3.1.0)
- React-Core
- SimpleKeychain (= 1.1.0)
- - Adjust (4.38.2):
- - Adjust/Core (= 4.38.2)
- - Adjust/Core (4.38.2)
+ - Adjust (5.0.1):
+ - Adjust/Adjust (= 5.0.1)
+ - Adjust/Adjust (5.0.1):
+ - AdjustSignature (~> 3.18)
+ - AdjustSignature (3.20.2)
- Auth0 (2.7.2):
- JWTDecode (~> 3.1)
- SimpleKeychain (~> 1.1)
@@ -561,8 +563,8 @@ PODS:
- React-jsinspector (0.72.15)
- React-logger (0.72.15):
- glog
- - react-native-adjust (4.38.1):
- - Adjust (= 4.38.2)
+ - react-native-adjust (5.0.2):
+ - Adjust (= 5.0.1)
- React-Core
- react-native-camera (4.2.1):
- React-Core
@@ -963,6 +965,7 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- Adjust
+ - AdjustSignature
- Auth0
- CleverTap-iOS-SDK
- CocoaAsyncSocket
@@ -1197,7 +1200,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
A0Auth0: 47cb14c87d549b95b92242675ff2198ccd9dcbc5
- Adjust: 5a0f813fe079212bed61404d1f635cc330068b4a
+ Adjust: f27daaa40d0df5550b89dd428cd8545d812e1f6d
+ AdjustSignature: f42d8c64cda8361ff5b5a31e4536d82076be4306
Auth0: 28cb24cb19ebd51f0b07751f16d83b59f4019532
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
@@ -1263,7 +1267,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: d3eef5ddc78eeb9f0d02bed657a7f41d4910b966
React-jsinspector: b86a8abae760c28d69366bbc1d991561e51341ed
React-logger: ed7c9e01e58529065e7da6bf8318baf15024283e
- react-native-adjust: 83114d391a4a7a438e2c4d8e8137bc7810e7076f
+ react-native-adjust: 6a73063a62fb0f21dd2220f15b315c1e323268b0
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
react-native-compat: 24dedfbd7faba258560048606bc0fe9e73f7d2a3
react-native-config: 8f7283449bbb048902f4e764affbbf24504454af
diff --git a/package.json b/package.json
index f0bc2a93bfd..b33a27ba6c7 100644
--- a/package.json
+++ b/package.json
@@ -136,7 +136,7 @@
"react-async-hook": "^4.0.0",
"react-i18next": "^15.0.3",
"react-native": "0.72.15",
- "react-native-adjust": "^4.38.1",
+ "react-native-adjust": "^5.0.2",
"react-native-android-open-settings": "^1.3.0",
"react-native-auth0": "^3.2.1",
"react-native-camera": "^4.2.1",
diff --git a/yarn.lock b/yarn.lock
index 296072087c1..e80da891a51 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -12510,10 +12510,10 @@ react-is@^18.0.0, react-is@^18.2.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
-react-native-adjust@^4.38.1:
- version "4.38.1"
- resolved "https://registry.yarnpkg.com/react-native-adjust/-/react-native-adjust-4.38.1.tgz#93ae5959a624715b5b3d0c48faf8b6c66b75575d"
- integrity sha512-+FZU0DMPJ9GUcZZNHuhqd2OVQGmfDA+x/HeehFFjshGN+IdJ2hWGaLuMi2uAB2LScLQiBo4GKNLf3NyXb3La3A==
+react-native-adjust@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/react-native-adjust/-/react-native-adjust-5.0.2.tgz#3739518b7ee3c212de63ef12195c50c313a0cc80"
+ integrity sha512-X1kx1/9DIMxxfUHiHbjm/W238OiYs5KrbJujhoXde8TU4mDVaCZCKpJ8BFJWOHIdiB/vbHrOtwDMN6KlyxZang==
react-native-android-open-settings@^1.3.0:
version "1.3.0"