Skip to content

Releases: vercel/turborepo

v1.1.10-canary.0

23 Mar 21:33
Compare
Choose a tag to compare
v1.1.10-canary.0 Pre-release
Pre-release

Core

New Contributors

Full Changelog: v1.1.7...v1.1.10-canary.0

v1.1.9

21 Mar 20:39
Compare
Choose a tag to compare

Core

New Contributors

Full Changelog: v1.1.7...v1.1.9

v1.1.7

21 Mar 19:35
Compare
Choose a tag to compare

Core

  • Fix regression so that depending on "*" should match everything by @gsoltis in #855
  • Remove packageManager warning by @jaredpalmer in #858
  • Allow specifying cache outputs outside of package folder by @jaredpalmer in #861
  • Implement --dry-run and --dry-run=json, formerly --plan by @gsoltis in #862
  • Switch task graph edges to direct dependencies by @gsoltis in #869
  • fix: dump all contents of outputs in --dry instead of all but the first one by @weyert in #877
  • Hash correct file paths for global dependencies by @gsoltis in #888
  • fix: make --dry=json jq and JSON.parse-friendly by @jaredpalmer in #894
  • Add --output-logs= option to turbo CLI by @chelkyl in #822
  • fix(remote-cache): use posix paths for tar archives by @thebanjomatic in #895

create-turbo

  • Use user-customized npm registry in create-turbo by @gemwuu in #885

Docs

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.7-canary.3

15 Mar 18:55
Compare
Choose a tag to compare
v1.1.7-canary.3 Pre-release
Pre-release

Core

  • Implement --dry-run, formerly --plan by @gsoltis in #862
  • Switch task graph edges to direct dependencies by @gsoltis in #869
  • fix: dump all contents of Outputs instead of all but the first one by @weyert in #877
  • Remove tabs from run help text by @gsoltis in #879

New Contributors

Full Changelog: v1.1.6...v1.1.7-canary.3

v1.1.7-canary.1

11 Mar 18:24
Compare
Choose a tag to compare
v1.1.7-canary.1 Pre-release
Pre-release

Core

Docs

New Contributors

Full Changelog: v1.1.7-canary.0...v1.1.7-canary.1

v1.1.7-canary.0

11 Mar 18:23
Compare
Choose a tag to compare
v1.1.7-canary.0 Pre-release
Pre-release

Core

  • depending on "*" should match everything by @gsoltis in #855

Docs

New Contributors

Full Changelog: v1.1.6...v1.1.7-canary.0

v1.1.6

09 Mar 20:17
Compare
Choose a tag to compare

Core

  • Fix SSO login regression to ensure that the RepoConfig Directory and file exists before writing team ID and API url by @gaspar09 in #823
  • Log an error when scope is invalid in turbo prune #703 by @m-shaka in #826
  • Update text for more inclusive language. by @leerob in #837
  • Add support for turbo run w/ yarn pnp by @thebanjomatic in #797
  • Add back support for file:... dependencies by @gsoltis in #854
  • Don't consider peerDependencies when constructing graph by @thebanjomatic in #813

Docs

  • docs: Complimentary Tools -> Complementary Tools by @jaredpalmer in #831
  • docs: Add note about Fast Refresh to the FAQ docs by @leerob in #832

Internal

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5

03 Mar 23:19
Compare
Choose a tag to compare

Core

Documentation

Internal

  • Remove dependencies on context methods / functions by @gsoltis in #821
  • Continue evolving Context towards a data structure that can be sent over the wire by @gsoltis in #788
  • Move to core monorepo to pnpm by @jaredpalmer in #810
  • Add cancel workflow GH Action by @jaredpalmer in #808

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.5-canary.0

02 Mar 19:23
Compare
Choose a tag to compare
v1.1.5-canary.0 Pre-release
Pre-release

Core

  • Running build with --cwd works by @gsoltis in #783
  • Continue evolving Context towards a data structure that can be sent over the wire by @gsoltis in #788
  • Prep before SSO login flow work by @gsoltis in #798
  • Implement SSO login with combined link step by @gsoltis in #811
  • Fixing generateBinPath in postinstall.js when yarn pnp is enabled by @thebanjomatic in #795

create-turbo

Documentation

Internal

New Contributors

Full Changelog: v1.1.4...v1.1.5-canary.0

v1.1.4

25 Feb 17:40
Compare
Choose a tag to compare

Core

  • Stop hitting remote cache after a few failures by @jaredpalmer in #545
  • Add support for JSON5 with comments in turbo.json file by @weyert in #745
  • Fix --no-cache flag regression by @Xenfo in #699
  • Switch default Remote Caching API URL to https://vercel.com/api by @jaredpalmer in #776
  • Fix upstream eslint-plugin-react issue causing next build and lint to fail by @jaredpalmer in #779
  • Add /artifacts/events by @gsoltis in #754
  • Fix postinstall script on node 16 on ubuntu by @jaredpalmer in #778
  • Throw an error when --scope returns an empty set by @ragrag in #735

Documentation

New Contributors

Full Changelog: v1.1.3...v1.1.4