What's New?
- Added partial and experimental yarn v2/3 support with
nodeLinker: "node-modules"
- Added new
@turbo/codemod
package for automatic migrations - Move configuration into
turbo.json
for convenience - Use
packageManager
in rootpackage.json
to determine package manager faster - Show deprecation warning when
turbo
key inpackage.json
with suggestions to runnpx @turbo/codemod create-turbo-config
- Show deprecation warning when
packageManager
key inpackage.json
is not set with suggestions to runnpx @turbo/codemod add-package-manager
- Updated
create-turbo
templates to setpackageManager
automatically - New and improved documentation search and UI tweaks
Bug Fixes
- Fixed regression where
turbo prune
broke subsequentyarn install --frozen-lockfile
- Fixed CRLF/LF issues in lockfile and yaml parsing
- Fixed memory leak / CPU overheating issue
Commits
- Add yarn berry node_modules linker, CRLF/LF, and update prune by @Xenfo in #544
- Fix channel closing on errors by @jaredpalmer in #557
- docs(configuration): fix commas in JSON by @chentsulin in #568
- Fix syml/yaml lockfile indentation in turbo prune by @jaredpalmer in #574
- fix: handle dead symlinks in walk by @markjm in #569
- chore: fixed typo on ancestralHash by @sebasrodriguez in #578
- Add @turbo/codemod package by @jaredpalmer in #556
- fix: warn when no packageManager by @Xenfo in #579
- Fix e2e example check by @jaredpalmer in #580
- fix: stop ignoring package.json by @Xenfo in #581
- docs(typo): corrects "sepecify" by @SuttonJack in #585
- fix: conditionally set arch when installing hyperfine by @virtuoushub in #584
- fix: run examples by @Xenfo in #583
- fix: cached symlinks causing cache misses by @adamelmore in #491
- docs: consolidate install commands by @josefaidt in #604
- Start on some contributing notes and tools by @gsoltis in #605
- Upgrade docs with better search by @shuding in #599
- docs: Incorporate some upstream features of nextra-theme-docs by @jaredpalmer in #613
- Add more actionable e2e assertions by @jaredpalmer in #551
- docs: Bump nextra to fix search by @jaredpalmer in #616
- Migrate root turbo config from package.json to turbo.json by @gsoltis in #606
- Add @types/node to examples and template by @jaredpalmer in #623
- Set packageManager in create-turbo before install by @jaredpalmer in #621
- Finish docs move to
turbo.json
by @jaredpalmer in #622
New Contributors
- @Xenfo made their first contribution in #544
- @chentsulin made their first contribution in #568
- @sebasrodriguez made their first contribution in #578
- @SuttonJack made their first contribution in #585
- @virtuoushub made their first contribution in #584
- @adamelmore made their first contribution in #491
- @josefaidt made their first contribution in #604
- @gsoltis made their first contribution in #605
Full Changelog: v1.0.29...v1.1.0