Skip to content

chore(deps-dev): bump @rnx-kit/metro-config from 2.1.1 to 2.2.4#1205

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rnx-kit/metro-config-2.2.4
Open

chore(deps-dev): bump @rnx-kit/metro-config from 2.1.1 to 2.2.4#1205
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rnx-kit/metro-config-2.2.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps @rnx-kit/metro-config from 2.1.1 to 2.2.4.

Changelog

Sourced from @​rnx-kit/metro-config's changelog.

2.2.4

Patch Changes

  • 476cf8d: Ensure the empty module can be resolved even when watch folders is an empty array

2.2.3

Patch Changes

  • 9d886f8: Fixed asset URLs not being restored when targeting Windows

2.2.2

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,
     });

2.2.1

Patch Changes

  • dc0f31f: Fixed crash when react-native-web is installed

2.2.0

Minor Changes

  • 34faeb6: Add react-native-web support

Patch Changes

  • Updated dependencies [34faeb6]
    • @​rnx-kit/tools-react-native@​2.3.1

... (truncated)

Commits
  • 1d2cac0 RELEASING: Releasing 3 package(s) (#3950)
  • 476cf8d fix(metro-config): ensure empty module can be resolved (#3955)
  • 64c8644 chore: bump react-native to 0.83 (#3948)
  • ccba867 RELEASING: Releasing 2 package(s) (#3941)
  • 9d886f8 fix(metro-config): fix asset URLs not being restored when targeting Windows (...
  • 9d7f31c RELEASING: Releasing 4 package(s) (#3913)
  • 176e101 fix(metro-config): fix assets outside of project root not rendering (#3910)
  • c1914d6 test(metro-config): add tests for default config (#3866)
  • 635ee36 RELEASING: Releasing 4 package(s) (#3851)
  • dc0f31f fix(metro-config): fix crash when react-native-web is installed (#3860)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config) from 2.1.1 to 2.2.4.
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/metro-config/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/[email protected]/packages/metro-config)

---
updated-dependencies:
- dependency-name: "@rnx-kit/metro-config"
  dependency-version: 2.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
@dependabot dependabot Bot requested a review from Naturalclar as a code owner June 19, 2026 05:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants