Skip to content

Improvements all the way

Compare
Choose a tag to compare
@rumpl rumpl released this 01 Nov 22:55

Features

  • depcheck will output paths for files that are using a missing dependency (depcheck is now 12x more useful) #428

Bugfixes

  • webpack entries are scanned for better dependency detection #446
  • babel-loader options are scanned for better dependency detection #448
  • TypeScript type imports (import('module').Type) are now taken into account #438
  • binary module detection is going up the directory tree (for better detection in yarn or lerna workspaces) #436
  • TypeScript node-buildint types are no longer detected as unused #444

Breaking changes

  • The deprecated --dev flag was removed #450

Misc

Support for node 8 is dropped

Big thanks to @sveyret and @twk-b for this release.