Skip to content

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

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/metro-react-native-babel-preset-0.x
Closed

chore(deps): update dependency metro-react-native-babel-preset to v0.77.0#326
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/metro-react-native-babel-preset-0.x

Conversation

@renovate

@renovate renovate Bot commented Nov 18, 2022

Copy link
Copy Markdown
Contributor

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: react/metro@v0.76.7...v0.77.0

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: react/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: react/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: react/metro@v0.76.4...v0.76.5

v0.76.4

Compare Source

Full Changelog: react/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: react/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: react/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: react/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: react/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. (react/metro@c3e453e)
  • [Breaking]: Filter untyped context properties passed to custom resolvers. (react/metro@cb01ec0)
  • [Breaking]: Change default context.redirectModulePath implementation to return absolute path in all cases. (react/metro@acbfe63)
  • [Feature]: Add mainFields, getPackage, and getPackageForModule to custom resolver context. (react/metro@adfb593)

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

v0.74.1

Compare Source

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

v0.74.0

Compare Source

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

v0.73.10

Compare Source

This is a hotfix on the 0.73.x branch.

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

v0.73.9

Compare Source

This is a hotfix on the 0.73.x branch.

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

v0.73.8

Compare Source

This is a hotfix on the 0.73.x branch.

Full Changelog: react/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).(react/metro@51fb7e3)

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

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

v0.73.5

Compare Source

  • [Fix]: Make all getTransformOptions result properties optional. (react/metro@a07c823)
  • [Fix]: Bug that can lead to "unknown module" errors at runtime after an incremental build. (react/metro@b1be263)
  • [Fix]: metro-runtime: Re-throw cached module errors without wrapping. (react/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: react/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 (react/metro@cb806d1)

Full Changelog: react/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 (react/metro@3c0e1f7)

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

v0.73.2

Compare Source

Maintenance release with purely internal changes.

Full Changelog: react/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: react/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: react/metro@v0.72.3...v0.73.0

v0.72.4

Compare Source

This is a hotfix on the 0.72.x branch.

Full Changelog: react/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. (react/metro@50bb451)
  • Updated metro logo on startup

Full Changelog: react/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: react/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: react/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)

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-

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 commented Nov 18, 2022

Copy link
Copy Markdown
Contributor Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
error An unexpected error occurred: "Invalid value type 1898:0 in /tmp/worker/7085c5/c2aeec/repos/github/maggialejandro/react-native-calendario/yarn.lock".

@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from ec70e2f to b643345 Compare December 1, 2022 12:38
@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 b643345 to 124e590 Compare December 1, 2022 19:07
@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.4 Dec 1, 2022
@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 124e590 to 4aaeee9 Compare December 15, 2022 20:06
@renovate renovate Bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.73.4 chore(deps): update dependency metro-react-native-babel-preset to v0.73.6 Dec 15, 2022
@renovate renovate Bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.73.6 Update dependency metro-react-native-babel-preset to v0.73.6 Dec 17, 2022
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.73.6 chore(deps): update dependency metro-react-native-babel-preset to v0.73.6 Dec 17, 2022
@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 4aaeee9 to 559dad5 Compare December 22, 2022 13:17
@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 559dad5 to 3de428d Compare January 5, 2023 21:22
@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 3de428d to 64a32d4 Compare January 9, 2023 15:49
@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 64a32d4 to 4682a60 Compare January 20, 2023 13:35
@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 4682a60 to eb1408c Compare February 1, 2023 19:05
@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 eb1408c to 37ddf7a Compare February 20, 2023 15:31
@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.73.8 Feb 20, 2023
@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 37ddf7a to d198d90 Compare February 20, 2023 21:00
@renovate renovate Bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.73.8 chore(deps): update dependency metro-react-native-babel-preset to v0.75.0 Feb 20, 2023
@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from d198d90 to 921d491 Compare February 22, 2023 20:02
@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 force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 921d491 to e76c338 Compare March 16, 2023 09:37
@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 16, 2023
@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from e76c338 to abacc8b Compare April 17, 2023 11:14
@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 force-pushed the renovate/metro-react-native-babel-preset-0.x branch from abacc8b to fad4585 Compare May 28, 2023 11:01
@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 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 fad4585 to 2e45c4e Compare June 7, 2023 18:09
@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 2e45c4e to fe2dd4a Compare June 21, 2023 14:37
@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 force-pushed the renovate/metro-react-native-babel-preset-0.x branch from fe2dd4a to 720ea79 Compare July 6, 2023 22:21
@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 720ea79 to d049fa0 Compare July 18, 2023 16:02
@renovate renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from d049fa0 to c427515 Compare August 7, 2023 20:01
@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 c427515 to 5fa3fcd Compare August 8, 2023 14:37
@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
@renovate

renovate Bot commented Oct 8, 2023

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.77.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/metro-react-native-babel-preset-0.x branch October 8, 2023 22:34
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.

1 participant