Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump metro-babel-register from 0.77.0 to 0.78.0 #674

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps metro-babel-register from 0.77.0 to 0.78.0.

Release notes

Sourced from metro-babel-register's releases.

v0.78.0

  • [Breaking] Update default server port to 8081. (facebook/metro@891fe96 by @​huntie)
  • [Breaking] Remove metro-react-native-babel-transformer and metro-react-native-babel-preset, which will be published as @react-native/metro-babel-transformer and @react-native/babel-preset going forward. (facebook/metro@799aa0a by @​dmytrorykun)
  • [Breaking] Remove runInspectorProxy option from server. (facebook/metro@2b0b15d by @​huntie)
    • This is a significant breaking change — Metro will no longer start a built-in Inspector Proxy.
    • To migrate today, integrators should create an InspectorProxy instance externally, and provide the relevant handlers to Metro.runServer(). For reference:
      • inspectorProxy.processRequest to ServerOptions.unstable_extraMiddleware.
      • inspectorProxy.createWebSocketListeners to ServerOptions.websocketEndpoints.
    • Recommended: In the very near future, we will be encapsulating this functionality in the @react-native/dev-middleware package, which will provide a batteries-included integration point for the above.
    • Please reach out to @​huntie if you need support with this feature.
  • [Breaking]: DependencyGraph.resolveDependency now takes a dependency object instead of a string. (facebook/metro@fbdd295 by @​motiz88)
  • [Breaking]: Stop passing inlineRequires and nonInlinedRequires to Babel transformers. (facebook/metro@e339c8f by @​motiz88)
  • [Feature] Widen config search paths to include metro.config.cjs. (facebook/metro@6922933 by @​huntie)
  • [Feature]: Custom resolvers may access the original dependency descriptor for diagnostic purposes. (facebook/metro@fbdd295 by @​motiz88)
  • [Fix]: asserted-states is not iterable when using older Watchman versions. (facebook/metro@3ef5fc8 by @​robhogan)
  • [Fix]: Avoid resolving .native as a standalone file extension. (facebook/metro#1045 by @​EvanBacon)
  • [Fix]: Resolution errors now show accurate source locations. (facebook/metro@a398f34 by @​motiz88)
  • [Performance]: Parallelise Haste construction to improve startup on large Haste systems. (facebook/metro@2e0f69a by @​robhogan)
Commits
  • 13d0001 Release 0.78.0
  • e339c8f Remove unused inlineRequires params from BabelTransformer API
  • 96c7f5c Improve the test coverage for generateFunctionMap.js
  • a398f34 Show accurate location in resolution errors
  • ecc1cc0 Deploy 0.214.0 to xplat
  • 2b0b15d Remove runInspectorProxy option
  • fbdd295 Pass original dependency specifier into the resolver
  • fe23a67 Add Flow typedefs for ws, fix usages
  • 04332f3 Preserve original locs of inlined requires
  • 161fb4d Vendor inline-requires-plugin from fbjs
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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-babel-register](https://github.com/facebook/metro) from 0.77.0 to 0.78.0.
- [Release notes](https://github.com/facebook/metro/releases)
- [Changelog](https://github.com/facebook/metro/blob/main/CHANGELOG.md)
- [Commits](facebook/metro@v0.77.0...v0.78.0)

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

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

vercel bot commented Aug 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-error-boundary ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2023 4:34am

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Aug 14, 2023
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (44a5797) 100.00% compared to head (9ed48be) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #674   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           17        17           
  Branches         4         4           
=========================================
  Hits            17        17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@carloscuesta carloscuesta merged commit 2575e21 into master Aug 15, 2023
4 checks passed
@carloscuesta carloscuesta deleted the dependabot/npm_and_yarn/metro-babel-register-0.78.0 branch August 15, 2023 18:41
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant