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

Fix pnp indexing #262

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Fix pnp indexing #262

wants to merge 6 commits into from

Commits on Jun 14, 2023

  1. Switch to Yarn Berry to fix Typescript working with PnP builds

    Yarn patches Typescript (certain versions) to support PnP dependency
    management strategy.
    
    The easiest thing we can do is to move our own build to Yarn Berry
    so that the patch is applied automatically, and we can support both
    node_modules and PnP approach
    keynmol committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ad39f87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80606b5 View commit details
    Browse the repository at this point in the history
  3. Revert TS downgrade

    keynmol committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c9b6058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adffd50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    757e17d View commit details
    Browse the repository at this point in the history
  6. Make tests handle PnP

    keynmol committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6e7f478 View commit details
    Browse the repository at this point in the history