patternfly / patternfly-org

Home of patternfly.org
https://www.patternfly.org
MIT License
70 stars 138 forks source link

chore: upgrade Yarn to the latest version #4387

Closed jonkoops closed 4 days ago

jonkoops commented 5 days ago

Upgrades Yarn to a version that is not end-of-life. This is just to make my life easier as I can't get the old Yarn to work on my system for some reason.

jonkoops commented 5 days ago

FYI the CI failures are nonsense. Snyk is failing as it detected the migrations from Yarn as changes to the dependencies, but they have not changed. And the build-upload check is failing as the job is triggered from main which does not have the required changes to run the new Yarn (as they are in this PR). I have tested this locally, and the build passes just fine.

dlabaj commented 5 days ago

Note that pr-preview and snyk preview are failing because of what is on main. Not this PR.

jonkoops commented 4 days ago

Looks like the PR has conflicted due to some changes to the main branch, I will see if I can do a rebase.