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

chore: migrate the monorepo to pnpm #16990

Merged
merged 29 commits into from
Mar 13, 2024

Commits on Mar 12, 2024

  1. chore: migrate to pnpm

    yusufkandemir committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3c345a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    747ce40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c146ecb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    636f08b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9ef9eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b3dde4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6594d74 View commit details
    Browse the repository at this point in the history
  8. chore: remove yarn.lock

    yusufkandemir committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6daf39b View commit details
    Browse the repository at this point in the history
  9. chore: only allow pnpm

    yusufkandemir committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3512049 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dab74cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cab907 View commit details
    Browse the repository at this point in the history
  12. chore: remove redundant pnpm.peerDependencyRules.ignoreMissing

    it needs to be specified in the root since we are using pnpm workspaces
    but, it doesn't seem to be changing any behavior, so it's redundant
    yusufkandemir committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8fbff0c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b936c5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d8e9b46 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    394e83c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1161c1f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    18a7337 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    deef29c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8cc34be View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    87c1f09 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c446bd6 View commit details
    Browse the repository at this point in the history
  22. ci: fix create test project script

    after migrating to pnpm workspaces, some behavior got changed
    1. prompts package named imports are not working. This is probably due to switching to a different version during migration, rather than a pnpm specific issue.
    2. When using pnpm to create the test project, it becomes part of the monorepo, which makes it fail to install properly.
    yusufkandemir committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c70d912 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5fcaa12 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f0b1fb2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    64577ec View commit details
    Browse the repository at this point in the history
  26. ci: apply skip yarn corepack check to other scripts as well

    but still keep it in create-test-project script to avoid the problem when executing the script in different environments
    yusufkandemir committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    001ed89 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4b8d89b View commit details
    Browse the repository at this point in the history
  28. ci: install Cypress binary when cache does not exit

    and correctly cache it
    yusufkandemir committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b11ff63 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4a4c01c View commit details
    Browse the repository at this point in the history