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

RN-569 Upgrade yarn to v3 #3994

Merged
merged 39 commits into from
Jul 6, 2022
Merged

RN-569 Upgrade yarn to v3 #3994

merged 39 commits into from
Jul 6, 2022

Commits on Jun 24, 2022

  1. Update .gitignore

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    ade8f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b1dda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d3843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5200baa View commit details
    Browse the repository at this point in the history
  5. Add yarn workspaces plugin

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5ebf29a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17d7ea6 View commit details
    Browse the repository at this point in the history
  7. Fix import

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    16d57bc View commit details
    Browse the repository at this point in the history
  8. Add missing dependency

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    32546d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3b3f90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad02a67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0842be7 View commit details
    Browse the repository at this point in the history
  12. Localise dependencies to each workspace.

    This is a change from Yarn1 to Yarn2: "Only the dependencies depended upon by a workspace can be accessed".
    
    see https://yarnpkg.com/features/workspaces/#what-does-it-mean-to-be-a-workspace
    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    2bd2025 View commit details
    Browse the repository at this point in the history
  13. Reuse common scripts

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c4d1560 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cb9a4ba View commit details
    Browse the repository at this point in the history
  15. Bump gold master to node v14

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    44568b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8797869 View commit details
    Browse the repository at this point in the history
  17. Bump e2e Dockerfile to node 14

    The latest cypress/base docker image has node 14.19.0
    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    b636f00 View commit details
    Browse the repository at this point in the history
  18. Add missing dep

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    47c3e03 View commit details
    Browse the repository at this point in the history
  19. Minor: Remove comment

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d41a136 View commit details
    Browse the repository at this point in the history
  20. Add missing @types dependency

    IgorNadj committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    04b768d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    9b3d326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf912d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c3c228 View commit details
    Browse the repository at this point in the history
  4. Simplify e2e Dockerfile

    IgorNadj committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c1ec241 View commit details
    Browse the repository at this point in the history
  5. Add missing package

    IgorNadj committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2d46548 View commit details
    Browse the repository at this point in the history
  6. Less verbose yarn output

    IgorNadj committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    bf3ac9d View commit details
    Browse the repository at this point in the history
  7. Add build-dev script to packages

    This differentiates it from the normal build script, which is used for production
    releases. Typically we only want to build to a state where a developer can start work, or tests can be run on a package etc.
    
    One direct advantage is that admin panel no longer does a production build after each yyarn install.
    IgorNadj committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    36be67e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f55ad1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    edb3360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c1e8e View commit details
    Browse the repository at this point in the history
  3. Fix e2e test run

    IgorNadj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e2c8047 View commit details
    Browse the repository at this point in the history
  4. Fix broken build script

    IgorNadj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    eecbfc5 View commit details
    Browse the repository at this point in the history
  5. Fix test e2e

    IgorNadj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f3c2c02 View commit details
    Browse the repository at this point in the history
  6. Fix test scripts

    IgorNadj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    becc972 View commit details
    Browse the repository at this point in the history
  7. Fix test run scripts

    IgorNadj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    bed436c View commit details
    Browse the repository at this point in the history
  8. Update CI e2e env vars

    IgorNadj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f422847 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    292cef5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    667cda8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    949a884 View commit details
    Browse the repository at this point in the history