-
Notifications
You must be signed in to change notification settings - Fork 25k
Bump CLI to 13.5.1 #42183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump CLI to 13.5.1 #42183
Conversation
|
@huntie has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: cbd818d |
50beda3 to
2596f23
Compare
|
cc @huntie I've updated the PR with the newest version, mind looking again? 🙏 |
|
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
37e3de9
Compare
|
I see that after adding |
|
@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 |
|
@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
4205bc4
Compare
4205bc4 to
1377330
Compare
82670fb to
c731877
Compare
|
After setting |
|
@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