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 yarn in staging to 1.21.1 #7691

Merged
merged 3 commits into from Dec 30, 2019
Merged

Commits on Dec 24, 2019

  1. Upgrade yarn in staging to 1.21.1

    The latest yarn bump in the root package.json to 1.21.1 did not actually upgrade the yarn we ship.
    
    This upgrades the yarn we ship to yarn 1.21.1, using the distribution file https://github.com/yarnpkg/yarn/releases/download/v1.21.1/yarn-1.21.1.js (from the release notes https://github.com/yarnpkg/yarn/releases/tag/v1.21.1)
    jasongrout committed Dec 24, 2019
    Copy the full SHA
    8afd5ba View commit details
    Browse the repository at this point in the history
  2. Delete and regenerate yarn.lock to refresh dependencies

    We deleted the yarn.lock, the ran `jlpm install`, then `jlpm run deduplicate`.
    jasongrout committed Dec 24, 2019
    Copy the full SHA
    2fd9d0b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    83f6e71 View commit details
    Browse the repository at this point in the history