Skip to content

Commit ad1f336

Browse files
authored
Merge pull request Expensify#88734 from callstack-internal/feature/structural-sharing-cache-pr-5
Bump Onyx to 3.0.73
2 parents 80f2d6a + 048f782 commit ad1f336

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"react-native-localize": "^3.5.4",
180180
"react-native-nitro-modules": "0.35.0",
181181
"react-native-nitro-sqlite": "9.6.0",
182-
"react-native-onyx": "3.0.71",
182+
"react-native-onyx": "3.0.73",
183183
"react-native-pager-view": "8.0.0",
184184
"react-native-pdf": "7.0.2",
185185
"react-native-permissions": "^5.4.0",

patches/react-native-onyx/details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `react-native-onyx` patches
22

3-
### [react-native-onyx+3.0.71.patch](react-native-onyx+3.0.71.patch)
3+
### [react-native-onyx+3.0.73.patch](react-native-onyx+3.0.73.patch)
44

55
- Reason:
66

patches/react-native-onyx/react-native-onyx+3.0.71.patch renamed to patches/react-native-onyx/react-native-onyx+3.0.73.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/node_modules/react-native-onyx/dist/OnyxUtils.js b/node_modules/react-native-onyx/dist/OnyxUtils.js
2-
index de56f94..495d378 100644
2+
index 87d163f..1971cd2 100644
33
--- a/node_modules/react-native-onyx/dist/OnyxUtils.js
44
+++ b/node_modules/react-native-onyx/dist/OnyxUtils.js
5-
@@ -868,24 +868,6 @@ function subscribeToKey(connectOptions) {
5+
@@ -886,24 +886,6 @@ function subscribeToKey(connectOptions) {
66
const subscriptionID = lastSubscriptionID++;
77
callbackToStateMapping[subscriptionID] = mapping;
88
callbackToStateMapping[subscriptionID].subscriptionID = subscriptionID;
@@ -27,7 +27,7 @@ index de56f94..495d378 100644
2727
// When keyChanged is called, a key is passed and the method looks through all the Subscribers in callbackToStateMapping for the matching key to get the subscriptionID
2828
// to avoid having to loop through all the Subscribers all the time (even when just one connection belongs to one key),
2929
// We create a mapping from key to lists of subscriptionIDs to access the specific list of subscriptionIDs.
30-
@@ -1394,12 +1376,6 @@ function logKeyChanged(onyxMethod, key, value, hasChanged) {
30+
@@ -1440,12 +1422,6 @@ function logKeyChanged(onyxMethod, key, value, hasChanged) {
3131
function logKeyRemoved(onyxMethod, key) {
3232
Logger.logInfo(`${onyxMethod} called for key: ${key} => null passed, so key was removed`);
3333
}
@@ -40,7 +40,7 @@ index de56f94..495d378 100644
4040
/**
4141
* Clear internal variables used in this file, useful in test environments.
4242
*/
43-
@@ -1458,6 +1434,5 @@ const OnyxUtils = {
43+
@@ -1504,6 +1480,5 @@ const OnyxUtils = {
4444
setWithRetry,
4545
multiSetWithRetry,
4646
setCollectionWithRetry,

0 commit comments

Comments
 (0)