Releases: vercel/turborepo
Releases · vercel/turborepo
v1.1.10-canary.0
Core
- fix: Update inline snapshot of create-turbo by @jaredpalmer in #915
- Revert trailer md5 by @gaspar09 in #916
- Allow concurrency to be set with percentage values by @VanTanev in #873
- Do not show >>> FULL TURBO on 0 attempt runs by @jaredpalmer in #922
- [refactor] Move TurboConfigJSON and RootPackageJSON reading to config.go by @gaspar09 in #923
- fix: Reset ansi after >>> FULL TURBO by @jaredpalmer in #926
New Contributors
- @ThibautMarechal made their first contribution in #911
- @VanTanev made their first contribution in #873
Full Changelog: v1.1.7...v1.1.10-canary.0
v1.1.9
Core
- hotfix: regression where
turbo run
exit code always 0 by @ThibautMarechal in #911
New Contributors
- @ThibautMarechal made their first contribution in #911
Full Changelog: v1.1.7...v1.1.9
v1.1.7
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
andJSON.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
Docs
- Update configuration.mdx by @marcusmolchany in #856
- Update footer form by @mitchellwright in #857
- docs: make remote caching evergreen by @dbredvick in #868
- Remove tabs from run help text by @gsoltis in #879
- Update CONTRIBUTING.md for pnpm. Use pnpm to run line-staged by @gaspar09 in #889
- Add docs for
--dry
by @gsoltis in #890
New Contributors
- @marcusmolchany made their first contribution in #856
- @mitchellwright made their first contribution in #857
- @dbredvick made their first contribution in #868
- @chelkyl made their first contribution in #822
- @gemwuu made their first contribution in #885
Full Changelog: v1.1.6...v1.1.7
v1.1.7-canary.3
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
- @marcusmolchany made their first contribution in #856
- @mitchellwright made their first contribution in #857
- @dbredvick made their first contribution in #868
Full Changelog: v1.1.6...v1.1.7-canary.3
v1.1.7-canary.1
Core
- Remove
packageManager
warning by @jaredpalmer in #858 - Allow specifying cache outputs outside of package folder by @jaredpalmer in #861
Docs
- Update footer form by @mitchellwright in #857
New Contributors
- @marcusmolchany made their first contribution in #856
- @mitchellwright made their first contribution in #857
Full Changelog: v1.1.7-canary.0...v1.1.7-canary.1
v1.1.7-canary.0
Core
Docs
- Update configuration.mdx by @marcusmolchany in #856
New Contributors
- @marcusmolchany made their first contribution in #856
Full Changelog: v1.1.6...v1.1.7-canary.0
v1.1.6
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
- Bump timeout on create-turbo CLI test by @gsoltis in #834
- Extract ResolvePackages by @gsoltis in #830
New Contributors
Full Changelog: v1.1.5...v1.1.6
v1.1.5
Core
- Change "Bootstrapping" to "Creating" in
create-turbo
by @jaredpalmer in #780 - Running build with --cwd works by @gsoltis in #783
- Fixing generateBinPath when yarn pnp is enabled by @thebanjomatic in #795
- Implement SSO login with combined link step by @gsoltis in #811
- Fix bounded parallelization when saving cache by @glesperance in #723
- Spelling by @jsoref in #441
- Allow mix of internal and external deps with same name by @thebanjomatic in #802
Documentation
- Document fixes for the cache section by @kokiebisu in #782
- Update FAQ wording by @denno020 in #818
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
- @kokiebisu made their first contribution in #782
- @thebanjomatic made their first contribution in #795
- @glesperance made their first contribution in #723
- @jsoref made their first contribution in #441
- @denno020 made their first contribution in #818
Full Changelog: v1.1.4...v1.1.5
v1.1.5-canary.0
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
- Change "Bootstrapping" to "Creating" in
create-turbo
by @jaredpalmer in #780
Documentation
- Syntax fixes for the cache section by @kokiebisu in #782
Internal
- Add cancel workflow GH Action by @jaredpalmer in #808
- Move to core monorepo to pnpm by @jaredpalmer in #810
New Contributors
- @kokiebisu made their first contribution in #782
- @thebanjomatic made their first contribution in #795
Full Changelog: v1.1.4...v1.1.5-canary.0
v1.1.4
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