[Types] Remove documentation and types for the postMinifyProcess option which has been broken since Metro v0.33.0. (5d778de)
[Experimental] Various unstable additions to the transformer config. These are not covered by semver and can change at any time. (6482241, 3390274, 5b913fa, #677)
Release v0.66.0
[Breaking] metro-symbolicate: Optionally accept a SourceURL parameter for debug builds (7ad7560)
[Feature] Move generator to Hermes stable (b280477)
[Feature] Move for-of and ?? to hermes stable (31375f7)
[Feature] Set app name for React Native Experimental Debug Connection (3aca116)
[Feature] Infer the name "default" for anonymous exports (af23a1b)
[Fix] Disable fileName moduleId parsing for non-legacy source maps (e473e93)
[Fix] Format log messages using printf format (f2b3485)
[Fix] Fix scope of function declaration binding in constant folding (150d13e)
Release v0.65.2
[Fix] Fix _interopRequireDefault not defined error when using ES Modules (63f3d1e14407266be64ccbbb982485e107f327f0)
[Breaking]: Remove JSON from default asset types (#593)
[Breaking]: Removes support for Node 10 (bc8a3f057c7fe277742de6ca9ce98808a76b1d03)
[Feature]: metro-symbolicate: Support for symbolicating Chrome heap timelines (cb542c0f00987996caeef9672288e2b386d36d8b, 6b0a0cb6afaa28d3a72fb2df7cbd2a99dc7362c4)
[Feature]: Update the default list of lazy imports to match RN 0.63 (#602)
[Performance]: Several changes that improve Metro's startup and bundling performance (807bea7, bc8a3f0,
aceafc5, 279b295, 745e2d8, a942002, d6eefe4)
[Fix]: Optimize Platform.select() calls correctly when the argument includes methods (4d9908b)
[Fix]: Handle EISDIR errors in buildCodeFrameMessage (#567)
Release v0.64.0
[Feature]: Add mkdtemp and mkdtempSync implementations to metro-memory-fs (1ed78495ec5b492d3ce6f1f375bc596b18d9dc52)
[Feature]: Add chmod, lchmod, and fchmod implementations to metro-memory-fs (d99b55be2cb9567e31f5a09ff96e3fd10c54941b)
[Feature]: Support function-name inference for flow typecast-expressions to source-maps (d48277f5b78f43365333652a459602b7990fca54)
[Feature]: Support SegmentID field in Hermes mini-dump stack traces (d0634a858a860b4739ca821cec744b705edf9013)
[Feature]: Support node modules algorithm for resolving configuration path (dea7e0549c286f8052df86f833de6221463687c7)
[Feature]: Remove template literal and shorthand prop transformation from hermes-stable preset (1367b711d8807d0b300e23a06d11befe3e66d6f1)
[Feature]: Add nodeModulesPath option to resolver (b2528d40c46085a32adbae370d0e47b6a24e3c8c)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps metro-react-native-babel-preset from 0.53.1 to 0.66.2.
Release notes
Sourced from metro-react-native-babel-preset's releases.
... (truncated)
Commits
c21daba
Bump metro to 0.66.24972832
Deploy Flow v0.155.1f0247a8
Deploy Flow v0.155.1f7c6325
fix(metro): cannot read property 'toUpperCase' of undefined (#687)48b5b1e
Update xplat to Flow v0.155.02b44ec3
Publish 0.66.13bd12ad
Remove biased terminology in test fileb5adfa0
Explicitly turn off indexed_access flowconfig option in Xplat57106d2
Add transformOptions to each graph. Update tests. (#679)598de6f
Add experimental transformer setting for disabling require() renaming (#677)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)