Release notes
*Sourced from [metro's releases](https://github.com/facebook/metro/releases).*
> ## v0.57.0
> * **[Feature]**: Add reloadWithReason to Fast Refresh (61de16b)
> * **[Documentation]**: Add docs example for connect middleware (ca68db1)
> * **[Fix]**: Fix BABEL_ENV resolution in babel transformer (c509a89)
> * **[Fix]**: Fix debugging of split bundles (8669ebd)
> [(list of commits since v0.56.3)](https://github.com/facebook/metro/compare/v0.56.3...v0.57.0)
>
> ## v0.56.3
> Makes Metro compatible with Flow v0.109.0.
>
> [_(list of commits since v0.56.0)_](https://github.com/facebook/metro/compare/v0.56.0...v0.56.3)
>
> ## v0.56.0
> Metro minor targeted at React Native 0.61+.
>
> ## v0.55.0
> * **[Breaking]**: Introduce Fast Refresh as a replacement for hot reloading (https://twitter.com/reactnative/status/1144629612921720833)
> * **[Breaking]**: Remove `providesModuleNodeModules` option (7b46150).
> * **[New package]**: `ob1`, a small library for working with 0- and 1-based offsets in a type-checked way (437374f).
> * **[Feature]**: Include original and inferred function names in source maps (64fc81e, 4bb9969).
> * **[Feature]**: New source map consumer implementation (ccd508c) and source map composition function (6017085) in `metro-source-map`.
> * **[Feature]**: Expose a `modulesOnly` option for the bundle endpoint (79904d8).
> * **[Fixes]**: Several bugfixes in Metro server (39892a2, affd060, 721cbe2, dc2f29f, 118f1f8, etc).
> * **[Fixes]**: Support `import {default as localName}` (2f15a05).
> * **[Fixes]**: Make Metro server more responsive during a symbolication request (99cd176).
> * **[Experimental]**: Add an "Import Bundle" mode to Metro (9dd961a).
>
> [_(list of commits since v0.54.1)_](https://github.com/facebook/metro/compare/v0.54.1...v0.55.0)
>
> ## v0.54.1
> * **[Fixed]**: Minor issues in `metro-symbolicate`.
>
> [_(list of commits since v0.54.0)_](https://github.com/facebook/metro/compare/v0.54.0...v0.54.1)
>
> ## v0.54.0
> * **[Breaking]**: Removed hooks feature in the default module registry (19412af).
> * **[Feature]**: Validated new configuration using `jest-validate` ([#205](https://github-redirect.dependabot.com/facebook/metro/issues/205)).
> * **[Fixes]**: Several fixes in `metro-inspector-proxy` (35afd38, d68eb4e, 0393cdf, 22a87e0, 3587eac, 0187b31,
> d1149ee)
> * **[Fixes]**: Several fixes in `metro-source-map`.
> * **[Fixes]**: Improved symbolication of wrapped functions in `metro-symbolicate` (b8c5243)
> * **[Maintenance]**: Upgraded several dependencies.
>
> [_(list of commits since v0.53.1)_](https://github.com/facebook/metro/compare/v0.53.1...v0.54.0)
>
> ## v0.53.1
> * **[Feature]**: Added support for verifying incoming connections (more info: [1](https://github.com/facebook/metro/commit/dcb41e39f0df6ae1e0b3dfeff9ef5a69128830d5), [2](https://github.com/facebook/metro/commit/ba01db616f3371a9832825afa42506643b7b173f)).
> * **[Feature]**: Support an array of whitelisted paths in `lazyImportExportTransform` and default to lazy requires for all public React Native exports ([more info](https://github.com/facebook/metro/commit/23e3503dde5f914f3e642ef214f508d0a699851d)).
> * **[Fixed]**: Support symbolicating stack frames in the `file:line:column` format ([more info](https://github.com/facebook/metro/commit/0af35a37ee170db596c7492440abc30c402a67ed)).
>
> ... (truncated)
Commits
* [`907d6af`](https://github.com/facebook/metro/commit/907d6af22ac6ebe58572be418e9253a90665ecbd) Publish v0.57.0
* [`5cef950`](https://github.com/facebook/metro/commit/5cef950d7bc981fc6e5b2289275c6bfd27202dec) Upgrade metro version to 0.56.3
* [`657455b`](https://github.com/facebook/metro/commit/657455bdf5282aa1855111136690139cc006dde7) Remove internal URL in file description
* [`b96ada8`](https://github.com/facebook/metro/commit/b96ada853cb24e92558ff2e2486e249d73b4f3c5) Add API to symbolicate native crashes
* [`558f055`](https://github.com/facebook/metro/commit/558f0551e89acf353099b50196a3cd3fa2949e49) Enable optional chaining in flow
* [`d9a4a53`](https://github.com/facebook/metro/commit/d9a4a530f090ed672dbb3137670098904366d1c4) Enable optional-chaining operator
* [`1955300`](https://github.com/facebook/metro/commit/1955300c2d99762c80fa7f27260247c839649054) Added `extendsBabelConfigPath` option for using a non-standard babel config l...
* [`06da8fd`](https://github.com/facebook/metro/commit/06da8fd25153b699bcba04e4cf7bb6acbe273d7e) Pass console logs through the reporter interface ([#465](https://github-redirect.dependabot.com/facebook/metro/issues/465))
* [`94ce7a9`](https://github.com/facebook/metro/commit/94ce7a924dfac108792adcbf7aaca6b4e62f71ad) Prevent custom plugins being replaced by HMR preset ([#459](https://github-redirect.dependabot.com/facebook/metro/issues/459))
* [`7c6f30b`](https://github.com/facebook/metro/commit/7c6f30b592b2fb23cee55b54f1aa4b7a522dec18) Fix blacklist regex syntax errors ([#468](https://github-redirect.dependabot.com/facebook/metro/issues/468))
* Additional commits viewable in [compare view](https://github.com/facebook/metro/compare/v0.48.3...v0.57.0)
Maintainer changes
This version was pushed to npm by [metro-bot](https://www.npmjs.com/~metro-bot), a new releaser for metro since your current version.
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 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 the `.dependabot/config.yml` file in this repo:
* Update frequency
* Out-of-range updates (receive only lockfile updates, if desired)
* Security updates (receive only security updates, if desired)
Bumps metro from 0.48.3 to 0.57.0.
Release notes
*Sourced from [metro's releases](https://github.com/facebook/metro/releases).* > ## v0.57.0 > * **[Feature]**: Add reloadWithReason to Fast Refresh (61de16b) > * **[Documentation]**: Add docs example for connect middleware (ca68db1) > * **[Fix]**: Fix BABEL_ENV resolution in babel transformer (c509a89) > * **[Fix]**: Fix debugging of split bundles (8669ebd) > [(list of commits since v0.56.3)](https://github.com/facebook/metro/compare/v0.56.3...v0.57.0) > > ## v0.56.3 > Makes Metro compatible with Flow v0.109.0. > > [_(list of commits since v0.56.0)_](https://github.com/facebook/metro/compare/v0.56.0...v0.56.3) > > ## v0.56.0 > Metro minor targeted at React Native 0.61+. > > ## v0.55.0 > * **[Breaking]**: Introduce Fast Refresh as a replacement for hot reloading (https://twitter.com/reactnative/status/1144629612921720833) > * **[Breaking]**: Remove `providesModuleNodeModules` option (7b46150). > * **[New package]**: `ob1`, a small library for working with 0- and 1-based offsets in a type-checked way (437374f). > * **[Feature]**: Include original and inferred function names in source maps (64fc81e, 4bb9969). > * **[Feature]**: New source map consumer implementation (ccd508c) and source map composition function (6017085) in `metro-source-map`. > * **[Feature]**: Expose a `modulesOnly` option for the bundle endpoint (79904d8). > * **[Fixes]**: Several bugfixes in Metro server (39892a2, affd060, 721cbe2, dc2f29f, 118f1f8, etc). > * **[Fixes]**: Support `import {default as localName}` (2f15a05). > * **[Fixes]**: Make Metro server more responsive during a symbolication request (99cd176). > * **[Experimental]**: Add an "Import Bundle" mode to Metro (9dd961a). > > [_(list of commits since v0.54.1)_](https://github.com/facebook/metro/compare/v0.54.1...v0.55.0) > > ## v0.54.1 > * **[Fixed]**: Minor issues in `metro-symbolicate`. > > [_(list of commits since v0.54.0)_](https://github.com/facebook/metro/compare/v0.54.0...v0.54.1) > > ## v0.54.0 > * **[Breaking]**: Removed hooks feature in the default module registry (19412af). > * **[Feature]**: Validated new configuration using `jest-validate` ([#205](https://github-redirect.dependabot.com/facebook/metro/issues/205)). > * **[Fixes]**: Several fixes in `metro-inspector-proxy` (35afd38, d68eb4e, 0393cdf, 22a87e0, 3587eac, 0187b31, > d1149ee) > * **[Fixes]**: Several fixes in `metro-source-map`. > * **[Fixes]**: Improved symbolication of wrapped functions in `metro-symbolicate` (b8c5243) > * **[Maintenance]**: Upgraded several dependencies. > > [_(list of commits since v0.53.1)_](https://github.com/facebook/metro/compare/v0.53.1...v0.54.0) > > ## v0.53.1 > * **[Feature]**: Added support for verifying incoming connections (more info: [1](https://github.com/facebook/metro/commit/dcb41e39f0df6ae1e0b3dfeff9ef5a69128830d5), [2](https://github.com/facebook/metro/commit/ba01db616f3371a9832825afa42506643b7b173f)). > * **[Feature]**: Support an array of whitelisted paths in `lazyImportExportTransform` and default to lazy requires for all public React Native exports ([more info](https://github.com/facebook/metro/commit/23e3503dde5f914f3e642ef214f508d0a699851d)). > * **[Fixed]**: Support symbolicating stack frames in the `file:line:column` format ([more info](https://github.com/facebook/metro/commit/0af35a37ee170db596c7492440abc30c402a67ed)). > > ... (truncated)Commits
* [`907d6af`](https://github.com/facebook/metro/commit/907d6af22ac6ebe58572be418e9253a90665ecbd) Publish v0.57.0 * [`5cef950`](https://github.com/facebook/metro/commit/5cef950d7bc981fc6e5b2289275c6bfd27202dec) Upgrade metro version to 0.56.3 * [`657455b`](https://github.com/facebook/metro/commit/657455bdf5282aa1855111136690139cc006dde7) Remove internal URL in file description * [`b96ada8`](https://github.com/facebook/metro/commit/b96ada853cb24e92558ff2e2486e249d73b4f3c5) Add API to symbolicate native crashes * [`558f055`](https://github.com/facebook/metro/commit/558f0551e89acf353099b50196a3cd3fa2949e49) Enable optional chaining in flow * [`d9a4a53`](https://github.com/facebook/metro/commit/d9a4a530f090ed672dbb3137670098904366d1c4) Enable optional-chaining operator * [`1955300`](https://github.com/facebook/metro/commit/1955300c2d99762c80fa7f27260247c839649054) Added `extendsBabelConfigPath` option for using a non-standard babel config l... * [`06da8fd`](https://github.com/facebook/metro/commit/06da8fd25153b699bcba04e4cf7bb6acbe273d7e) Pass console logs through the reporter interface ([#465](https://github-redirect.dependabot.com/facebook/metro/issues/465)) * [`94ce7a9`](https://github.com/facebook/metro/commit/94ce7a924dfac108792adcbf7aaca6b4e62f71ad) Prevent custom plugins being replaced by HMR preset ([#459](https://github-redirect.dependabot.com/facebook/metro/issues/459)) * [`7c6f30b`](https://github.com/facebook/metro/commit/7c6f30b592b2fb23cee55b54f1aa4b7a522dec18) Fix blacklist regex syntax errors ([#468](https://github-redirect.dependabot.com/facebook/metro/issues/468)) * Additional commits viewable in [compare view](https://github.com/facebook/metro/compare/v0.48.3...v0.57.0)Maintainer changes
This version was pushed to npm by [metro-bot](https://www.npmjs.com/~metro-bot), a new releaser for metro since your current version.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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 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 the `.dependabot/config.yml` file in this repo: * Update frequency * Out-of-range updates (receive only lockfile updates, if desired) * Security updates (receive only security updates, if desired)