Skip to content

Commit d92bd16

Browse files
fix(apple): fixed setImmediate not being called on 0.75 (#2191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent 0570c7b commit d92bd16

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ PODS:
11221122
- React-logger (= 0.74.5)
11231123
- React-perflogger (= 0.74.5)
11241124
- React-utils (= 0.74.5)
1125-
- ReactNativeHost (0.4.11):
1125+
- ReactNativeHost (0.4.12):
11261126
- DoubleConversion
11271127
- glog
11281128
- RCT-Folly (= 2024.01.01.00)
@@ -1406,7 +1406,7 @@ SPEC CHECKSUMS:
14061406
React-runtimescheduler: 057a40b536cab47481d2a2b4f5e93d7eb0b285de
14071407
React-utils: b4b4a8bdd58632a9ec314071fbd4a642d984718e
14081408
ReactCommon: bfd464c8f774a0acb93cf2a45afa80b763431f1b
1409-
ReactNativeHost: 4983b4bfdef9f1a67f523b633909df57a9c1dae9
1409+
ReactNativeHost: 2bc85a4cc8f2e7e7fef5e551d4adb9c90757859f
14101410
ReactTestApp-DevSupport: c4abadbb90a8a9903400407e9857c2a2ef0343fb
14111411
ReactTestApp-Resources: 857244f3a23f2b3157b364fa06cf3e8866deff9c
14121412
RNWWebStorage: f822dc2988135739be7b45b10e6f226cfac49572

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ PODS:
11221122
- React-logger (= 0.74.1)
11231123
- React-perflogger (= 0.74.1)
11241124
- React-utils (= 0.74.1)
1125-
- ReactNativeHost (0.4.11):
1125+
- ReactNativeHost (0.4.12):
11261126
- DoubleConversion
11271127
- glog
11281128
- RCT-Folly (= 2024.01.01.00)
@@ -1405,7 +1405,7 @@ SPEC CHECKSUMS:
14051405
React-runtimescheduler: 42d2330d22146e1f633dc40a5080b86ced3f84da
14061406
React-utils: a3b9be04bc797fe0569a518a17b98bb9d2b9e2a4
14071407
ReactCommon: b052a593671a36dc3edf88e2dc1692bc32847237
1408-
ReactNativeHost: 4983b4bfdef9f1a67f523b633909df57a9c1dae9
1408+
ReactNativeHost: 2bc85a4cc8f2e7e7fef5e551d4adb9c90757859f
14091409
ReactTestApp-DevSupport: c4abadbb90a8a9903400407e9857c2a2ef0343fb
14101410
ReactTestApp-Resources: 9d83e280b173ba2ee053b8135730dff60f9ab674
14111411
RNWWebStorage: f822dc2988135739be7b45b10e6f226cfac49572

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-community/cli": "^13.6.0",
3333
"@react-native/babel-preset": "^0.74.0",
3434
"@react-native/metro-config": "^0.74.0",
35-
"@rnx-kit/metro-config": "^1.3.15",
35+
"@rnx-kit/metro-config": "^1.3.17",
3636
"@rnx-kit/polyfills": "^0.1.1",
3737
"@rnx-kit/tsconfig": "^1.0.0",
3838
"@types/react": "~18.3.0",

example/visionos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ PODS:
11761176
- React-logger (= 0.74.4)
11771177
- React-perflogger (= 0.74.4)
11781178
- React-utils (= 0.74.4)
1179-
- ReactNativeHost (0.4.11):
1179+
- ReactNativeHost (0.4.12):
11801180
- DoubleConversion
11811181
- glog
11821182
- RCT-Folly (= 2024.01.01.00)
@@ -1471,7 +1471,7 @@ SPEC CHECKSUMS:
14711471
React-runtimescheduler: 4f78a527f076ddaae611c989260b292deb94530f
14721472
React-utils: 1b3b51d9be664e55decfb13b1f2f94afd91bf938
14731473
ReactCommon: 236c4cd730ecb48e1c93176e68405830e916ca8d
1474-
ReactNativeHost: 4983b4bfdef9f1a67f523b633909df57a9c1dae9
1474+
ReactNativeHost: 2bc85a4cc8f2e7e7fef5e551d4adb9c90757859f
14751475
ReactTestApp-DevSupport: c4abadbb90a8a9903400407e9857c2a2ef0343fb
14761476
ReactTestApp-Resources: 2ad57492ef72ab9b2c6f6e89ea198cc1999ca20b
14771477
RNWWebStorage: f822dc2988135739be7b45b10e6f226cfac49572

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
9393
},
9494
"dependencies": {
95-
"@rnx-kit/react-native-host": "^0.4.11",
95+
"@rnx-kit/react-native-host": "^0.4.12",
9696
"ajv": "^8.0.0",
9797
"cliui": "^8.0.0",
9898
"fast-xml-parser": "^4.0.0",

scripts/configure.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export function updatePackageManifest(
580580

581581
const { name: rntaName, version: rntaVersion } = readManifest();
582582
manifest["devDependencies"] = mergeObjects(manifest["devDependencies"], {
583-
"@rnx-kit/metro-config": "^1.3.15",
583+
"@rnx-kit/metro-config": "^1.3.17",
584584
[rntaName]: `^${rntaVersion}`,
585585
});
586586

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3532,12 +3532,12 @@ __metadata:
35323532
languageName: node
35333533
linkType: hard
35343534

3535-
"@rnx-kit/metro-config@npm:^1.3.15":
3536-
version: 1.3.16
3537-
resolution: "@rnx-kit/metro-config@npm:1.3.16"
3535+
"@rnx-kit/metro-config@npm:^1.3.17":
3536+
version: 1.3.17
3537+
resolution: "@rnx-kit/metro-config@npm:1.3.17"
35383538
dependencies:
35393539
"@rnx-kit/tools-node": "npm:^2.0.0"
3540-
"@rnx-kit/tools-react-native": "npm:^1.4.0"
3540+
"@rnx-kit/tools-react-native": "npm:^1.4.1"
35413541
"@rnx-kit/tools-workspaces": "npm:^0.1.3"
35423542
peerDependencies:
35433543
"@react-native/metro-config": "*"
@@ -3546,7 +3546,7 @@ __metadata:
35463546
peerDependenciesMeta:
35473547
"@react-native/metro-config":
35483548
optional: true
3549-
checksum: 10c0/c1335ae57776be58e3d42cceb3a1a8c3a0b731249457a44eaedf75759d2d8a2a50c57471afc49133dcd9be9e1006206b68534d6e06c4560c33c66b5f4a93972b
3549+
checksum: 10c0/0b11bbbe57f13cbe320bc7e2be4c5ad5fb332eb7d2086a0caa977a9e694a17fc3b29085192861d540cbeed4a37299e6de4fed05d550153eff18b54375b68c622
35503550
languageName: node
35513551
linkType: hard
35523552

@@ -3568,12 +3568,12 @@ __metadata:
35683568
languageName: node
35693569
linkType: hard
35703570

3571-
"@rnx-kit/react-native-host@npm:^0.4.11":
3572-
version: 0.4.11
3573-
resolution: "@rnx-kit/react-native-host@npm:0.4.11"
3571+
"@rnx-kit/react-native-host@npm:^0.4.12":
3572+
version: 0.4.12
3573+
resolution: "@rnx-kit/react-native-host@npm:0.4.12"
35743574
peerDependencies:
35753575
react-native: ">=0.66"
3576-
checksum: 10c0/a5aef6f0e8efc69cc7b01315ad36bb9707182282fa70d74ac2ac4e33f1d61716cb1e396e48528081528f9798c434f797764fc3d46afbe16e53b59771a14cabaa
3576+
checksum: 10c0/ce9ff3e4568c36f489ce94c8ba4dc21d9ea68df0f872286be62d9f16e2324b792c77006f1258e7000bd8f1fad264ff7d76cd306115c3b7046f36fa5679159199
35773577
languageName: node
35783578
linkType: hard
35793579

@@ -3584,12 +3584,12 @@ __metadata:
35843584
languageName: node
35853585
linkType: hard
35863586

3587-
"@rnx-kit/tools-react-native@npm:^1.4.0":
3588-
version: 1.4.0
3589-
resolution: "@rnx-kit/tools-react-native@npm:1.4.0"
3587+
"@rnx-kit/tools-react-native@npm:^1.4.1":
3588+
version: 1.4.1
3589+
resolution: "@rnx-kit/tools-react-native@npm:1.4.1"
35903590
dependencies:
35913591
"@rnx-kit/tools-node": "npm:^2.0.1"
3592-
checksum: 10c0/3c85e0d4fc55c30d425b57f3c5aca66c5a6406ff5ee961aa198af665d7e88f56e47dbe2bd0500e6ab2c13161b10037e52dccde5274d0cf04667d7aac44d9e420
3592+
checksum: 10c0/3a02e1c0c4733e22d362922b133f0530baa6483a58896906670afd8591698c5e935be2324e27e85dd086fc624226e63aaa6cd8808ccdafbf6b171fb31f81e9a0
35933593
languageName: node
35943594
linkType: hard
35953595

@@ -7612,7 +7612,7 @@ __metadata:
76127612
"@react-native-webapis/web-storage": "npm:^0.2.8"
76137613
"@react-native/babel-preset": "npm:^0.74.0"
76147614
"@react-native/metro-config": "npm:^0.74.0"
7615-
"@rnx-kit/metro-config": "npm:^1.3.15"
7615+
"@rnx-kit/metro-config": "npm:^1.3.17"
76167616
"@rnx-kit/polyfills": "npm:^0.1.1"
76177617
"@rnx-kit/tsconfig": "npm:^1.0.0"
76187618
"@types/react": "npm:~18.3.0"
@@ -12512,7 +12512,7 @@ __metadata:
1251212512
"@microsoft/eslint-plugin-sdl": "npm:^0.2.0"
1251312513
"@react-native-community/cli": "npm:^13.6.0"
1251412514
"@rnx-kit/eslint-plugin": "npm:^0.7.0"
12515-
"@rnx-kit/react-native-host": "npm:^0.4.11"
12515+
"@rnx-kit/react-native-host": "npm:^0.4.12"
1251612516
"@rnx-kit/tsconfig": "npm:^1.0.0"
1251712517
"@types/js-yaml": "npm:^4.0.5"
1251812518
"@types/mustache": "npm:^4.0.0"

0 commit comments

Comments
 (0)