-
Notifications
You must be signed in to change notification settings - Fork 943
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
Upgrade to yarn v4 #2551
Upgrade to yarn v4 #2551
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38b0075 - Browse repository at this point
Copy the full SHA 38b0075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2955479 - Browse repository at this point
Copy the full SHA 2955479View commit details -
Needed to add quotes to build and test npm-run-all scripts. lerna run…
… build and test work.
Configuration menu - View commit details
-
Copy full SHA for 361e7d7 - Browse repository at this point
Copy the full SHA 361e7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c85a58 - Browse repository at this point
Copy the full SHA 1c85a58View commit details -
Yarn flag --frozen-lockfile used in github action has been changed to…
… --immutable. Updating module dependencies to use special "workspace:" syntax. Should remove need to update all package.json Turf dependencies for every Turf release.
Configuration menu - View commit details
-
Copy full SHA for 573ede9 - Browse repository at this point
Copy the full SHA 573ede9View commit details -
Adding single quotes around glob uses of npm-run-all. Modern yarn doe…
…sn't run user defined pre* scripts automatically any more, so pretest, posttest, and postlint have been rolled into their respective "main" tasks. Adding yarn prepare explicitly to github workflow as yarn doesn't seem to call that implicitly as part of install.
Configuration menu - View commit details
-
Copy full SHA for 67aaa59 - Browse repository at this point
Copy the full SHA 67aaa59View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef7488 - Browse repository at this point
Copy the full SHA eef7488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 533eaad - Browse repository at this point
Copy the full SHA 533eaadView commit details -
Shouldn't be committing yarn install-state.gz. git configured to igno…
…re though think I checked in a copy before that was in place.
Configuration menu - View commit details
-
Copy full SHA for 8a6c85b - Browse repository at this point
Copy the full SHA 8a6c85bView commit details
Commits on Dec 7, 2023
-
Adding 'corepack enable' to github build workflow as it's as environm…
…ent dependency of the new yarn version.
Configuration menu - View commit details
-
Copy full SHA for 73753da - Browse repository at this point
Copy the full SHA 73753daView commit details -
Not the way to enable corepack. Trying as a config option on actions/…
…setup-node instead.
Configuration menu - View commit details
-
Copy full SHA for 8561f29 - Browse repository at this point
Copy the full SHA 8561f29View commit details