v10.8.1
📦 pnpmView on GitHub →
✨ 1 features🐛 2 fixes
Summary
This patch release removes bright white highlighting, adds automatic writing of `onlyBuiltDependencies` to `pnpm-workspace.yaml` when no config exists, and ensures patch file paths are stored as relative paths.
✨ New Features
- If there is no pnpm related configuration in `package.json`, `onlyBuiltDependencies` will be written to `pnpm-workspace.yaml` file (adds automatic workspace config generation).
🐛 Bug Fixes
- Removed bright white highlighting, which didn't look good on some light themes.
- The patch file path saved by the pnpm `patch-commit` and `patch-remove` commands is now a relative path.