Skip to content

Commit

Permalink
fix(apple): fixed setImmediate not being called on 0.75 (#2191)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tido64 committed Aug 20, 2024
1 parent 0570c7b commit d92bd16
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ PODS:
- React-logger (= 0.74.5)
- React-perflogger (= 0.74.5)
- React-utils (= 0.74.5)
- ReactNativeHost (0.4.11):
- ReactNativeHost (0.4.12):
- DoubleConversion
- glog
- RCT-Folly (= 2024.01.01.00)
Expand Down Expand Up @@ -1406,7 +1406,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: 057a40b536cab47481d2a2b4f5e93d7eb0b285de
React-utils: b4b4a8bdd58632a9ec314071fbd4a642d984718e
ReactCommon: bfd464c8f774a0acb93cf2a45afa80b763431f1b
ReactNativeHost: 4983b4bfdef9f1a67f523b633909df57a9c1dae9
ReactNativeHost: 2bc85a4cc8f2e7e7fef5e551d4adb9c90757859f
ReactTestApp-DevSupport: c4abadbb90a8a9903400407e9857c2a2ef0343fb
ReactTestApp-Resources: 857244f3a23f2b3157b364fa06cf3e8866deff9c
RNWWebStorage: f822dc2988135739be7b45b10e6f226cfac49572
Expand Down
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ PODS:
- React-logger (= 0.74.1)
- React-perflogger (= 0.74.1)
- React-utils (= 0.74.1)
- ReactNativeHost (0.4.11):
- ReactNativeHost (0.4.12):
- DoubleConversion
- glog
- RCT-Folly (= 2024.01.01.00)
Expand Down Expand Up @@ -1405,7 +1405,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: 42d2330d22146e1f633dc40a5080b86ced3f84da
React-utils: a3b9be04bc797fe0569a518a17b98bb9d2b9e2a4
ReactCommon: b052a593671a36dc3edf88e2dc1692bc32847237
ReactNativeHost: 4983b4bfdef9f1a67f523b633909df57a9c1dae9
ReactNativeHost: 2bc85a4cc8f2e7e7fef5e551d4adb9c90757859f
ReactTestApp-DevSupport: c4abadbb90a8a9903400407e9857c2a2ef0343fb
ReactTestApp-Resources: 9d83e280b173ba2ee053b8135730dff60f9ab674
RNWWebStorage: f822dc2988135739be7b45b10e6f226cfac49572
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@react-native-community/cli": "^13.6.0",
"@react-native/babel-preset": "^0.74.0",
"@react-native/metro-config": "^0.74.0",
"@rnx-kit/metro-config": "^1.3.15",
"@rnx-kit/metro-config": "^1.3.17",
"@rnx-kit/polyfills": "^0.1.1",
"@rnx-kit/tsconfig": "^1.0.0",
"@types/react": "~18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions example/visionos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ PODS:
- React-logger (= 0.74.4)
- React-perflogger (= 0.74.4)
- React-utils (= 0.74.4)
- ReactNativeHost (0.4.11):
- ReactNativeHost (0.4.12):
- DoubleConversion
- glog
- RCT-Folly (= 2024.01.01.00)
Expand Down Expand Up @@ -1471,7 +1471,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: 4f78a527f076ddaae611c989260b292deb94530f
React-utils: 1b3b51d9be664e55decfb13b1f2f94afd91bf938
ReactCommon: 236c4cd730ecb48e1c93176e68405830e916ca8d
ReactNativeHost: 4983b4bfdef9f1a67f523b633909df57a9c1dae9
ReactNativeHost: 2bc85a4cc8f2e7e7fef5e551d4adb9c90757859f
ReactTestApp-DevSupport: c4abadbb90a8a9903400407e9857c2a2ef0343fb
ReactTestApp-Resources: 2ad57492ef72ab9b2c6f6e89ea198cc1999ca20b
RNWWebStorage: f822dc2988135739be7b45b10e6f226cfac49572
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
},
"dependencies": {
"@rnx-kit/react-native-host": "^0.4.11",
"@rnx-kit/react-native-host": "^0.4.12",
"ajv": "^8.0.0",
"cliui": "^8.0.0",
"fast-xml-parser": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/configure.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ export function updatePackageManifest(

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

Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3532,12 +3532,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/metro-config@npm:^1.3.15":
version: 1.3.16
resolution: "@rnx-kit/metro-config@npm:1.3.16"
"@rnx-kit/metro-config@npm:^1.3.17":
version: 1.3.17
resolution: "@rnx-kit/metro-config@npm:1.3.17"
dependencies:
"@rnx-kit/tools-node": "npm:^2.0.0"
"@rnx-kit/tools-react-native": "npm:^1.4.0"
"@rnx-kit/tools-react-native": "npm:^1.4.1"
"@rnx-kit/tools-workspaces": "npm:^0.1.3"
peerDependencies:
"@react-native/metro-config": "*"
Expand All @@ -3546,7 +3546,7 @@ __metadata:
peerDependenciesMeta:
"@react-native/metro-config":
optional: true
checksum: 10c0/c1335ae57776be58e3d42cceb3a1a8c3a0b731249457a44eaedf75759d2d8a2a50c57471afc49133dcd9be9e1006206b68534d6e06c4560c33c66b5f4a93972b
checksum: 10c0/0b11bbbe57f13cbe320bc7e2be4c5ad5fb332eb7d2086a0caa977a9e694a17fc3b29085192861d540cbeed4a37299e6de4fed05d550153eff18b54375b68c622
languageName: node
linkType: hard

Expand All @@ -3568,12 +3568,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/react-native-host@npm:^0.4.11":
version: 0.4.11
resolution: "@rnx-kit/react-native-host@npm:0.4.11"
"@rnx-kit/react-native-host@npm:^0.4.12":
version: 0.4.12
resolution: "@rnx-kit/react-native-host@npm:0.4.12"
peerDependencies:
react-native: ">=0.66"
checksum: 10c0/a5aef6f0e8efc69cc7b01315ad36bb9707182282fa70d74ac2ac4e33f1d61716cb1e396e48528081528f9798c434f797764fc3d46afbe16e53b59771a14cabaa
checksum: 10c0/ce9ff3e4568c36f489ce94c8ba4dc21d9ea68df0f872286be62d9f16e2324b792c77006f1258e7000bd8f1fad264ff7d76cd306115c3b7046f36fa5679159199
languageName: node
linkType: hard

Expand All @@ -3584,12 +3584,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/tools-react-native@npm:^1.4.0":
version: 1.4.0
resolution: "@rnx-kit/tools-react-native@npm:1.4.0"
"@rnx-kit/tools-react-native@npm:^1.4.1":
version: 1.4.1
resolution: "@rnx-kit/tools-react-native@npm:1.4.1"
dependencies:
"@rnx-kit/tools-node": "npm:^2.0.1"
checksum: 10c0/3c85e0d4fc55c30d425b57f3c5aca66c5a6406ff5ee961aa198af665d7e88f56e47dbe2bd0500e6ab2c13161b10037e52dccde5274d0cf04667d7aac44d9e420
checksum: 10c0/3a02e1c0c4733e22d362922b133f0530baa6483a58896906670afd8591698c5e935be2324e27e85dd086fc624226e63aaa6cd8808ccdafbf6b171fb31f81e9a0
languageName: node
linkType: hard

Expand Down Expand Up @@ -7612,7 +7612,7 @@ __metadata:
"@react-native-webapis/web-storage": "npm:^0.2.8"
"@react-native/babel-preset": "npm:^0.74.0"
"@react-native/metro-config": "npm:^0.74.0"
"@rnx-kit/metro-config": "npm:^1.3.15"
"@rnx-kit/metro-config": "npm:^1.3.17"
"@rnx-kit/polyfills": "npm:^0.1.1"
"@rnx-kit/tsconfig": "npm:^1.0.0"
"@types/react": "npm:~18.3.0"
Expand Down Expand Up @@ -12512,7 +12512,7 @@ __metadata:
"@microsoft/eslint-plugin-sdl": "npm:^0.2.0"
"@react-native-community/cli": "npm:^13.6.0"
"@rnx-kit/eslint-plugin": "npm:^0.7.0"
"@rnx-kit/react-native-host": "npm:^0.4.11"
"@rnx-kit/react-native-host": "npm:^0.4.12"
"@rnx-kit/tsconfig": "npm:^1.0.0"
"@types/js-yaml": "npm:^4.0.5"
"@types/mustache": "npm:^4.0.0"
Expand Down

0 comments on commit d92bd16

Please sign in to comment.