Skip to content
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

Closed
wants to merge 11 commits into from
Closed

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    38b0075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2955479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    361e7d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c85a58 View commit details
    Browse the repository at this point in the history
  5. 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.
    smallsaucepan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    573ede9 View commit details
    Browse the repository at this point in the history
  6. 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.
    smallsaucepan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    67aaa59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eef7488 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    533eaad View commit details
    Browse the repository at this point in the history
  9. 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.
    smallsaucepan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8a6c85b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Adding 'corepack enable' to github build workflow as it's as environm…

    …ent dependency of the new yarn version.
    smallsaucepan committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    73753da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8561f29 View commit details
    Browse the repository at this point in the history