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.9.7
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.9.8
Choose a head ref
  • 5 commits
  • 20 files changed
  • 6 contributors

Commits on May 17, 2023

  1. release(turborepo): 1.9.7 (#5005)

    Co-authored-by: Turbobot <turbobot@vercel.com>
    github-actions[bot] and turbobot-temp authored May 17, 2023
    11 Configuration menu
    Copy the full SHA
    1ffade9 View commit details
    Browse the repository at this point in the history
  2. feat(docs): add code gen page (#4978)

    Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
    tknickman and anthonyshew authored May 17, 2023
    1 Configuration menu
    Copy the full SHA
    29284c8 View commit details
    Browse the repository at this point in the history
  3. ci: Remove Rust/Go toolchain for examples tests (#4969)

    Examples tests do not use a local build of Turborepo, so
    we do not need the toolchain for that.
    mehulkar authored May 17, 2023
    Configuration menu
    Copy the full SHA
    f89354f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. fix(yarn): no longer error on pnp (#5009)

    ### Description
    
    Fixes #4953
    
    We had unintentionally dropped the PnP check in Go and reintroduced the
    check in Rust. This PR simply removes this check and returns us to the
    old unintentional behavior. I believe run should work as expected since
    we execute all tasks via `yarn` which automatically does the right thing
    with `.pnp.cjs`. (Also #4953 contains many reports of people using Yarn
    PnP with turbo just fine)
    
    This PR does not:
    - Add support for PnP with prune. That check was never accidentally
    dropped and I want to do a few more tests before enabling that.
    - Fixup our examples to work correctly with Yarn PnP. All of the ones I
    tried required adding some dependencies
    
    Reviewer notes:
    I apologize, but I ended up fixing all the clippy lints in the files I
    touched and not just the ones introduced from the behavior change. This
    resulted in the PR being larger than necessary.
    
    ### Testing Instructions
    
    Existing unit tests around yarn/berry detection now pass without the a
    `.yarnrc.yml` specifying `nodeLinker: node-modules`. Manual testing of
    some test repos
    
    Co-authored-by: Chris Olszewski <Chris Olszewski>
    chris-olszewski authored May 18, 2023
    Configuration menu
    Copy the full SHA
    77277af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f427f View commit details
    Browse the repository at this point in the history
Loading