Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update React Native to v0.74.2 #3567

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 30, 2024

Bumps scripts/update-rn.sh from v0.73.2 to v0.74.2.

Auto-generated by a dependency updater.

Changelog

v0.74.2

Changed

Fixed

Android specific
iOS specific
  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key (fc4e099920 by renchap)
  • In privacy manifest post install script, handle the case where the file reference doesn't have a path (4ad65ac59a by robertying)
  • Fixed an issue where the selectionColor prop was not being applied on the TextInput component. (2bde626a9f by robinshin)

0.74.1

Added

iOS Specific

Changed

Android specific

Fixed

Android Specific
iOS Specific

0.74.0

Breaking

Android specific
iOS specific
  • Removing unused handler param on PushNotificationIOS.removeEventListener (fdf4ec3297)
  • Make bridgeless the default when the New Arch is enabled (c91af773fa by cipolleschi)
  • CocoaPods: remove the ios_folder argument from the use_react_native function. (be0c353e18 by dmytrorykun)
  • Codegen: mapping for numeric types is changed for Objective-C native modules. Float -> float; Int32 -> NSInteger. (5aa425c086 by dmytrorykun)
  • Defining external codegen targets in react-native.config.js is not supported anymore. Define them as normal dependencies in package.json. (ca39a11b27 by dmytrorykun)
  • Delete configFileDir CLI argument. (8a62d6135f by dmytrorykun)
  • (072a2006e0 by philIip)
  • Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some Swift libraries might get broken by this change. (951efc8ce2 by cipolleschi)
  • You cannot call methodQueue on RCTHTTPRequestHandler (7503dbd784 by philIip)
  • RepeatInterval is deprecated in PushNotificationIOS. Use fireDate and the new fireIntervalSeconds. (a1299938a9)
  • AlertAction is deprecated in PushNotificationIOS. getScheduledLocalNotifications now uses new iOS APIs which do not expose this property. (9f4d66d283)
  • Make TextInput.onContentSizeChange a direct event (744fb4a0d2 by sammy-SC)
  • Remove the Flipper integration (899e7cdb55 by cipolleschi)
  • Deleted the no-op didRegisterUserNotificationSettings: callback in RCTPushNotificationManager (3bea8e1bd4)

Added

Android specific
iOS specific

Changed

iOS specific
Android specific

⚠️ Changelog content truncated by 78131 characters because it was over the limit (60000) and wouldn't fit into PR description.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 30, 2024
Copy link
Contributor Author

github-actions bot commented Jan 30, 2024

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 460.28 ms 483.14 ms 22.86 ms
Size 17.73 MiB 19.94 MiB 2.20 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
6e8584e 447.10 ms 474.71 ms 27.61 ms
80b2ce3 385.02 ms 387.36 ms 2.34 ms
728164b 414.34 ms 449.22 ms 34.88 ms
15c80ab+dirty 336.27 ms 350.58 ms 14.31 ms
457e29f 398.10 ms 421.39 ms 23.29 ms
5bb8d5f 431.21 ms 459.40 ms 28.19 ms
d197b5c+dirty 338.94 ms 354.87 ms 15.93 ms
31fcca2 391.22 ms 414.78 ms 23.56 ms
e5c9b8b 409.02 ms 426.66 ms 17.64 ms
12427f4 393.69 ms 414.84 ms 21.14 ms

App size

Revision Plain With Sentry Diff
6e8584e 17.73 MiB 19.86 MiB 2.12 MiB
80b2ce3 17.73 MiB 19.75 MiB 2.02 MiB
728164b 17.73 MiB 19.85 MiB 2.12 MiB
15c80ab+dirty 17.73 MiB 20.04 MiB 2.31 MiB
457e29f 17.73 MiB 19.84 MiB 2.10 MiB
5bb8d5f 17.73 MiB 19.93 MiB 2.20 MiB
d197b5c+dirty 17.73 MiB 20.04 MiB 2.31 MiB
31fcca2 17.73 MiB 19.90 MiB 2.17 MiB
e5c9b8b 17.73 MiB 19.83 MiB 2.10 MiB
12427f4 17.73 MiB 19.85 MiB 2.12 MiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
236cc9c 461.47 ms 479.20 ms 17.73 ms
f01ecfc 431.29 ms 463.18 ms 31.89 ms

