Depcheck Versions Save

Check your npm module for unused dependencies

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.11

5 years ago

Note: 0.6.11 is a re-publish of 0.6.10 with the same content, due to an NPM issue at publishing time.

Thank you to all the contributors who submitted issues and PRs for this release!

Changes since 0.6.9

Features:

  • Support eslint's 'plugin:' prefixed specifiers (#250 - @buddydvd)
  • Support tsx (jsx in Typescript) syntax (#230 - @yurii-sorokin)
  • Support Vue.js (#254 - @oligot)
  • Support TSLint (#266 + #270 - @LinusU)
  • Support import() expressions (#205 - @haggholm)
  • Support ES6/7 syntax in Typescript (#258 - @cdagli)

Bugfixes:

  • Recognize object arrays in Webpack module.rules.loaders (#233 - @alexgerv)

Housekeeping:

  • See 0.6.10-beta release notes

0.6.10-beta.2

5 years ago

Same content as release 0.6.10-beta.0, plus:

  • Fix error when Typescript is not installed (#282 - @mnkhouri)
  • Enable ES6/7 syntax in Typescript (#258 - @cdagli)

0.6.10-beta.1

5 years ago

Same content as release 0.6.10-beta.0, plus:

  • Update NPM package deployment tokens (#278 - @mnkhouri)

0.6.10-beta.0

5 years ago

Thank you to all the contributors who submitted issues and PRs for this release!

Features:

  • Support eslint's 'plugin:' prefixed specifiers (#250 - @buddydvd)
  • Support tsx (jsx in Typescript) syntax (#230 - @yurii-sorokin)
  • Support Vue.js (#254 - @oligot)
  • Support TSLint (#266 + #270 - @LinusU)
  • Support import() expressions (#205 - @haggholm)

Bugfixes:

  • Recognize object arrays in Webpack module.rules.loaders (#233 - @alexgerv)

Housekeeping:

  • Update issue templates (#268 - @mnkhouri)
  • Add a lockfile (#271 - @mnkhouri)
  • Bump Mocha to 5.x (#274 - @LinusU)
  • Fix ignore-bin-package default in ReadMe (#252 - @ronkorving )
  • Fix typo in CLI (#263 - @josephfrazier)

0.6.9

6 years ago
  • Add webpack v2 support.
  • Add ability to skip the missing dependencies check.
  • CLI exits with -1 when there are missing dependencies.
  • Detect --require package in bin special.

0.6.8

6 years ago
  • Detect dependency from express view engine.
  • Detect dependency from require.resolve call.
  • Match webpack config file with babel.
  • Switch to fs-extra for better performance.
  • Drop node v0.12 support, add node 8 support.

0.6.7

7 years ago

Respect ignoreMatches argv on missing packages.

Now if the missing packages match the glob in ignoreMatches parameter, they will not be reported.

Thank you @goloroden on implementing this!