Uh oh!
There was an error while loading. Please reload this page.
Bump CLI to 13.5.1 - #42183
Conversation
facebook-github-bot
commented
Jan 8, 2024
@huntie has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: cbd818d |
50beda3 to
2596f23Compareszymonrybczak
commented
Jan 15, 2024
cc @huntie I've updated the PR with the newest version, mind looking again? 🙏 |
facebook-github-bot
commented
Jan 15, 2024
@huntie has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
@szymonrybczak Looks like the Yarn v3 breaking change is impacting our test_<platform>_template scripts in CircleCI.
Can you look at the changes to our CI scripts needed to support this?
cc @lunaleaps@fortmarek@cortinico@cipolleschi This may impact the yarn test-e2e-local script.
cc @motiz88@robhogan For significant JS infra change.
One of the breaking changes of Yarn v3 was that immutable installs on CI were enabled by default, meaning when there's a new |
2596f23 to
37e3de9CompareI see that after adding |
cortinico
commented
Jan 23, 2024
@szymonrybczak the Android CI is failing because Verdaccio is not working properly (not sure why, but needs investigation). Practically what is happening is that we're pulling If you SSH inside the worker you'll see this: So it seems like with this change we're not accounting for Verdaccio anymore causing the CI to fail |
szymonrybczak
commented
Jan 23, 2024
@cortinico ah I see, thanks for checking this! So actually to make Yarn v3 working with local server, and to make it properly download packages from that server we need to pass the server destination in |
fbaad3d to
4205bc4Compare4205bc4 to
1377330Compare82670fb to
c731877CompareAfter setting |
facebook-github-bot
commented
Jan 24, 2024
@huntie has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |

Summary:
Updates CLI to v13.5.1.
Changelog:
[GENERAL] [CHANGED] - Bump CLI to 13.5.1
Test Plan:
CI