-
Notifications
You must be signed in to change notification settings - Fork 116
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
chore: yarn v4 #3583
chore: yarn v4 #3583
Conversation
Run & review this pull request in StackBlitz Codeflow. |
|
✅ Deploy Preview for paste-theme-designer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for paste-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -222,6 +222,7 @@ | |||
}, | |||
"resolutions": { | |||
"csstype": "3.0.11", | |||
"meow": "8.1.2", |
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.
yarn v4 has a much stricter resolution check on PRs and the lockfile seemed to have a v6 of meow listed which caused install to break. Resolving the whole monorepo to the codemod version fixed it
@@ -34,9 +34,9 @@ jobs: | |||
id: yarn_cache_id | |||
with: | |||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }} | |||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | |||
key: ${{ runner.os }}-yarn-4-${{ hashFiles('**/yarn.lock') }} |
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.
I'm just busting the yarn cache in github actions to make sure it is full tested
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d1243af. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
.codesandbox/ci.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"buildCommand": "build", | |||
"node": "16", | |||
"node": "20", |
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.
Yarn v4 required node 18+. We run 20
Size Change: 0 B Total Size: 1 MB ℹ️ View Unchanged
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit d1243af:
|
Passing run #7079 ↗︎
Details:
Review all test suite changes for PR #3583 ↗︎ |
More effort that I am willing to invest in right now. I'd rather move to pnpm if I need to actually do work |
Description and useful links to discussions / issues / tickets
Changes in this PR:
Change One
Details of change...
Change Two
Details of change...
Checklist
required
checks have passed🕵🏻♀️ Run website visual regression
label