Skip to content

Update dependency metro-react-native-babel-preset to v0.77.0 - #268

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

Update dependency metro-react-native-babel-preset to v0.77.0#268
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/metro-react-native-babel-preset-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 28, 2022

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
metro-react-native-babel-preset 0.69.10.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: react/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: react/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: react/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: react/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: react/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: 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.

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

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.

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

  • [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: 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. (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: react/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: react/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: react/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: 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.

  • [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: react/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: react/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: react/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: react/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: 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.

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

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.

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

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


Configuration

📅 Schedule: (UTC)

  • 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 Update dependency metro-react-native-babel-preset to v0.70.0 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 279a2cd to ce37cc6 Compare April 7, 2022 10:32
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.70.1 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 ce37cc6 to 337848c Compare April 22, 2022 16:24
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.70.2 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 337848c to c90ef71 Compare May 5, 2022 16:32
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.70.3 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 c90ef71 to 4dbb061 Compare May 23, 2022 13:40
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 4dbb061 to 14e9a9f Compare June 18, 2022 21:03
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.71.0 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 14e9a9f to 5b2046a Compare September 25, 2022 18:34
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.71.1 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 5b2046a to ecd0414 Compare November 20, 2022 10:53
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.72.3 Update dependency metro-react-native-babel-preset to v0.73.3 Nov 20, 2022
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from ecd0414 to 60efa69 Compare March 19, 2023 02:07
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.73.3 Update dependency metro-react-native-babel-preset to v0.76.0 Mar 19, 2023
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.76.0 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 60efa69 to 232c0da Compare April 17, 2023 10:43
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.76.2 Update dependency metro-react-native-babel-preset to v0.76.5 May 31, 2023
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 232c0da to e9897ad Compare May 31, 2023 04:01
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.76.5 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 e9897ad to bb75c05 Compare June 7, 2023 18:08
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.76.6 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 bb75c05 to 1d0b789 Compare June 21, 2023 14:12
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.76.7 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 1d0b789 to c90f2fa Compare July 6, 2023 23:25
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.77.0 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 c90f2fa to 6b21f63 Compare August 7, 2023 23:21
@renovate renovate Bot changed the title Update dependency metro-react-native-babel-preset to v0.76.8 Update dependency metro-react-native-babel-preset to v0.77.0 Aug 8, 2023
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 6b21f63 to fcc23bb Compare August 8, 2023 15:49
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 54f0829 to afaa756 Compare August 19, 2025 14:58
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from afaa756 to 315650b Compare August 31, 2025 12:28
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 315650b to 0024dfb Compare September 25, 2025 16:45
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 0024dfb to 3f6214b Compare October 21, 2025 11:47
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 3f6214b to 8264082 Compare November 10, 2025 13:52
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 8264082 to 3578a7d Compare November 18, 2025 11:04
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 3578a7d to f452521 Compare December 3, 2025 18:11
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from f452521 to 7900822 Compare December 31, 2025 16:41
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 7900822 to 97f0133 Compare January 8, 2026 17:59
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from d1314cf to c8472b2 Compare January 23, 2026 19:32
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from c8472b2 to 74df8aa Compare February 2, 2026 19:13
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 3201bd5 to 61a2710 Compare February 17, 2026 17:34
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 61a2710 to e27c950 Compare March 5, 2026 17:41
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from e27c950 to 192b380 Compare March 13, 2026 13:52
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 529706b to c272dcd Compare April 8, 2026 19:03
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 270525e to 4115f7b Compare May 12, 2026 10:10
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 4115f7b to ac050fb Compare May 18, 2026 10:09
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from eba5bb1 to a756ff7 Compare June 1, 2026 22:08
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from a756ff7 to 549396a Compare June 11, 2026 13:41
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch 2 times, most recently from 7ed0853 to 9156e37 Compare July 16, 2026 17:25
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from 9156e37 to a400891 Compare July 20, 2026 21:52
@renovate
renovate Bot force-pushed the renovate/metro-react-native-babel-preset-0.x branch from a400891 to 6827e0f Compare July 24, 2026 15:35
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