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.5.1
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.5.2
Choose a head ref
  • 17 commits
  • 92 files changed
  • 12 contributors

Commits on Sep 21, 2022

  1. Update docs on declaring env key dependencies (#1936)

    Docs for `env` key updates
    
    - [x] #1970
    - [x] #1950
    - [ ] codemod
    - [ ] lint rule
    
    
    This PR will include: 
    
    - guide and reference docs updates
    - blog post
    
    This PR will be ready for review after all the code pieces are merged.
    
    Co-authored-by: Thomas Knickman <2933988+tknickman@users.noreply.github.com>
    mehulkar and tknickman authored Sep 21, 2022
    1 Configuration menu
    Copy the full SHA
    0dfa8e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. 1 Configuration menu
    Copy the full SHA
    8cd7869 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    2f966d0 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    819def6 View commit details
    Browse the repository at this point in the history
  4. feat(eslint-plugin): add new configuration style (#2041)

    Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
    iduuck and tknickman authored Sep 22, 2022
    1 Configuration menu
    Copy the full SHA
    a782622 View commit details
    Browse the repository at this point in the history
  5. 1.5 blog (#1999)

    * 1.5 blog
    
    * Changed meta and title
    
    * Added og image
    
    * Fixed comma
    
    * Added links
    
    * Added Social Network embed
    
    * Rewrote section on prune
    
    * Removed npm from announcement
    
    * Update docs/pages/blog/turbo-1-5-0.mdx
    
    Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
    
    * Added changes from code review
    
    * Changed prune docs
    
    * Fixed og image
    
    * Changed to 2+
    
    * Dropped the drop the run
    
    * Update docs/pages/blog/turbo-1-5-0.mdx
    
    * Update docs/pages/blog/turbo-1-5-0.mdx
    
    * Update docs/pages/blog/turbo-1-5-0.mdx
    
    * Update docs/pages/blog/turbo-1-5-0.mdx
    
    * Update docs/pages/blog/turbo-1-5-0.mdx
    
    Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
    Co-authored-by: Jared Palmer <jared@jaredpalmer.com>
    3 people authored Sep 22, 2022
    1 Configuration menu
    Copy the full SHA
    221b024 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    f701dcb View commit details
    Browse the repository at this point in the history
  7. feature: enhance dry-run with cache status (#1988)

    Co-authored-by: Greg Soltis <greg.soltis@vercel.com>
    sppatel and Greg Soltis authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    017f5a3 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    b1cc628 View commit details
    Browse the repository at this point in the history
  9. Disable windows variant (#2048)

    Greg Soltis authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    35d9793 View commit details
    Browse the repository at this point in the history
  10. fix: Add .turbo to .gitignore (#2002)

    My first task! Converts the code that adds `.turbo` to `.gitignore` from a grep command to some regular Go code. Fixes a bug with grep not detecting `.turbo` if there's leading or trailing whitespace.
    NicholasLYang authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    4cc7b44 View commit details
    Browse the repository at this point in the history
  11. Combine AbsolutePath and AbsoluteSystemPath (#2026)

    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    nathanhammond and kodiakhq[bot] authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    ff76083 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    5873c89 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a54c277 View commit details
    Browse the repository at this point in the history
  14. Wire up api and team flags with viper (#2053)

     - Ensure we are binding `--api` and `--team` to `viper`. 
     - Ensure we don't mix a config-produced teamId with a flag-produced teamSlug
     - Add a test for the desired behavior
    
    Fixes #2040
    Greg Soltis authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    2539ef1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Ensure environment variables are sorted (#2054)

    Unsorted environment variables cause hashes to be unstable, meaning a large number of environment variables leads to essentially no cache hits.
    
    Fixes #2029
    Greg Soltis authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e824725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af1e48f View commit details
    Browse the repository at this point in the history
Loading