Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 1, 2019

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
metro-react-native-babel-preset 0.53.1 -> 0.77.0 age 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.

  • [Experimental]: metro-file-map: Normalize root-relative paths for cross-platform cache compatibility. (d282a08 by @​motiz88)
  • [Experimental]: Fix crash when require.context is used on a directory with infinite path expansions. (14d652f by @​robhogan)

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.

  • [Fix]: Move metro-minify-terser dependency to fix resolution under isolated node_modules (pnpm, etc).(#​1199 by @​robhogan)
  • [Fix]: inline-plugin: Don't replace __DEV__ in invalid Babel AST locations. (#​1195 by @​kitten)
  • [Fix]: constant-folding-plugin: Don't fold optional function calls (foo.?()). (#​1178 by @​Gamote)
  • [Fix]: Incorrect worker resolution when multiple metro versions are installed. (6d46078 by @​robhogan)
  • [Fix]: Fix "unexpected null" crash when handling a batch of file changes. (#​1083 by @​robhogan)
  • [Fix]: Fix Fast Refresh edge case where removing an async dependency could incorrectly remove modules from the graph. (19d3284 by @​robhogan)
  • [Fix]: Fix sourceMapUrl when building bundles for windows/macOS (#​763 by @​acoates-ms)

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

  • [Experimental]: When enabled, the "exports" field is now considered for Haste packages (which could include local monorepo packages) (#​1136 by @​kraenhansen)
  • [Experimental]: Fix sourceMappingUrl in HMR payloads when using unstable_serverRoot (#​1137 by @​EvanBacon)

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

v0.76.8

Compare Source

  • [Feature]: Widen config search paths to include metro.config.cjs. (#​1055 by @​huntie)

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

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

  • [Types] Update config and Server types to use broader types from connect package (d20d7c8 by @​huntie)
  • [Types] Fix TypeScript name for createConnectMiddleware export (06682f8 by @​huntie)
  • [Deprecation] Deprecate server.enhanceMiddleware option (22e85fd by @​huntie)

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

  • [Experimental] Add unstable_extraMiddleware option to runServer API (d0d5543 by @​huntie)

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

v0.76.5

Compare Source

  • [Feature] Support URLs for both bundling and symbolication requests using //& instead of ? as a query string delimiter (bd357c8 by @​robhogan)
  • [Fix] Fix crash on a module added+modified+removed between updates (5d7305e by @​robhogan)
  • [Fix] Fix missed modification on module removed+modified+added between updates (5d7305e by @​robhogan)
  • [Fix] Emit source URLs in a format that will not be stripped by JavaScriptCore (bce6b27 by @​robhogan)
  • [Performance] Prune unmodified modules from delta updates before sending them to the client (e24c6ae by @​robhogan)

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

  • [Experimental] Fix babel/runtime issue when using Package Exports (905d773 by @​huntie)

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.

  • [Experimental] Package Exports unstable_conditionNames now defaults to ['require', 'import'] (e70ceef by @​huntie)
  • [Experimental] Removed server.experimentalImportBundleSupport config option. (4ef14f9 by @​motiz88)

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.

  • [Experimental]: Pass full path and query params to asyncRequire for lazy bundles. (61a30b7 by @​motiz88)
  • [Experimental]: Fix bug where Package Exports warnings may have been logged for nested node_modules path candidates. (29c77bf by @​huntie)
  • [Experimental]: Fix package.json discovery against root package specifiers for Package Exports. (b995303 by @​huntie, fixes #​965 reported by @​shamilovtim)

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

  • [Feature]: metro-inspector-proxy: Add a human-readable reference to each inspector entries/pages.(#​921 by @​byCedric)
  • [Feature]: metro-inspector-proxy: Report errors in the console. (da8b41b by @​mattbfb)
  • [Fix]: Race condition where a very recently modified file might have missing metadata.(baf28ab by @​robhogan)
  • [Fix]: Source maps may have invalid entries when using Terser minification. (#​928 by @​robhogan)
  • [Fix]: metro-inspector-proxy: Fetch source maps from Metro. (6690b39 by @​mattbfb)
  • [Fix]: Mitigate potential source map mismatches with concurrent transformations due to terser#1341. (#​929 by @​robhogan)

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

  • [Experimental]: Add initial_build annotation to Resolving and Transforming Dependencies (fc83b52 by @​blakef)
  • [Experimental]: Implement support for Package Exports (enabled via resolver.unstable_enablePackageExports) (4d7ab38, 38b96f8, 216d3e2, 6e6f36f by @​huntie)
  • [Experimental]: Implement support for symlinks (enabled via resolver.unstable_enableSymlinks) (#​925, #​926, etc. by @​robhogan)

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

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

v0.74.1

Compare Source

  • [Feature]: Add @babel/plugin-proposal-numeric-separator to metro-react-native-babel-preset (#​681 by @​SConaway)

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

v0.74.0

Compare Source

  • [Breaking] Remove @​babel/plugin-transform-template-literals from metro-react-native-babel-preset (322dea8)
  • [Breaking] Remove postProcessBundleSourcemap from config (339794e)
  • [Fix] Don't log ENOENT errors to console for expected URL stack frames (1031ae6)
  • [Fix] Don't attempt to use the find crawler on Windows (735aa9f)
  • [Performance] Improve AST processing during transformation (#​854 by @​EvanBacon)
  • [Performance] Improve Fast Refresh responsiveness when watching a large number of files (b942eca)

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.

  • [Feature] Support URLs for both bundling and symbolication requests using //& instead of ? as a query string delimiter (#​994 by @​robhogan)
  • [Fix] Emit source URLs in a format that will not be stripped by JavaScriptCore (#​994 by @​robhogan)

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.

  • [Fix]: Source maps may have invalid entries when using Terser minification. (#​928)
  • [Fix]: Mitigate potential source map mismatches with concurrent transformations due to terser#1341. (#​929)

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.

  • [Fix] Don't attempt to use the find crawler on Windows (3703019)

v0.73.6

Compare Source

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

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

  • [Experimental] experimentalImportBundleSupport: Move bundle path hints into serialised dependency map(#​901)

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

v0.73.5

Compare Source

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

  • [Feature]: Expose watch option in RunServerOptions (#​889 by @​EvanBacon)
  • [Feature]: metro-runtime: Emit additional context on WebSocket 'close' events (d54986c)

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

  • [Experimental]: experimentalImportBundleSupport: Retraverse parents of deleted async dependencies (cb806d1)

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

v0.73.3

Compare Source

  • [Feature]: Add configurable watcher health check that is off by default (7adf468, 39f6e50)

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

  • [Experimental]: Move experimentalImportBundleSupport option from transformer to server (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.

  • [Experimental][Fix]: Normalize file paths for require.context on Windows (#​876 by @​byCedric)

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.

  • [Feature] Support URLs for both bundling and symbolication requests using //& instead of ? as a query string delimiter (#​993 by @​robhogan)
  • [Fix] Emit source URLs in a format that will not be stripped by JavaScriptCore (#​993 by @​robhogan)

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. (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 (#​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

  • [Fix] Add missing .npmignore files (e8bb8fb)
  • [Fix] Rewrite DeltaBundler garbage collection (#​820)
  • [Fix] Remove deprecated Prop Types from lazy imports (#​824 by @​ecreeth)

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.

  • [Feature] Support URLs for both bundling and symbolication requests using //& instead of ? as a query string delimiter. (#​996 by @​robhogan)
  • [Fix] Emit source URLs in a format that will not be stripped by JavaScriptCore. (#​996 by @​robhogan)

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

  • [Breaking] Use custom resolvers (resolver.resolveRequest) before checking the Haste map. (96fb6e9)
  • [Feature] Update React Native lazy imports list with the removal of StatusBarIOS. (2a0f779)
  • [Feature] Allow configuring the path of the canonical empty module, which now lives in metro-runtime by default. (bd5f932, 6e3e789, 7723be5)
  • [Feature] Add initialize_done, transformer_loading, and transformer_loaded events to the Reporter interface. (d19cf5d)
  • [Feature] Add waitForBundler option to the runServer() and runMetro() APIs. ([57d8a92](https://redirect.github.com/facebook/metro/commit/57d8a92583185a97dffc

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.54.0 chore(deps): update dependency metro-react-native-babel-preset to v0.54.1 May 14, 2019
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 9d9d71e to e0ded6b Compare May 14, 2019 14:26
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.54.1 Update dependency metro-react-native-babel-preset to v0.54.1 May 17, 2019
@renovate renovate bot changed the title Update dependency metro-react-native-babel-preset to v0.54.1 chore(deps): update dependency metro-react-native-babel-preset to v0.54.1 May 17, 2019
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from e0ded6b to 9cd92a0 Compare July 4, 2019 07:53
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.54.1 chore(deps): update dependency metro-react-native-babel-preset to v0.55.0 Jul 4, 2019
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 9cd92a0 to 9cd4aeb Compare August 20, 2019 05:57
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.55.0 chore(deps): update dependency metro-react-native-babel-preset to v0.56.0 Aug 20, 2019
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 9cd4aeb to 0946936 Compare November 11, 2019 07:59
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.56.0 chore(deps): update dependency metro-react-native-babel-preset to v0.57.0 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 0946936 to 8d07c19 Compare March 15, 2020 11:58
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.57.0 chore(deps): update dependency metro-react-native-babel-preset to v0.58.0 Mar 15, 2020
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 8d07c19 to 78689e8 Compare May 2, 2020 11:00
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.58.0 chore(deps): update dependency metro-react-native-babel-preset to v0.59.0 May 2, 2020
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 78689e8 to 883301a Compare July 1, 2020 23:51
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.59.0 chore(deps): update dependency metro-react-native-babel-preset to v0.60.0 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 883301a to a4a2e50 Compare August 25, 2020 09:56
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.60.0 chore(deps): update dependency metro-react-native-babel-preset to v0.63.0 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from a4a2e50 to 8ab8a2d Compare November 27, 2020 06:49
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.63.0 chore(deps): update dependency metro-react-native-babel-preset to v0.64.0 Nov 27, 2020
@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 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 8ab8a2d to fcc0464 Compare February 1, 2021 00:01
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from fcc0464 to 0de3170 Compare April 26, 2021 14:42
@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 from 0de3170 to 3b4041e Compare October 18, 2021 21:33
@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 18, 2021
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 3b4041e to 810a7d4 Compare March 7, 2022 14:09
@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 810a7d4 to 0f9a3ac Compare March 26, 2022 14:11
@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 5930182 to 7940a2a Compare June 18, 2022 22:45
@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
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 7940a2a to dd8bfce Compare September 25, 2022 22:21
@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.72.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from dd8bfce to 36677ed Compare November 20, 2022 19:21
@renovate renovate bot changed the title chore(deps): update dependency metro-react-native-babel-preset to v0.72.3 chore(deps): update dependency metro-react-native-babel-preset to v0.73.3 Nov 20, 2022
@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.76.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 36677ed to af7fa01 Compare March 16, 2023 12:07
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from af7fa01 to b9b5d9a Compare May 30, 2023 01:46
@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.5 May 30, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from b9b5d9a to 0d41a45 Compare June 10, 2023 02:58
@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 10, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 0d41a45 to 6afd312 Compare June 22, 2023 02: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 22, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 6afd312 to d38ea44 Compare July 7, 2023 23:50
@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 7, 2023
@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 8, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 5a59a02 to 2c928fd Compare August 9, 2023 02:39
@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 9, 2023
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 4a5fef7 to 73dbc7b Compare August 16, 2025 19:45
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 73dbc7b to cbfa332 Compare August 23, 2025 15:34
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from cbfa332 to 93dfb7c Compare September 1, 2025 08:22
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 93dfb7c to 586bff0 Compare September 26, 2025 23:59
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 586bff0 to 0a41f3e Compare October 23, 2025 08:15
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 03b272a to 5a67dfc Compare November 19, 2025 23:33
@renovate renovate bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 5a67dfc to 24c52a9 Compare December 4, 2025 07:48
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