App size

Revision Plain With Sentry Diff
236cc9c 17.73 MiB 19.93 MiB 2.20 MiB
f01ecfc 17.73 MiB 19.93 MiB 2.20 MiB

Copy link
Contributor Author

github-actions bot commented Jan 30, 2024

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 447.06 ms 505.94 ms 58.88 ms
Size 7.15 MiB 8.21 MiB 1.06 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
457e29f+dirty 591.49 ms 612.96 ms 21.47 ms
e5c9b8b+dirty 335.40 ms 360.06 ms 24.67 ms
6e8584e+dirty 383.37 ms 400.84 ms 17.47 ms
62a750b+dirty 370.78 ms 376.73 ms 5.96 ms
0db0c72+dirty 335.20 ms 351.06 ms 15.86 ms
3ffcddd+dirty 244.82 ms 295.47 ms 50.65 ms
15c80ab+dirty 276.38 ms 327.54 ms 51.17 ms
d197b5c+dirty 258.75 ms 313.61 ms 54.86 ms
5a22220+dirty 384.61 ms 419.06 ms 34.45 ms
b1e8712+dirty 322.55 ms 331.84 ms 9.29 ms

App size

Revision Plain With Sentry Diff
457e29f+dirty 7.15 MiB 8.10 MiB 981.29 KiB
e5c9b8b+dirty 7.15 MiB 8.10 MiB 980.41 KiB
6e8584e+dirty 7.15 MiB 8.13 MiB 1002.18 KiB
62a750b+dirty 7.15 MiB 8.21 MiB 1.06 MiB
0db0c72+dirty 7.15 MiB 8.04 MiB 911.02 KiB
3ffcddd+dirty 7.15 MiB 8.04 MiB 912.17 KiB
15c80ab+dirty 7.15 MiB 8.09 MiB 966.13 KiB
d197b5c+dirty 7.15 MiB 8.09 MiB 962.72 KiB
5a22220+dirty 7.15 MiB 8.21 MiB 1.06 MiB
b1e8712+dirty 7.15 MiB 8.04 MiB 912.27 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
236cc9c+dirty 330.73 ms 355.79 ms 25.06 ms
f01ecfc+dirty 367.79 ms 403.25 ms 35.46 ms

App size

Revision Plain With Sentry Diff
236cc9c+dirty 7.15 MiB 8.21 MiB 1.06 MiB
f01ecfc+dirty 7.15 MiB 8.21 MiB 1.06 MiB

Copy link
Contributor Author

github-actions bot commented Jan 31, 2024

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1228.78 ms 1230.45 ms 1.67 ms
Size 2.36 MiB 2.92 MiB 570.30 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
6e8584e+dirty 1274.50 ms 1296.82 ms 22.32 ms
d361d38+dirty 1246.04 ms 1267.12 ms 21.08 ms
2534337+dirty 1225.08 ms 1230.26 ms 5.17 ms
5a22220+dirty 1209.49 ms 1220.94 ms 11.45 ms
5bb8d5f+dirty 1235.47 ms 1237.39 ms 1.92 ms
76d1baf+dirty 1244.10 ms 1268.52 ms 24.42 ms
0db0c72+dirty 1275.02 ms 1285.84 ms 10.82 ms
3ffcddd+dirty 1244.47 ms 1264.14 ms 19.67 ms
52a8031+dirty 1280.88 ms 1289.78 ms 8.90 ms
86d6d2c+dirty 1267.55 ms 1286.21 ms 18.66 ms

App size

