- Fix up after merge (72a055f)
- Rename tests → test (f89dd93)
- Fix and simplify config hints (1dbc024)
- Use all available workspace when finding referenced internal workspace (c6e0aab)
- Move module resolution from
require.resolve
tots.resolveModuleName
inhandleReferencedDependency
(0155306) - Return
module.js
notmodule.d.ts from
resolveModuleName` for internal imports (7e62157) - Don't throw for configuration issues (91d8989)
- Match against all available internal workspace pkg names (3d1fbe8)
- Include only direct dependents and filter issues by provided --workspace (4dd951b)
- Add @pnpm/logger (6cf4f0d)
- Find dependents (not dependencies) + prevent recursion loop (5ab5a87)
- Include dependencies when analyzing single --workspace (#249) (7ffa993)