Skip to content

Update dependency metro-minify-terser to ^0.84.2#8

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/metro-minify-terser-0.x
Open

Update dependency metro-minify-terser to ^0.84.2#8
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/metro-minify-terser-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 18, 2023

This PR contains the following updates:

Package Change Age Confidence
metro-minify-terser (source) ^0.80.0^0.84.2 age confidence

Release Notes

facebook/metro (metro-minify-terser)

v0.84.2

Compare Source

Full changelog: facebook/metro@v0.84.1...v0.84.2

v0.84.1

Compare Source

  • [Fix] sync bundling progress between Metro cli and app hints (34ca6a6 by @​vzaidman)
  • [Feature] config.server.tls now sets Metro to be exposed as an https server (35ff94b by @​vzaidman)

Full Changelog: facebook/metro@v0.84.0...v0.84.1

v0.84.0

Compare Source

  • [Breaking]: Drop support for Node v21, v23, and LTS minors released before v20.19 (b85f7fe by @​robhogan)

Full Changelog: facebook/metro@v0.83.4...v0.84.0

v0.83.5

Compare Source

This is a hotfix on the 0.83.x branch.

Full Changelog: facebook/metro@v0.83.4...v0.83.5

v0.83.4

Compare Source

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/metro-minify-terser-0.x branch from aec9544 to 94556c0 Compare December 19, 2023 05:25
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.1 Update dependency metro-minify-terser to ^0.80.2 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 94556c0 to 7898b0f Compare January 5, 2024 14:57
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.2 Update dependency metro-minify-terser to ^0.80.3 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 7898b0f to 7b21da8 Compare January 11, 2024 05:46
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.3 Update dependency metro-minify-terser to ^0.80.4 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 7b21da8 to 3afe733 Compare January 25, 2024 05:49
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.4 Update dependency metro-minify-terser to ^0.80.5 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 3afe733 to aaebbfb Compare February 16, 2024 05:40
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.5 Update dependency metro-minify-terser to ^0.80.6 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from aaebbfb to ae7dd5a Compare March 19, 2024 20:59
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.6 Update dependency metro-minify-terser to ^0.80.7 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from ae7dd5a to 9c3bee0 Compare March 29, 2024 17:57
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.7 Update dependency metro-minify-terser to ^0.80.8 Mar 29, 2024
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.8 Update dependency metro-minify-terser to ^0.80.9 May 2, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 9c3bee0 to 6fce79c Compare May 2, 2024 14:29
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 6fce79c to ae35dfe Compare August 10, 2024 11:58
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.9 Update dependency metro-minify-terser to ^0.80.10 Aug 10, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from ae35dfe to 8cede7b Compare September 5, 2024 05:36
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.10 Update dependency metro-minify-terser to ^0.80.11 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 8cede7b to 6568939 Compare September 9, 2024 02:43
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.11 Update dependency metro-minify-terser to ^0.80.12 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 6568939 to 0969ed6 Compare October 15, 2024 05:47
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.80.12 Update dependency metro-minify-terser to ^0.81.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 0969ed6 to f8bac7d Compare January 31, 2025 03:54
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.81.0 Update dependency metro-minify-terser to ^0.81.1 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from f8bac7d to 7e7802f Compare February 27, 2025 07:45
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.81.1 Update dependency metro-minify-terser to ^0.81.2 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 7e7802f to c6a5c92 Compare March 5, 2025 00:20
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.81.2 Update dependency metro-minify-terser to ^0.81.3 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from c6a5c92 to f4d47c4 Compare March 7, 2025 03:40
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.81.3 Update dependency metro-minify-terser to ^0.82.0 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from f4d47c4 to 189ebbd Compare March 29, 2025 11:57
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.82.0 Update dependency metro-minify-terser to ^0.82.1 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 189ebbd to 3b10617 Compare May 1, 2025 20:00
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.82.1 Update dependency metro-minify-terser to ^0.82.2 May 1, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 3b10617 to 020d57e Compare May 10, 2025 00:11
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.82.2 Update dependency metro-minify-terser to ^0.82.3 May 10, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 020d57e to 3fbd737 Compare May 24, 2025 11:46
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.82.3 Update dependency metro-minify-terser to ^0.82.4 May 24, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 3fbd737 to 9e32ae2 Compare July 13, 2025 08:01
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.82.4 Update dependency metro-minify-terser to ^0.82.5 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 9e32ae2 to 24084c9 Compare July 26, 2025 20:02
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.82.5 Update dependency metro-minify-terser to ^0.83.1 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 24084c9 to be11610 Compare September 19, 2025 06:50
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.83.1 Update dependency metro-minify-terser to ^0.83.2 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from be11610 to 2a78d67 Compare October 1, 2025 19:35
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.83.2 Update dependency metro-minify-terser to ^0.83.3 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 2a78d67 to 1a771dd Compare November 19, 2025 23:46
@renovate renovate bot mentioned this pull request Dec 4, 2025
1 task
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 1a771dd to 9e00b13 Compare December 31, 2025 11:34
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 9e00b13 to 465b8a7 Compare February 3, 2026 16:02
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 465b8a7 to 581e4e4 Compare February 14, 2026 00:17
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 581e4e4 to 366ce47 Compare February 21, 2026 06:45
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.83.3 Update dependency metro-minify-terser to ^0.84.0 Feb 21, 2026
@renovate renovate bot force-pushed the renovate/metro-minify-terser-0.x branch from 366ce47 to a580834 Compare March 1, 2026 17:08
@renovate renovate bot changed the title Update dependency metro-minify-terser to ^0.84.0 Update dependency metro-minify-terser to ^0.84.2 Mar 1, 2026
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