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-react-native-babel-preset from 0.66.2 to 0.69.0 in /react-native/ReactNativeFlipperExample #604

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps metro-react-native-babel-preset from 0.66.2 to 0.69.0.

Release notes

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

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)
  • [Feature] metro-react-native-babel-preset: Support async iterators, "for await ... of" (#747 by @​newyankeecodeshop)

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

Release v0.67.0

  • [Breaking] Use custom resolvers (resolver.resolveRequest) before checking the Haste map. (96fb6e904e1660b37f4d1f5353ca1e5477c4afbf)
  • [Feature] Update React Native lazy imports list with the removal of StatusBarIOS. (2a0f77925e3299e01c2bfe82d0356145a643adc0)
  • [Feature] Allow configuring the path of the canonical empty module, which now lives in metro-runtime by default. (bd5f9323337b03a77bc219636937bb75cd8c18ca, 6e3e789b685b95ea59a58364a751e8010d536e8b, 7723be545795c936cb81cad214ee202f72e169b3)
  • [Feature] Add initialize_done, transformer_loading, and transformer_loaded events to the Reporter interface. (d19cf5d7e88207a8d46c17b570f14a239dae8926)
  • [Feature] Add waitForBundler option to the runServer() and runMetro() APIs. (57d8a92583185a97dffcdc1c95fef7780be9104d)
  • [Feature] Add resolver.disableHierarchicalLookup option. (01416f1bc41a3d557b24e4b508fed5f158990108)
  • [Feature] Remove confusing troubleshooting steps from missing module errors. (1fa45c21f7508cc3a852071b775f592873700ad0)
  • [Feature] Infer names for anonymous functions in optional calls. (4ced2a1be8a42a9c7df71b566918a457bad207c1)
  • [Feature] Infer names for anonymous functions memoized with useCallback. (2611f618b245fd2bd2c3558d2536011269bb5a68)
  • [Feature] Update terser to v5 in metro-minify-terser. (facebook/metro#754 by @​rockwotj, facebook/metro#606 by @​janicduplessis)
  • [Fix] Fix a caching issue with custom resolvers. (793b1a03c1f0b5e63869b471adab3f1ad61b199b)
  • [Fix] Specify UTF-8 encoding when serving bundles. (facebook/metro#695 by @​zhiqingchen)
  • [Fix] Support package.json module replacements for requires with implicit extensions. (41522a25bec9325d1df5981b55d4672db7126895)
  • [Fix] Resolve package.json module replacements when the replaced module isn't a physical file. (171393a6319e507935eeb3d40561e908c1a2abfe)
  • [Fix] Fix stack trace symbolication when input files have non-Unix line endings. (facebook/metro#691 by @​danielsmc)
  • [Fix] Decrease the precedence of resolver.nodeModulesPaths to respect transitive dependencies. (facebook/metro#738 by @​sharmilajesupaul)
  • [Fix] Respect mangle: false & sourceMap: false in minifierConfig. (facebook/metro#749 by @​mfbx9da4)
  • [Fix] Update hash function from MD4 to MD5 for Node 17 compatibility. (facebook/metro#752 by @​tobua)

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

  • [Experimental] Add server.unstable_serverRoot option to allow serving bundles from folders outside the project root. (026a66cf40df1bd05da2afc1660efa1d9605c55a, ca86682012eb836e2b6aeb001f2b3112129e38c3, e061cf342505f3d07fb21f85f22925e3d05557c9, 70e98882ad24d7c25c9b73eaf347e60f2a74c8ca, baacea28635dae7fea3bd30dd485252ae59a937e)
  • [Experimental] Update metro-hermes-compiler. (e80434cf329619e1a0c6c56ae7be6c88cb350c99)
  • [Experimental] Provide safe access to assets outside the project root using /assets?unstable_path=.... (f3d1157bacc341dff82efea2f70b634141105fc0)
  • [Experimental] Add resolver.unstable_hasteMapModulePath option. (e8c0de0411148bd31e3decb6a5c4c1dc1d645666)

Thanks to all the contributors mentioned above for helping improve Metro! 🚇

Commits
  • 109db20 Publish Metro Release 0.69.0
  • 0be6180 Bump url-parse from 1.5.3 to 1.5.7 in /website (#778)
  • f9059c3 Move the SegmentedComponentIOS away from React Native Core (#33140)
  • 9de73d4 Adding ELI5 video (#775)
  • 800f457 Use markdown headers in PR template
  • 0ca606e Remove mkdirp@^0.5.1 due to CVE warnings, use native recursive fs.mkdir (...
  • 222cf3e Bump ajv from 6.12.0 to 6.12.6 in /website (#773)
  • a602840 Bump follow-redirects from 1.14.7 to 1.14.8 in /website (#772)
  • 42922eb Use Object.assign instead of Babel _extends (#745)
  • 56a6b2a update hermes-parser to 0.6.0
  • 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.66.2 to 0.69.0.
- [Release notes](https://github.com/facebook/metro/releases)
- [Changelog](https://github.com/facebook/metro/blob/main/CHANGELOG.md)
- [Commits](facebook/metro@v0.66.2...v0.69.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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 28, 2022
@coveralls
Copy link

coveralls commented Feb 28, 2022

Pull Request Test Coverage Report for Build 1910377955

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 50.284%

Totals Coverage Status
Change from base Build 1215501685: 0.06%
Covered Lines: 6786
Relevant Lines: 12377

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 21, 2022

Superseded by #619.

@dependabot dependabot bot closed this Mar 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-native/ReactNativeFlipperExample/metro-react-native-babel-preset-0.69.0 branch March 21, 2022 13:09
@coveralls
Copy link

coveralls commented Oct 4, 2024

Pull Request Test Coverage Report for Build 1910377955

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 12 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.2%) to 50.414%

Files with Coverage Reduction New Missed Lines %
desktop/app/src/sandy-chrome/appinspect/LaunchEmulator.tsx 2 59.46%
desktop/app/src/server/devices/ios/iOSContainerUtility.tsx 2 29.32%
desktop/app/src/MenuBar.tsx 8 31.79%
Totals Coverage Status
Change from base Build 1215501685: 0.2%
Covered Lines: 6800
Relevant Lines: 12377

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant