Blog Post
What's Changed
Changelog
- fix: Use go implementation when no build tags present by @chris-olszewski in #3678
- Avoid filename conflict by @sokra in #3673
- fix: remove turborepo binary dependency on ffi by @chris-olszewski in #3683
- chore: add local and global versions in debug by @chris-olszewski in #3661
- refactor ResolveResult to allow mixing special and assets in alternatives by @sokra in #3675
- docs: add package.json and turbo.json to a pruned directory example by @m-shaka in #3666
- release(turborepo): 1.7.4 by @github-actions in #3688
- test(turborepo): Login by @NicholasLYang in #3663
- Add a page about installing turbo, including both global and repo-local by @gsoltis in #3686
- fix: update verbosity integration tests by @chris-olszewski in #3699
- Revert protoc version and stop building ffi on make by @mehulkar in #3705
- Re-add ffi-install step during make by @mehulkar in #3708
- Check in Go file generated from protobuf by @gsoltis in #3710
- feat(docs): update verbosity reference by @tknickman in #3740
- feat(cli): reccomend codemod in updater by @tknickman in #3743
- fix(turbo): improved yarn berry pnp support (#3744 by @tknickman in #3744
- release(turborepo): 1.7.5-canary.0 by @github-actions in #3752
- Add support for
--graph=file.mermaid
by @styfle in #3633 - chore: add option to dump args sent to go by @chris-olszewski in #3515
- Revert "chore: add option to dump args sent to go (#3515)" by @mehulkar in #3782
- Warn on absolute paths used in turbo.json by @gsoltis in #3658
- Change error log line to debug, it's not an error by @gsoltis in #3808
- Remove TIMING=1 from eslint command in examples and create-turbo starter by @mehulkar in #3813
- Use non-high intensity yellow for warnings for readability on white background by @mehulkar in #3810
- use consistent actions/checkout version in examples by @oddnavy in #3791
- feat(types): update turbo.json schema by @tknickman in #3821
- Ensure Task can depend across workspaces by @mehulkar in #3820
- Error if none of the tasks passed to CLI were found by @mehulkar in #3828
- port(turborepo): Unlink by @NicholasLYang in #3824
- Add
outputs
to all examples by @anthonyshew in #3830 - Callout installation docs in getting started by @mehulkar in #3833
- Bump @types/react version in create-turbo starter by @mehulkar in #3844
- chore(deps): update dependency @types/express to v4.17.17 by @renovate in #3636
- Add package version to eslint.mdx in eslint-config-custom example by @KamWis in #3511
- Copy
public
directory to docker by @sandumorari in #2642
New Contributors
- @chicoworry made their first contribution in #3763
- @h-a-n-a made their first contribution in #3762
- @nonparibus made their first contribution in #3400
- @KamWis made their first contribution in #3511
- @sandumorari made their first contribution in #2642
- @angeblecon made their first contribution in #3852
Full Changelog: v1.7.4...v1.8.0