react-native icon indicating copy to clipboard operation
react-native copied to clipboard

[LOCAL][0.72] Update Metro to ^0.76.9, CLI to ^11.4.0

Open robhogan opened this issue 5 months ago • 1 comments

Summary:

Metro 0.76.9 is a hotfix release with a (larger than usual) collection of bug fixes that have been requested for picking back for RN 0.72 users: https://github.com/facebook/metro/releases/tag/v0.76.9

CLI 11.4.0's only user-facing change since 11.3.10 is the Metro bump: https://github.com/react-native-community/cli/compare/v11.3.10...v11.4.0

Note: This changes dependency specifiers to use carets, accepting future patch releases of Metro and/or CLI. This has always been the ideal, but we were forced to use exact specifiers previously due to problems when "multiple Metros" were installed. We've worked to eliminate those problems in Metro, and 0.76.9 includes the last of those fixes - this follows the same change in main and in 0.73.

Changelog:

[GENERAL] [CHANGED] - Bump Metro to ^0.76.9 (Release notes)

Test Plan:

  • Smoke tested RN 0.72.10 with Metro 0.76.9 by forcing resolutions in a fresh project.
  • All of the picked changes in Metro are already live in RN 0.73.

robhogan avatar Feb 05 '24 14:02 robhogan

Warnings
:warning: :lock: package.json - Changes were made to package.json. This will require a manual import by a Facebook employee.

Generated by :no_entry_sign: dangerJS against 9587f3424e1c1cd59ceffb1b796e89e9937f6dfb

github-actions[bot] avatar Feb 05 '24 14:02 github-actions[bot]