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

chore(deps): update dependency metro-react-native-babel-preset to v0.77.0 #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
metro-react-native-babel-preset 0.56.0 -> 0.77.0 age adoption passing confidence

Release Notes

facebook/metro (metro-react-native-babel-preset)

v0.77.0

Compare Source

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

Full Changelog: facebook/metro@v0.76.7...v0.77.0

v0.76.9

Compare Source

This is a hotfix release on the 0.76.x branch.

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

Full Changelog: facebook/metro@v0.76.8...v0.76.9

v0.76.8

Compare Source

v0.76.7

Compare Source

  • [Feature]: metro-babel-transformer and metro-react-native-babel-transformer will return metadata from Babel transform results. (42fdbc2 by @​robhogan)
  • [Feature]: Expose TerminalReporter for Reporter implementations. (417e6f2 by @​colinta)
  • [Feature]: Allow client-side device identifiers in inspector proxy. (c6a94bc by @​byCedric)
  • [Fix]: EPERM file watching errors on Windows. (4b22efb by @​robhogan)

Full Changelog: facebook/metro@v0.76.6...v0.76.7

v0.76.6

Compare Source

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

Full Changelog: facebook/metro@v0.76.5...v0.76.6

v0.76.5

Compare Source

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

Full Changelog: facebook/metro@v0.76.4...v0.76.5

v0.76.4

Compare Source

Full Changelog: facebook/metro@v0.76.3...v0.76.4

v0.76.3

Compare Source

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

Full Changelog: facebook/metro@v0.76.2...v0.76.3

v0.76.2

Compare Source

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

Full Changelog: facebook/metro@v0.76.1...v0.76.2

v0.76.1

Compare Source

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

Full Changelog: facebook/metro@v0.76.0...v0.76.1

v0.76.0

Compare Source

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

v0.75.1

Compare Source

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

Full Changelog: facebook/metro@v0.75.0...v0.75.1

v0.75.0

Compare Source

  • [Breaking]: Formalise minimum Node JS requirement at 14.17.0 via package.json#engines. (facebook/metro@c3e453e)
  • [Breaking]: Filter untyped context properties passed to custom resolvers. (facebook/metro@cb01ec0)
  • [Breaking]: Change default context.redirectModulePath implementation to return absolute path in all cases. (facebook/metro@acbfe63)
  • [Feature]: Add mainFields, getPackage, and getPackageForModule to custom resolver context. (facebook/metro@adfb593)

Full Changelog: facebook/metro@v0.74.1...v0.75.0

v0.74.1

Compare Source

Full Changelog: facebook/metro@v0.74.0...v0.74.1

v0.74.0

Compare Source

Full Changelog: facebook/metro@v0.73.6...v0.74.0

v0.73.10

Compare Source

This is a hotfix on the 0.73.x branch.

Full Changelog: facebook/metro@v0.73.9...v0.73.10

v0.73.9

Compare Source

This is a hotfix on the 0.73.x branch.

Full Changelog: facebook/metro@v0.73.8...v0.73.9

v0.73.8

Compare Source

This is a hotfix on the 0.73.x branch.

Full Changelog: facebook/metro@v0.73.7...v0.73.8

v0.73.7

Compare Source

This is a hotfix on the 0.73.x branch.

v0.73.6

Compare Source

  • [Fix] Fix duplicate 'add' events, reduce dropped events on new subtrees in NodeWatcher (non-Watchman, non-macOS).(facebook/metro@51fb7e3)

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

Full Changelog: facebook/metro@v0.73.5...v0.73.6

v0.73.5

Compare Source

  • [Fix]: Make all getTransformOptions result properties optional. (facebook/metro@a07c823)
  • [Fix]: Bug that can lead to "unknown module" errors at runtime after an incremental build. (facebook/metro@b1be263)
  • [Fix]: metro-runtime: Re-throw cached module errors without wrapping. (facebook/metro@032c4a1)
  • [Fix] Bump babel/types dependency to ^7.20.0 for more consistent exposed AST Bump babel/types dependency to ^7.20.0 for more consistent exposed AST

Full Changelog: facebook/metro@v0.73.4...v0.73.5

v0.73.4

Compare Source

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

  • [Experimental]: experimentalImportBundleSupport: Retraverse parents of deleted async dependencies (facebook/metro@cb806d1)

