Release notes
*Sourced from [metro-memory-fs's releases](https://github.com/facebook/metro/releases).*
> ## v0.48.5
> *This version has the exact same contents as [`v0.48.1`](https://github.com/facebook/metro/releases/tag/v0.48.1)*.
>
> *`v0.48.2`-`v0.48.3` introduced breaking changes when upgrading `jest-haste-map` that caused an issue on React Native ([more info](https://github-redirect.dependabot.com/facebook/react-native/issues/22606))*.
Commits
- [`625cca6`](https://github.com/facebook/metro/commit/625cca67ffc09418b47b455daddc7d884503279f) Bump 0.48.5
- [`1f06c83`](https://github.com/facebook/metro/commit/1f06c8351ffb456341d36501f0374c4ec10f9b63) Bump metro@0.48.1
- [`28b125f`](https://github.com/facebook/metro/commit/28b125f2b2f7259e99753027676d9d72a7267341) Remove sinon dependency
- [`9580e52`](https://github.com/facebook/metro/commit/9580e52d120e20a7a7f9f0dc120237e90b456504) Update jest flow-types for Metro
- [`f704056`](https://github.com/facebook/metro/commit/f704056e09c512da68110a84253420437d5437fe) Enable babel-runtime by default in react-native-babel-preset ([#285](https://github-redirect.dependabot.com/facebook/metro/issues/285))
- [`7489bdb`](https://github.com/facebook/metro/commit/7489bdb8dd67060fabfeffd1fac41e48eae4fd00) Prevent throwing an exception during evaluation in constantFoldingPlu… ([#283](https://github-redirect.dependabot.com/facebook/metro/issues/283))
- [`be2c96b`](https://github.com/facebook/metro/commit/be2c96b5f5161a3cf5f2b4c59183a08551053029) Fix test runs in CircleCI ([#282](https://github-redirect.dependabot.com/facebook/metro/issues/282))
- [`7bef319`](https://github.com/facebook/metro/commit/7bef319ab751039c876e92cea3eea5e1211c631f) React sync for revisions ade5e69...d836010
- [`b901dd6`](https://github.com/facebook/metro/commit/b901dd6bd56896a3ee88ec0fb552cb42370866df) Adds prettier to the build step to make output more readable. ([#279](https://github-redirect.dependabot.com/facebook/metro/issues/279))
- [`f5bf7d2`](https://github.com/facebook/metro/commit/f5bf7d2646641d443196686541ca7b02d3f8eeb6) Bump metro@0.48.0
- Additional commits viewable in [compare view](https://github.com/facebook/metro/compare/v0.48.3...v0.48.5)
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)
Finally, you can contact us by mentioning @dependabot.
Bumps metro-memory-fs from 0.48.3 to 0.48.5.
Release notes
*Sourced from [metro-memory-fs's releases](https://github.com/facebook/metro/releases).* > ## v0.48.5 > *This version has the exact same contents as [`v0.48.1`](https://github.com/facebook/metro/releases/tag/v0.48.1)*. > > *`v0.48.2`-`v0.48.3` introduced breaking changes when upgrading `jest-haste-map` that caused an issue on React Native ([more info](https://github-redirect.dependabot.com/facebook/react-native/issues/22606))*.Commits
- [`625cca6`](https://github.com/facebook/metro/commit/625cca67ffc09418b47b455daddc7d884503279f) Bump 0.48.5 - [`1f06c83`](https://github.com/facebook/metro/commit/1f06c8351ffb456341d36501f0374c4ec10f9b63) Bump metro@0.48.1 - [`28b125f`](https://github.com/facebook/metro/commit/28b125f2b2f7259e99753027676d9d72a7267341) Remove sinon dependency - [`9580e52`](https://github.com/facebook/metro/commit/9580e52d120e20a7a7f9f0dc120237e90b456504) Update jest flow-types for Metro - [`f704056`](https://github.com/facebook/metro/commit/f704056e09c512da68110a84253420437d5437fe) Enable babel-runtime by default in react-native-babel-preset ([#285](https://github-redirect.dependabot.com/facebook/metro/issues/285)) - [`7489bdb`](https://github.com/facebook/metro/commit/7489bdb8dd67060fabfeffd1fac41e48eae4fd00) Prevent throwing an exception during evaluation in constantFoldingPlu… ([#283](https://github-redirect.dependabot.com/facebook/metro/issues/283)) - [`be2c96b`](https://github.com/facebook/metro/commit/be2c96b5f5161a3cf5f2b4c59183a08551053029) Fix test runs in CircleCI ([#282](https://github-redirect.dependabot.com/facebook/metro/issues/282)) - [`7bef319`](https://github.com/facebook/metro/commit/7bef319ab751039c876e92cea3eea5e1211c631f) React sync for revisions ade5e69...d836010 - [`b901dd6`](https://github.com/facebook/metro/commit/b901dd6bd56896a3ee88ec0fb552cb42370866df) Adds prettier to the build step to make output more readable. ([#279](https://github-redirect.dependabot.com/facebook/metro/issues/279)) - [`f5bf7d2`](https://github.com/facebook/metro/commit/f5bf7d2646641d443196686541ca7b02d3f8eeb6) Bump metro@0.48.0 - Additional commits viewable in [compare view](https://github.com/facebook/metro/compare/v0.48.3...v0.48.5)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) Finally, you can contact us by mentioning @dependabot.