v2.9.15-canary.5
📦 turborepoView on GitHub →
🐛 16 fixes🔧 11 symbols
Summary
This canary release focuses on internal cleanup by removing usages of .expect() and .unwrap() across various internal packages and tests. A minimum release age for pnpm was also set.
Migration Steps
- Set minimum release age for pnpm.
🐛 Bug Fixes
- Removed usage of .expect() in turborepo-wax.
- Removed usage of .expect() in turborepo-filewatch.
- Removed usage of .expect() in turborepo-cache.
- Removed usage of .expect() in turborepo-daemon.
- Removed usage of .unwrap() in turborepo-engine.
- Removed usage of .unwrap() in filewatch.
- Removed usage of .expect() in turborepo-engine.
- Removed usage of .unwrap() in turborepo-cache.
- Removed usage of .expect() in turborepo-lockfiles.
- Removed usage of .unwrap() in turborepo-lockfiles.
- Removed usage of .unwrap() in turborepo-vt100.
- Removed usage of .unwrap() in turborepo-lib.
- Removed usage of .expect() in turborepo-lib.
- Removed usage of .unwrap() in shim tests.
- Removed allowance for .unwrap() in turbo json tests.
- Removed usage of .unwrap() in run summary tests.