Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2026

This PR contains the following updates:

Package Change Age Confidence
@rnx-kit/metro-config (source) 2.2.12.2.2 age confidence

Release Notes

microsoft/rnx-kit (@​rnx-kit/metro-config)

v2.2.2

Compare Source

Patch Changes
  • 176e101: Fixed assets outside of project root not rendering. This breaks
    release builds so it must be manually enabled in metro.config.js:

    diff --git a/metro.config.js b/metro.config.js
    index 000000000..000000000 100644
    --- a/metro.config.js
    +++ b/metro.config.js
    @​@​ -34,4 +34,5 @​@​ module.exports = makeMetroConfig({
         blacklistRE: blockList,
         blockList,
       },
    +  unstable_allowAssetsOutsideProjectRoot: true,
     });

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Oslo, 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 added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@renovate renovate bot requested review from JasonVMo and tido64 as code owners January 26, 2026 00:58
@tido64 tido64 merged commit 9d651a0 into trunk Jan 26, 2026
31 checks passed
@tido64 tido64 deleted the renovate/rnx-kit-metro-config-2.x-lockfile branch January 26, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants