facebook / metro

🚇 The JavaScript bundler for React Native
https://metrobundler.dev
MIT License
5.25k stars 627 forks source link

Update Cosmiconfig to 8.2.0 #1067

Closed mikehuebner closed 1 year ago

mikehuebner commented 1 year ago

Summary

I encountered a dependency conflict with version 5.1.2. A local package, SVGR, required a newer version than the one currently utilized in Metro. Notably, the Nx repository favored the version from SVGR. I've updated the dependency and observed no disruptions in the test cases, making the update process straightforward.

Test Plan

I've done the standard npm test without encountering any problems. I'll further investigate in the morning to verify that the update hasn't inadvertently caused other issues.

mikehuebner commented 1 year ago

Definitely not seeing this error running main, will keep debugging and see what is up.