Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

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

This PR contains the following updates:

Package Change Age Confidence
metro-source-map 0.71.10.83.3 age confidence

Release Notes

facebook/metro (metro-source-map)

v0.83.3

Compare Source

Full Changelog: facebook/metro@v0.83.2...v0.83.3

v0.83.2

Compare Source

  • [Feature] Support ESM metro.config.js / metro.config.mjs (#​1557 by @​robhogan)
  • [Feature] Support Metro config at .config/metro.js (etc.), as well as metro.config.js (#​1558 by @​robhogan)
  • [Feature] Support loading TypeScript metro.config.ts files when using Node.js/Bun versions that natively support it (#​1560 by @​robhogan)
  • [Feature] Expose globalPrefix to getRunModuleStatement (#​1566 by @​robhogan)
  • [Feature] Set a definite bundle sourcemap's url protocol instead of using relative protocols (d0c89e5 by @​vzaidman)
  • [Feature] Respect "x-forwarded-host" and "x-forwarded-proto" when calculating asset url for asset requests (d0c89e5 by @​vzaidman)
  • [Fix] module.verboseName (dev builds only) now uses posix separators regardless of the OS the bundle is built on (#​1568 by @​robhogan)
  • [Fix] Fix build/serve cache incompatibility by removing unused hot param (#​1567 by @​robhogan)
  • [Fix] Replaced the deprecated url.parse with URL and correctly encode and decode source urls and source map urls (#​1548 by @​vzaidman)
  • [Fix] Support non-ASCII filesystem bundle paths (#​1538 by @​bradleyayers)
  • [Fix] Only print symbolication errors in debug (#​1573 by @​krystofwoldrich)
  • [Fix] Fix metro-runtime's fast refresh checks to not skip over getters for ES modules (#​1575 by @​kitten)
  • [Deprecated]: metro-cache: Deprecate AutoCleanFileStore (#​1570 by @​robhogan)

Full Changelog: facebook/metro@v0.83.1...v0.83.2

v0.83.1

Compare Source

v0.83.0

Compare Source

  • [Breaking]: Require Node.js >= 22.14.0. (#​1531 by @​robhogan) (NOTE: Lowered to 20.19.4 in Metro 0.83.1)
  • [Breaking]: Remove undocumented transformer.workerPath config. (49f7aac by @​robhogan)
  • [Breaking]: Prevent importing from /src/, make all non-root exports semver-private, except metro-runtime. (ae6f423 by @​robhogan)
  • [Breaking]: Metro.runServer - return an object containing httpServer rather than the server instance directly. (95867ce by @​robhogan)
  • [Breaking]: metro-babel-register, buck-worker-tool, metro-cache-key: Used named exports instead of exporting a default function. (f225bf1, 69bde93, 3430036 by @​robhogan)
  • [Removed]: metro-memory-fs will no longer be published. (02104f8 by @​robhogan)

Full Changelog: facebook/metro@v0.82.5...v0.83.0

v0.82.5

Compare Source

  • [Feature]: Allow reuse of ReactRefresh instance across multiple module systems by prefixing more globals and IDs (#​1513 by @​jbroma)
  • [Feature]: Add "type": "UnableToResolveError" to JSON server responses on resolution failures. (6f0093c by @​robhogan)
  • [Feature]: Export JsonReporter from metro's package root. (6f0093c by @​robhogan)
  • [Performance]: runBuild API / build CLI - Avoid a second graph traversal when enumerating assets. (#​1511 by @​tido64)
  • [Fix]: Fix incorrect modules being loaded when optional dependencies are used. (#​1522 by @​robhogan)
  • [Fix]: Don't overwrite $RefreshReg$, e.g. when multiple module systems are overlayed. (#​1510 by @​jbroma)

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

  • [Experimental]: Opt-in module factory optimisation for Static Hermes. (c37509b by @​robhogan)

Full Changelog: facebook/metro@v0.82.4...v0.82.5

v0.82.4

Compare Source

  • [Feature] runBuild: Add optional bundleOut and sourceMapOut arguments to exactly specify output paths (a6f2bdc by @​robhogan)
  • [Fix]: Don't constant-fold potentially side-effectful void expressions (#​1506 by @​robhogan)

Full Changelog: facebook/metro@v0.82.3...v0.82.4

v0.82.3

Compare Source

  • [Feature]: runBuild: add assets option to return an asset listing (3b4f503 by @​robhogan)
  • [Fix]: importLocationPlugin: Fix non-deterministic false identification of ESM imports (#​1497 by @​byCedric)
  • [Fix]: collectDepedencies: Fix one-line export from files triggering _interopRequireDefault is not a function (#​1498 by @​byCedric)

Full Changelog: facebook/metro@v0.82.2...v0.82.3

v0.82.2

Compare Source

  • [Feature]: Support proxy and socketPath in remote cache HttpStore (cc7316b by @​robhogan)
  • [Feature] Fallback to showing first collapsed frame when all frames in a stack are collapsed (#​1483 by @​EvanBacon)
  • [Fix] Support correct application/json body parsing in /symbolicate (#​1475 by @​huntie)
  • [Fix] Add missing type for missing import errors in HMR client (#​1487 by @​EvanBacon)

Full Changelog: facebook/metro@v0.82.1...v0.82.2

v0.82.1

Compare Source

  • [Fix]: Fix wildcard pattern precedence in package.json imports/exports resolution (#​1458 by @​robhogan)
  • [Fix]: Fix edge-case overmatching of pattern keys in package.json exports/imports resolution (c4ba9fb by @​robhogan)
  • [Fix]: Fix handling of export map targets with zero or 2+ wildcard characters in package.json imports/exports resolution (acfc0d8 by @​robhogan)
  • [Fix]: Fix terminal statuses incorrectly persisting the wrong line (7156541 by @​vzaidman)

Full Changelog: facebook/metro@v0.82.0...v0.82.1

v0.82.0

Compare Source

  • [Breaking/Feature]: Enable support for package.json#exports resolution by default. (#​1448 by @​robhogan)
  • [Breaking]: Integrators consuming metro/src/DeltaBundler/Transformer must now pass an options object with getOrComputeSha1 (#​1451 by @​robhogan)
  • [Breaking]: metro/src/node-haste/DependencyGraph.getSha1 has been removed, prefer getOrComputeSha1 (#​1451 by @​robhogan)
  • [Performance]: Enable lazy file hashing by default, disable with watcher.unstable_lazySha1: false (#​1451 by @​robhogan)

Full Changelog: facebook/metro@v0.81.3...v0.82.0

v0.81.5

Compare Source

This is a hotfix on the 0.81.x branch.

This release fixes two issues with unstable_enablePackageExports, which is experimental and opt-in in Metro 0.81.

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

  • [Experimental]: importLocationPlugin: Fix non-deterministic false identification of ESM imports (55ed2ee by @​byCedric)
  • [Experimental]: collectDepedencies: Fix one-line export from files triggering _interopRequireDefault is not a function (5f79ce8 by @​byCedric)

Full Changelog: facebook/metro@v0.81.4...v0.81.5

v0.81.4

Compare Source

This is a hotfix on the 0.81.x branch.

This release fixes a number of issues with unstable_enablePackageExports.

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

  • [Experimental]: Fix wildcard pattern precedence in package.json imports/exports resolution (38ef15d by @​robhogan)
  • [Experimental]: Fix edge-case overmatching of pattern keys in package.json exports/imports resolution. (bd9d16c by @​robhogan)
  • [Experimental]: Fix handling of export map targets with zero or 2+ wildcard characters in package.json imports/exports resolution (72b703b by @​robhogan)
  • [Experimental]: Restore compat with configs that set unstable_conditionNames: ['import'], fix _interopRequireDefault is not a function (8277623 by @​robhogan)

Full Changelog: facebook/metro@v0.81.3...v0.81.4

v0.81.3

Compare Source

  • [Feature]: Add support for package.json#imports (#​1302 by @​jameslawson)
  • [Feature]: Add isESMImport to ResolutionContext to distinguish resolution based on whether the dependency is a require() or static/async import (#​1376 by @​robhogan)

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

  • [Experimental]: With unstable_enablePackageExports, assert exactly one of the conditions import/require according to source syntax. (#​1477 by @​robhogan)
  • [Experimental]: Fix global package resolution with unstable_lazySha1 (42ec821 by @​robhogan)

Full Changelog: facebook/metro@v0.81.2...v0.81.3

v0.81.2

Compare Source

  • [Feature]: Expose modules and polyfills within metro-runtime via new public package.json#exports paths. (f390cdf by @​robhogan)
  • [Fix]: Replace top-level this with globalThis in runtime prelude for service worker compatibility. (#​1438 by @​exzos28)
  • [Fix]: get-dependencies command: gracefully shutdown on errors. (b8e9e64 by @​yungsters)
  • [Performance]: Don't start an excessive number of workers for hashing files during startup. (15bc295 by @​robhogan)
  • [Deprecated]: Deprecate deep src imports e.g. metro/src/x.js across all metro* packages, pending removal from the stable API. (#​1441 by @​robhogan)

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

  • [Experimental]: Auto-save file cache via config.watcher.unstable_autoSaveCache. (#​1434 by @​robhogan)
  • [Experimental]: Add watcher.unstable_lazySha1 to defer SHA1 calculation until files are needed by the transformer. (#​1435 by @​robhogan)
  • [Experimental]: Expose deep imports of Metro packages (metro/src/x.js as metro/private/x) as explicitly private (non-semver). (#​1441 by @​robhogan)

Full Changelog: facebook/metro@v0.81.1...v0.81.2

v0.81.1

Compare Source

  • [Feature]: Always include source file content sources in HMR source maps. Fixes facebook/react-native#49069 (breakpoints are inconsistent after fast refresh) (cd7a935 by @​vzaidman)
  • [Fix]: Fix edge case where files may appear missing during bundling/resolution while being modified. (2a0b548 by @​robhogan)
  • [Fix]: Import-exports-plugin: Rename module/require/exports/global declarations to avoid conflicts with injected args or generated code. (#​1385 by @​robhogan)
  • [Fix]: Don't use console.log directly in bundle builds. (91d74d0 by @​robhogan)
  • [Fix]: Haste conflicts created after startup could cause inconsistent filesystem state. (#​1399 by @​robhogan)
  • [Fix]: Don't enter zombie state on startup Haste collisions. (0fc8e45 by @​robhogan)
  • [Performance]: Exclude React Compiler runtime from inline requires. (#​1390 by @​gaearon)
  • [Performance]: Optimize the number of workers to use for parallel processing to use os.availableParallelism instead of os.cpus. (#​1378 by @​screetBloom)
  • [Performance]: Don't stat ignored files in fsevents watcher. (a1c9cdb by @​robhogan)
  • [Performance]: Don't walk project on startup when using fsevents watcher on macOS. (122bdbd by @​robhogan)
  • [Performance]: Use fast, recursive watch on macOS regardless of optional dependency installation. (#​1420 by @​robhogan)

Full Changelog: facebook/metro@v0.81.0...v0.81.1

v0.81.0

Compare Source

  • [Breaking]: Drop support for Node.js < 18.18. (#​1351 by @​vzaidman)
  • [Breaking]: Custom resolvers must now return absolute, real paths for any successful resolution. (3b3e0aa by @​robhogan)
  • [Breaking]: Don't call context.redirectModulePath from default resolver, use a fixed browser field spec implementation. (5e96d17 by @​robhogan)
  • [Breaking] Resolver: Reserve import specifiers beginning '#' exclusively for future subpath imports support. (c1c80c7 by @​robhogan)
  • [Breaking]: Disallow Haste modules with separators and Haste packages with invalid package names. (4e9cc4b by @​robhogan)
  • [Feature]: Expose ResolutionContext.fileSystemLookup for performing file and directory existence checks and resolving real paths. (3b3e0aa by @​robhogan)
  • [Feature]: Add onClose option to Metro.runServer configuration to provide a callback called when Metro is fully torn down. (b3f141f by @​vzaidman)
  • [Fix]: Potential "hub is undefined" error during transform due to Babel cache pollution. (#​1340 by @​vzaidman)
  • [Fix]: Fix #​1347, symlinked packages not respecting package.json redirections. (#​1349 by @​robhogan)
  • [Fix]: metro-memory-fs: Respect force in rmSync. (a792d85 by @​robhogan)
  • [Fix]: Don't eagerly create empty cache directories during getDefaultConfig. (bfd9473 by @​robhogan)
  • [Fix]: Invalidate transform cache on changes to inline-requires implementation. (7d02e17 by @​robhogan)
  • [Fix]: Resolver: Treat absolute path specifiers on Windows with the same strictness as posix, and allow absolute paths without drive letters. (8f7e000 by @​robhogan)

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

  • [Experimental]: Remove redundant unstable_enableSymlinks - symlink support is stable and always-on. (e52b5ff by @​robhogan)
  • [Experimental]: Implement transformer.unstable_memoizeInlineRequires to optimise inlined access. (#​1346 by @​robhogan).
  • [Experimental]: Add unstable_server_log, unstable_server_menu_updated, and unstable_server_menu_cleared reporter events (616f437 by @​huntie)

Full Changelog: facebook/metro@v0.80.11...v0.81.0

v0.80.12

Compare Source

This is a hotfix on the 0.80.x branch.

Full Changelog: facebook/metro@v0.80.11...v0.80.12

v0.80.11

Compare Source

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

v0.80.10

Compare Source

  • [Deprecation]: JsonReporter: Deprecate printing message and stack as top-level properties when a reportable event has an error property (95a6063)
  • [Feature]: Serve source files at /[metro-project]/ and /[metro-watchFolders]/{index}/ (273481c by @​motiz88)
  • [Feature]: Emit URL paths in source maps if passed the sourcePaths=url-server bundle parameter (788ff0d by @​motiz88)
  • [Feature]: Add server_listening reporter event, exposing bound port, address and family (#​1274 by @​robhogan)
  • [Feature]: JsonReporter: Print message, stack, cause, and errors (where present) under error when a reportable event has an error property (95a6063 by @​robhogan)
  • [Fix]: Fix some paths being unresolvable when traversing a symlink that points to an ancestor of the project root (#​1280 by @​robhogan)
  • [Fix]: Improve dev server insensitivity to percent encoding on source requests (6e71699 by @​robhogan)
  • [Fix]: Correctly format logs when saving bundle (#​1300 by @​szymonrybczak)
  • [Fix]: Generate the same transform cache keys on Windows and Posix for remote cache portability (e3aaa0b by @​robhogan)
  • [Performance]: Make server more responsive during source map serialization (34148e6 by @​motiz88)

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

v0.80.9

Compare Source

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

Full Changelog: facebook/metro@v0.80.8...v0.80.9

v0.80.8

Compare Source

  • [Fix]: Guard against invalid symbolication in Chrome DevTools by terminating each module's source map with a null mapping (96c6b89 by @​motiz88)

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

  • [Experimental]: Package exports resolution: Fix implicit default condition to be null for subpath patterns (edge case) (#​1239 by @​jbroma)

Full Changelog: facebook/metro@v0.80.7...v0.80.8

v0.80.7

Compare Source

  • [Fix]: Fix startup time regression when using Watchman on Windows with a warm cache. (#​1231 by @​robhogan)

Full Changelog: facebook/metro@v0.80.6...v0.80.7

v0.80.6

Compare Source

  • [Performance]: Improve resolution performance by optimising normal->absolute path conversion (#​1209 by @​robhogan)
  • [Performance]: Improve resolution performance for watched files outside projectRoot (#​1210 by @​robhogan)

Full Changelog: facebook/metro@v0.80.5...v0.80.6

v0.80.5

Compare Source

  • [Feature]: Add server.forwardClientLogs config option, to allow suppressing client console logs in Metro output. (#​1192 by @​huntie)
  • [Fix]: constant-folding-plugin: Don't fold optional function calls (foo.?()). (#​1178 by @​Gamote)
  • [Fix]: inline-plugin: Don't replace __DEV__ in invalid Babel AST locations. (#​1195 by @​kitten)
  • [Fix]: Move metro-minify-terser dependency to fix resolution under isolated node_modules (pnpm, etc). (#​1199 by @​robhogan)

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

  • [Experimental]: Fix module duplication due to non-real resolved paths when combining unstable_enablePackageExports and unstable_enableSymlinks. (#​1198 by @​robhogan)

Full Changelog: facebook/metro@v0.80.4...v0.80.5

v0.80.4

Compare Source

  • [Fix]: Remove special handling of paths containing .zip/ (9212156 by @​robhogan)
  • [Fix]: Edge case leading to invalid bundles when only the order of dependencies within a module has changed (28abfc9 by @​motiz88)

Full Changelog: facebook/metro@v0.80.3...v0.80.4

v0.80.3

Compare Source

  • [Feature]: Pass dev option to resolver (#​1134 by @​EvanBacon)
  • [Fix]: Fast Refresh may fail or lose modifications after correcting transform or resolution issues in user code (0e51ad9 by @​robhogan)
  • [Fix]: Don't unnecessarily reset Fast Refresh after recovering from certain transform or resolution errors (46b02dc by @​robhogan)
  • [Fix]: Ignore errors in unreachable modules during incremental builds (#​1164 by @​robhogan)

Full Changelog: facebook/metro@v0.80.2...v0.80.3

v0.80.2

Compare Source

  • [Fix]: Fast Refresh breaks on encountering a garbage cycle with async/weak dependencies (e223a2e by @​robhogan)
  • [Fix]: Destroy HTTP cache connections on timeout instead of hanging (6001f86 by @​motiz88)
  • [Fix] Respond with HTTP 404 when a bundle entry point cannot be resolved (cbfb96d by @​motiz88)
  • [Fix]: Support serverRoot with HMR serializer chunks (#​1137 by @​EvanBacon)
  • [Fix]: Update hermes-parser and related packages to 0.18.0 (9cbf1b7)

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)

Full Changelog: facebook/metro@v0.80.1...v0.80.2

v0.80.1

Compare Source

  • [Fix]: Add React JSX runtime to default exceptions for inline requires.(#​1126 by @​gaearon)
  • [Fix]: Always exempt Babel runtime helpers from inline (lazy) requires. (#​1127 by @​gaearon)
  • [Fix]: Include protocol scheme in 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]: Add unstable_workerThreads options to transformer and watcher configuration. (20df4ec by @​robhogan)

Full Changelog: facebook/metro@v0.80.0...v0.80.1

v0.80.0

Compare Source

  • [Breaking]: Remove metro-runtime/src/modules/fast-refresh and react-refresh dependency - now owned by RN's Babel preset. (8557968 by @​robhogan)
  • [Breaking]: metro-babel-register: Switch to Hermes parser, only apply Flow transforms to .js. (ca0f89c by @​pieterv)
  • [Feature]: metro-babel-register: Support export-namespace-from and Flow enums. (ca0f89c by @​pieterv)
  • [Fix]: Removing an async/lazy import may incorrectly free its target. (5f446f3 by @​robhogan)

NB: metro-react-native-interop-tools has been removed and will receive no further updates. (c084066 by @​GijsWeterings)

Full Changelog: facebook/metro@v0.79.1...v0.80.0

v0.79.1

Compare Source

  • [Fix]: metro-babel-register: prevent arbitrary transformation of Babel plugins during registration. (e8f468d by @​robhogan)
  • [Fix]: Fix "unexpected null" crash when handling a batch of file changes. (#​1083 by @​robhogan)
  • [Fix]: Symlinks with indirections may not be resolvable. (#​1084 by @​robhogan)

Full Changelog: facebook/metro@v0.79.0...v0.79.1

v0.79.0

Compare Source

  • [Breaking]: Disable global package resolution (resolver.enableGlobalPackages) by default (0df1541 by @​robhogan)
  • [Feature]: Add option to configure Metro's support for global package resolution (aka "Haste packages") (8b80efb by @​motiz88)
  • [Feature]: Enable resolution through symlinks (previously experimental unstable_enableSymlinks) (9e7cec1 by @​robhogan)
  • [Feature]: Passing custom customTransformOptions and customResolverOptions to bundle_build_started log event so as to refine the bundling message (#​1061 by @​EvanBacon)

v0.78.1

Compare Source

  • [Feature]: Return promise from metro-cache's Cache.set to allow handling underlying async store errors (2845160 by @​robhogan)
  • [Feature] Add base URL string overload to InspectorProxy.createWebSocketListeners (8522db1 by @​huntie)

[!NOTE]
v0.78.1 will be the final release of metro-inspector-proxy, which is being relocated into the React Native repo. In Metro v0.78.0, we removed builtin Inspector Proxy creation as a breaking change.

  • For React Native integrators: The @react-native/dev-middleware package will provide a batteries-included integration point replacing metro-inspector-proxy. We're working closely with Expo on the API for this which should be ready within the next two weeks — usage will be documented in the package README.
  • Please reach out to @​huntie (https://twitter.com/alxhnt) if you need support around this change.

v0.78.0

Compare Source

  • [Breaking] Update default server port to 8081. (891fe96 by @​huntie)
  • [Breaking] Remove metro-react-native-babel-transformer and metro-react-native-babel-preset, which will be published as @react-native/metro-babel-transformer and @react-native/babel-preset going forward. (799aa0a by @​dmytrorykun)
  • [Breaking] Remove runInspectorProxy option from server. (2b0b15d by @​huntie)
    • This is a significant breaking change — Metro will no longer start a built-in Inspector Proxy.
    • To migrate today, integrators should create an InspectorProxy instance externally, and provide the relevant handlers to Metro.runServer(). For reference:
      • inspectorProxy.processRequest to ServerOptions.unstable_extraMiddleware.
      • inspectorProxy.createWebSocketListeners to ServerOptions.websocketEndpoints.
    • Recommended: In the very near future, we will be encapsulating this functionality in the @react-native/dev-middleware package, which will provide a batteries-included integration point for the above.
    • Please reach out to @​huntie if you need support with this feature.
  • [Breaking]: DependencyGraph.resolveDependency now takes a dependency object instead of a string. (fbdd295 by @​motiz88)
  • [Breaking]: Stop passing inlineRequires and nonInlinedRequires to Babel transformers. (e339c8f by @​motiz88)
  • [Feature] Widen config search paths to include metro.config.cjs. (6922933 by @​huntie)
  • [Feature]: Custom resolvers may access the original dependency descriptor for diagnostic purposes. (fbdd295 by @​motiz88)
  • [Fix]: asserted-states is not iterable when using older Watchman versions. (3ef5fc8 by @​robhogan)
  • [Fix]: Avoid resolving .native as a standalone file extension. (#​1045 by @​EvanBacon)
  • [Fix]: Resolution errors now show accurate source locations. (a398f34 by @​motiz88)
  • [Performance]: Parallelise Haste construction to improve startup on large Haste systems. (2e0f69a by @​robhogan)

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 th


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 Update dependency metro-source-map to v0.73.3 Update dependency metro-source-map to v0.73.5 Dec 1, 2022
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch 2 times, most recently from 8c25241 to c5d2c09 Compare December 1, 2022 17:17
@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.5 Update dependency metro-source-map to v0.73.4 Dec 1, 2022
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from c5d2c09 to b9f7ddb Compare December 15, 2022 20:17
@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.4 Update dependency metro-source-map to v0.73.6 Dec 15, 2022
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from b9f7ddb to f3487c0 Compare January 5, 2023 19:46
@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.6 Update dependency metro-source-map to v0.73.7 Jan 5, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f3487c0 to 310645e Compare January 9, 2023 16:29
@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.7 Update dependency metro-source-map to v0.74.0 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 310645e to 0894490 Compare January 20, 2023 12:16
@renovate renovate bot changed the title Update dependency metro-source-map to v0.74.0 Update dependency metro-source-map to v0.74.1 Jan 20, 2023
@renovate renovate bot changed the title Update dependency metro-source-map to v0.74.1 Update dependency metro-source-map to v0.76.0 Mar 23, 2023
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.0 Update dependency metro-source-map to v0.76.2 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 799c605 to e58ce29 Compare April 17, 2023 11:40
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from e58ce29 to 76a6f59 Compare May 28, 2023 08:44
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.2 Update dependency metro-source-map to v0.76.5 May 28, 2023
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.5 Update dependency metro-source-map to v0.72.4 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch 2 times, most recently from 326fdef to 23d6cd9 Compare June 7, 2023 19:01
@renovate renovate bot changed the title Update dependency metro-source-map to v0.72.4 Update dependency metro-source-map to v0.76.6 Jun 7, 2023
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.6 Update dependency metro-source-map to v0.76.7 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 23d6cd9 to f454429 Compare June 21, 2023 14:10
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f454429 to f8f633c Compare July 7, 2023 02:02
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.7 Update dependency metro-source-map to v0.77.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f8f633c to fe88146 Compare August 7, 2023 18:55
@renovate renovate bot changed the title Update dependency metro-source-map to v0.77.0 Update dependency metro-source-map to v0.78.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from fe88146 to e06516c Compare August 16, 2023 11:14
@renovate renovate bot changed the title Update dependency metro-source-map to v0.78.0 Update dependency metro-source-map to v0.78.1 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from e06516c to 0f1d22a Compare September 1, 2023 19:05
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 3f0c769 to 3e3920c Compare January 30, 2025 13:03
@renovate renovate bot changed the title Update dependency metro-source-map to v0.81.0 Update dependency metro-source-map to v0.81.1 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 3e3920c to cf9217c Compare February 25, 2025 16:05
@renovate renovate bot changed the title Update dependency metro-source-map to v0.81.1 Update dependency metro-source-map to v0.81.2 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from cf9217c to 4ed4546 Compare March 3, 2025 12:30
@renovate renovate bot changed the title Update dependency metro-source-map to v0.81.2 Update dependency metro-source-map to v0.81.3 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 4ed4546 to d275181 Compare March 6, 2025 18:45
@renovate renovate bot changed the title Update dependency metro-source-map to v0.81.3 Update dependency metro-source-map to v0.82.0 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from d275181 to 0191337 Compare March 27, 2025 15:28
@renovate renovate bot changed the title Update dependency metro-source-map to v0.82.0 Update dependency metro-source-map to v0.82.1 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 0191337 to f358e0b Compare April 29, 2025 15:51
@renovate renovate bot changed the title Update dependency metro-source-map to v0.82.1 Update dependency metro-source-map to v0.82.2 Apr 29, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f358e0b to 332e408 Compare May 6, 2025 12:24
@renovate renovate bot changed the title Update dependency metro-source-map to v0.82.2 Update dependency metro-source-map to v0.82.3 May 6, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 332e408 to c87f2b4 Compare May 21, 2025 20:34
@renovate renovate bot changed the title Update dependency metro-source-map to v0.82.3 Update dependency metro-source-map to v0.82.4 May 21, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from c87f2b4 to 34817c6 Compare July 6, 2025 10:31
@renovate renovate bot changed the title Update dependency metro-source-map to v0.82.4 Update dependency metro-source-map to v0.82.5 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 34817c6 to c20f723 Compare July 13, 2025 14:13
@renovate renovate bot changed the title Update dependency metro-source-map to v0.82.5 Update dependency metro-source-map to v0.83.0 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from c20f723 to a04e636 Compare July 24, 2025 14:43
@renovate renovate bot changed the title Update dependency metro-source-map to v0.83.0 Update dependency metro-source-map to v0.83.1 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch 2 times, most recently from 18b5d40 to c591e35 Compare August 19, 2025 16:07
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from c591e35 to 2b2a6ac Compare September 18, 2025 18:06
@renovate renovate bot changed the title Update dependency metro-source-map to v0.83.1 Update dependency metro-source-map to v0.83.2 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 2b2a6ac to 1f886e9 Compare October 1, 2025 21:31
@renovate renovate bot changed the title Update dependency metro-source-map to v0.83.2 Update dependency metro-source-map to v0.83.3 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 1f886e9 to 83f0fcd Compare November 10, 2025 19:13
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