Tags: virtualpatterns/depcheck
Tags
Merge pull request depcheck#536 from yingzhe/master fix: sass parser not working with monorepo setup
Merge pull request depcheck#513 from znarf/refactor/content Refactor: read content only when needed
Merge pull request depcheck#473 from sveyret/noderesolve Use node resolution for dependencies
special/webpack: Use tryRequire to load configuration file (depcheck#451 ) This will prevent the process to fail if loading a TypeScript configuration file when depcheck is not executed with ts-node.
fix: Fix vue integration (depcheck#362) vue-template-compiler was in the devDependencies and didn't end up in the released artifact giving way to weird unused dependencies issues Fixes depcheck#361
Jest support (depcheck#351) * Adds WIP core and tests for jest support * Adds functional way to generalize all test cases and file names * Fixes eslint errors and adds support for 'transform' config objects * Adds support for option values types 'string' and 'array' * Adds support for removing 'node_modules' from [moduleName, options] type * Reworks 'testJest()' to ignore array order of dependencies * Adds more tests for modules with options or referenced files * Removes unnecessary conditionals for technically invalid jest configs * Adds test to get code coverage to 100% * Adds entry for jest to 'Special' section in README * Fixes linting error in test/special/jest * 0.9.0 * Revert "0.9.0" This reverts commit 849a844.
Merge pull request depcheck#311 from 43081j/mocha-cleanup cleanup mocha implementation
Merge pull request depcheck#323 from KaboomFox/master Add sass support for tilde
PreviousNext