Bump metro-react-native-babel-preset from 0.67.0 to 0.73.4
Bumps metro-react-native-babel-preset from 0.67.0 to 0.73.4.
Release notes
Sourced from metro-react-native-babel-preset's releases.
Release v0.73.4
- [Feature]: Expose
watchoption inRunServerOptions(facebook/metro#889 by@EvanBacon)- [Feature]:
metro-runtime: Emit additional context on WebSocket'close'events (https://github.com/facebook/metro/commit/d54986c49cbcb217a831769766abc87f6ceb52cd)NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]:
experimentalImportBundleSupport: Retraverse parents of deleted async dependencies (https://github.com/facebook/metro/commit/cb806d15d4c4631b74cd4d3939dd9d07494bba13)Full Changelog: https://github.com/facebook/metro/compare/v0.73.3...v0.73.4
Release v0.73.3
- [Feature]: Add configurable watcher health check that is off by default (https://github.com/facebook/metro/commit/7adf468575dbc494bd5155d239233531aa55bf32, https://github.com/facebook/metro/commit/39f6e5065d0215e10f68d715a7f7740ea97f7fed)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]: Move
experimentalImportBundleSupportoption from transformer to server (https://github.com/facebook/metro/commit/3c0e1f7c298d226f86f30b77ec443f5aa54bf8b2)Full Changelog: https://github.com/facebook/metro/compare/v0.73.2...v0.73.3
Release v0.73.2
Maintenance release with purely internal changes.
Full Changelog: https://github.com/facebook/metro/compare/v0.73.1...v0.73.2
Release v0.73.1
- [Fix]: Generate a unique name for each Watchman subscription. (3b0e78a76f4eea9f02e8b8464cf5b5e4549d6ac7)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental][Fix]: Normalize file paths for
require.contexton Windows (facebook/metro#876 by@byCedric)Full Changelog: https://github.com/facebook/metro/compare/v0.73.0...v0.73.1
Release v0.73.0
- [Breaking] Switch default minifier from
uglify-estoterser. (#871)- [Breaking]: Increase minimum supported Node.js version to ^14.17.0. (#872)
- [Breaking]: Drop support for old (pre-CalVer) Watchman versions. (422055a5ccaca41edb1864ca07d4f810b3e03791)
- [Feature]: Support
fseventswatcher on Apple Silicon. (#875)- [Feature]: Support loading source URLs in inspector-proxy. (db19b06bdd6d2fbbe109e4f3be4b3af3489c1f1c)
- [Fix]: Log warning on unexpected error during
metro-file-mapcache read. (7028b7f51074f9ceef22258a8643d0f90de2388b)- [Fix]: Remove exponentiation operator transform from
metro-react-native-babel-preset. (c2365bb1d72a3773b31c05feab13a96afac484df)- [Fix]: Don’t check
watchman --versionifuseWatchmanis false. (76c9307ed61efa7794b30b4e585cc5941ed73e16)Full Changelog: https://github.com/facebook/metro/compare/v0.72.3...v0.73.0
Release v0.72.3
- [Fix]: Incremental build crashing when garbage collecting modules reachable via multiple paths in the graph. (https://github.com/facebook/metro/commit/50bb451e9cec275cfbc1efda3e1ced3f8a952e15)
- Updated metro logo on startup
Full Changelog: https://github.com/facebook/metro/compare/v0.72.2...v0.72.3
... (truncated)
Commits
710bbaeRemove Codecov third party orb dependency in CI (#898)eecd260Remove preinstall npm token validation in favour of --ignore-scripts (#902)eae1ad2Publish Metro 0.73.4cd679bfAnnotate implicit instantiations in xplat, defaulting to anye57befdUpdate www-shared libs to enforce empty array providers9264855Manual fixes to cycles for xplata4afc45ExtractDuplicateHasteCandidatesErrorfromModuleMapimplementation951c1d9ModuleResolver: Narrow arguments, don't require entire ModuleMapd1f3629Bump loader-utils from 2.0.0 to 2.0.3 in /website (#893)8aab3e2feat: expose watch option (#889)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #6627 (770d103) into master (2845132) will not change coverage. The diff coverage is
n/a.
Additional details and impacted files
@@ Coverage Diff @@
## master #6627 +/- ##
======================================
Coverage 8.09% 8.09%
======================================
Files 288 288
Lines 5412 5412
Branches 1405 1405
======================================
Hits 438 438
Misses 4974 4974
Superseded by #6667.