Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/turborepo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.4
Choose a base ref
...
head repository: vercel/turborepo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.5
Choose a head ref
  • 11 commits
  • 40 files changed
  • 9 contributors

Commits on Jun 21, 2023

  1. release(turborepo): 1.10.4 (#5349)

    Co-authored-by: Turbobot <[email protected]>
    github-actions[bot] and turbobot-temp authored Jun 21, 2023
    11 Configuration menu
    Copy the full SHA
    5cc119d View commit details
    Browse the repository at this point in the history
  2. fix(turborepo): Add top-level rust cargo files to cli deps (#5348)

    Co-authored-by: Greg Soltis <Greg Soltis>
    Greg Soltis authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8f3ec2c View commit details
    Browse the repository at this point in the history
  3. only wait for JS chunks in none runtime backend (#5352)

    ### Description
    
    When rendering RSC with CSS in edge, there might be CSS chunks in the
    none runtime, which shouldn't be waited for.
    sokra authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ee6683e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fix(ci): Turbopack Clippy CI (#5339)

    ### Description
    
    <!--
      ✍️ Write a short summary of your work.
      If necessary, include relevant screenshots.
    -->
    
    ### Testing Instructions
    
    <!--
      Give a quick description of steps to test your changes.
    -->
    
    ---------
    
    Co-authored-by: --global <Nicholas Yang>
    Co-authored-by: Alex Kirszenberg <[email protected]>
    NicholasLYang and alexkirsz authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8cbdd55 View commit details
    Browse the repository at this point in the history
  2. feat(turborepo) Add timeout to api client json methods (#5350)

    Co-authored-by: Greg Soltis <Greg Soltis>
    Greg Soltis authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8ea6b90 View commit details
    Browse the repository at this point in the history
  3. feat(turborepo): Debugging output for e2e tests (#5351)

    Co-authored-by: Greg Soltis <Greg Soltis>
    Greg Soltis authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2f9b503 View commit details
    Browse the repository at this point in the history
  4. feat(turbo): add main pointing to bin (#5333)

    ### Description
    
    <!--
      ✍️ Write a short summary of your work.
      If necessary, include relevant screenshots.
    -->
    
    Add a `package.json` `main` filed so that `require.resolve` works.
    
    ### Testing Instructions
    
    ```
    // before
    require.resolve('turbo');
    // Throws module not found error
    
    // After
    require.resolve('turbo');
    // /path/to/turbo/bin/turbo
    ```
    
    Many tools rely on `require.resolve` to find where a package was
    installed. Adding this field to the cli package shouldn't change any
    behaviors when using the package in currently documented ways. The only
    downside here is that this package does not export javascript, so this
    will mean that someone require/import'ing the package will get a
    different error. AFAIK there is no other reliable way to find where on
    disk a package was installed than `require.resolve`, so `main` being
    missing would have errored for those folks anyway.
    
    Co-authored-by: Alexander Lyon <[email protected]>
    wesleytodd and arlyon authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2f2fd78 View commit details
    Browse the repository at this point in the history
  5. fix: Removed path slash conversion on unix (#5356)

    ### Description
    
    Had Windows to Unix path conversion on Unix systems, which doesn't make
    sense.
    
    ### Testing Instructions
    
    Added tests to confirm behavior on Unix and Windows
    
    ---------
    
    Co-authored-by: --global <Nicholas Yang>
    NicholasLYang authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6d572e9 View commit details
    Browse the repository at this point in the history
  6. ci(workflow): upload daily next.js test trace (#5254)

    ### Description
    
    WEB-1194.
    
    This PR revises daily test workflow, and upload traces to datadog. It
    skips one test affected by #5294,
    once resolved will be reenabled.
    
    Signed-off-by: OJ Kwon <[email protected]>
    kwonoj authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b0649f6 View commit details
    Browse the repository at this point in the history
  7. fix(turborepo): Fix single package inference (#5362)

    Co-authored-by: Greg Soltis <Greg Soltis>
    Greg Soltis authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    98d898b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4131e4b View commit details
    Browse the repository at this point in the history
Loading