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

Trying out yarn #39121

Closed
wants to merge 24 commits into from
Closed

Trying out yarn #39121

wants to merge 24 commits into from

Commits on Apr 7, 2020

  1. drop the npm lockfile

    Inital moves to yarn workspaces
    - add workspaces to root package.json
    - move to actual semver versions for monorepo packages instead of file: refs
    
    replaced file: with local package version, updated npm run and circleci
    
    update docker
    
    ignore engines
    
    fix install
    
    moved wpcom.js
    
    remove npm lock file, fix deps file, update wpcom dep
    
    use ^ wherever there was a file: reference
    
    update @automattic/color-studio to version that doesn't spec engines
    
    resolve a single instance of @emotion/core
    
    remove --ignore-engines
    
    update lerna config to teach it about yarn and workspaces
    
    add e2e tests to workspaces
    
    cleanup after rebase
    
    updated @wordpress/jest-preset-default
    
    resolve delete conflicts
    
    Inital moves to yarn workspaces
    - add workspaces to root package.json
    - move to actual semver versions for monorepo packages instead of file: refs
    
    replaced file: with local package version, updated npm run and circleci
    
    ignore engines
    
    moved wpcom.js
    
    remove npm lock file, fix deps file, update wpcom dep
    
    update @automattic/color-studio to version that doesn't spec engines
    
    resolve a single instance of @emotion/core
    
    remove --ignore-engines
    
    add e2e tests to workspaces
    
    cleanup after rebase
    
    updated @wordpress/jest-preset-default
    
    updated lock
    
    use immutable instead of frozen-lockfile
    
    remove package-lock.json from lerna ignores
    
    remove unnecessary -- when running typecheck
    
    spec the yarn version we want
    
    tell renovate to run yarn-deduplicate --fewer after each update run
    
    loosen yarn version to match up with what circle ci has
    
    npm->yarn for various steps and tasks
    
    move back to --frozen-lockfile, --immutable is a 2.0 thing
    
    Update docs/lockfile.md
    
    Co-Authored-By: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
    
    Update docs/monorepo.md
    
    Co-Authored-By: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
    
    update lockfile docs
    
    update install script
    
    fix grammar in lockfile docs
    
    remove redundant --
    
    update npm text and commands in various locations
    
    fix missed conflicts
    
    bring back package-lock.json for e2e tests
    
    cleanup after rebase
    
    update new references to npm to use yarn
    
    fix file: reference
    
    fix lock file and usage of npm
    
    resolve conflict
    
    fix typings issues after rebase due to multiple versions of a package
    blowery authored and scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2fbb3f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759a3d4 View commit details
    Browse the repository at this point in the history
  3. Clean up package.json files

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    d680925 View commit details
    Browse the repository at this point in the history
  4. Delete debug file

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e98cbd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5c884a View commit details
    Browse the repository at this point in the history
  6. Fix typos in npm scripts

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e4e556b View commit details
    Browse the repository at this point in the history
  7. Fix typo in circleci config

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    aeefbab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d0324f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bb3ff8 View commit details
    Browse the repository at this point in the history
  10. Update yarn.lock

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7535e80 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4eec730 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8441200 View commit details
    Browse the repository at this point in the history
  13. Use a valid node version

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6ca1378 View commit details
    Browse the repository at this point in the history
  14. Clean up merge errors

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    77149a8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6438052 View commit details
    Browse the repository at this point in the history
  16. Update yarn.lock

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    0a62374 View commit details
    Browse the repository at this point in the history
  17. Update yarn.lock

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    925a4d1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b2d652b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c4cda6b View commit details
    Browse the repository at this point in the history
  20. Add documentationa about yarn

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6f40d6c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    673880f View commit details
    Browse the repository at this point in the history
  22. Update yarn.lock

    scinos committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    23620bb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    36adcf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Trigger CI

    scinos committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1f63eaa View commit details
    Browse the repository at this point in the history