Full Changelog: facebook/metro@v0.73.3...v0.73.4

v0.73.3

Compare Source

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

  • [Experimental]: Move experimentalImportBundleSupport option from transformer to server (facebook/metro@3c0e1f7)

Full Changelog: facebook/metro@v0.73.2...v0.73.3

v0.73.2

Compare Source

Maintenance release with purely internal changes.

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

v0.73.1

Compare Source

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

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

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

v0.73.0

Compare Source

  • [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. (422055a)
  • [Feature]: Support fsevents watcher on Apple Silicon. (#​875)
  • [Feature]: Support loading source URLs in inspector-proxy. (db19b06)
  • [Fix]: Log warning on unexpected error during metro-file-map cache read. (7028b7f)
  • [Fix]: Remove exponentiation operator transform from metro-react-native-babel-preset. (c2365bb)
  • [Fix]: Don’t check watchman --version if useWatchman is false. (76c9307)

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

v0.72.4

Compare Source

This is a hotfix on the 0.72.x branch.

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

v0.72.3

Compare Source

  • [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

v0.72.2: Release 0.72.2

Compare Source

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

v0.72.1

Compare Source

  • [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

v0.72.0

Compare Source

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

Full Changelog: v0.71.3...v0.72.0

v0.71.3

Compare Source

  • [Fix] End watchman client on calling MetroFileMap end. (fc042d0)

Full Changelog: facebook/metro@v0.71.2...v0.71.3

v0.71.2

Compare Source

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

Full Changelog: v0.71.1...v0.71.2

v0.71.1

Compare Source

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

  • [Experimental] Expose unstable_fileMapCacheManagerFactory config option (e741990)
  • [Experimental] Add unstable_perfLogger config option (eec0d7b)
  • [Experimental] Remove unstable_hasteMapModulePath from Metro config (1cae8d8)

Full Changelog: v0.71.0...v0.71.1

v0.71.0

Compare Source

  • [Breaking] Reject runServer promise if the HTTP server can't start listening (f39af2c)
  • [Feature] Add fileMapCacheDirectory config option, deprecate hasteMapCacheDirectory (93966c0)
  • [Fix] Fail runServer quickly if the port is not available (6d9623e)
  • [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() (fdc4ef1)

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

v0.70.4

Compare Source

This is a hotfix on the 0.70.x branch.

Full Changelog: facebook/metro@v0.70.3...v0.70.4

v0.70.3

Compare Source

This is a hotfix on the 0.70.x branch.

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

v0.70.2

Compare Source

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

v0.70.1

Compare Source

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

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

v0.70.0

Compare Source

v0.69.1

Compare Source

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

v0.69.0

Compare Source

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

v0.68.0

Compare Source

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

v0.67.0

Compare Source

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. (026a66c, ca86682, e061cf3, 70e9888, baacea2)
  • [Experimental] Update metro-hermes-compiler. (e80434c)
  • [Experimental] Provide safe access to assets outside the project root using /assets?unstable_path=.... (f3d1157)
  • [Experimental] Add resolver.unstable_hasteMapModulePath option. (e8c0de0)

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

v0.66.2

Compare Source

  • [Fix] Fix crash in React Native 0.65.0-rc.2. ([f7c6325](https://togi

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 706052f to ae000bf Compare May 14, 2021 10:16
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to ^0.66.0 chore(deps): update dependency metro-react-native-babel-preset to v0.66.0 May 14, 2021
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from ae000bf to a24c313 Compare May 20, 2021 23:23
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from a24c313 to 66baab7 Compare July 5, 2021 20:03
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.66.0 chore(deps): update dependency metro-react-native-babel-preset to v0.66.1 Jul 5, 2021
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 66baab7 to f1195b6 Compare July 20, 2021 13:21
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.66.1 chore(deps): update dependency metro-react-native-babel-preset to v0.66.2 Jul 20, 2021
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from f1195b6 to 333ecab Compare March 7, 2022 10:07
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.66.2 chore(deps): update dependency metro-react-native-babel-preset to v0.69.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 333ecab to dff3b22 Compare March 15, 2022 13:07
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.69.0 chore(deps): update dependency metro-react-native-babel-preset to v0.69.1 Mar 15, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from dff3b22 to 03ecdb2 Compare March 28, 2022 16:33
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.69.1 chore(deps): update dependency metro-react-native-babel-preset to v0.70.0 Mar 28, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 03ecdb2 to 49c1a7c Compare April 7, 2022 10:35
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.70.0 chore(deps): update dependency metro-react-native-babel-preset to v0.70.1 Apr 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.70.1 chore(deps): update dependency metro-react-native-babel-preset to v0.70.2 Apr 22, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 49c1a7c to 118ec37 Compare April 22, 2022 17:48
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.70.2 chore(deps): update dependency metro-react-native-babel-preset to v0.70.3 May 5, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 118ec37 to 4d44f94 Compare May 5, 2022 14:51
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 4d44f94 to 8904920 Compare May 23, 2022 11:04
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.70.3 chore(deps): update dependency metro-react-native-babel-preset to v0.71.0 May 23, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 8904920 to 76a8786 Compare June 10, 2022 20:39
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.71.0 chore(deps): update dependency metro-react-native-babel-preset to v0.71.1 Jun 10, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 76a8786 to 3c0e9ed Compare June 27, 2022 17:16
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.71.1 chore(deps): update dependency metro-react-native-babel-preset to v0.71.2 Jun 27, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 3c0e9ed to 8836a9d Compare July 6, 2022 15:28
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.71.2 chore(deps): update dependency metro-react-native-babel-preset to v0.71.3 Jul 6, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 8836a9d to 1fdf450 Compare July 28, 2022 16:04
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.71.3 chore(deps): update dependency metro-react-native-babel-preset to v0.72.0 Jul 28, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 1fdf450 to 1af7ad9 Compare August 18, 2022 10:37
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.73.3 chore(deps): update dependency metro-react-native-babel-preset to v0.73.5 Dec 1, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from b23e816 to 914c446 Compare December 30, 2022 15:05
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.73.5 chore(deps): update dependency metro-react-native-babel-preset to v0.73.6 Dec 30, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 914c446 to 953b321 Compare January 5, 2023 20:51
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.73.6 chore(deps): update dependency metro-react-native-babel-preset to v0.73.7 Jan 5, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 953b321 to ec9578a Compare January 9, 2023 15:23
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.73.7 chore(deps): update dependency metro-react-native-babel-preset to v0.74.0 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from ec9578a to 596d190 Compare January 20, 2023 13:08
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.74.0 chore(deps): update dependency metro-react-native-babel-preset to v0.74.1 Jan 20, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 596d190 to cddcd07 Compare February 1, 2023 18:48
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.74.1 chore(deps): update dependency metro-react-native-babel-preset to v0.75.0 Feb 1, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from cddcd07 to bcb095e Compare February 22, 2023 19:13
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.75.0 chore(deps): update dependency metro-react-native-babel-preset to v0.75.1 Feb 22, 2023
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.75.1 chore(deps): update dependency metro-react-native-babel-preset to v0.76.0 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from bcb095e to f45ad1c Compare March 18, 2023 19:55
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from f45ad1c to 9b2b060 Compare April 17, 2023 09:53
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.76.0 chore(deps): update dependency metro-react-native-babel-preset to v0.76.2 Apr 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.76.2 chore(deps): update dependency metro-react-native-babel-preset to v0.76.5 May 28, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 9b2b060 to 472bfbd Compare May 28, 2023 11:15
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 472bfbd to 5fdfd4d Compare June 7, 2023 21:09
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.76.5 chore(deps): update dependency metro-react-native-babel-preset to v0.76.6 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 5fdfd4d to 94e3e15 Compare June 21, 2023 14:51
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.76.6 chore(deps): update dependency metro-react-native-babel-preset to v0.76.7 Jun 21, 2023
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.76.7 chore(deps): update dependency metro-react-native-babel-preset to v0.77.0 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 94e3e15 to 80858e4 Compare July 6, 2023 23:47
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.77.0 chore(deps): update dependency metro-react-native-babel-preset to v0.76.8 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 80858e4 to 8a110aa Compare August 7, 2023 20:41
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 8a110aa to d841d2f Compare August 8, 2023 14:29
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.76.8 chore(deps): update dependency metro-react-native-babel-preset to v0.77.0 Aug 8, 2023
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.

None yet

0 participants