The high-performance build system for JavaScript & TypeScript codebases

Overview
Comments
  • chore: proper description of turbo pack

    chore: proper description of turbo pack

    The description of turbo was lacking the credentials, both on the streets and in the sheets. I took the liberty of properly identifying, commiting, and leading this change across several teams, including, but not limited to UI Engineering at TheStartup™. After identifying we committed. I personally was a fan of fugitive, but i now use neogit, which still allows for committing. Finally, the fleet of unpaid interns brought me several coffees as my hands bleed from my toils to bring such truth and beauty to the Vercel Turbopack's github README.

    You are welcome

    The "At least i am not working in angular" Primeagen

    opened by ThePrimeagen 407
  • k8s/Docker examples

    k8s/Docker examples

    Describe the feature you'd like to request

    Have Dockerfile examples.

    Describe the solution you'd like

    It would be a good idea for the kitchen sink starter or others to add Dockerfile examples on how to do this cleanly. To build only what needed etc.

    Describe alternatives you've considered

    There is no alternative?

    area: examples 
    opened by yovanoc 48
  • fix(deps): update rust crate rocksdb to 0.19.0 [security]

    fix(deps): update rust crate rocksdb to 0.19.0 [security]

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | rocksdb | dependencies | minor | 0.18.0 -> 0.19.0 |


    ⚠ Dependency Lookup Warnings ⚠

    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

    GitHub Vulnerability Alerts

    GHSA-xpp3-xrff-w6rh

    Affected versions of this crate called the RocksDB C API rocksdb_open_column_families_with_ttl() with a pointer to a single integer TTL value, but one TTL value for each column family is expected.

    This is only relevant when using rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl() with multiple column families.

    This bug has been fixed in v0.19.0.


    Release Notes

    rust-rocksdb/rust-rocksdb

    v0.19.0

    Compare Source

    • Add support for building with io_uring on Linux (parazyd)
    • Change iterators to return Result (mina86)
    • Support RocksDB transaction (yiyuanliu)
    • Avoid pulling in dependencies via static feature flag (niklasf)
    • Bump rocksdb to 7.4.4 (niklasf)
    • Bump tikv-jemalloc-sys to 0.5 (niklasf)
    • Update set_use_fsync comment (nazar-pc)
    • Introduce ReadOptions::set_iterate_range and PrefixRange (mina86)
    • Bump rocksdb to 7.4.3 (aleksuss)
    • Don’t hold onto ReadOptions.inner when iterating (mina86)
    • Bump zstd-sys from 1.6 to 2.0 (slightknack)
    • Enable a building on the iOS platform (dignifiedquire)
    • Add DBRawIteratorWithThreadMode::item method (mina86)
    • Use NonNull in DBRawIteratorWithThreadMode (mina86)
    • Tiny refactoring including fix for UB (niklasf)
    • Add batched version MultiGet API (yhchiang-sol)
    • Upgrade to rocksdb v7.3.1 (yhchiang-sol)
    • Consistently use ffi_util::to_cpath to convert Path to CString (mina86)
    • Convert properties to &CStr (mina86)
    • Allow passing &CStr arguments (mina86)
    • Fix memory leak when reading properties and avoid memory allocation (mina86)
    • Fix Windows UTF-8 build flag (rajivshah3)
    • Use more target features to build librocksdb-sys (niklasf)
    • Fix bz_internal_error symbol multiply defined (nanpuyue)
    • Bump rocksdb to 7.1.2 (dignifiedquire)
    • Add BlobDB options (dignifiedquire)
    • Add snapshot PinnableSlice based API (zheland)

    Configuration

    📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    area: turbopack 
    opened by renovate[bot] 47
  • turbo@1.0.25 doesn't detect any packages

    [email protected] doesn't detect any packages

    What version of Turborepo are you using?

    1.0.25

    What package manager are you using / does the bug impact?

    pnpm

    What operating system are you using?

    Linux

    Describe the Bug

    After updating to 1.0.25 turbo doesn't detect any packages

    > [email protected] build /home/paul/r/test
    > turbo run build
    
    • Packages in scope: 
    • Running build in 0 packages
    
     Tasks:    0 successful, 0 total
    Cached:    0 cached, 0 total
      Time:    2ms >>> FULL TURBO 
    

    Expected Behavior

    in 1.0.24 everything works fine

    > [email protected] build /home/paul/r/test
    > turbo run build
    
    • Packages in scope: @test/api, @test/shared, test-server, test-ui
    • Running build in 4 packages
    @test/shared:build: cache miss, executing 3ecd2717612f3d54
    @test/shared:build: 
    ...
    

    To Reproduce

    update to 1.0.25 and run any script e.g dev, build

    opened by PavlMais 35
  • ERROR  failed to calculate global hash: error hashing files

    ERROR failed to calculate global hash: error hashing files

    What version of Turborepo are you using?

    1.2.4

    What package manager are you using / does the bug impact?

    npm

    What operating system are you using?

    Mac

    Describe the Bug

    I keep getting this error when trying to deploy turborepo on vercel

    ERROR  failed to calculate global hash: error hashing files. make sure that 
    git has been initialized failed to hash files/vercel/path0/package.json, 
    /vercel/path0/package-lock.json: git hash-object exited with status: exit status 128
    

    Expected Behavior

    Get a succesful deployment

    To Reproduce

    I have set up this command on Vercel

    cd ../.. && npx turbo run build --filter=medusa-admin --include-dependencies --no-deps

    And my turborepo is set uo like this

    {
      "pipeline": {
        "build": {
          "dependsOn": [
            "^build",
            "$GATSBY_MEDUSA_BACKEND_URL"
          ],
          "outputs": ["public/**"]
        },
        "lint": {
          "outputs": []
        },
        "dev": {
          "cache": false
        }
      }
    }
    
    needs: reproduction 
    opened by carpad88 33
  • Add yarn berry node_modules linker, CRLF/LF, and update prune

    Add yarn berry node_modules linker, CRLF/LF, and update prune

    closes #471 closes #536

    partially fixes #237 (only node_modules linker)

    Todo:

    • [x] Update docs
    • [x] Finish reviewing source code
    • [x] Finish Yarn Berry implementation
    • [x] Support CRLF on Unix and LF on Windows

    What this PR brings:

    • Fix some typos
    • Add Yarn Berry support
    • Cleanup dead & duplicate code

    Cleaning up the dead code was done by StaticCheck so if any parts of the code should be held onto for future use, I will revert that change.

    opened by Xenfo 33
  • fix(deps): update rust crate rocksdb to 0.19.0 [security]

    fix(deps): update rust crate rocksdb to 0.19.0 [security]

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | rocksdb | dependencies | minor | 0.18.0 -> 0.19.0 |


    ⚠ Dependency Lookup Warnings ⚠

    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

    GitHub Vulnerability Alerts

    GHSA-xpp3-xrff-w6rh

    Affected versions of this crate called the RocksDB C API rocksdb_open_column_families_with_ttl() with a pointer to a single integer TTL value, but one TTL value for each column family is expected.

    This is only relevant when using rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl() with multiple column families.

    This bug has been fixed in v0.19.0.


    Release Notes

    rust-rocksdb/rust-rocksdb

    v0.19.0

    Compare Source

    • Add support for building with io_uring on Linux (parazyd)
    • Change iterators to return Result (mina86)
    • Support RocksDB transaction (yiyuanliu)
    • Avoid pulling in dependencies via static feature flag (niklasf)
    • Bump rocksdb to 7.4.4 (niklasf)
    • Bump tikv-jemalloc-sys to 0.5 (niklasf)
    • Update set_use_fsync comment (nazar-pc)
    • Introduce ReadOptions::set_iterate_range and PrefixRange (mina86)
    • Bump rocksdb to 7.4.3 (aleksuss)
    • Don’t hold onto ReadOptions.inner when iterating (mina86)
    • Bump zstd-sys from 1.6 to 2.0 (slightknack)
    • Enable a building on the iOS platform (dignifiedquire)
    • Add DBRawIteratorWithThreadMode::item method (mina86)
    • Use NonNull in DBRawIteratorWithThreadMode (mina86)
    • Tiny refactoring including fix for UB (niklasf)
    • Add batched version MultiGet API (yhchiang-sol)
    • Upgrade to rocksdb v7.3.1 (yhchiang-sol)
    • Consistently use ffi_util::to_cpath to convert Path to CString (mina86)
    • Convert properties to &CStr (mina86)
    • Allow passing &CStr arguments (mina86)
    • Fix memory leak when reading properties and avoid memory allocation (mina86)
    • Fix Windows UTF-8 build flag (rajivshah3)
    • Use more target features to build librocksdb-sys (niklasf)
    • Fix bz_internal_error symbol multiply defined (nanpuyue)
    • Bump rocksdb to 7.1.2 (dignifiedquire)
    • Add BlobDB options (dignifiedquire)
    • Add snapshot PinnableSlice based API (zheland)

    Configuration

    📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    area: turbopack 
    opened by renovate[bot] 29
  • chore(deps): update dependency tar to v6.1.13

    chore(deps): update dependency tar to v6.1.13

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | tar | 6.1.12 -> 6.1.13 | age | adoption | passing | confidence |


    ⚠ Dependency Lookup Warnings ⚠

    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


    Release Notes

    npm/node-tar

    v6.1.13

    Compare Source

    Dependencies

    Configuration

    📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    area: turborepo 
    opened by renovate[bot] 28
  • Turbo skipping build tasks without explanation

    Turbo skipping build tasks without explanation

    What version of Turborepo are you using?

    1.4.3

    What package manager are you using / does the bug impact?

    Yarn v2/v3

    What operating system are you using?

    Linux

    Describe the Bug

    Recently after making a bunch of changes to my turbo build it seems like turbo is just skipping building some steps. It isn't pulling from the cache - it just isn't running them.

    When I do a dry-run, it does show those tasks in the list, but when I do a regular build, the tasks are simply not run.

    It says at the end that it ran 20 tasks, but in the output only 10 or 11 tasks are listed as being run (whether cached or not)

    See this gist for the logs:

    https://gist.github.com/dobesv/d167781db339757c53cecf8a16f3c880

    Expected Behavior

    Turbo should run all the tasks, in the right order.

    To Reproduce

    I haven't put together a reproduction yet, still kind of investigating. But hopefully someone has some tips on where to look to figure out the cause of this.

    opened by dobesv 28
  • chore(deps): update dependency @types/estree to ^0.0.52

    chore(deps): update dependency @types/estree to ^0.0.52

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @types/estree (source) | ^0.0.47 -> ^0.0.52 | age | adoption | passing | confidence |


    ⚠ Dependency Lookup Warnings ⚠

    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


    Configuration

    📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    area: turbopack 
    opened by renovate[bot] 23
  • chore(deps): update dependency @types/node to v14.18.34

    chore(deps): update dependency @types/node to v14.18.34

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @types/node (source) | 14.18.29 -> 14.18.34 | age | adoption | passing | confidence |


    ⚠ Dependency Lookup Warnings ⚠

    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


    Configuration

    📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    area: turbopack 
    opened by renovate[bot] 22
  • fix(next-core): check axes for variable fonts only

    fix(next-core): check axes for variable fonts only

    Addresses an issue currently affecting non-variable fonts in which next-dev errors for non-variable Google fonts. This issue can be replicated by using next dev --turbo and using a Google font that isn't variable, like Hind.

    The problem is resolved by unwrapping axes only if the font is variable.

    Relevant issue: vercel/next.js#44282

    area: turbopack 
    opened by ben9583 2
  • [turborepo] Problem with pathname containig brackets

    [turborepo] Problem with pathname containig brackets

    What version of Turborepo are you using?

    1.6.3

    What package manager are you using / does the bug impact?

    npm

    What operating system are you using?

    Windows

    Describe the Bug

    I installed turbopack in a Next 13 project and when I run dev with turbo it returns this error no matter what page I go on :

    path ([..) contains '[' without matching ']' at '[..'
    

    Here's my next.config.js :

    /** @type {import('next').NextConfig} */
    const nextConfig = {
    	reactStrictMode: true,
    	experimental: {
    		appDir: false,
    	}
    };
    

    I've checked my files that uses brackets but they all have opening and closing brackets. Before using turbopack, all my paths were working.

    Expected Behavior

    To have my page content shown and not this error

    To Reproduce

    • Install turbopack
    • Modify the next.config file with the content pit in my bug's description
    • Modify dev script with "next dev --turbo" or run "npx turbo dev"
    • The error should show up with a black screen and just the error text

    Reproduction Repo

    No response

    kind: bug area: turborepo 
    opened by thibaudbrault 0
  • [turborepo] fails to parse workspaces from package.json

    [turborepo] fails to parse workspaces from package.json

    What version of Turborepo are you using?

    1.6.3

    What package manager are you using / does the bug impact?

    npm

    What operating system are you using?

    Windows

    Describe the Bug

    When running the build command, I am getting this log from turbo: WARNING Issues occurred when constructing package graph. Turbo will function, but some features may not be available: 1 error occurred: * json: cannot unmarshal object into Go struct field NpmPackage.packages.workspaces of type []string

    That's probably because my workspaces entry is not made of []string but it's formed like that instead: "workspaces": { "packages": [ "packages/**" ] }

    Expected Behavior

    Turbo properly parses packages entry.

    To Reproduce

    Setup a monorepo project using the same "workspaces" entry structure given in the Bug description.

    Reproduction Repo

    https://github.com/JSPrismarine/JSPrismarine

    kind: bug area: turborepo 
    opened by HerryYT 1
  • docs(repo/existing-monorepo.md): update not working command

    docs(repo/existing-monorepo.md): update not working command

    Update not working command yarn add turbo -DW

    During adopt turborepo in my existing monorepo, I met this error after using command yarn add turbo -DW

    After I found what -W is, I understood why use it. but because document already lead us this command in root, so Isn't it enough only -D not -DW? In my case, I can't use -W. but If using -D, It's working in my case.

    Error image

    image area: docs 
    opened by manudeli 2
  • [Turbopack] lint TP1004 fs.realpathSync(???*0*) is very dynamic

    [Turbopack] lint TP1004 fs.realpathSync(???*0*) is very dynamic

    What version of Turbopack are you using?

    1.6.3

    What package manager are you using / does the bug impact?

    Yarn v2/v3 (node_modules linker only)

    What operating system are you using?

    Windows

    Describe the Bug

    When using a package which depends on temd-dir, turbopack can't compile the app.

    It fails with the following output:

      \\?\C:\Users\anhge\Desktop\Developemt\nextjs-template\node_modules\temp-dir\index.js
        \\?\C:\Users\anhge\Desktop\Developemt\nextjs-template\node_modules\temp-dir\index.js:9:9  lint TP1004 fs.realpathSync(???*0*) is very dynamic
             5   const tempDirectorySymbol = Symbol.for('__RESOLVED_TEMP_DIRECTORY__');
             6
             7   if (!global[tempDirectorySymbol]) {
             8      Object.defineProperty(global, tempDirectorySymbol, {
             9 >            value: fs.realpathSync(os.tmpdir())
            10      });
            11   }
            12
            13   module.exports = global[tempDirectorySymbol];
    
        - *0* ???*1*()
          ⚠️  call of unknown function
        - *1* os*2*["tmpdir"]
          ⚠️  unsupported property on Node.js os module
        - *2* os: The Node.js os module: https://nodejs.org/api/os.html
    
    

    Expected Behavior

    file building error

    To Reproduce

    Checkout the repo below. It's an exceedingly minimal Next 13 project. next dev works as intended. next dev --turbo --show-all will produce the aforementioned error.

    Reproduction Repo

    https://github.com/filename24/nextjs-template/tree/nextjs13

    kind: bug area: turbopack 
    opened by filename24 0
Releases(v1.6.3)
  • v1.6.3(Nov 1, 2022)

    What's Changed

    • Merge release branch staging-1.6.2 by @nathanhammond in https://github.com/vercel/turbo/pull/2453
    • refactor(next/dev): allow devserver args serializable by @kwonoj in https://github.com/vercel/turbo/pull/2446
    • Fix large regression with turning ModuleRuleCondition::matches into a tt::fun by @alexkirsz in https://github.com/vercel/turbo/pull/2450
    • chore: typo by @ahaoboy in https://github.com/vercel/turbo/pull/2404
    • refactor(next/dev): reusable start_server by @kwonoj in https://github.com/vercel/turbo/pull/2455
    • Breakdown /packages code ownership by @mehulkar in https://github.com/vercel/turbo/pull/2459
    • make sure to exit the process in case of errors during errors sending by @sokra in https://github.com/vercel/turbo/pull/2457
    • docs: change with-pnpm run command by @pahaz in https://github.com/vercel/turbo/pull/2468
    • Fix internal link in docs by @mehulkar in https://github.com/vercel/turbo/pull/2465
    • improve startup and warmup of benchmarks by @sokra in https://github.com/vercel/turbo/pull/2463
    • improve performance of to_entry_snapshot by @sokra in https://github.com/vercel/turbo/pull/2462
    • fix prettier by @sokra in https://github.com/vercel/turbo/pull/2471
    • fix workflow links by @sokra in https://github.com/vercel/turbo/pull/2472
    • Avoid recomputing all_assets_map on every change by @alexkirsz in https://github.com/vercel/turbo/pull/2464
    • chore(deps): update jamesives/github-pages-deploy-action action to v4.4.1 by @renovate in https://github.com/vercel/turbo/pull/2244
    • Use dashmap+fxhash instead of flurry by @alexkirsz in https://github.com/vercel/turbo/pull/2431
    • remove require hook by @sokra in https://github.com/vercel/turbo/pull/2473
    • Faster source map tracing by @jridgewell in https://github.com/vercel/turbo/pull/2426
    • Warn on not-yet-supported module usage by @wbinnssmith in https://github.com/vercel/turbo/pull/2422
    • Use the same hashing logic for sourcemap names by @alexkirsz in https://github.com/vercel/turbo/pull/2475
    • Avoid expensive background work by @alexkirsz in https://github.com/vercel/turbo/pull/2482
    • Simplify benchmark warmup by @alexkirsz in https://github.com/vercel/turbo/pull/2483
    • change source map handling to not invalidate on file change by @sokra in https://github.com/vercel/turbo/pull/2474
    • improve chunk optimization by @sokra in https://github.com/vercel/turbo/pull/2476
    • add TURBOPACK_BENCH_PROGRESS to show captured values during bench by @sokra in https://github.com/vercel/turbo/pull/2490
    • optimize chunks to be a smaller by @sokra in https://github.com/vercel/turbo/pull/2491
    • avoid to read_dir syscall for all files by @sokra in https://github.com/vercel/turbo/pull/2495
    • feat(next/dev): allow to retry bind by @kwonoj in https://github.com/vercel/turbo/pull/2480
    • ci(action): workaround windows node-gyp failure by @kwonoj in https://github.com/vercel/turbo/pull/2504
    • ci(action): bump up rust cache by @kwonoj in https://github.com/vercel/turbo/pull/2505
    • fix bad performance in ApplyVisitors by @sokra in https://github.com/vercel/turbo/pull/2501
    • Correct all domain and repository references. by @nathanhammond in https://github.com/vercel/turbo/pull/2508
    • Fix rounding issue and use proper units by @alexkirsz in https://github.com/vercel/turbo/pull/2516
    • fix: create-turbo update next version in templates by @chris-olszewski in https://github.com/vercel/turbo/pull/2519
    • add documentation about benchmarks by @sokra in https://github.com/vercel/turbo/pull/2492
    • benchmark graph nit by @gaspar09 in https://github.com/vercel/turbo/pull/2524
    • Disable pagination links in the footer on /blog by @shuding in https://github.com/vercel/turbo/pull/2526
    • Improve error message for missing task definitions by @mehulkar in https://github.com/vercel/turbo/pull/2267
    • Fix line-height of blog post articles by @shuding in https://github.com/vercel/turbo/pull/2527
    • Merge release branch staging-1.6.3-canary.0 by @nathanhammond in https://github.com/vercel/turbo/pull/2531

    New Contributors

    • @evliu made their first contribution in https://github.com/vercel/turbo/pull/2164
    • @blake-mealey made their first contribution in https://github.com/vercel/turbo/pull/2179
    • @erikhofer made their first contribution in https://github.com/vercel/turbo/pull/2225
    • @adarshaacharya made their first contribution in https://github.com/vercel/turbo/pull/2228
    • @MateoKruk made their first contribution in https://github.com/vercel/turbo/pull/2240
    • @rgomezcasas made their first contribution in https://github.com/vercel/turbo/pull/2209
    • @benjervis made their first contribution in https://github.com/vercel/turbo/pull/2290
    • @junhoyeo made their first contribution in https://github.com/vercel/turbo/pull/2295
    • @sokra made their first contribution in https://github.com/vercel/turbo/pull/2315
    • @ernestd made their first contribution in https://github.com/vercel/turbo/pull/2322
    • @vacekj made their first contribution in https://github.com/vercel/turbo/pull/2330
    • @Just-Moh-it made their first contribution in https://github.com/vercel/turbo/pull/2328
    • @pelleknaap made their first contribution in https://github.com/vercel/turbo/pull/2329
    • @simonw made their first contribution in https://github.com/vercel/turbo/pull/2326
    • @jomlamladen made their first contribution in https://github.com/vercel/turbo/pull/2334
    • @harish-sethuraman made their first contribution in https://github.com/vercel/turbo/pull/2333
    • @debdutdeb made their first contribution in https://github.com/vercel/turbo/pull/2331
    • @sosukesuzuki made their first contribution in https://github.com/vercel/turbo/pull/2360
    • @chunsch made their first contribution in https://github.com/vercel/turbo/pull/2358
    • @zEh- made their first contribution in https://github.com/vercel/turbo/pull/2342
    • @KarnellSchultz made their first contribution in https://github.com/vercel/turbo/pull/2376
    • @lpalmes made their first contribution in https://github.com/vercel/turbo/pull/2368
    • @hijuliancode made their first contribution in https://github.com/vercel/turbo/pull/2354
    • @ChFlick made their first contribution in https://github.com/vercel/turbo/pull/2373
    • @thiagodebastos made their first contribution in https://github.com/vercel/turbo/pull/2383
    • @wbinnssmith made their first contribution in https://github.com/vercel/turbo/pull/2385
    • @alexkirsz made their first contribution in https://github.com/vercel/turbo/pull/2395
    • @Brooooooklyn made their first contribution in https://github.com/vercel/turbo/pull/2366
    • @peterpme made their first contribution in https://github.com/vercel/turbo/pull/2413
    • @johanholmerin made their first contribution in https://github.com/vercel/turbo/pull/2429
    • @ijjk made their first contribution in https://github.com/vercel/turbo/pull/2434
    • @bdbai made their first contribution in https://github.com/vercel/turbo/pull/2364
    • @allan2 made their first contribution in https://github.com/vercel/turbo/pull/2443
    • @ahaoboy made their first contribution in https://github.com/vercel/turbo/pull/2404
    • @pahaz made their first contribution in https://github.com/vercel/turbo/pull/2468

    Full Changelog: https://github.com/vercel/turbo/compare/v1.6.2...v1.6.3

    Source code(tar.gz)
    Source code(zip)
  • v1.6.3-canary.0(Nov 1, 2022)

    What's Changed

    • Merge release branch staging-1.6.2 by @nathanhammond in https://github.com/vercel/turbo/pull/2453
    • refactor(next/dev): allow devserver args serializable by @kwonoj in https://github.com/vercel/turbo/pull/2446
    • Fix large regression with turning ModuleRuleCondition::matches into a tt::fun by @alexkirsz in https://github.com/vercel/turbo/pull/2450
    • chore: typo by @ahaoboy in https://github.com/vercel/turbo/pull/2404
    • refactor(next/dev): reusable start_server by @kwonoj in https://github.com/vercel/turbo/pull/2455
    • Breakdown /packages code ownership by @mehulkar in https://github.com/vercel/turbo/pull/2459
    • make sure to exit the process in case of errors during errors sending by @sokra in https://github.com/vercel/turbo/pull/2457
    • docs: change with-pnpm run command by @pahaz in https://github.com/vercel/turbo/pull/2468
    • Fix internal link in docs by @mehulkar in https://github.com/vercel/turbo/pull/2465
    • improve startup and warmup of benchmarks by @sokra in https://github.com/vercel/turbo/pull/2463
    • improve performance of to_entry_snapshot by @sokra in https://github.com/vercel/turbo/pull/2462
    • fix prettier by @sokra in https://github.com/vercel/turbo/pull/2471
    • fix workflow links by @sokra in https://github.com/vercel/turbo/pull/2472
    • Avoid recomputing all_assets_map on every change by @alexkirsz in https://github.com/vercel/turbo/pull/2464
    • chore(deps): update jamesives/github-pages-deploy-action action to v4.4.1 by @renovate in https://github.com/vercel/turbo/pull/2244
    • Use dashmap+fxhash instead of flurry by @alexkirsz in https://github.com/vercel/turbo/pull/2431
    • remove require hook by @sokra in https://github.com/vercel/turbo/pull/2473
    • Faster source map tracing by @jridgewell in https://github.com/vercel/turbo/pull/2426
    • Warn on not-yet-supported module usage by @wbinnssmith in https://github.com/vercel/turbo/pull/2422
    • Use the same hashing logic for sourcemap names by @alexkirsz in https://github.com/vercel/turbo/pull/2475
    • Avoid expensive background work by @alexkirsz in https://github.com/vercel/turbo/pull/2482
    • Simplify benchmark warmup by @alexkirsz in https://github.com/vercel/turbo/pull/2483
    • change source map handling to not invalidate on file change by @sokra in https://github.com/vercel/turbo/pull/2474
    • improve chunk optimization by @sokra in https://github.com/vercel/turbo/pull/2476
    • add TURBOPACK_BENCH_PROGRESS to show captured values during bench by @sokra in https://github.com/vercel/turbo/pull/2490
    • optimize chunks to be a smaller by @sokra in https://github.com/vercel/turbo/pull/2491
    • avoid to read_dir syscall for all files by @sokra in https://github.com/vercel/turbo/pull/2495
    • feat(next/dev): allow to retry bind by @kwonoj in https://github.com/vercel/turbo/pull/2480
    • ci(action): workaround windows node-gyp failure by @kwonoj in https://github.com/vercel/turbo/pull/2504
    • ci(action): bump up rust cache by @kwonoj in https://github.com/vercel/turbo/pull/2505
    • fix bad performance in ApplyVisitors by @sokra in https://github.com/vercel/turbo/pull/2501
    • Correct all domain and repository references. by @nathanhammond in https://github.com/vercel/turbo/pull/2508
    • Fix rounding issue and use proper units by @alexkirsz in https://github.com/vercel/turbo/pull/2516
    • fix: create-turbo update next version in templates by @chris-olszewski in https://github.com/vercel/turbo/pull/2519
    • add documentation about benchmarks by @sokra in https://github.com/vercel/turbo/pull/2492
    • benchmark graph nit by @gaspar09 in https://github.com/vercel/turbo/pull/2524
    • Disable pagination links in the footer on /blog by @shuding in https://github.com/vercel/turbo/pull/2526
    • Improve error message for missing task definitions by @mehulkar in https://github.com/vercel/turbo/pull/2267
    • Fix line-height of blog post articles by @shuding in https://github.com/vercel/turbo/pull/2527

    New Contributors

    • @evliu made their first contribution in https://github.com/vercel/turbo/pull/2164
    • @blake-mealey made their first contribution in https://github.com/vercel/turbo/pull/2179
    • @erikhofer made their first contribution in https://github.com/vercel/turbo/pull/2225
    • @adarshaacharya made their first contribution in https://github.com/vercel/turbo/pull/2228
    • @MateoKruk made their first contribution in https://github.com/vercel/turbo/pull/2240
    • @rgomezcasas made their first contribution in https://github.com/vercel/turbo/pull/2209
    • @benjervis made their first contribution in https://github.com/vercel/turbo/pull/2290
    • @junhoyeo made their first contribution in https://github.com/vercel/turbo/pull/2295
    • @sokra made their first contribution in https://github.com/vercel/turbo/pull/2315
    • @ernestd made their first contribution in https://github.com/vercel/turbo/pull/2322
    • @vacekj made their first contribution in https://github.com/vercel/turbo/pull/2330
    • @Just-Moh-it made their first contribution in https://github.com/vercel/turbo/pull/2328
    • @pelleknaap made their first contribution in https://github.com/vercel/turbo/pull/2329
    • @simonw made their first contribution in https://github.com/vercel/turbo/pull/2326
    • @jomlamladen made their first contribution in https://github.com/vercel/turbo/pull/2334
    • @harish-sethuraman made their first contribution in https://github.com/vercel/turbo/pull/2333
    • @debdutdeb made their first contribution in https://github.com/vercel/turbo/pull/2331
    • @sosukesuzuki made their first contribution in https://github.com/vercel/turbo/pull/2360
    • @chunsch made their first contribution in https://github.com/vercel/turbo/pull/2358
    • @zEh- made their first contribution in https://github.com/vercel/turbo/pull/2342
    • @KarnellSchultz made their first contribution in https://github.com/vercel/turbo/pull/2376
    • @lpalmes made their first contribution in https://github.com/vercel/turbo/pull/2368
    • @hijuliancode made their first contribution in https://github.com/vercel/turbo/pull/2354
    • @ChFlick made their first contribution in https://github.com/vercel/turbo/pull/2373
    • @thiagodebastos made their first contribution in https://github.com/vercel/turbo/pull/2383
    • @wbinnssmith made their first contribution in https://github.com/vercel/turbo/pull/2385
    • @alexkirsz made their first contribution in https://github.com/vercel/turbo/pull/2395
    • @Brooooooklyn made their first contribution in https://github.com/vercel/turbo/pull/2366
    • @peterpme made their first contribution in https://github.com/vercel/turbo/pull/2413
    • @johanholmerin made their first contribution in https://github.com/vercel/turbo/pull/2429
    • @ijjk made their first contribution in https://github.com/vercel/turbo/pull/2434
    • @bdbai made their first contribution in https://github.com/vercel/turbo/pull/2364
    • @allan2 made their first contribution in https://github.com/vercel/turbo/pull/2443
    • @ahaoboy made their first contribution in https://github.com/vercel/turbo/pull/2404
    • @pahaz made their first contribution in https://github.com/vercel/turbo/pull/2468

    Full Changelog: https://github.com/vercel/turbo/compare/v1.6.2...v1.6.3-canary.0

    Source code(tar.gz)
    Source code(zip)
  • v1.6.2(Nov 1, 2022)

    What's Changed

    • Merge release branch staging-1.6.1 by @nathanhammond in https://github.com/vercel/turbo/pull/2301
    • Make ship happen by @sokra in https://github.com/vercel/turbo/pull/2315
    • Update react & next in turborepo examples by @mehulkar in https://github.com/vercel/turbo/pull/2317
    • Remove wildcard redirect rule from list by @ernestd in https://github.com/vercel/turbo/pull/2322
    • Add a missing dash by @vacekj in https://github.com/vercel/turbo/pull/2330
    • fix: twitter handle for Tobias in Readme by @Just-Moh-it in https://github.com/vercel/turbo/pull/2328
    • add missing --input flag for the Tailwind command by @pelleknaap in https://github.com/vercel/turbo/pull/2329
    • Fix typo by @simonw in https://github.com/vercel/turbo/pull/2326
    • Fixed the link in a documentation by @jomlamladen in https://github.com/vercel/turbo/pull/2334
    • chore: fix multiple typos by @harish-sethuraman in https://github.com/vercel/turbo/pull/2333
    • Fix typo by @vacekj in https://github.com/vercel/turbo/pull/2332
    • Fix typo in migrating-to-a-monorepo.mdx by @morinokami in https://github.com/vercel/turbo/pull/2321
    • Docs: Add Rocket.Chat to Turbo Showcase page by @debdutdeb in https://github.com/vercel/turbo/pull/2331
    • Remove line break in repo hero text by @mehulkar in https://github.com/vercel/turbo/pull/2338
    • Fix link in turbopack readme by @mehulkar in https://github.com/vercel/turbo/pull/2341
    • fix(shim): Ignore shim in cargo workspace by @NicholasLYang in https://github.com/vercel/turbo/pull/2345
    • chore(deps): update pnpm/action-setup action to v2.2.4 by @renovate in https://github.com/vercel/turbo/pull/2281
    • Fix twitter link on Turbopack README by @sosukesuzuki in https://github.com/vercel/turbo/pull/2360
    • fix: license link not found by @chunsch in https://github.com/vercel/turbo/pull/2358
    • chore(docs): cache false doesn't ignore dependsOn by @zEh- in https://github.com/vercel/turbo/pull/2342
    • feature(rust): bin command porting by @NicholasLYang in https://github.com/vercel/turbo/pull/2234
    • chore(docs): fix broken "installing the turbo" link by @KarnellSchultz in https://github.com/vercel/turbo/pull/2376
    • Fix links for Architecture: Registry by @lpalmes in https://github.com/vercel/turbo/pull/2368
    • fix: why turborepo? link by @hijuliancode in https://github.com/vercel/turbo/pull/2354
    • chore(docs): fix broken links by @ChFlick in https://github.com/vercel/turbo/pull/2373
    • fix: prune should omit descriptors from peerDependencies by @chris-olszewski in https://github.com/vercel/turbo/pull/2269
    • chore(readme): fix typo by @thiagodebastos in https://github.com/vercel/turbo/pull/2383
    • fix: add yarn install to with-docker setup by @chris-olszewski in https://github.com/vercel/turbo/pull/2381
    • The glibc patch for the Dockerfile was only applied to the builder by @rafaeltab in https://github.com/vercel/turbo/pull/2335
    • feat: add shim to help and version integration tests by @chris-olszewski in https://github.com/vercel/turbo/pull/2386
    • Add Audience Analytics to turbo.build site by @mehulkar in https://github.com/vercel/turbo/pull/2387
    • Implement nsObj helper from webpack tests and pass basic import test by @wbinnssmith in https://github.com/vercel/turbo/pull/2385
    • Update examples to next@latest by @mehulkar in https://github.com/vercel/turbo/pull/2324
    • benchmark update contrast by @gaspar09 in https://github.com/vercel/turbo/pull/2393
    • Don't allocate collectibles unless necessary by @alexkirsz in https://github.com/vercel/turbo/pull/2395
    • Warn on not-yet-supported import.meta usage by @wbinnssmith in https://github.com/vercel/turbo/pull/2397
    • Speed up NoMoveVec allocations by @alexkirsz in https://github.com/vercel/turbo/pull/2398
    • Update degit instructions in examples with new repo address by @mehulkar in https://github.com/vercel/turbo/pull/2396
    • Fixed an issue where the graph benchmark bars were too small when under a second by @mattpocock in https://github.com/vercel/turbo/pull/2384
    • Switch to inverted definition. by @nathanhammond in https://github.com/vercel/turbo/pull/2367
    • Make turbotrace test project as an independent package by @Brooooooklyn in https://github.com/vercel/turbo/pull/2366
    • we don't ship lto so we shouldn't benchmark it by @sokra in https://github.com/vercel/turbo/pull/2392
    • Run prettier to fix formatting errors by @jridgewell in https://github.com/vercel/turbo/pull/2403
    • Move removed redirect rule to bottom by @ernestd in https://github.com/vercel/turbo/pull/2323
    • Docs: Add Backpack to Turbo Showcase page by @peterpme in https://github.com/vercel/turbo/pull/2413
    • Do not forget by @Brooooooklyn in https://github.com/vercel/turbo/pull/2418
    • Add area label to turbopack bug reports by @mehulkar in https://github.com/vercel/turbo/pull/2419
    • fix: npm lockfile causing cache instability by @chris-olszewski in https://github.com/vercel/turbo/pull/2424
    • tests(turbo): Rust CLI Tests by @NicholasLYang in https://github.com/vercel/turbo/pull/2379
    • chore(docs): improve description of --force and --no-cache by @styfle in https://github.com/vercel/turbo/pull/2425
    • Support comments in tsconfig.json by @johanholmerin in https://github.com/vercel/turbo/pull/2429
    • Revert "Support comments in tsconfig.json" by @jaredpalmer in https://github.com/vercel/turbo/pull/2432
    • Revert "Revert "Support comments in tsconfig.json"" by @jridgewell in https://github.com/vercel/turbo/pull/2433
    • Add Next.js require hook by @ijjk in https://github.com/vercel/turbo/pull/2434
    • Add turbopack team to CODEOWNERS by @mehulkar in https://github.com/vercel/turbo/pull/2420
    • Update CODEOWNERS config by @mehulkar in https://github.com/vercel/turbo/pull/2440
    • Fix lockfile by @mehulkar in https://github.com/vercel/turbo/pull/2439
    • Revamp snapshot tests by @jridgewell in https://github.com/vercel/turbo/pull/2351
    • Source map tracing fixes by @jridgewell in https://github.com/vercel/turbo/pull/2402
    • More forgiving timeout when waiting for Node.js to connect by @alexkirsz in https://github.com/vercel/turbo/pull/2417
    • Replace unchecked Future pinning with pin_project_lite by @bdbai in https://github.com/vercel/turbo/pull/2364
    • Optimize {run_add_to,run_remove_from}_scope_queue by @alexkirsz in https://github.com/vercel/turbo/pull/2423
    • Fix decrement_tasks incrementing instead by @alexkirsz in https://github.com/vercel/turbo/pull/2399
    • Update Next.js dependency for the TP benchmark by @alexkirsz in https://github.com/vercel/turbo/pull/2435
    • prettier fixes by @sokra in https://github.com/vercel/turbo/pull/2436
    • Fix unsound with_task_id_mapping implementation by @bdbai in https://github.com/vercel/turbo/pull/2362
    • Fix unnecessary question mark warnings by @allan2 in https://github.com/vercel/turbo/pull/2443

    New Contributors

    • @evliu made their first contribution in https://github.com/vercel/turbo/pull/2164
    • @blake-mealey made their first contribution in https://github.com/vercel/turbo/pull/2179
    • @erikhofer made their first contribution in https://github.com/vercel/turbo/pull/2225
    • @adarshaacharya made their first contribution in https://github.com/vercel/turbo/pull/2228
    • @MateoKruk made their first contribution in https://github.com/vercel/turbo/pull/2240
    • @rgomezcasas made their first contribution in https://github.com/vercel/turbo/pull/2209
    • @benjervis made their first contribution in https://github.com/vercel/turbo/pull/2290
    • @junhoyeo made their first contribution in https://github.com/vercel/turbo/pull/2295
    • @ernestd made their first contribution in https://github.com/vercel/turbo/pull/2322
    • @vacekj made their first contribution in https://github.com/vercel/turbo/pull/2330
    • @Just-Moh-it made their first contribution in https://github.com/vercel/turbo/pull/2328
    • @pelleknaap made their first contribution in https://github.com/vercel/turbo/pull/2329
    • @simonw made their first contribution in https://github.com/vercel/turbo/pull/2326
    • @jomlamladen made their first contribution in https://github.com/vercel/turbo/pull/2334
    • @harish-sethuraman made their first contribution in https://github.com/vercel/turbo/pull/2333
    • @debdutdeb made their first contribution in https://github.com/vercel/turbo/pull/2331
    • @sosukesuzuki made their first contribution in https://github.com/vercel/turbo/pull/2360
    • @chunsch made their first contribution in https://github.com/vercel/turbo/pull/2358
    • @zEh- made their first contribution in https://github.com/vercel/turbo/pull/2342
    • @KarnellSchultz made their first contribution in https://github.com/vercel/turbo/pull/2376
    • @lpalmes made their first contribution in https://github.com/vercel/turbo/pull/2368
    • @hijuliancode made their first contribution in https://github.com/vercel/turbo/pull/2354
    • @ChFlick made their first contribution in https://github.com/vercel/turbo/pull/2373
    • @thiagodebastos made their first contribution in https://github.com/vercel/turbo/pull/2383
    • @Brooooooklyn made their first contribution in https://github.com/vercel/turbo/pull/2366
    • @peterpme made their first contribution in https://github.com/vercel/turbo/pull/2413
    • @johanholmerin made their first contribution in https://github.com/vercel/turbo/pull/2429
    • @ijjk made their first contribution in https://github.com/vercel/turbo/pull/2434
    • @bdbai made their first contribution in https://github.com/vercel/turbo/pull/2364
    • @allan2 made their first contribution in https://github.com/vercel/turbo/pull/2443

    Full Changelog: https://github.com/vercel/turbo/compare/v1.6.1...v1.6.2

    Source code(tar.gz)
    Source code(zip)
  • v1.6.1(Nov 1, 2022)

    What's Changed

    • Merge release branch staging-1.6.0 by @nathanhammond in https://github.com/vercel/turbo/pull/2294
    • feat(docs): 1.6 docs & blog by @mattpocock in https://github.com/vercel/turbo/pull/2157
    • fix(docs): correct typo in eslint-config-custom/package.json by @junhoyeo in https://github.com/vercel/turbo/pull/2295
    • copy: task runner -> "build system" by @jaredpalmer in https://github.com/vercel/turbo/pull/2297
    • fix(blog): correct install by @tknickman in https://github.com/vercel/turbo/pull/2299
    • Revert find-up change. by @nathanhammond in https://github.com/vercel/turbo/pull/2300

    New Contributors

    • @junhoyeo made their first contribution in https://github.com/vercel/turbo/pull/2295

    Full Changelog: https://github.com/vercel/turbo/compare/v1.5.5...v1.6.1

    Source code(tar.gz)
    Source code(zip)
  • v1.6.0(Oct 21, 2022)

    What's Changed

    • seo: Add script to generate RSS feed.xml to docs site by @jaredpalmer in https://github.com/vercel/turborepo/pull/2132
    • Turbo-specific changes to build containers by @gsoltis in https://github.com/vercel/turborepo/pull/1930
    • docs: Tweak tracking in card headers by @jaredpalmer in https://github.com/vercel/turborepo/pull/2133
    • Change some variable names by @mehulkar in https://github.com/vercel/turborepo/pull/2136
    • chore(deps): update dependency @babel/core to v7.19.3 by @renovate in https://github.com/vercel/turborepo/pull/2127
    • fix: Glob negation in outputs by @NicholasLYang in https://github.com/vercel/turborepo/pull/2031
    • Use unix:path to address unix socket by @gsoltis in https://github.com/vercel/turborepo/pull/2137
    • Fix broken links on "Workspace" Doc by @pakaponk in https://github.com/vercel/turborepo/pull/2141
    • Use Warn method for logWarning by @mehulkar in https://github.com/vercel/turborepo/pull/2135
    • chore(deps): update dependency postcss to v8.4.17 by @renovate in https://github.com/vercel/turborepo/pull/2144
    • chore(deps): update dependency typescript to v4.8.4 by @renovate in https://github.com/vercel/turborepo/pull/2128
    • fix(deps): update dependency ts-json-schema-generator to v1.1.2 by @renovate in https://github.com/vercel/turborepo/pull/2139
    • fix(packages): add repo, directory, and bugs fields by @tknickman in https://github.com/vercel/turborepo/pull/2161
    • feat: prune support for lockfiles containing patches by @chris-olszewski in https://github.com/vercel/turborepo/pull/2151
    • Remove prefixes from stored logs by @mehulkar in https://github.com/vercel/turborepo/pull/2126
    • fix: filename for web depending on ui by @evliu in https://github.com/vercel/turborepo/pull/2164
    • seo: Fix 404s from search console by @jaredpalmer in https://github.com/vercel/turborepo/pull/2166
    • seo: set canonical urls by @jaredpalmer in https://github.com/vercel/turborepo/pull/2168
    • Turn off golang dependency auto updates by @mehulkar in https://github.com/vercel/turborepo/pull/2156
    • feat: Avoid panic from lockfile issues by @chris-olszewski in https://github.com/vercel/turborepo/pull/2163
    • feat(docs): add sentry by @tknickman in https://github.com/vercel/turborepo/pull/2169
    • Caching, but to tar files. by @nathanhammond in https://github.com/vercel/turborepo/pull/1991
    • fix handling of injected dependencies for pnpm prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/2121
    • Remove INFO prefix from log line by @gsoltis in https://github.com/vercel/turborepo/pull/2171
    • Update examples to always quote the ESLint glob. by @nathanhammond in https://github.com/vercel/turborepo/pull/2130
    • chore(examples): migrate svelte to latest by @tknickman in https://github.com/vercel/turborepo/pull/2173
    • Fix usage of uninitialized Ui instance by @gsoltis in https://github.com/vercel/turborepo/pull/2172
    • fix(examples): correct turbo caching for storybook by @tknickman in https://github.com/vercel/turborepo/pull/2176
    • Revert "Caching, but to tar files." by @gsoltis in https://github.com/vercel/turborepo/pull/2178
    • support new paused status by @blake-mealey in https://github.com/vercel/turborepo/pull/2179
    • docs: Fix Pipeline API design link by @brunojppb in https://github.com/vercel/turborepo/pull/2153
    • Use two stage release process, plus diamond workflow for cross-compiling by @gsoltis in https://github.com/vercel/turborepo/pull/2051
    • fix(examples): correct react-native ui output by @tknickman in https://github.com/vercel/turborepo/pull/2181
    • Merge release branch staging-1.5.6-canary.2 by @nathanhammond in https://github.com/vercel/turborepo/pull/2182
    • Add back bin/ directory by @gsoltis in https://github.com/vercel/turborepo/pull/2184
    • Merge release branch staging-1.5.6-canary.3 by @nathanhammond in https://github.com/vercel/turborepo/pull/2185
    • Merge release branch staging-1.5.6-canary.4 by @nathanhammond in https://github.com/vercel/turborepo/pull/2186
    • feat(examples): add custom ignore script by @tknickman in https://github.com/vercel/turborepo/pull/2183
    • Added explainer on environment variables by @mattpocock in https://github.com/vercel/turborepo/pull/2115
    • Merge release branch staging-1.5.6 by @nathanhammond in https://github.com/vercel/turborepo/pull/2193
    • Fix leaving .turbo-cookie around by @gsoltis in https://github.com/vercel/turborepo/pull/2180
    • fix(examples): cache .vercel for adapter-vercel by @tknickman in https://github.com/vercel/turborepo/pull/2191
    • fix(turbo): add new docs env vars by @tknickman in https://github.com/vercel/turborepo/pull/2202
    • cache-to-.tar.zst by @nathanhammond in https://github.com/vercel/turborepo/pull/2195
    • feat(cli): log auto included envs and framework by @tknickman in https://github.com/vercel/turborepo/pull/2201
    • feat(cli): global defaults for filters by @tknickman in https://github.com/vercel/turborepo/pull/2211
    • Show branch name rather than commit by @gsoltis in https://github.com/vercel/turborepo/pull/2214
    • feature(shim): Merge shim directory by @NicholasLYang in https://github.com/vercel/turborepo/pull/2210
    • feat: Enable sub-lockfile hashing for package mangers other than yarn by @chris-olszewski in https://github.com/vercel/turborepo/pull/2216
    • chore(cli): support cobra completion command by @tknickman in https://github.com/vercel/turborepo/pull/2217
    • fix(deps): update rust crate anyhow to 1.0.65 by @renovate in https://github.com/vercel/turborepo/pull/2219
    • fix(examples): fix inconsistent package naming in with-changesets example by @erikhofer in https://github.com/vercel/turborepo/pull/2225
    • Merge release branch staging-1.5.7-canary.0 by @nathanhammond in https://github.com/vercel/turborepo/pull/2226
    • feat: Add npm support for prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/2203
    • feat(examples): update docker file to install libc6-compact by @adarshaacharya in https://github.com/vercel/turborepo/pull/2228
    • Add note about glibc in alpine docker environments by @gsoltis in https://github.com/vercel/turborepo/pull/2212
    • chore(docs): update nextra to fix anchor bug by @tknickman in https://github.com/vercel/turborepo/pull/2229
    • Build shim locally, along with libturbo.a by @gsoltis in https://github.com/vercel/turborepo/pull/2218
    • Mark no-daemon as publicly visible by @gsoltis in https://github.com/vercel/turborepo/pull/2231
    • Drop unused dependency on cache location by @gsoltis in https://github.com/vercel/turborepo/pull/2233
    • Remove deprecated flags. Test safety. by @nathanhammond in https://github.com/vercel/turborepo/pull/2205
    • Improve type in e2e test script by @mehulkar in https://github.com/vercel/turborepo/pull/2155
    • chore(deps): update pnpm/action-setup action to v2.2.3 by @renovate in https://github.com/vercel/turborepo/pull/2236
    • chore(deps): update dependency postcss to v8.4.18 by @renovate in https://github.com/vercel/turborepo/pull/2243
    • Add Agrotoken to showcase by @MateoKruk in https://github.com/vercel/turborepo/pull/2240
    • fix(shim): help flag on shim by @NicholasLYang in https://github.com/vercel/turborepo/pull/2252
    • docs(ci): use current checkout and setup-node versions by @rgomezcasas in https://github.com/vercel/turborepo/pull/2209
    • Delete unused run-examples script by @mehulkar in https://github.com/vercel/turborepo/pull/2125
    • Merge release branch staging-1.6.0-canary.0 by @nathanhammond in https://github.com/vercel/turborepo/pull/2261
    • Save file that keeps autoformatting on its own by @mehulkar in https://github.com/vercel/turborepo/pull/2257
    • fix: vendor go-yaml by @chris-olszewski in https://github.com/vercel/turborepo/pull/2227
    • Fix heading level for CLI option in docs by @mehulkar in https://github.com/vercel/turborepo/pull/2235
    • Consolidate engine, taskGraph, and scheduler naming to Engine by @mehulkar in https://github.com/vercel/turborepo/pull/2256
    • Rename struct to be more accurate by @mehulkar in https://github.com/vercel/turborepo/pull/2268
    • Ensure that the Engines field parses correctly. by @nathanhammond in https://github.com/vercel/turborepo/pull/2272
    • Merge release branch staging-1.6.0-canary.1 by @nathanhammond in https://github.com/vercel/turborepo/pull/2273
    • fix(deps): update rust crate serde_json to 1.0.86 by @renovate in https://github.com/vercel/turborepo/pull/2237
    • Update help text by @nathanhammond in https://github.com/vercel/turborepo/pull/2278
    • fix(shim): Fixed version flag by @NicholasLYang in https://github.com/vercel/turborepo/pull/2276
    • Start on a shim release process by @nathanhammond in https://github.com/vercel/turborepo/pull/2274
    • publish 1.6.0-canary.2 to registry by @nathanhammond in https://github.com/vercel/turborepo/pull/2279
    • publish 1.6.0-canary.3 to registry by @nathanhammond in https://github.com/vercel/turborepo/pull/2287
    • Write root inference in Go. by @nathanhammond in https://github.com/vercel/turborepo/pull/2283
    • Merge release branch staging-1.6.0-canary.4 by @nathanhammond in https://github.com/vercel/turborepo/pull/2289
    • Include the argument separator for dotenv. by @nathanhammond in https://github.com/vercel/turborepo/pull/2292
    • Fix typo in monorepo docs by @benjervis in https://github.com/vercel/turborepo/pull/2290

    New Contributors

    • @evliu made their first contribution in https://github.com/vercel/turborepo/pull/2164
    • @blake-mealey made their first contribution in https://github.com/vercel/turborepo/pull/2179
    • @erikhofer made their first contribution in https://github.com/vercel/turborepo/pull/2225
    • @adarshaacharya made their first contribution in https://github.com/vercel/turborepo/pull/2228
    • @MateoKruk made their first contribution in https://github.com/vercel/turborepo/pull/2240
    • @rgomezcasas made their first contribution in https://github.com/vercel/turborepo/pull/2209
    • @benjervis made their first contribution in https://github.com/vercel/turborepo/pull/2290

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.5.5...v1.6.0

    Source code(tar.gz)
    Source code(zip)
  • v1.5.7-canary.0(Oct 13, 2022)

    What's Changed

    • Fix leaving .turbo-cookie around by @gsoltis in https://github.com/vercel/turborepo/pull/2180
    • fix(examples): cache .vercel for adapter-vercel by @tknickman in https://github.com/vercel/turborepo/pull/2191
    • fix(turbo): add new docs env vars by @tknickman in https://github.com/vercel/turborepo/pull/2202
    • cache-to-.tar.zst by @nathanhammond in https://github.com/vercel/turborepo/pull/2195
    • feat(cli): log auto included envs and framework by @tknickman in https://github.com/vercel/turborepo/pull/2201
    • feat(cli): global defaults for filters by @tknickman in https://github.com/vercel/turborepo/pull/2211
    • Show branch name rather than commit by @gsoltis in https://github.com/vercel/turborepo/pull/2214
    • feature(shim): Merge shim directory by @NicholasLYang in https://github.com/vercel/turborepo/pull/2210
    • feat: Enable sub-lockfile hashing for package mangers other than yarn by @chris-olszewski in https://github.com/vercel/turborepo/pull/2216
    • chore(cli): support cobra completion command by @tknickman in https://github.com/vercel/turborepo/pull/2217
    • fix(deps): update rust crate anyhow to 1.0.65 by @renovate in https://github.com/vercel/turborepo/pull/2219
    • fix(examples): fix inconsistent package naming in with-changesets example by @erikhofer in https://github.com/vercel/turborepo/pull/2225

    New Contributors

    • @erikhofer made their first contribution in https://github.com/vercel/turborepo/pull/2225

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.5.6...v1.5.7-canary.0

    Source code(tar.gz)
    Source code(zip)
  • v1.5.6(Oct 11, 2022)

    Note that this release enables CGO for all targets

    What's Changed

    • seo: Add script to generate RSS feed.xml to docs site by @jaredpalmer in https://github.com/vercel/turborepo/pull/2132
    • Turbo-specific changes to build containers by @gsoltis in https://github.com/vercel/turborepo/pull/1930
    • docs: Tweak tracking in card headers by @jaredpalmer in https://github.com/vercel/turborepo/pull/2133
    • Change some variable names by @mehulkar in https://github.com/vercel/turborepo/pull/2136
    • chore(deps): update dependency @babel/core to v7.19.3 by @renovate in https://github.com/vercel/turborepo/pull/2127
    • fix: Glob negation in outputs by @NicholasLYang in https://github.com/vercel/turborepo/pull/2031
    • Use unix:path to address unix socket by @gsoltis in https://github.com/vercel/turborepo/pull/2137
    • Fix broken links on "Workspace" Doc by @pakaponk in https://github.com/vercel/turborepo/pull/2141
    • Use Warn method for logWarning by @mehulkar in https://github.com/vercel/turborepo/pull/2135
    • chore(deps): update dependency postcss to v8.4.17 by @renovate in https://github.com/vercel/turborepo/pull/2144
    • chore(deps): update dependency typescript to v4.8.4 by @renovate in https://github.com/vercel/turborepo/pull/2128
    • fix(deps): update dependency ts-json-schema-generator to v1.1.2 by @renovate in https://github.com/vercel/turborepo/pull/2139
    • fix(packages): add repo, directory, and bugs fields by @tknickman in https://github.com/vercel/turborepo/pull/2161
    • feat: prune support for lockfiles containing patches by @chris-olszewski in https://github.com/vercel/turborepo/pull/2151
    • Remove prefixes from stored logs by @mehulkar in https://github.com/vercel/turborepo/pull/2126
    • fix: filename for web depending on ui by @evliu in https://github.com/vercel/turborepo/pull/2164
    • seo: Fix 404s from search console by @jaredpalmer in https://github.com/vercel/turborepo/pull/2166
    • seo: set canonical urls by @jaredpalmer in https://github.com/vercel/turborepo/pull/2168
    • Turn off golang dependency auto updates by @mehulkar in https://github.com/vercel/turborepo/pull/2156
    • feat: Avoid panic from lockfile issues by @chris-olszewski in https://github.com/vercel/turborepo/pull/2163
    • feat(docs): add sentry by @tknickman in https://github.com/vercel/turborepo/pull/2169
    • Caching, but to tar files. by @nathanhammond in https://github.com/vercel/turborepo/pull/1991
    • fix handling of injected dependencies for pnpm prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/2121
    • Remove INFO prefix from log line by @gsoltis in https://github.com/vercel/turborepo/pull/2171
    • Update examples to always quote the ESLint glob. by @nathanhammond in https://github.com/vercel/turborepo/pull/2130
    • chore(examples): migrate svelte to latest by @tknickman in https://github.com/vercel/turborepo/pull/2173
    • Fix usage of uninitialized Ui instance by @gsoltis in https://github.com/vercel/turborepo/pull/2172
    • fix(examples): correct turbo caching for storybook by @tknickman in https://github.com/vercel/turborepo/pull/2176
    • Revert "Caching, but to tar files." by @gsoltis in https://github.com/vercel/turborepo/pull/2178
    • support new paused status by @blake-mealey in https://github.com/vercel/turborepo/pull/2179
    • docs: Fix Pipeline API design link by @brunojppb in https://github.com/vercel/turborepo/pull/2153
    • Use two stage release process, plus diamond workflow for cross-compiling by @gsoltis in https://github.com/vercel/turborepo/pull/2051
    • fix(examples): correct react-native ui output by @tknickman in https://github.com/vercel/turborepo/pull/2181
    • Add back bin/ directory by @gsoltis in https://github.com/vercel/turborepo/pull/2184
    • feat(examples): add custom ignore script by @tknickman in https://github.com/vercel/turborepo/pull/2183
    • Added explainer on environment variables by @mattpocock in https://github.com/vercel/turborepo/pull/2115

    New Contributors

    • @evliu made their first contribution in https://github.com/vercel/turborepo/pull/2164
    • @blake-mealey made their first contribution in https://github.com/vercel/turborepo/pull/2179

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.5.5...v1.5.6

    Source code(tar.gz)
    Source code(zip)
  • v1.5.5(Oct 11, 2022)

    What's Changed

    • fix(fs): overwrite symlink in restore cache by @AielloChan in https://github.com/vercel/turborepo/pull/2016
    • seo: Add rewrite to turbo sitemap crawler by @jaredpalmer in https://github.com/vercel/turborepo/pull/2106
    • Change Berry's cacheKey to be a string by @amitdahan in https://github.com/vercel/turborepo/pull/2102
    • Fix small typo by @arturcarvalho in https://github.com/vercel/turborepo/pull/2108
    • Add React Flow to showcase by @moklick in https://github.com/vercel/turborepo/pull/2107
    • Test that env vars dependencies are sorted consistently by @mehulkar in https://github.com/vercel/turborepo/pull/2111
    • Extract the patch for tar by @nathanhammond in https://github.com/vercel/turborepo/pull/2116
    • Re-add log message about remote caching by @mehulkar in https://github.com/vercel/turborepo/pull/2122
    • Temporarily disable daemon on windows by @gsoltis in https://github.com/vercel/turborepo/pull/2124

    New Contributors

    • @AielloChan made their first contribution in https://github.com/vercel/turborepo/pull/2016
    • @amitdahan made their first contribution in https://github.com/vercel/turborepo/pull/2102
    • @arturcarvalho made their first contribution in https://github.com/vercel/turborepo/pull/2108
    • @moklick made their first contribution in https://github.com/vercel/turborepo/pull/2107

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.5.4...v1.5.5

    Source code(tar.gz)
    Source code(zip)
  • v1.5.4(Oct 11, 2022)

    What's Changed

    • Drop log line breaking JSON dry-run output when remote caching is enabled by @gsoltis in https://github.com/vercel/turborepo/pull/2067
    • Use fmt.Sprintf where appropriate in logs by @gsoltis in https://github.com/vercel/turborepo/pull/2068
    • Fix typo by @morinokami in https://github.com/vercel/turborepo/pull/2074
    • Add path types for cache. by @nathanhammond in https://github.com/vercel/turborepo/pull/2059
    • fix(deps): update dependency ts-json-schema-generator to v1.1.1 by @renovate in https://github.com/vercel/turborepo/pull/2071
    • Fix: Docs Edit This Page Button not working by @fmcalado in https://github.com/vercel/turborepo/pull/2076
    • chore(docs): sections for globalDependencies and globalEnv by @QuiiBz in https://github.com/vercel/turborepo/pull/2080
    • Add single-package mode and integration tests by @gsoltis in https://github.com/vercel/turborepo/pull/1979
    • fix(prune) respect dir permissions during prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/2066
    • Fix typo in docs by @davemaier in https://github.com/vercel/turborepo/pull/2086
    • Path casts by @nathanhammond in https://github.com/vercel/turborepo/pull/2077
    • fix(prune): place workspace configuration file in json directory by @chris-olszewski in https://github.com/vercel/turborepo/pull/2030
    • chore(deps): update nextjs monorepo to v12.3.1 by @renovate in https://github.com/vercel/turborepo/pull/2035
    • Turn down logging for the daemon by @gsoltis in https://github.com/vercel/turborepo/pull/2085
    • fix(docs): overflow on  <Callout /> by @QuiiBz in https://github.com/vercel/turborepo/pull/2082
    • chore(deps): update dependency autoprefixer to v10.4.12 by @renovate in https://github.com/vercel/turborepo/pull/2007
    • Update command line reference for prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/2087
    • Handle pnpm resolving a dependency to multiple versions by @gsoltis in https://github.com/vercel/turborepo/pull/2090

    New Contributors

    • @morinokami made their first contribution in https://github.com/vercel/turborepo/pull/2074
    • @fmcalado made their first contribution in https://github.com/vercel/turborepo/pull/2076
    • @QuiiBz made their first contribution in https://github.com/vercel/turborepo/pull/2080
    • @davemaier made their first contribution in https://github.com/vercel/turborepo/pull/2086

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.5.3...v1.5.4

    Source code(tar.gz)
    Source code(zip)
  • v1.5.3(Oct 11, 2022)

    What's Changed

    • Update turbo-1-5-0.mdx by @cedric25 in https://github.com/vercel/turborepo/pull/2061
    • Add test to ensure relevant fields are sorted by @gsoltis in https://github.com/vercel/turborepo/pull/2064

    New Contributors

    • @cedric25 made their first contribution in https://github.com/vercel/turborepo/pull/2061

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.5.2...v1.5.3

    Source code(tar.gz)
    Source code(zip)
  • v1.5.2(Oct 11, 2022)

    What's Changed

    • Update docs on declaring env key dependencies by @mehulkar in https://github.com/vercel/turborepo/pull/1936
    • Rewrote option syntax to be more flexible (thanks Cobra) by @mattpocock in https://github.com/vercel/turborepo/pull/2014
    • Added link to Why Turborepo from the quickstart by @mattpocock in https://github.com/vercel/turborepo/pull/2015
    • Added documentation of deploying to docker to the handbook by @mattpocock in https://github.com/vercel/turborepo/pull/2013
    • feat(eslint-plugin): add new configuration style by @iduuck in https://github.com/vercel/turborepo/pull/2041
    • 1.5 blog by @mattpocock in https://github.com/vercel/turborepo/pull/1999
    • Slowdown the marquee by @jaredpalmer in https://github.com/vercel/turborepo/pull/2046
    • feature: enhance dry-run with cache status by @sppatel in https://github.com/vercel/turborepo/pull/1988
    • Fix up image directory and filenames by @jaredpalmer in https://github.com/vercel/turborepo/pull/2047
    • Disable windows variant by @gsoltis in https://github.com/vercel/turborepo/pull/2048
    • fix: Add .turbo to .gitignore by @NicholasLYang in https://github.com/vercel/turborepo/pull/2002
    • Combine AbsolutePath and AbsoluteSystemPath by @nathanhammond in https://github.com/vercel/turborepo/pull/2026
    • chore(release): version updates by @tknickman in https://github.com/vercel/turborepo/pull/2044
    • Wire up api and team flags with viper by @gsoltis in https://github.com/vercel/turborepo/pull/2053
    • Ensure environment variables are sorted by @gsoltis in https://github.com/vercel/turborepo/pull/2054

    New Contributors

    • @iduuck made their first contribution in https://github.com/vercel/turborepo/pull/2041
    • @sppatel made their first contribution in https://github.com/vercel/turborepo/pull/1988

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.5.1...v1.5.2

    Source code(tar.gz)
    Source code(zip)
  • v1.5.1(Sep 22, 2022)

    What's Changed

    • Drop no-longer-supported platform references by @gsoltis in https://github.com/vercel/turborepo/pull/2033
    • We can infer identifer, we don't need to specify it by @gsoltis in https://github.com/vercel/turborepo/pull/2032

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.5.0...v1.5.1

    Source code(tar.gz)
    Source code(zip)
  • v1.5.0(Sep 22, 2022)

    What's Changed

    • Document inclusion of package.json in workspace task cache keys by @mehulkar in https://github.com/vercel/turborepo/pull/1955
    • Make run the default command by @gsoltis in https://github.com/vercel/turborepo/pull/1821
    • chore(deps): update dependency @types/react to v17.0.50 by @renovate in https://github.com/vercel/turborepo/pull/1980
    • chore(deps): update dependency @babel/core to v7.19.1 by @renovate in https://github.com/vercel/turborepo/pull/1989
    • chore(deps): update dependency csstype to v3.1.1 by @renovate in https://github.com/vercel/turborepo/pull/1981
    • fix(deps): update dependency react-hot-toast to v2.4.0 by @renovate in https://github.com/vercel/turborepo/pull/1992
    • Drop unsupported platforms by @gsoltis in https://github.com/vercel/turborepo/pull/1903
    • fix(deps): update dependency classnames to v2.3.2 by @renovate in https://github.com/vercel/turborepo/pull/1990
    • Wire up prysk and fix help flag by @gsoltis in https://github.com/vercel/turborepo/pull/2000
    • Enable turbod by default by @gsoltis in https://github.com/vercel/turborepo/pull/2001
    • Built monorepo handbook by @mattpocock in https://github.com/vercel/turborepo/pull/1881
    • Why turborepo images POC by @mattpocock in https://github.com/vercel/turborepo/pull/2012
    • Added link to package installation by @mattpocock in https://github.com/vercel/turborepo/pull/2009
    • Drop macos run of large benchmark on github actions. by @gsoltis in https://github.com/vercel/turborepo/pull/2003
    • Typo fix by @mattpocock in https://github.com/vercel/turborepo/pull/2017
    • feat(types): add turbo types package by @tknickman in https://github.com/vercel/turborepo/pull/2024
    • fix(deps): update dependency nextra to v2.0.0-beta.29 by @renovate in https://github.com/vercel/turborepo/pull/2008
    • chore(core): deprecation messages for legacy env keys by @mehulkar in https://github.com/vercel/turborepo/pull/1959
    • feat(codemod): migrate turbo.json dependsOn by @tknickman in https://github.com/vercel/turborepo/pull/2022
    • feat: Add prune support for Yarn 3 by @chris-olszewski in https://github.com/vercel/turborepo/pull/2019

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.7...v1.5.0

    Source code(tar.gz)
    Source code(zip)
  • v1.4.7(Sep 16, 2022)

    What's Changed

    • Add degit instructions for all examples by @mehulkar in https://github.com/vercel/turborepo/pull/1884
    • chore(turbo-ignore): add console message of an unfriendly error by @t-i-0414 in https://github.com/vercel/turborepo/pull/1871
    • Rewrote filtering workspaces docs by @mattpocock in https://github.com/vercel/turborepo/pull/1879
    • fix(deps): update dependency swr to v1.3.0 by @renovate in https://github.com/vercel/turborepo/pull/1876
    • Rewrote pipelines, caching and remote caching docs by @mattpocock in https://github.com/vercel/turborepo/pull/1758
    • Reorganised pipeline docs with clearer headings, groupings and content by @mattpocock in https://github.com/vercel/turborepo/pull/1866
    • feat(ignore): check for turbo force by @tknickman in https://github.com/vercel/turborepo/pull/1886
    • Fixed typo on remote caching page by @mattpocock in https://github.com/vercel/turborepo/pull/1889
    • Fixed redirect by @mattpocock in https://github.com/vercel/turborepo/pull/1888
    • Try out cram/prysk for CLI integration testing by @gsoltis in https://github.com/vercel/turborepo/pull/1829
    • (Controversial) Removed glossary and mentions of topological from the docs by @mattpocock in https://github.com/vercel/turborepo/pull/1868
    • feat: Add pnpm support for turbo prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/1819
    • Always include package.json in hash by @mehulkar in https://github.com/vercel/turborepo/pull/1832
    • chore(deps): update dependency @babel/core to v7.19.0 by @renovate in https://github.com/vercel/turborepo/pull/1905
    • added code-shaper to code generation tools by @nareshbhatia in https://github.com/vercel/turborepo/pull/1909
    • added code-shaper to the code generation intro line by @nareshbhatia in https://github.com/vercel/turborepo/pull/1915
    • docs(examples/design-system): update readme by @theurgi in https://github.com/vercel/turborepo/pull/1910
    • Finish port to cobra by @gsoltis in https://github.com/vercel/turborepo/pull/1792
    • chore(examples): clean with-next list by @tknickman in https://github.com/vercel/turborepo/pull/1923
    • chore(examples): add comment for maintainability by @tknickman in https://github.com/vercel/turborepo/pull/1927
    • Refactor reading turbo.json and add test cases by @mehulkar in https://github.com/vercel/turborepo/pull/1929
    • Re-jigged the landing and getting started pages by @mattpocock in https://github.com/vercel/turborepo/pull/1901
    • Upgrade Nextra by @shuding in https://github.com/vercel/turborepo/pull/1942
    • Enable inputs to be relative again. by @nathanhammond in https://github.com/vercel/turborepo/pull/1937
    • chore(deps): update dependency typescript to v4.8.3 by @renovate in https://github.com/vercel/turborepo/pull/1934
    • fix(deps): update dependency eslint-plugin-react to v7.31.8 by @renovate in https://github.com/vercel/turborepo/pull/1935
    • Removed bg circles to improve Safari perf by @mattpocock in https://github.com/vercel/turborepo/pull/1944
    • Made front-page title pink by @mattpocock in https://github.com/vercel/turborepo/pull/1945
    • chore(example): upgrade kitchen sink example by @ruisaraiva19 in https://github.com/vercel/turborepo/pull/1076
    • Import goreleaser cross by @gsoltis in https://github.com/vercel/turborepo/pull/1925
    • Turbo has more help text now, update test by @gsoltis in https://github.com/vercel/turborepo/pull/1931
    • fix(with-tailwind): dev script fails to build tailwindcss by @yanmao-cc in https://github.com/vercel/turborepo/pull/1898
    • fix(docs): update nextra by @tknickman in https://github.com/vercel/turborepo/pull/1948
    • Use correct flag for graphviz version by @gsoltis in https://github.com/vercel/turborepo/pull/1954
    • Add mutex around helper cleanups by @gsoltis in https://github.com/vercel/turborepo/pull/1947
    • docs(running tasks): explicit instruction for workspace tasks by @mauricekleine in https://github.com/vercel/turborepo/pull/1922
    • Reconcile cram tests and help text by @gsoltis in https://github.com/vercel/turborepo/pull/1956
    • chore(deps): update nextjs monorepo to v12.3.0 by @renovate in https://github.com/vercel/turborepo/pull/1960
    • switch over to use go-yarnlock for yarn.lock parsing by @chris-olszewski in https://github.com/vercel/turborepo/pull/1893
    • Improve CI setup by @mehulkar in https://github.com/vercel/turborepo/pull/1904
    • No shallow checkout for linting. by @nathanhammond in https://github.com/vercel/turborepo/pull/1972
    • Add ability to declare a env key in each pipeline task by @mehulkar in https://github.com/vercel/turborepo/pull/1970
    • Add ability to define a globalEnv key in turbo.json by @mehulkar in https://github.com/vercel/turborepo/pull/1950
    • Show outputModeTable in CLI and config docs by @mehulkar in https://github.com/vercel/turborepo/pull/1949
    • fix: Support pnpm patches in prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/1967
    • Update showcase images by @jaredpalmer in https://github.com/vercel/turborepo/pull/1986
    • Add vimeo to showcase by @jaredpalmer in https://github.com/vercel/turborepo/pull/1987

    New Contributors

    • @t-i-0414 made their first contribution in https://github.com/vercel/turborepo/pull/1871
    • @nareshbhatia made their first contribution in https://github.com/vercel/turborepo/pull/1909
    • @theurgi made their first contribution in https://github.com/vercel/turborepo/pull/1910
    • @ruisaraiva19 made their first contribution in https://github.com/vercel/turborepo/pull/1076
    • @yanmao-cc made their first contribution in https://github.com/vercel/turborepo/pull/1898
    • @mauricekleine made their first contribution in https://github.com/vercel/turborepo/pull/1922

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.6...v1.4.7

    Source code(tar.gz)
    Source code(zip)
  • v1.4.7-canary.1(Sep 15, 2022)

    What's Changed

    • Use correct flag for graphviz version by @gsoltis in https://github.com/vercel/turborepo/pull/1954
    • Add mutex around helper cleanups by @gsoltis in https://github.com/vercel/turborepo/pull/1947
    • docs(running tasks): explicit instruction for workspace tasks by @mauricekleine in https://github.com/vercel/turborepo/pull/1922
    • Reconcile cram tests and help text by @gsoltis in https://github.com/vercel/turborepo/pull/1956
    • chore(deps): update nextjs monorepo to v12.3.0 by @renovate in https://github.com/vercel/turborepo/pull/1960
    • switch over to use go-yarnlock for yarn.lock parsing by @chris-olszewski in https://github.com/vercel/turborepo/pull/1893
    • Improve CI setup by @mehulkar in https://github.com/vercel/turborepo/pull/1904
    • No shallow checkout for linting. by @nathanhammond in https://github.com/vercel/turborepo/pull/1972
    • Add ability to declare a env key in each pipeline task by @mehulkar in https://github.com/vercel/turborepo/pull/1970
    • Add ability to define a globalEnv key in turbo.json by @mehulkar in https://github.com/vercel/turborepo/pull/1950
    • Show outputModeTable in CLI and config docs by @mehulkar in https://github.com/vercel/turborepo/pull/1949
    • fix: Support pnpm patches in prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/1967

    New Contributors

    • @mauricekleine made their first contribution in https://github.com/vercel/turborepo/pull/1922

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.7-canary.0...v1.4.7-canary.1

    Source code(tar.gz)
    Source code(zip)
  • v1.4.7-canary.0(Sep 13, 2022)

    What's Changed

    • Add degit instructions for all examples by @mehulkar in https://github.com/vercel/turborepo/pull/1884
    • chore(turbo-ignore): add console message of an unfriendly error by @t-i-0414 in https://github.com/vercel/turborepo/pull/1871
    • Rewrote filtering workspaces docs by @mattpocock in https://github.com/vercel/turborepo/pull/1879
    • fix(deps): update dependency swr to v1.3.0 by @renovate in https://github.com/vercel/turborepo/pull/1876
    • Rewrote pipelines, caching and remote caching docs by @mattpocock in https://github.com/vercel/turborepo/pull/1758
    • Reorganised pipeline docs with clearer headings, groupings and content by @mattpocock in https://github.com/vercel/turborepo/pull/1866
    • feat(ignore): check for turbo force by @tknickman in https://github.com/vercel/turborepo/pull/1886
    • Fixed typo on remote caching page by @mattpocock in https://github.com/vercel/turborepo/pull/1889
    • Fixed redirect by @mattpocock in https://github.com/vercel/turborepo/pull/1888
    • Try out cram/prysk for CLI integration testing by @gsoltis in https://github.com/vercel/turborepo/pull/1829
    • (Controversial) Removed glossary and mentions of topological from the docs by @mattpocock in https://github.com/vercel/turborepo/pull/1868
    • feat: Add pnpm support for turbo prune by @chris-olszewski in https://github.com/vercel/turborepo/pull/1819
    • Always include package.json in hash by @mehulkar in https://github.com/vercel/turborepo/pull/1832
    • chore(deps): update dependency @babel/core to v7.19.0 by @renovate in https://github.com/vercel/turborepo/pull/1905
    • added code-shaper to code generation tools by @nareshbhatia in https://github.com/vercel/turborepo/pull/1909
    • added code-shaper to the code generation intro line by @nareshbhatia in https://github.com/vercel/turborepo/pull/1915
    • docs(examples/design-system): update readme by @theurgi in https://github.com/vercel/turborepo/pull/1910
    • Finish port to cobra by @gsoltis in https://github.com/vercel/turborepo/pull/1792
    • chore(examples): clean with-next list by @tknickman in https://github.com/vercel/turborepo/pull/1923
    • chore(examples): add comment for maintainability by @tknickman in https://github.com/vercel/turborepo/pull/1927
    • Refactor reading turbo.json and add test cases by @mehulkar in https://github.com/vercel/turborepo/pull/1929
    • Re-jigged the landing and getting started pages by @mattpocock in https://github.com/vercel/turborepo/pull/1901
    • Upgrade Nextra by @shuding in https://github.com/vercel/turborepo/pull/1942
    • Enable inputs to be relative again. by @nathanhammond in https://github.com/vercel/turborepo/pull/1937
    • chore(deps): update dependency typescript to v4.8.3 by @renovate in https://github.com/vercel/turborepo/pull/1934
    • fix(deps): update dependency eslint-plugin-react to v7.31.8 by @renovate in https://github.com/vercel/turborepo/pull/1935
    • Removed bg circles to improve Safari perf by @mattpocock in https://github.com/vercel/turborepo/pull/1944
    • Made front-page title pink by @mattpocock in https://github.com/vercel/turborepo/pull/1945
    • chore(example): upgrade kitchen sink example by @ruisaraiva19 in https://github.com/vercel/turborepo/pull/1076
    • Import goreleaser cross by @gsoltis in https://github.com/vercel/turborepo/pull/1925
    • Turbo has more help text now, update test by @gsoltis in https://github.com/vercel/turborepo/pull/1931
    • fix(with-tailwind): dev script fails to build tailwindcss by @yanmao-cc in https://github.com/vercel/turborepo/pull/1898
    • fix(docs): update nextra by @tknickman in https://github.com/vercel/turborepo/pull/1948

    New Contributors

    • @t-i-0414 made their first contribution in https://github.com/vercel/turborepo/pull/1871
    • @nareshbhatia made their first contribution in https://github.com/vercel/turborepo/pull/1909
    • @theurgi made their first contribution in https://github.com/vercel/turborepo/pull/1910
    • @ruisaraiva19 made their first contribution in https://github.com/vercel/turborepo/pull/1076
    • @yanmao-cc made their first contribution in https://github.com/vercel/turborepo/pull/1898

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.6...v1.4.7-canary.0

    Source code(tar.gz)
    Source code(zip)
  • v1.4.6(Sep 8, 2022)

    What's Changed

    Internal

    • fix(deps): update dependency ora to v4.1.1 by @renovate in https://github.com/vercel/turborepo/pull/1854
    • Don't special case version command by @gsoltis in https://github.com/vercel/turborepo/pull/1870
    • fix(deps): update dependency react-hot-toast to v2.3.0 by @renovate in https://github.com/vercel/turborepo/pull/1875
    • chore(deps): update jamesives/github-pages-deploy-action action to v4.4.0 by @renovate in https://github.com/vercel/turborepo/pull/1851
    • chore(deps): update dependency typescript to v4.8.2 by @renovate in https://github.com/vercel/turborepo/pull/1849
    • chore(deps): update dependency esbuild to ^0.15.0 by @renovate in https://github.com/vercel/turborepo/pull/1848
    • Enable pnpm@6 testing. by @7flash in https://github.com/vercel/turborepo/pull/1837
    • fix(deps): update dependency eslint-plugin-react to v7.31.7 by @renovate in https://github.com/vercel/turborepo/pull/1834
    • chore(deps): update dependency @types/react to v17.0.49 by @renovate in https://github.com/vercel/turborepo/pull/1833
    • Replace some 2 letter variables for readability by @mehulkar in https://github.com/vercel/turborepo/pull/1845

    Documentation

    • Remove unused packages from docs site by @mehulkar in https://github.com/vercel/turborepo/pull/1828
    • Consolidated 'workspace' and 'package' terminology by @mattpocock in https://github.com/vercel/turborepo/pull/1817
    • Rewrote docs homepage by @mattpocock in https://github.com/vercel/turborepo/pull/1756
    • Update existing-monorepo.mdx by @shemayas in https://github.com/vercel/turborepo/pull/1858
    • Update Docs by @PhentomPT in https://github.com/vercel/turborepo/pull/1794
    • Fix broken links on "Add to existing Monorepo" by @pakaponk in https://github.com/vercel/turborepo/pull/1836

    Examples

    • Removed parallel flag from basic example by @mattpocock in https://github.com/vercel/turborepo/pull/1787
    • Renamed storybook components by @samuelhorn in https://github.com/vercel/turborepo/pull/1841

    Packages

    • fix(eslint): exclude variables in rule by @tknickman in https://github.com/vercel/turborepo/pull/1865

    New Contributors

    • @shemayas made their first contribution in https://github.com/vercel/turborepo/pull/1858
    • @7flash made their first contribution in https://github.com/vercel/turborepo/pull/1837
    • @PhentomPT made their first contribution in https://github.com/vercel/turborepo/pull/1794

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.5...v1.4.6

    Source code(tar.gz)
    Source code(zip)
  • v1.4.5(Sep 8, 2022)

    What's Changed

    Core

    • Split notion of logged in into user and linked-team by @gsoltis in https://github.com/vercel/turborepo/pull/1844

    Documentation

    • Turborepo usage. by @nathanhammond in https://github.com/vercel/turborepo/pull/1827
    • Remove unused @react-aria/radio package by @mehulkar in https://github.com/vercel/turborepo/pull/1826
    • Fix broken links at "Next Steps" on "Add to Existing Monorepo" by @pakaponk in https://github.com/vercel/turborepo/pull/1835
    • Upgrade Nextra by @shuding in https://github.com/vercel/turborepo/pull/1831

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.4...v1.4.5

    Source code(tar.gz)
    Source code(zip)
  • v1.4.4(Sep 8, 2022)

    What's Changed

    • chore(deps): update dependency postcss to v8.4.16 by @renovate in https://github.com/vercel/turborepo/pull/1669
    • chore(deps): update nextjs monorepo to v12.2.4 by @renovate in https://github.com/vercel/turborepo/pull/1670
    • Make it easier to copy paste command from README by @mehulkar in https://github.com/vercel/turborepo/pull/1678
    • fix: Remove corepack upgrade step from corepack build target by @chris-olszewski in https://github.com/vercel/turborepo/pull/1668
    • update: create-turbo templates to use react v18 by @joelhooks in https://github.com/vercel/turborepo/pull/1685
    • docs: Update with-nextjs readme to add prisma starter link by @Misikir in https://github.com/vercel/turborepo/pull/1682
    • Flip benchmark to manual, only run on ubuntu, add protoc setup by @gsoltis in https://github.com/vercel/turborepo/pull/1687
    • fix: 🐛 typo by @futantan in https://github.com/vercel/turborepo/pull/1688
    • refactor: Prune prefactor by @chris-olszewski in https://github.com/vercel/turborepo/pull/1689
    • Remove references to baseBranch by @mehulkar in https://github.com/vercel/turborepo/pull/1681
    • fix(deps): update dependency @react-aria/radio to v3.3.0 by @renovate in https://github.com/vercel/turborepo/pull/1679
    • output to terminal when we are just waiting for cache uploads by @gsoltis in https://github.com/vercel/turborepo/pull/1686
    • create-turbo: improve test cases and make them pass by @mehulkar in https://github.com/vercel/turborepo/pull/1655
    • chore(cli): fix comment by @tknickman in https://github.com/vercel/turborepo/pull/1697
    • #1283 - Fixed json5 support by @bguedes-moz in https://github.com/vercel/turborepo/pull/1472
    • Use git hash-object instead of git ls-files for inputs hashing by @gsoltis in https://github.com/vercel/turborepo/pull/1699
    • Move more fields out of Config by @gsoltis in https://github.com/vercel/turborepo/pull/1461
    • create-turbo: Add tests to assert package installation works by @mehulkar in https://github.com/vercel/turborepo/pull/1698
    • chore(ci): test all other packages in CI by @tknickman in https://github.com/vercel/turborepo/pull/1709
    • Increase timeout for tests involving npm install by @mehulkar in https://github.com/vercel/turborepo/pull/1714
    • Wait for initial delay even with no TTY by @gsoltis in https://github.com/vercel/turborepo/pull/1713
    • Add yarn/berry switch in create-turbo tests. by @nathanhammond in https://github.com/vercel/turborepo/pull/1712
    • Add n8n to showcase by @ivov in https://github.com/vercel/turborepo/pull/1661
    • Run benchmarks, push data to tinybird and gh-pages by @gsoltis in https://github.com/vercel/turborepo/pull/1715
    • add Xata to showcase list by @atilafassina in https://github.com/vercel/turborepo/pull/1675
    • Remove MacOS from suggested setup by @alexander-young in https://github.com/vercel/turborepo/pull/1716
    • MacOS times out on large monorepo by @gsoltis in https://github.com/vercel/turborepo/pull/1721
    • Add back symlinks in fs cache by @gsoltis in https://github.com/vercel/turborepo/pull/1453
    • Removed blocks from storybook import by @samuelhorn in https://github.com/vercel/turborepo/pull/1725
    • Document how to run unit tests by @mehulkar in https://github.com/vercel/turborepo/pull/1726
    • Fix instructions for running a single Go unit test by @mehulkar in https://github.com/vercel/turborepo/pull/1728
    • fix(docs): fix showcase layout shift by @tknickman in https://github.com/vercel/turborepo/pull/1727
    • run_state refactor by @gsoltis in https://github.com/vercel/turborepo/pull/1711
    • Run go mod tidy by @mehulkar in https://github.com/vercel/turborepo/pull/1734
    • Invert automerging behavior from Kodiak by @mehulkar in https://github.com/vercel/turborepo/pull/1735
    • Minor editorial, grammatical, and spelling improvments to docs by @mehulkar in https://github.com/vercel/turborepo/pull/1701
    • Improve docs on how to get started debugging by @mehulkar in https://github.com/vercel/turborepo/pull/1736
    • Update CODEOWNERS with team by @mehulkar in https://github.com/vercel/turborepo/pull/1737
    • [create-turbo] Remove registry argument to install. by @nathanhammond in https://github.com/vercel/turborepo/pull/1742
    • minor pipelines.mdx typo by @laurentlucian in https://github.com/vercel/turborepo/pull/1743
    • fix(cli): fallback to manual hashing for global by @tknickman in https://github.com/vercel/turborepo/pull/1747
    • Turbo Config refactor by @mehulkar in https://github.com/vercel/turborepo/pull/1739
    • Document how to publish new releases by @mehulkar in https://github.com/vercel/turborepo/pull/1750
    • Autofix fixable lint issues by @mehulkar in https://github.com/vercel/turborepo/pull/1748
    • Remove confusing features from docs page by @mattpocock in https://github.com/vercel/turborepo/pull/1754
    • Removed key emoji by @mattpocock in https://github.com/vercel/turborepo/pull/1757
    • Script for releasing from CI. by @nathanhammond in https://github.com/vercel/turborepo/pull/1562
    • chore(deps): update nextjs monorepo to v12.2.5 by @renovate in https://github.com/vercel/turborepo/pull/1700
    • fix(deps): update dependency @react-aria/ssr to v3.3.0 by @renovate in https://github.com/vercel/turborepo/pull/1680
    • docs: Callout that turbo.json is an input by @mehulkar in https://github.com/vercel/turborepo/pull/1762
    • Improve documentation of accepted options for outputMode config by @mehulkar in https://github.com/vercel/turborepo/pull/1761
    • Improve release docs by @mehulkar in https://github.com/vercel/turborepo/pull/1759
    • fix(deps): update dependency @react-aria/focus to v3.7.0 by @renovate in https://github.com/vercel/turborepo/pull/1548
    • fix(deps): update dependency eslint-plugin-react to v7.31.0 by @renovate in https://github.com/vercel/turborepo/pull/1569
    • Update docs for release to clarify questions. by @nathanhammond in https://github.com/vercel/turborepo/pull/1766
    • Include the npm configuration for publishing. by @nathanhammond in https://github.com/vercel/turborepo/pull/1770
    • Remove hard link code and SameFile function by @gsoltis in https://github.com/vercel/turborepo/pull/1454
    • Remove command flag shorthands from docs. by @nathanhammond in https://github.com/vercel/turborepo/pull/1767
    • Callout automatic env var inclusion in dependsOn config by @mehulkar in https://github.com/vercel/turborepo/pull/1772
    • More docs by @mehulkar in https://github.com/vercel/turborepo/pull/1775
    • Move user config and repo config to Viper by @gsoltis in https://github.com/vercel/turborepo/pull/1751
    • Change fs.ReadPackageJSON to operate on AbsolutePath instances by @gsoltis in https://github.com/vercel/turborepo/pull/1773
    • Run the benchmark after every release by @gsoltis in https://github.com/vercel/turborepo/pull/1776
    • Add schema dialect to example turbo.json files by @DoctorJohn in https://github.com/vercel/turborepo/pull/1795
    • fix: rule doc link by @MarceloAlves in https://github.com/vercel/turborepo/pull/1793
    • Make create-turbo Berry-aware. by @nathanhammond in https://github.com/vercel/turborepo/pull/1717
    • Fix typo in getting-started.mdx by @afady in https://github.com/vercel/turborepo/pull/1785
    • Provide a bit more context for trace files. by @nathanhammond in https://github.com/vercel/turborepo/pull/1768
    • fix(docs): nextjs with-docker link by @bobaaaaa in https://github.com/vercel/turborepo/pull/1800
    • Drop unused absolute unix path by @gsoltis in https://github.com/vercel/turborepo/pull/1791
    • Generate .npmrc just-in-time by @gsoltis in https://github.com/vercel/turborepo/pull/1805
    • fix: use docker cache best practices in examples by @HosseinAgha in https://github.com/vercel/turborepo/pull/1673
    • chore(deps): update dependency @babel/core to v7.18.13 by @renovate in https://github.com/vercel/turborepo/pull/1765
    • chore(packages): typecheck and abstract ts config by @tknickman in https://github.com/vercel/turborepo/pull/1807
    • chore(ci): use remote cache for JS tests by @tknickman in https://github.com/vercel/turborepo/pull/1808
    • Set cmd.Dir to an absolute path when we execute scripts by @gsoltis in https://github.com/vercel/turborepo/pull/1774
    • Remove errant indentation by @gsoltis in https://github.com/vercel/turborepo/pull/1810
    • Remove --no-gc flag, always run with garbage collection by @gsoltis in https://github.com/vercel/turborepo/pull/1803
    • (refactor) add lockfile abstraction by @chris-olszewski in https://github.com/vercel/turborepo/pull/1789
    • Move fs.AbsolutePath to turbopath.AbsolutePath by @nathanhammond in https://github.com/vercel/turborepo/pull/1779
    • Update to insert newlines. by @nathanhammond in https://github.com/vercel/turborepo/pull/1813
    • chore(configs): update tsconfigs & packages by @tknickman in https://github.com/vercel/turborepo/pull/1815
    • [refactor] - made Features components more reusable by @mattpocock in https://github.com/vercel/turborepo/pull/1782
    • Update open instances of incorrect references to Turborepo. by @nathanhammond in https://github.com/vercel/turborepo/pull/1812
    • Removed dependsOn and dist/** from build in basic example by @mattpocock in https://github.com/vercel/turborepo/pull/1814
    • Fix link to outputs API by @mehulkar in https://github.com/vercel/turborepo/pull/1777
    • Reworked quickstart area into two different files with an index page by @mattpocock in https://github.com/vercel/turborepo/pull/1784
    • Added long-form tutorial for 'create new' section by @mattpocock in https://github.com/vercel/turborepo/pull/1786

    New Contributors

    • @joelhooks made their first contribution in https://github.com/vercel/turborepo/pull/1685
    • @Misikir made their first contribution in https://github.com/vercel/turborepo/pull/1682
    • @futantan made their first contribution in https://github.com/vercel/turborepo/pull/1688
    • @bguedes-moz made their first contribution in https://github.com/vercel/turborepo/pull/1472
    • @ivov made their first contribution in https://github.com/vercel/turborepo/pull/1661
    • @atilafassina made their first contribution in https://github.com/vercel/turborepo/pull/1675
    • @alexander-young made their first contribution in https://github.com/vercel/turborepo/pull/1716
    • @laurentlucian made their first contribution in https://github.com/vercel/turborepo/pull/1743
    • @DoctorJohn made their first contribution in https://github.com/vercel/turborepo/pull/1795
    • @MarceloAlves made their first contribution in https://github.com/vercel/turborepo/pull/1793
    • @afady made their first contribution in https://github.com/vercel/turborepo/pull/1785
    • @bobaaaaa made their first contribution in https://github.com/vercel/turborepo/pull/1800
    • @HosseinAgha made their first contribution in https://github.com/vercel/turborepo/pull/1673

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.3...v1.4.4

    Source code(tar.gz)
    Source code(zip)
  • v1.4.4-canary.0(Aug 23, 2022)

    What's Changed

    • chore(deps): update dependency postcss to v8.4.16 by @renovate in https://github.com/vercel/turborepo/pull/1669
    • chore(deps): update nextjs monorepo to v12.2.4 by @renovate in https://github.com/vercel/turborepo/pull/1670
    • Make it easier to copy paste command from README by @mehulkar in https://github.com/vercel/turborepo/pull/1678
    • fix: Remove corepack upgrade step from corepack build target by @chris-olszewski in https://github.com/vercel/turborepo/pull/1668
    • update: create-turbo templates to use react v18 by @joelhooks in https://github.com/vercel/turborepo/pull/1685
    • docs: Update with-nextjs readme to add prisma starter link by @Misikir in https://github.com/vercel/turborepo/pull/1682
    • Flip benchmark to manual, only run on ubuntu, add protoc setup by @gsoltis in https://github.com/vercel/turborepo/pull/1687
    • fix: 🐛 typo by @futantan in https://github.com/vercel/turborepo/pull/1688
    • refactor: Prune prefactor by @chris-olszewski in https://github.com/vercel/turborepo/pull/1689
    • Remove references to baseBranch by @mehulkar in https://github.com/vercel/turborepo/pull/1681
    • fix(deps): update dependency @react-aria/radio to v3.3.0 by @renovate in https://github.com/vercel/turborepo/pull/1679
    • output to terminal when we are just waiting for cache uploads by @gsoltis in https://github.com/vercel/turborepo/pull/1686
    • create-turbo: improve test cases and make them pass by @mehulkar in https://github.com/vercel/turborepo/pull/1655
    • chore(cli): fix comment by @tknickman in https://github.com/vercel/turborepo/pull/1697
    • #1283 - Fixed json5 support by @bguedes-moz in https://github.com/vercel/turborepo/pull/1472
    • Use git hash-object instead of git ls-files for inputs hashing by @gsoltis in https://github.com/vercel/turborepo/pull/1699
    • Move more fields out of Config by @gsoltis in https://github.com/vercel/turborepo/pull/1461
    • create-turbo: Add tests to assert package installation works by @mehulkar in https://github.com/vercel/turborepo/pull/1698
    • chore(ci): test all other packages in CI by @tknickman in https://github.com/vercel/turborepo/pull/1709
    • Increase timeout for tests involving npm install by @mehulkar in https://github.com/vercel/turborepo/pull/1714
    • Wait for initial delay even with no TTY by @gsoltis in https://github.com/vercel/turborepo/pull/1713
    • Add yarn/berry switch in create-turbo tests. by @nathanhammond in https://github.com/vercel/turborepo/pull/1712
    • Add n8n to showcase by @ivov in https://github.com/vercel/turborepo/pull/1661
    • Run benchmarks, push data to tinybird and gh-pages by @gsoltis in https://github.com/vercel/turborepo/pull/1715
    • add Xata to showcase list by @atilafassina in https://github.com/vercel/turborepo/pull/1675
    • Remove MacOS from suggested setup by @alexander-young in https://github.com/vercel/turborepo/pull/1716
    • MacOS times out on large monorepo by @gsoltis in https://github.com/vercel/turborepo/pull/1721
    • Add back symlinks in fs cache by @gsoltis in https://github.com/vercel/turborepo/pull/1453
    • Removed blocks from storybook import by @samuelhorn in https://github.com/vercel/turborepo/pull/1725
    • Document how to run unit tests by @mehulkar in https://github.com/vercel/turborepo/pull/1726
    • Fix instructions for running a single Go unit test by @mehulkar in https://github.com/vercel/turborepo/pull/1728
    • fix(docs): fix showcase layout shift by @tknickman in https://github.com/vercel/turborepo/pull/1727
    • run_state refactor by @gsoltis in https://github.com/vercel/turborepo/pull/1711
    • Run go mod tidy by @mehulkar in https://github.com/vercel/turborepo/pull/1734
    • Invert automerging behavior from Kodiak by @mehulkar in https://github.com/vercel/turborepo/pull/1735
    • Minor editorial, grammatical, and spelling improvments to docs by @mehulkar in https://github.com/vercel/turborepo/pull/1701
    • Improve docs on how to get started debugging by @mehulkar in https://github.com/vercel/turborepo/pull/1736
    • Update CODEOWNERS with team by @mehulkar in https://github.com/vercel/turborepo/pull/1737
    • [create-turbo] Remove registry argument to install. by @nathanhammond in https://github.com/vercel/turborepo/pull/1742
    • minor pipelines.mdx typo by @laurentlucian in https://github.com/vercel/turborepo/pull/1743
    • fix(cli): fallback to manual hashing for global by @tknickman in https://github.com/vercel/turborepo/pull/1747
    • Turbo Config refactor by @mehulkar in https://github.com/vercel/turborepo/pull/1739

    New Contributors

    • @joelhooks made their first contribution in https://github.com/vercel/turborepo/pull/1685
    • @Misikir made their first contribution in https://github.com/vercel/turborepo/pull/1682
    • @futantan made their first contribution in https://github.com/vercel/turborepo/pull/1688
    • @bguedes-moz made their first contribution in https://github.com/vercel/turborepo/pull/1472
    • @ivov made their first contribution in https://github.com/vercel/turborepo/pull/1661
    • @atilafassina made their first contribution in https://github.com/vercel/turborepo/pull/1675
    • @alexander-young made their first contribution in https://github.com/vercel/turborepo/pull/1716
    • @samuelhorn made their first contribution in https://github.com/vercel/turborepo/pull/1725
    • @laurentlucian made their first contribution in https://github.com/vercel/turborepo/pull/1743

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.3...v1.4.4-canary.0

    Source code(tar.gz)
    Source code(zip)
  • v1.4.3(Aug 11, 2022)

    What's Changed

    • Make the ESPN logo less chonky on /showcase by @jaredpalmer in https://github.com/vercel/turborepo/pull/1613
    • docs: add N26 to showcase list by @brunojppb in https://github.com/vercel/turborepo/pull/1610
    • chore(owners): add chris & mehul by @tknickman in https://github.com/vercel/turborepo/pull/1616
    • Make releasing more-defensive of errors. by @nathanhammond in https://github.com/vercel/turborepo/pull/1618
    • Update showcase by @jaredpalmer in https://github.com/vercel/turborepo/pull/1621
    • feat(cli): add TURBO_CI_VENDOR_ENV_KEY by @tknickman in https://github.com/vercel/turborepo/pull/1622
    • feat(packages): eslint-plugin-turbo by @tknickman in https://github.com/vercel/turborepo/pull/1620
    • chore(deps): update dependency autoprefixer to v10.4.8 by @renovate in https://github.com/vercel/turborepo/pull/1625
    • chore(deps): update dependency @types/react to v17.0.48 by @renovate in https://github.com/vercel/turborepo/pull/1624
    • feat(packages): eslint-config-turbo by @tknickman in https://github.com/vercel/turborepo/pull/1628
    • fix(examples): fix cra ui package by @tknickman in https://github.com/vercel/turborepo/pull/1629
    • Revert "hotfix: set height on marquee to avoid layout shift" by @mehulkar in https://github.com/vercel/turborepo/pull/1631
    • Correct the license identifiers. by @nathanhammond in https://github.com/vercel/turborepo/pull/1638
    • feat(examples): add vite by @tknickman in https://github.com/vercel/turborepo/pull/1573
    • chore(deps): update dependency @babel/core to v7.18.10 by @renovate in https://github.com/vercel/turborepo/pull/1634
    • feat(examples) update examples & starters to use eslint config by @tknickman in https://github.com/vercel/turborepo/pull/1639
    • chore(deps): update dependency tailwindcss to v3.1.8 by @renovate in https://github.com/vercel/turborepo/pull/1635
    • fix(deps): update dependency @react-types/radio to v3.2.2 by @renovate in https://github.com/vercel/turborepo/pull/1643
    • fix(deps): update dependency copy-to-clipboard to v3.3.2 by @renovate in https://github.com/vercel/turborepo/pull/1644
    • switch e2e tests to use corepack by @chris-olszewski in https://github.com/vercel/turborepo/pull/1632
    • fix: remove debug action from CI by @chris-olszewski in https://github.com/vercel/turborepo/pull/1649
    • docs: fix turbo prune with docker blog example by @erj826 in https://github.com/vercel/turborepo/pull/1596
    • fix(berry arg parsing) by @chris-olszewski in https://github.com/vercel/turborepo/pull/1612
    • Make the defensive behavior correct. by @nathanhammond in https://github.com/vercel/turborepo/pull/1651
    • Weird makefile differences by @nathanhammond in https://github.com/vercel/turborepo/pull/1653
    • Attempt at an alternative corepack implementation. by @nathanhammond in https://github.com/vercel/turborepo/pull/1656
    • Update 1-4 blog post by @jaredpalmer in https://github.com/vercel/turborepo/pull/1658
    • Fix tab/spaces for 1.4 post. by @leerob in https://github.com/vercel/turborepo/pull/1659
    • Additional details on invisible environment variables. by @nathanhammond in https://github.com/vercel/turborepo/pull/1665

    New Contributors

    • @brunojppb made their first contribution in https://github.com/vercel/turborepo/pull/1610
    • @chris-olszewski made their first contribution in https://github.com/vercel/turborepo/pull/1632

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.2...v1.4.3

    Source code(tar.gz)
    Source code(zip)
  • v1.4.2(Aug 11, 2022)

    What's Changed

    • 1.4 blog post. by @nathanhammond in https://github.com/vercel/turborepo/pull/1593
    • fix: modern yarn lockfile parsing error by @erj826 in https://github.com/vercel/turborepo/pull/1597
    • Inferencing for environment variables. by @nathanhammond in https://github.com/vercel/turborepo/pull/1599
    • docs: Add dark/light mode aware ThemedImage and ThemedImageFigure by @jaredpalmer in https://github.com/vercel/turborepo/pull/1604
    • docs: update deprecated notice for serial option by @naffydharni006 in https://github.com/vercel/turborepo/pull/1602
    • chore(deps): update nextjs monorepo to v12.2.3 by @renovate in https://github.com/vercel/turborepo/pull/1544
    • Await publish before attempting lockfile update. by @nathanhammond in https://github.com/vercel/turborepo/pull/1611

    New Contributors

    • @naffydharni006 made their first contribution in https://github.com/vercel/turborepo/pull/1602

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.4.0...v1.4.2

    Source code(tar.gz)
    Source code(zip)
  • v1.4.0(Aug 11, 2022)

    What's Changed

    • fix(deps): update dependency @react-stately/radio to v3.4.1 by @renovate in https://github.com/vercel/turborepo/pull/1552
    • fix(turbo-ignore): build on error by @tknickman in https://github.com/vercel/turborepo/pull/1565
    • fix(deps): update dependency axios to v0.27.2 by @renovate in https://github.com/vercel/turborepo/pull/1566
    • chore(deps): update dependency @babel/core to v7.18.9 by @renovate in https://github.com/vercel/turborepo/pull/1560
    • fix(deps): update dependency @react-aria/ssr to v3.2.0 by @renovate in https://github.com/vercel/turborepo/pull/1551
    • fix(deps): update dependency execa to v5.1.1 by @renovate in https://github.com/vercel/turborepo/pull/1570
    • feat(turbo-ignore): update to support vercel CI by @tknickman in https://github.com/vercel/turborepo/pull/1578
    • Add /showcase by @jaredpalmer in https://github.com/vercel/turborepo/pull/1584
    • Use GoReleaser for Builds by @nathanhammond in https://github.com/vercel/turborepo/pull/1455
    • Use new future next image component and priority prop by @jaredpalmer in https://github.com/vercel/turborepo/pull/1588
    • .css should be never included in content field by @B2o5T in https://github.com/vercel/turborepo/pull/1589
    • Update lockfile after version bump by @nathanhammond in https://github.com/vercel/turborepo/pull/1591
    • feat(cli): auto hash framework env vars by @tknickman in https://github.com/vercel/turborepo/pull/1580

    New Contributors

    • @B2o5T made their first contribution in https://github.com/vercel/turborepo/pull/1589

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.3.4...v1.4.0

    Source code(tar.gz)
    Source code(zip)
  • v1.3.4(Jul 21, 2022)

    What's Changed

    • fix(deps): update dependency @react-types/radio to v3.2.1 by @renovate in https://github.com/vercel/turborepo/pull/1553
    • Move fixtures to correct directory. by @nathanhammond in https://github.com/vercel/turborepo/pull/1561
    • fix(cli): don’t exit when no tasks are found by @tknickman in https://github.com/vercel/turborepo/pull/1564

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.3.3...v1.3.4

    Source code(tar.gz)
    Source code(zip)
  • v1.3.3(Jul 21, 2022)

    What's Changed

    • fix(create-turbo): pnpm peer deps error by @tknickman in https://github.com/vercel/turborepo/pull/1559

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.3.2...v1.3.3

    Source code(tar.gz)
    Source code(zip)
  • v1.3.2(Jul 20, 2022)

    Core

    • Update schema generation script invocation. by @nathanhammond in https://github.com/vercel/turborepo/pull/1436
    • fix(cli): cache with correct file perms by @tknickman in https://github.com/vercel/turborepo/pull/1429
    • Watch task outputs to avoid cache restorations by @gsoltis in https://github.com/vercel/turborepo/pull/1269
    • Vendor chrometracing, add Close method by @gsoltis in https://github.com/vercel/turborepo/pull/1443
    • Fix symlink mode check. by @nathanhammond in https://github.com/vercel/turborepo/pull/1447
    • Fix hashing uncommitted changes by @gsoltis in https://github.com/vercel/turborepo/pull/1448
    • Cross-compile amd64. by @nathanhammond in https://github.com/vercel/turborepo/pull/1452
    • fix(cli): prefer IsDir() over explicit type check by @tknickman in https://github.com/vercel/turborepo/pull/1445
    • Add test to confirm that file copying works as expected. by @nathanhammond in https://github.com/vercel/turborepo/pull/1450
    • fix: remove suggestion of using fetch-depth by @harshcut in https://github.com/vercel/turborepo/pull/1438
    • Chip away at path migration by @gsoltis in https://github.com/vercel/turborepo/pull/1459
    • Implement allowing both sides of git comparison by @gsoltis in https://github.com/vercel/turborepo/pull/1442
    • Move some fields out of Config by @gsoltis in https://github.com/vercel/turborepo/pull/1460
    • chore: remove redundant .turbo by @shayc in https://github.com/vercel/turborepo/pull/1475
    • Depending on root tasks should work by @gsoltis in https://github.com/vercel/turborepo/pull/1485
    • Implement filesystem cookies for filewatch ordering by @gsoltis in https://github.com/vercel/turborepo/pull/1410
    • Label root package in dependency graph by @gsoltis in https://github.com/vercel/turborepo/pull/1491
    • Implement fsevents by @gsoltis in https://github.com/vercel/turborepo/pull/1419
    • Bug: Fix logic that wipes out part of the config by @StevenMatchett in https://github.com/vercel/turborepo/pull/1527
    • Add schema.json to create-turbo templates by @jaredpalmer in https://github.com/vercel/turborepo/pull/1537
    • Filter in package by @nathanhammond in https://github.com/vercel/turborepo/pull/1538

    Internal

    • Ensure we fail if no examples are run by @gsoltis in https://github.com/vercel/turborepo/pull/1441
    • Bump e2e pnpm to 7 by @gsoltis in https://github.com/vercel/turborepo/pull/1444
    • Add missing dependencies to OSX setup by @trevorr in https://github.com/vercel/turborepo/pull/1487
    • Add golang to OSX setup by @neolivz in https://github.com/vercel/turborepo/pull/1492
    • Configure Renovate by @renovate in https://github.com/vercel/turborepo/pull/1499
    • chore(deps): update dependency @types/react to v17.0.47 by @renovate in https://github.com/vercel/turborepo/pull/1514
    • chore(deps): update dependency ts-json-schema-generator to v0.98.0 by @renovate in https://github.com/vercel/turborepo/pull/1516
    • chore(renovate): support go mod tidy by @tknickman in https://github.com/vercel/turborepo/pull/1515
    • fix(deps): update dependency @heroicons/react to v1.0.6 by @renovate in https://github.com/vercel/turborepo/pull/1520
    • chore(deps): update dependency @babel/core to v7.18.6 by @renovate in https://github.com/vercel/turborepo/pull/1523
    • chore(deps): update dependency tailwindcss to v3.1.6 by @renovate in https://github.com/vercel/turborepo/pull/1529
    • chore(deps): update dependency autoprefixer to v10.4.7 by @renovate in https://github.com/vercel/turborepo/pull/1530
    • chore(deps): update dependency eslint-config-prettier to v8.5.0 by @renovate in https://github.com/vercel/turborepo/pull/1531
    • chore(deps): update pnpm/action-setup action to v2.2.2 by @renovate in https://github.com/vercel/turborepo/pull/1546
    • chore(deps): update dependency postcss to v8.4.14 by @renovate in https://github.com/vercel/turborepo/pull/1542
    • Makefile works for turbobot by @nathanhammond in https://github.com/vercel/turborepo/pull/1550

    Examples

    • feat(examples): add svelte by @tknickman in https://github.com/vercel/turborepo/pull/1458
    • Fix yarn start not working by @elis in https://github.com/vercel/turborepo/pull/1468
    • feat(examples): add tailwind by @tknickman in https://github.com/vercel/turborepo/pull/1464
    • fix: added vite.config and fixes for svelte-next.358 by @oneezy in https://github.com/vercel/turborepo/pull/1496
    • chore(examples): update tsconfig declaration val by @tknickman in https://github.com/vercel/turborepo/pull/1483
    • feat(examples): add react-native-web by @tknickman in https://github.com/vercel/turborepo/pull/1486
    • Fix tailwind example by @kocisov in https://github.com/vercel/turborepo/pull/1500
    • feat(examples): add nextjs by @tknickman in https://github.com/vercel/turborepo/pull/1506

    Documentation

    • docs(cli): update contributing.md with new deps by @tknickman in https://github.com/vercel/turborepo/pull/1449
    • Update caching.mdx by @chitchu in https://github.com/vercel/turborepo/pull/1482
    • fix(docs): update prune compatibility by @tknickman in https://github.com/vercel/turborepo/pull/1505
    • Typo: verifcation --> verification by @samouri in https://github.com/vercel/turborepo/pull/1517
    • Add with-prisma example by @NuroDev in https://github.com/vercel/turborepo/pull/979
    • feat(examples): add cra by @tknickman in https://github.com/vercel/turborepo/pull/1504
    • Examples fast follows by @tknickman in https://github.com/vercel/turborepo/pull/1526
    • feat(examples): add docker by @tknickman in https://github.com/vercel/turborepo/pull/1522
    • chore(examples): clean the kitchen (sink) by @tknickman in https://github.com/vercel/turborepo/pull/1534
    • [example/kitchensink] allow accessing vite on any ip/hostname by @zsoldosp in https://github.com/vercel/turborepo/pull/1532
    • chore(docs): improvements by @tknickman in https://github.com/vercel/turborepo/pull/1540

    New Contributors

    • @harshcut made their first contribution in https://github.com/vercel/turborepo/pull/1438
    • @shayc made their first contribution in https://github.com/vercel/turborepo/pull/1475
    • @elis made their first contribution in https://github.com/vercel/turborepo/pull/1468
    • @chitchu made their first contribution in https://github.com/vercel/turborepo/pull/1482
    • @trevorr made their first contribution in https://github.com/vercel/turborepo/pull/1487
    • @oneezy made their first contribution in https://github.com/vercel/turborepo/pull/1496
    • @neolivz made their first contribution in https://github.com/vercel/turborepo/pull/1492
    • @kocisov made their first contribution in https://github.com/vercel/turborepo/pull/1500
    • @renovate made their first contribution in https://github.com/vercel/turborepo/pull/1499
    • @samouri made their first contribution in https://github.com/vercel/turborepo/pull/1517
    • @NuroDev made their first contribution in https://github.com/vercel/turborepo/pull/979
    • @zsoldosp made their first contribution in https://github.com/vercel/turborepo/pull/1532
    • @StevenMatchett made their first contribution in https://github.com/vercel/turborepo/pull/1527

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.3.1...v1.3.2

    Source code(tar.gz)
    Source code(zip)
  • v1.3.2-canary.4(Jul 20, 2022)

    What's Changed

    • Makefile works for turbobot by @nathanhammond in https://github.com/vercel/turborepo/pull/1550

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.3.2-canary.3...v1.3.2-canary.4

    Source code(tar.gz)
    Source code(zip)
  • v1.3.2-canary.3(Jul 20, 2022)

    What's Changed

    • Filter in package by @nathanhammond in https://github.com/vercel/turborepo/pull/1538
    • chore(deps): update pnpm/action-setup action to v2.2.2 by @renovate in https://github.com/vercel/turborepo/pull/1546
    • chore(deps): update dependency postcss to v8.4.14 by @renovate in https://github.com/vercel/turborepo/pull/1542
    • chore(docs): improvements by @tknickman in https://github.com/vercel/turborepo/pull/1540

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.3.2-canary.2...v1.3.2-canary.3

    Source code(tar.gz)
    Source code(zip)
  • v1.3.2-canary.2(Jul 20, 2022)

    What's Changed

    • fix: added vite.config and fixes for svelte-next.358 by @oneezy in https://github.com/vercel/turborepo/pull/1496
    • Add golang to OSX setup by @neolivz in https://github.com/vercel/turborepo/pull/1492
    • Fix tailwind example by @kocisov in https://github.com/vercel/turborepo/pull/1500
    • Configure Renovate by @renovate in https://github.com/vercel/turborepo/pull/1499
    • feat(examples): add nextjs by @tknickman in https://github.com/vercel/turborepo/pull/1506
    • fix(docs): update prune compatibility by @tknickman in https://github.com/vercel/turborepo/pull/1505
    • chore(deps): update dependency @types/react to v17.0.47 by @renovate in https://github.com/vercel/turborepo/pull/1514
    • chore(deps): update dependency ts-json-schema-generator to v0.98.0 by @renovate in https://github.com/vercel/turborepo/pull/1516
    • Typo: verifcation --> verification by @samouri in https://github.com/vercel/turborepo/pull/1517
    • chore(renovate): support go mod tidy by @tknickman in https://github.com/vercel/turborepo/pull/1515
    • fix(deps): update dependency @heroicons/react to v1.0.6 by @renovate in https://github.com/vercel/turborepo/pull/1520
    • chore(deps): update dependency @babel/core to v7.18.6 by @renovate in https://github.com/vercel/turborepo/pull/1523
    • Add with-prisma example by @NuroDev in https://github.com/vercel/turborepo/pull/979
    • feat(examples): add cra by @tknickman in https://github.com/vercel/turborepo/pull/1504
    • Examples fast follows by @tknickman in https://github.com/vercel/turborepo/pull/1526
    • chore(deps): update dependency tailwindcss to v3.1.6 by @renovate in https://github.com/vercel/turborepo/pull/1529
    • chore(deps): update dependency autoprefixer to v10.4.7 by @renovate in https://github.com/vercel/turborepo/pull/1530
    • chore(deps): update dependency eslint-config-prettier to v8.5.0 by @renovate in https://github.com/vercel/turborepo/pull/1531
    • Implement fsevents by @gsoltis in https://github.com/vercel/turborepo/pull/1419
    • feat(examples): add docker by @tknickman in https://github.com/vercel/turborepo/pull/1522
    • chore(examples): clean the kitchen (sink) by @tknickman in https://github.com/vercel/turborepo/pull/1534
    • [example/kitchensink] allow accessing vite on any ip/hostname by @zsoldosp in https://github.com/vercel/turborepo/pull/1532
    • Bug: Fix logic that wipes out part of the config by @StevenMatchett in https://github.com/vercel/turborepo/pull/1527
    • Add schema.json to create-turbo templates by @jaredpalmer in https://github.com/vercel/turborepo/pull/1537

    New Contributors

    • @oneezy made their first contribution in https://github.com/vercel/turborepo/pull/1496
    • @neolivz made their first contribution in https://github.com/vercel/turborepo/pull/1492
    • @kocisov made their first contribution in https://github.com/vercel/turborepo/pull/1500
    • @samouri made their first contribution in https://github.com/vercel/turborepo/pull/1517
    • @NuroDev made their first contribution in https://github.com/vercel/turborepo/pull/979
    • @zsoldosp made their first contribution in https://github.com/vercel/turborepo/pull/1532
    • @StevenMatchett made their first contribution in https://github.com/vercel/turborepo/pull/1527

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.3.2-canary.1...v1.3.2-canary.2

    Source code(tar.gz)
    Source code(zip)
  • v1.3.2-canary.1(Jul 20, 2022)

    What's Changed

    • feat(examples): add svelte by @tknickman in https://github.com/vercel/turborepo/pull/1458
    • docs(cli): update contributing.md with new deps by @tknickman in https://github.com/vercel/turborepo/pull/1449
    • fix: remove suggestion of using fetch-depth by @harshcut in https://github.com/vercel/turborepo/pull/1438
    • Chip away at path migration by @gsoltis in https://github.com/vercel/turborepo/pull/1459
    • Implement allowing both sides of git comparison by @gsoltis in https://github.com/vercel/turborepo/pull/1442
    • Move some fields out of Config by @gsoltis in https://github.com/vercel/turborepo/pull/1460
    • chore: remove redundant .turbo by @shayc in https://github.com/vercel/turborepo/pull/1475
    • Fix yarn start not working by @elis in https://github.com/vercel/turborepo/pull/1468
    • Update caching.mdx by @chitchu in https://github.com/vercel/turborepo/pull/1482
    • Depending on root tasks should work by @gsoltis in https://github.com/vercel/turborepo/pull/1485
    • chore(examples): update tsconfig declaration val by @tknickman in https://github.com/vercel/turborepo/pull/1483
    • Label root package in dependency graph by @gsoltis in https://github.com/vercel/turborepo/pull/1491
    • Implement filesystem cookies for filewatch ordering by @gsoltis in https://github.com/vercel/turborepo/pull/1410
    • feat(examples): add react-native-web by @tknickman in https://github.com/vercel/turborepo/pull/1486
    • Add missing dependencies to OSX setup by @trevorr in https://github.com/vercel/turborepo/pull/1487
    • feat(examples): add tailwind by @tknickman in https://github.com/vercel/turborepo/pull/1464

    New Contributors

    • @harshcut made their first contribution in https://github.com/vercel/turborepo/pull/1438
    • @shayc made their first contribution in https://github.com/vercel/turborepo/pull/1475
    • @elis made their first contribution in https://github.com/vercel/turborepo/pull/1468
    • @chitchu made their first contribution in https://github.com/vercel/turborepo/pull/1482
    • @trevorr made their first contribution in https://github.com/vercel/turborepo/pull/1487

    Full Changelog: https://github.com/vercel/turborepo/compare/v1.3.2-canary.0...v1.3.2-canary.1

    Source code(tar.gz)
    Source code(zip)
Owner
Vercel
Develop. Preview. Ship. Creators of Next.js.
Vercel
the pluto is a gateway new time, high performance, high stable, high availability, easy to use

pluto the pluto is a gateway new time, high performance, high stable, high availability, easy to use Acknowledgments thanks nbio for providing low lev

mobus 2 Sep 19, 2021
🚀Gev is a lightweight, fast non-blocking TCP network library based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.

gev 中文 | English gev is a lightweight, fast non-blocking TCP network library based on Reactor mode. Support custom protocols to quickly and easily bui

徐旭 1.5k Jan 6, 2023
🚥 Yet another pinger: A high-performance ICMP ping implementation build on top of BPF technology.

yap Yet-Another-Pinger: A high-performance ICMP ping implementation build on top of BPF technology. yap uses the gopacket library to receive and handl

dongdong 44 Nov 9, 2022
Squzy - is a high-performance open-source monitoring, incident and alert system written in Golang with Bazel and love.

Squzy - opensource monitoring, incident and alerting system About Squzy - is a high-performance open-source monitoring and alerting system written in

Squzy 468 Dec 12, 2022
Group peer to peer video calls for everyone written in Go and TypeScript

Peer Calls v4 WebRTC peer to peer calls for everyone. See it live in action at peercalls.com. The server has been completely rewriten in Go and all th

Peer Calls 1.2k Dec 30, 2022
gRPC Web implementation for Golang and TypeScript

gRPC-Web: Typed Frontend Development gRPC is a modern, HTTP2-based protocol, that provides RPC semantics using the strongly-typed binary data format o

Improbable Engineering 4.1k Dec 29, 2022
Example of strongly typed go/graphql/typescript web application

go-gql-typescript-example Example of strongly typed go/graphql/typescript web application Overview This is an example web application. On the server i

null 2 May 27, 2022
A simple FTP protocol with client and server implemented in TypeScript and Golang

websocket-ftp A simple FTP protocol with client and server implemented in TypeScript and Golang. Example (Client) const buffer: Uint8Array = (new Text

LQR471814 0 Apr 14, 2022
Transform Golang `enum` type to Typescript enum

golang-enum-to-ts Transform Golang enum type to Typescript enum Function Before (Golang) package some type Status int const ( Todo Status = iota D

小安 2 Mar 1, 2022
Generate Typescript types from Golang source code

?? tygo Tygo is a tool for generating Typescript typings from Golang source files that just works. Other than reflection-based methods it preserves co

Guido Zuidhof 311 Dec 16, 2022
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http

fasthttp Fast HTTP implementation for Go. Currently fasthttp is successfully used by VertaMedia in a production serving up to 200K rps from more than

Aliaksandr Valialkin 18.9k Jan 5, 2023
High performance async-io(proactor) networking for Golang。golangのための高性能非同期io(proactor)ネットワーキング

gaio Introduction 中文介绍 For a typical golang network program, you would first conn := lis.Accept() to get a connection and go func(net.Conn) to start a

xtaci 474 Dec 29, 2022
Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.1.1 and V5 in golang

中文文档 Gmqtt News: MQTT V5 is now supported. But due to those new features in v5, there area lots of breaking changes. If you have any migration problem

null 817 Jan 5, 2023
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。

English | ???? 中文 ?? Introduction gnet is an event-driven networking framework that is fast and lightweight. It makes direct epoll and kqueue syscalls

Andy Pan 7.2k Jan 2, 2023
High-performance PHP application server, load-balancer and process manager written in Golang

RoadRunner is an open-source (MIT licensed) high-performance PHP application server, load balancer, and process manager. It supports running as a serv

Spiral Scout 6.9k Jan 1, 2023
YoMo 46 Nov 9, 2022
Netpoll is a high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.

Netpoll is a high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance. RPC is usually heavy on processing logic and therefore cannot handle I/O serially. But Go's standard library net designed blocking I/O API, so that the RPC framework can only follow the One Conn One Goroutine design.

CloudWeGo 3.3k Jan 2, 2023