From 6e26348da44f22a145879b2ecb5a49edbe71410a Mon Sep 17 00:00:00 2001 From: eliran goshen Date: Thu, 6 Aug 2026 10:18:31 +0200 Subject: [PATCH 1/2] [TESTING ONLY] Pin react-native-onyx to disk-pressure classification (Onyx PR #816) Pins react-native-onyx to callstack-internal/react-native-onyx@d7abb2c7 (branch eliran/87869-classify-disk-pressure) so E/App CI runs against Onyx PR #816's SQLite disk-pressure error classification. Co-Authored-By: Claude Fable 5 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aafe942f7a0c..b6df5cfa2904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.92", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#d7abb2c7b77009990fa7ed62a7b8a609788a8261", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -36071,9 +36071,9 @@ } }, "node_modules/react-native-onyx": { - "version": "3.0.92", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.92.tgz", - "integrity": "sha512-DEbqL7Pu9b6U2plmW0RN9d9R58L70OlXo/LEYXaxOkIfBM+C3ZHbv17rr1nwDPPKBQMM8NyAEJypmnD3+atjAg==", + "version": "3.0.94", + "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#d7abb2c7b77009990fa7ed62a7b8a609788a8261", + "integrity": "sha512-KyJ+UwsLwtf1HbW1skVX7BKF4bhiO/qkBUEAqhhQVukU7YR3Tkq4WlStmc0PhFyRWtgH531bJlVL/rlfcbHrWQ==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index f25807c6a1ce..da507875c7da 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.92", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#d7abb2c7b77009990fa7ed62a7b8a609788a8261", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", From b8608dad13cb915758239e2aa5200f112e7d1b17 Mon Sep 17 00:00:00 2001 From: eliran goshen Date: Thu, 6 Aug 2026 11:54:46 +0200 Subject: [PATCH 2/2] Bump onyx pin to c78c578 (PRAGMA-resilient free-disk snapshot) Co-Authored-By: Claude Fable 5 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6df5cfa2904..0b490f36f42e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#d7abb2c7b77009990fa7ed62a7b8a609788a8261", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#c78c5786743e1a198908a2921a3fc49effd525b5", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -36072,8 +36072,8 @@ }, "node_modules/react-native-onyx": { "version": "3.0.94", - "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#d7abb2c7b77009990fa7ed62a7b8a609788a8261", - "integrity": "sha512-KyJ+UwsLwtf1HbW1skVX7BKF4bhiO/qkBUEAqhhQVukU7YR3Tkq4WlStmc0PhFyRWtgH531bJlVL/rlfcbHrWQ==", + "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#c78c5786743e1a198908a2921a3fc49effd525b5", + "integrity": "sha512-7FoxOKuRBCENfKWUHGs1bCdXmNfdCOcyFPKIEHXYxGX0zsyrTH4BAaHUW3vsLmlXJuzD193ggY0+GDfZ3rm3fw==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index da507875c7da..e146bef95054 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#d7abb2c7b77009990fa7ed62a7b8a609788a8261", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#c78c5786743e1a198908a2921a3fc49effd525b5", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",