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.73.1 in /react-native/ReactNativeFlipperExample #692

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

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

Release notes

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

Release v0.73.1

  • [Fix]: Generate a unique name for each Watchman subscription. (3b0e78a76f4eea9f02e8b8464cf5b5e4549d6ac7)

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

Full Changelog: facebook/metro@v0.73.0...v0.73.1

Release v0.73.0

  • [Breaking] Switch default minifier from uglify-es to terser. (#871)
  • [Breaking]: Increase minimum supported Node.js version to ^14.17.0. (#872)
  • [Breaking]: Drop support for old (pre-CalVer) Watchman versions. (422055a5ccaca41edb1864ca07d4f810b3e03791)
  • [Feature]: Support fsevents watcher on Apple Silicon. (#875)
  • [Feature]: Support loading source URLs in inspector-proxy. (db19b06bdd6d2fbbe109e4f3be4b3af3489c1f1c)
  • [Fix]: Log warning on unexpected error during metro-file-map cache read. (7028b7f51074f9ceef22258a8643d0f90de2388b)
  • [Fix]: Remove exponentiation operator transform from metro-react-native-babel-preset. (c2365bb1d72a3773b31c05feab13a96afac484df)
  • [Fix]: Don’t check watchman --version if useWatchman is false. (76c9307ed61efa7794b30b4e585cc5941ed73e16)

Full Changelog: facebook/metro@v0.72.3...v0.73.0

Release v0.72.3

  • [Fix]: Incremental build crashing when garbage collecting modules reachable via multiple paths in the graph. (facebook/metro@50bb451)
  • Updated metro logo on startup

Full Changelog: facebook/metro@v0.72.2...v0.72.3

Release 0.72.2

Full Changelog: v0.72.1...v0.72.2

Release v0.72.1

  • [Feature] Expose the react-refresh/runtime module as part of the metro-runtime package

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

Full Changelog: v0.72.0...v0.72.1

Release v0.72.0

  • [Breaking] Enable React 17 new JSX transform (facebook/metro#848 by @​danilobuerger)
  • ‌[Breaking] Add watcher.additionalExts option, enable inclusion of .cjs and .mjs files by default (c1c6d9c09fa92aa2ba71d803fdfa480e4dbb6a51)
  • [Breaking] .json files will no longer be implicitly resolved if removed from resolver.sourceExts (a3dc30aa0d54d65d6dbd426662f59b0ec398a612)
  • [Breaking] With a default config, any .jsx files will now be resolved before .json, .ts, .tsx (1b479314dc08f2a2e2f76438971f32fcf431ee89)
  • [Breaking] Enable strict CLI validation when metro is passed an invalid subcommand or argument (19c4f7edb85f5b61b056580515348ca9715dd361)
  • [Feature] Add start alias for serve CLI command (19c4f7edb85f5b61b056580515348ca9715dd361)

... (truncated)

Commits
  • 79266cc Release 0.73.1
  • 3b0e78a Use per-watch Watchman subscription names
  • 4bace2a Normalize file paths for require context on Windows (#876)
  • 3ab9c00 Fix a $FlowFixMe
  • 1b064f2 Release 0.73.0
  • 4b78430 Introduce a platform allowlist for libraries
  • f0e9c73 Add watch-related debug and perfLogger output to metro-file-map
  • 43a1ba4 Revert D39966518: Release 0.73.0
  • b83ad85 Release 0.73.0
  • db19b06 Support loading source URLs in inspector-proxy
  • 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.73.1.
- [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.73.1)

---
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 Oct 10, 2022
@coveralls
Copy link

coveralls commented Oct 10, 2022

Pull Request Test Coverage Report for Build 3219668982

  • 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.335%

Totals Coverage Status
Change from base Build 1204485279: 0.06%
Covered Lines: 6786
Relevant Lines: 12360

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 17, 2022

Superseded by #699.

@dependabot dependabot bot closed this Oct 17, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-native/ReactNativeFlipperExample/metro-react-native-babel-preset-0.73.1 branch October 17, 2022 13:14
@coveralls
Copy link

coveralls commented Jul 7, 2024

Pull Request Test Coverage Report for Build 3219668982

Details

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

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/utils/pathUtils.tsx 3 51.67%
desktop/app/src/MenuBar.tsx 8 31.79%
desktop/app/src/server/devices/ios/IOSBridge.tsx 11 67.21%
Totals Coverage Status
Change from base Build 1204485279: 0.2%
Covered Lines: 6800
Relevant Lines: 12360

💛 - 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