Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps metro-react-native-babel-preset from 0.64.0 to 0.71.0.

Release notes

Sourced from metro-react-native-babel-preset's releases.

Release v0.71.0

  • [Breaking] Reject runServer promise if the HTTP server can't start listening (f39af2cba2c3f39f674ad40ddf97ca7c3daa91f5)
  • [Feature] Add fileMapCacheDirectory config option, deprecate hasteMapCacheDirectory (93966c0065e24dfaed15e409eeedf4b9bc209a41)
  • [Fix] Fail runServer quickly if the port is not available (6d9623eec0250f8b0e78d1843c18a531444713ff)
  • [Fix] Add explicit dependency on @babel/runtime to metro-runtime (#816)
  • [Fix] Fix missing dependency on metro-transform-worker (#817)
  • [Fix] Fix batching bugs causing modules to be incorrectly omitted from delta updates(#819)
  • [Fix] InspectorProxy: Don't pass an Error object to socket.close() (fdc4ef17230ee093cfd302ddc8c59a88019b1f02)

NOTE: Experimental features are not covered by semver and can change at any time.

  • [Experimental] Open source our jest-haste-map fork as metro-file-map (#812)

Full Changelog: v0.70.2...v0.71.0

Release v0.70.3

This is a hotfix on the 0.70.x branch.

  • [Fix] Add explicit dependency on @babel/runtime to metro-runtime (#816)

Release v0.70.2

Maintenance release, containing purely internal changes such as dependency version updates.

Release v0.70.1

NOTE: Experimental features are not covered by semver and can change at any time.

  • [Experimental] Respect unstable_serverRoot setting in experimentalImportBundleSupport mode (779e724885ec439a317edd7eb4356d01fe8d55a2)
  • [Experimental] metro-react-native-babel-preset: Transform named capture groups in regex literals for Hermes (#791 by @​danilobuerger)

Release v0.70.0

  • [Breaking] Remove @babel/plugin-transform-regenerator from react-native-babel-preset (#789 by @​tido64)
  • [Breaking] Remove @babel/plugin-transform-for-of from react-native-babel-preset (#792 by @​newyankeecodeshop)
  • [Feature] Allow customizing the babel transform runtime version (#771 by @​newyankeecodeshop)
  • [Fix] Don't set a global uncaughtException listener on process (4be4099184c98ffc0b7687c2322f7dd863d3fbb6)

Release v0.69.1

  • [Fix] buck-worker-tool: Implement worker termination correctly. (22af8747469529ed2532b5392d695514930fb298)
  • [Fix] metro-resolver: Export the CustomResolutionContext Flow type for use in custom resolvers. (cde639ca3c4d118a46448eb2a960cfb7bcdc4227)

Release v0.69.0

  • [Breaking] Move the SegmentedComponentIOS away from React Native Core (f9059c3a04628ef1a778eeba61b8fe503c4c2078)
  • [Feature] Use Node DevTools URL (#761 by @​janicduplessis)
  • [Feature] Update hermes-parser to 0.6.0 (56a6b2aaffee8c0f0bb77e2b55e5b33ce1eac7d6)
  • [Feature] Use Object.assign instead of Babel _extends (#745 by @​newyankeecodeshop)
  • [Fix] Remove mkdirp@^0.5.1 due to CVE warnings, use native recursive fs.mkdir (#768 by @​ericanderson)

Thanks to all of our contributors for helping improve Metro! 🚇

Release v0.68.0

  • [Breaking] resolver.resolveRequest moved to the front of the resolution algorithm and has a new API (d81d8877c05637eac2b4ea946a9fa1e8ae869b06)

... (truncated)

Commits
  • fcff382 Publish Metro Release 0.71.0
  • 93966c0 Mark metro-file-map as experimental, rename hasteMapCacheDirectory -> `fi...
  • a86cac5 Update reference to NetworkStore-->HttpStore
  • fdc4ef1 InspectorProxy: Don't pass an Error object to socket.close()
  • 05c83d7 Store graph entry points as a Set
  • 832ee06 Refactor graph representation to allow private state for graph operations
  • 1cd095f Enable Flow in DeltaBundler graph tests
  • 3e3e5ea Refactor wiring of filesystem change events in bundler
  • 26c3dd6 Codemod to implicit exact object syntax
  • 6d68720 Fix batching bugs causing modules to be incorrectly omitted from delta update...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.64.0 to 0.71.0.
- [Release notes](https://github.com/facebook/metro/releases)
- [Changelog](https://github.com/facebook/metro/blob/main/CHANGELOG.md)
- [Commits](facebook/metro@v0.64.0...v0.71.0)

---
updated-dependencies:
- dependency-name: metro-react-native-babel-preset
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 1, 2022

The following labels could not be found: 🤖 dependabot 🤖.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2022

Superseded by #56.

@dependabot dependabot bot closed this Jul 1, 2022
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-example-metro-react-native-babel-preset-0.71.0 branch July 1, 2022 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant