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.71.1 #90

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
metro-react-native-babel-preset ^0.58.0 -> 0.71.1 age adoption passing confidence

Release Notes

facebook/metro

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.


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 c4c19f7 to 22a5bac Compare October 20, 2021 05:35
@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.2 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 22a5bac to 013171a Compare March 7, 2022 10:49
@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 013171a to 7a2a8ea Compare March 26, 2022 15:32
@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 26, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 7a2a8ea to 1241762 Compare April 24, 2022 22:49
@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.2 Apr 24, 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 15, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 1241762 to 7847afa Compare May 15, 2022 18:31
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 7847afa to 0210b01 Compare June 18, 2022 15:05
@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.1 Jun 18, 2022
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