·
27 commits
to main
since this release
What's Changed
Docs
- fix(examples): correct 'test:projects' script to use vitest directly by @namidapoo in #10683
- docs: update docs about env file handling by @anthonyshew in #10710
- docs(run): correct --graph formats; remove incorrect default mention by @anthonyshew in #10744
- docs(run): fix --log-prefix options to match CLI (task, not prefix) by @anthonyshew in #10743
- docs: update --graph reference by @chris-olszewski in #10759
@turbo/repository
- chore: update to Rust 1.88.0 by @ognevny in #10608
- chore: update to Rust 1.89.0 by @ognevny in #10749
Examples
- fix(examples): add missing extension to with-react-native-web ui tsconfig by @Franck-Fernandez-pro in #10694
- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates by @dependabot[bot] in #10697
- chore(deps): bump the with-tailwind group in /examples/with-tailwind with 3 updates by @dependabot[bot] in #10698
- chore(deps): bump the basic group in /examples/basic with 3 updates by @dependabot[bot] in #10699
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 5 updates by @dependabot[bot] in #10700
- chore(deps-dev): bump turbo from 2.5.4 to 2.5.5 in /examples/with-shell-commands by @dependabot[bot] in #10701
- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 2 updates by @dependabot[bot] in #10696
- chore(deps-dev): bump the basic group in /examples/basic with 4 updates by @dependabot[bot] in #10757
- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 4 updates by @dependabot[bot] in #10756
- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by @dependabot[bot] in #10753
- feat: upgrade NestJS to v11 and migrate to ESLint flat config by @iamnivekx in #10746
Changelog
- docs: add architecture document for
turbo run
by @chris-olszewski in #10702 - feat: allow Watch Mode with
--root-turbo-json
by @anthonyshew in #10687 - chore(tower-uds): delete unused crate by @anthonyshew in #10676
- test(turbo-utils): improve test coverage by @anthonyshew in #10693
- test(turborepo-auth): unit tests for auth crate by @anthonyshew in #10692
- feat: improve parsing error by @anthonyshew in #10682
- chore: fix lints in tests by @chris-olszewski in #10707
- chore(turbo_json): lift
$TURBO_DEFAULT$
handling to turbo.json resolution by @chris-olszewski in #10709 - chore(turbo_json): prefactor loading logic by @chris-olszewski in #10719
- fix(logs): no longer output group prefixes if no logs present by @chris-olszewski in #10760
- fix(turbo): graceful shutdown on sighup by @chris-olszewski in #10764
New Contributors
- @namidapoo made their first contribution in #10683
- @Franck-Fernandez-pro made their first contribution in #10694
- @iamnivekx made their first contribution in #10746
Full Changelog: v2.5.5...v2.5.6