Comparing v4.0.43...v4.0.44 · SAP/ui5-cli
Commits on Feb 12, 2026
-
[INTERNAL] Replace depcheck with knip (#830)
Due to the deprecation of depcheck we migrated to knip, which is in active development and has more features. As a first step we only activate the checking of unused dependencies. The reason why we replaced the docdash jsdoc template path lookup in the jsdoc script is that knip fails to detect that a dependency (jsdoc) is used when a command inside of the package.json contains JavaScript code (via sub-shell). JIRA: CPOUI5FOUNDATION-1126