Revision Plain With Sentry Diff
6e8584e+dirty 2.36 MiB 2.88 MiB 533.17 KiB
d361d38+dirty 2.36 MiB 2.85 MiB 499.84 KiB
2534337+dirty 2.36 MiB 2.88 MiB 525.47 KiB
5a22220+dirty 2.36 MiB 2.92 MiB 570.21 KiB
5bb8d5f+dirty 2.36 MiB 2.92 MiB 570.22 KiB
76d1baf+dirty 2.36 MiB 2.82 MiB 469.45 KiB
0db0c72+dirty 2.36 MiB 2.84 MiB 487.01 KiB
3ffcddd+dirty 2.36 MiB 2.84 MiB 489.60 KiB
52a8031+dirty 2.36 MiB 2.82 MiB 469.44 KiB
86d6d2c+dirty 2.36 MiB 2.82 MiB 462.82 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
236cc9c+dirty 1317.96 ms 1322.51 ms 4.55 ms

App size

Revision Plain With Sentry Diff
236cc9c+dirty 2.36 MiB 2.92 MiB 570.03 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 48040db to c38742c Compare February 1, 2024 15:27
Copy link
Contributor Author

github-actions bot commented Feb 1, 2024

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1224.04 ms 1228.31 ms 4.27 ms
Size 2.92 MiB 3.48 MiB 575.84 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
6e8584e+dirty 1271.71 ms 1281.26 ms 9.55 ms
d361d38+dirty 1272.96 ms 1291.70 ms 18.74 ms
2534337+dirty 1220.87 ms 1221.47 ms 0.60 ms
5a22220+dirty 1246.18 ms 1249.61 ms 3.43 ms
5bb8d5f+dirty 1215.04 ms 1217.52 ms 2.48 ms
76d1baf+dirty 1245.00 ms 1257.76 ms 12.76 ms
0db0c72+dirty 1258.88 ms 1262.52 ms 3.64 ms
3ffcddd+dirty 1272.22 ms 1273.98 ms 1.76 ms
52a8031+dirty 1255.96 ms 1273.00 ms 17.04 ms
86d6d2c+dirty 1291.62 ms 1296.80 ms 5.18 ms

App size

Revision Plain With Sentry Diff
6e8584e+dirty 2.92 MiB 3.44 MiB 536.52 KiB
d361d38+dirty 2.92 MiB 3.41 MiB 503.57 KiB
2534337+dirty 2.92 MiB 3.43 MiB 529.76 KiB
5a22220+dirty 2.92 MiB 3.48 MiB 575.81 KiB
5bb8d5f+dirty 2.92 MiB 3.48 MiB 575.85 KiB
76d1baf+dirty 2.92 MiB 3.38 MiB 475.74 KiB
0db0c72+dirty 2.92 MiB 3.40 MiB 492.71 KiB
3ffcddd+dirty 2.92 MiB 3.40 MiB 494.39 KiB
52a8031+dirty 2.92 MiB 3.38 MiB 475.71 KiB
86d6d2c+dirty 2.92 MiB 3.37 MiB 464.31 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
236cc9c+dirty 1236.10 ms 1238.60 ms 2.50 ms

App size

Revision Plain With Sentry Diff
236cc9c+dirty 2.92 MiB 3.48 MiB 575.61 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from 4ea1ad8 to a56ff71 Compare February 5, 2024 17:43
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.73.3 chore(deps): update React Native to v0.73.4 Feb 6, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 9c8f6d7 to 5b65668 Compare February 12, 2024 17:23
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 8 times, most recently from 3f74f83 to f28f469 Compare February 15, 2024 15:20
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 9cc84e5 to c558fd7 Compare April 23, 2024 03:03
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.73.7 chore(deps): update React Native to v0.74.0 Apr 23, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 6 times, most recently from 430cb26 to 1c98bce Compare May 3, 2024 03:04
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.74.0 chore(deps): update React Native to v0.74.1 May 3, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 10 times, most recently from 2aa333e to e8eef3e Compare May 13, 2024 08:55
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from b13600b to 61f3282 Compare May 13, 2024 15:35
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from 330d198 to 9089297 Compare May 27, 2024 15:50
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 7ea428d to f777c67 Compare June 4, 2024 17:01
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.74.1 chore(deps): update React Native to v0.74.2 Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant