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.72.2 - autoclosed #48

Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 24, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

facebook/metro

v0.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.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)

v0.66.1

Compare Source

  • [Feature] Add option to use the Hermes parser in the transformer. (6dae163)
  • [Feature] Update the list of default React Native lazy imports to match the removal of Picker, which was already deprecated. (7dcb20d)
  • [Feature] Make the input transform options (e.g. platform) available to experimentalSerializerHook and customSerializer. (#​679)
  • [Fix] Avoid triggering Babel scope caching bugs. (4fea2bd, 1370b7a)
  • [Fix] Fix Hermes debugger proxy for IPv6. (#​662)
  • [Types] Remove documentation and types for the postMinifyProcess option which has been broken since Metro v0.33.0. (5d778de)
  • [Experimental] Various unstable additions to the transformer config. These are not covered by semver and can change at any time. (6482241, 3390274, 5b913fa, #​677)

v0.66.0

Compare Source

  • [Breaking] metro-symbolicate: Optionally accept a SourceURL parameter for debug builds (7ad7560)
  • [Feature] Move generator to Hermes stable (b280477)
  • [Feature] Move for-of and ?? to hermes stable (31375f7)
  • [Feature] Set app name for React Native Experimental Debug Connection (3aca116)
  • [Feature] Infer the name "default" for anonymous exports (af23a1b)
  • [Fix] Disable fileName moduleId parsing for non-legacy source maps (e473e93)
  • [Fix] Format log messages using printf format (f2b3485)
  • [Fix] Fix scope of function declaration binding in constant folding (150d13e)

v0.65.2

Compare Source

  • [Fix] Fix _interopRequireDefault not defined error when using ES Modules (63f3d1e)

v0.65.1

Compare Source

v0.65.0

Compare Source

  • [Breaking]: Remove JSON from default asset types (#​593)
  • [Breaking]: Removes support for Node 10 (bc8a3f0)
  • [Feature]: metro-symbolicate: Support for symbolicating Chrome heap timelines (cb542c0, 6b0a0cb)
  • [Feature]: Update the default list of lazy imports to match RN 0.63 (#​602)
  • [Performance]: Several changes that improve Metro's startup and bundling performance (807bea7, bc8a3f0,
    aceafc5, 279b295, 745e2d8, a942002, d6eefe4)
  • [Fix]: Optimize Platform.select() calls correctly when the argument includes methods (4d9908b)
  • [Fix]: Handle EISDIR errors in buildCodeFrameMessage (#​567)

v0.64.0

Compare Source

  • [Feature]: Add mkdtemp and mkdtempSync implementations to metro-memory-fs (1ed7849)
  • [Feature]: Add chmod, lchmod, and fchmod implementations to metro-memory-fs (d99b55b)
  • [Feature]: Support function-name inference for flow typecast-expressions to source-maps (d48277f)
  • [Feature]: Support SegmentID field in Hermes mini-dump stack traces (d0634a8)
  • [Feature]: Support node modules algorithm for resolving configuration path (dea7e05)
  • [Feature]: Remove template literal and shorthand prop transformation from hermes-stable preset (1367b71)
  • [Feature]: Add nodeModulesPath option to resolver (b2528d4)
  • [Feature]: Remove computed properties, spread, and spread rest transform plugins from Hermes-canary preset (82818e7)
  • [Breaking]: Renames the Metro transform.inlineRequires.blacklist option to blockList. (b25fe89)
  • [Fix]: Prevent inlining of __DEV__ in object property-keys (42942ca)
  • [Fix]: Include /node_modules in resolver search path (04a2a46)
  • [Fix]: Correctly escape the path separator in blocklist regular expressions on Windows (881d9f6)
  • [Experimental]: Support absolute file paths when symbolicating stack traces (7be2284)

v0.63.0

Compare Source

  • [fix] Change initialisation logo and text from RN to Metro

v0.62.0

Compare Source

  • [feature] Add onBundleBuilt to ServerOptions

v0.61.0

Compare Source

Contains all changes since 0.60.0:

  • [Feature]: Add support for blockList and array of regexs
  • [Fix]: Change order of imports to be the same as in source files
  • [Feature]: Add new secureServerOptions option to runServer
  • [Feature]: Add inline-requires option
  • [PetPeeve]: Metro server => Metro

See 0.59.0...0.60.0 for a full list of changes.

v0.60.0

Compare Source

Contains all changes since 0.59.0:

See 0.59.0...0.60.0 for a full list of changes.

v0.59.0

Compare Source

Contains all changes since 0.58.0:

  • [Feature] Add support for optional dependencies (#​511)
  • [Feature] Bring back the option to use terser as a minifier (#​510)
  • [Feature] Record source locations of dependencies in graph
  • [Feature] Show a code frame for resolution errors
  • [Fix] Handle circular dependency removal in the DeltaBundler (#​506)
  • [Improvement] Micro optimizations for module resolutions
  • [Breaking] Removed Metro's old configuration
  • [Breaking] Removed resolving to platform specific asset name
  • [Breaking] Removed virtualMapper config option

See facebook/metro@0.58.0...0.59.0 for a full list of changes.

v0.58.0

Compare Source

  • [Feature]: Add codeframes to symbolication endpoint.
  • [Feature]: Add native as an option for Platform.select (#​480).
  • [Feature]: Add module name to reload reason.
  • [Feature]: metro-react-native-babel-preset support for TypeScript namespace (#​505).
  • [Feature]: Add watch option to Server and disable file watchers for runBuild (#​507).
  • [Fix]: Fix for source maps in chrome devtools.
  • [Fix]: Fix for debugger devtoolsFrontendUrl URL encoding.
  • [Fix]: Fix for Fast Refresh to re-run Modules in Topological Order.
  • [Fix]: Use absolute path, not relative path, when calculating delta (#​493).
  • [Fix]: Pass the original module name to custom resolver (#​499).

v0.57.0

Compare Source

v0.56.4

Compare Source

v0.56.3

Compare Source

Makes Metro compatible with Flow v0.109.0.

(list of commits since v0.56.0)


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, click this checkbox.

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 0b2bd6e to f588647 Compare January 31, 2021 17:51
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.64.0 chore(deps): update dependency metro-react-native-babel-preset to v0.65.0 Jan 31, 2021
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from f588647 to 47d2088 Compare April 26, 2021 13:08
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.65.0 chore(deps): update dependency metro-react-native-babel-preset to v0.66.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 4046653 to 4f43b36 Compare July 5, 2021 19:34
@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 4f43b36 to ed31d55 Compare July 20, 2021 14:05
@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 ed31d55 to f5b1b48 Compare September 30, 2021 04:42
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from f5b1b48 to 600af4b Compare February 1, 2022 15:19
@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.67.0 Feb 1, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 600af4b to eefac4c Compare February 9, 2022 16:38
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.67.0 chore(deps): update dependency metro-react-native-babel-preset to v0.68.0 Feb 9, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from eefac4c to 9fd2c5a Compare February 26, 2022 15:13
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.68.0 chore(deps): update dependency metro-react-native-babel-preset to v0.69.0 Feb 26, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 9fd2c5a to f8aa356 Compare March 15, 2022 10:56
@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 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 f8aa356 to 61f4db6 Compare March 28, 2022 16:57
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 61f4db6 to fcb137d Compare April 7, 2022 09:32
@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 force-pushed the renovate/metro-react-native-babel-preset-0.x branch from fcb137d to 8233757 Compare April 22, 2022 18:32
@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 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 8233757 to 340f769 Compare May 5, 2022 15:49
@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 Jun 1, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 340f769 to 27e5593 Compare June 1, 2022 15:08
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 27e5593 to e7a4da6 Compare June 10, 2022 22:21
@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 e7a4da6 to 81f391b Compare June 27, 2022 17:23
@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 81f391b to dec11e5 Compare July 6, 2022 15:30
@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 dec11e5 to 80c2f0d Compare July 28, 2022 16:55
@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 80c2f0d to e8bd673 Compare August 29, 2022 22:24
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.72.0 chore(deps): update dependency metro-react-native-babel-preset to v0.72.1 Aug 29, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from e8bd673 to 16b16b8 Compare September 5, 2022 13:41
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.72.1 chore(deps): update dependency metro-react-native-babel-preset to v0.72.2 Sep 5, 2022
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.72.2 chore(deps): update dependency metro-react-native-babel-preset to v0.72.2 - autoclosed Sep 7, 2022
@renovate renovate bot closed this Sep 7, 2022
@renovate renovate bot deleted the renovate/metro-react-native-babel-preset-0.x branch September 7, 2022 00:25
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.

0 participants