UNPKG

@dword-design/depcheck

Version:

Check dependencies in your node module

644 lines (471 loc) 75.6 kB
# Changelog ## [Unreleased](https://github.com/depcheck/depcheck/tree/HEAD) [Full Changelog](https://github.com/depcheck/depcheck/compare/v1.4.7...HEAD) **Fixed bugs:** - Security Vulnerability Issue: @babel/traverse@7.22.5 CVE-2023-45133 [\#841](https://github.com/depcheck/depcheck/issues/841) ## [v1.4.7](https://github.com/depcheck/depcheck/tree/v1.4.7) (2023-10-17) [Full Changelog](https://github.com/depcheck/depcheck/compare/v1.4.6...v1.4.7) **Fixed bugs:** - False positive missing dependency with SCSS files on Windows [\#838](https://github.com/depcheck/depcheck/issues/838) - A dynamic import with template string literal is not found by depcheck [\#779](https://github.com/depcheck/depcheck/issues/779) **Merged pull requests:** - Update babel packages to latest [\#843](https://github.com/depcheck/depcheck/pull/843) ([legobeat](https://github.com/legobeat)) - Support package.json subpath imports [\#836](https://github.com/depcheck/depcheck/pull/836) ([dobesv](https://github.com/dobesv)) - --quiet: don't print an empty line if nothing to report [\#835](https://github.com/depcheck/depcheck/pull/835) ([seansfkelley](https://github.com/seansfkelley)) - chore: bump dependencies [\#801](https://github.com/depcheck/depcheck/pull/801) ([legobeat](https://github.com/legobeat)) ## [v1.4.6](https://github.com/depcheck/depcheck/tree/v1.4.6) (2023-09-11) [Full Changelog](https://github.com/depcheck/depcheck/compare/v1.4.5...v1.4.6) **Closed issues:** - Add explicitResourceManagement to default TS babel config [\#833](https://github.com/depcheck/depcheck/issues/833) - Flag to make logs readable and less verbose [\#759](https://github.com/depcheck/depcheck/issues/759) **Merged pull requests:** - Add explicitResourceManagement to TypeScript babel settings [\#834](https://github.com/depcheck/depcheck/pull/834) ([jtbandes](https://github.com/jtbandes)) - Support projects field in jest configuration [\#831](https://github.com/depcheck/depcheck/pull/831) ([dobesv](https://github.com/dobesv)) - Handle scoped package bin with default name [\#830](https://github.com/depcheck/depcheck/pull/830) ([dobesv](https://github.com/dobesv)) - feat: add --quiet flag to suppress No depcheck issue messages [\#829](https://github.com/depcheck/depcheck/pull/829) ([openam](https://github.com/openam)) - fix\(sass\): don't detect transitive dependencies [\#827](https://github.com/depcheck/depcheck/pull/827) ([miluoshi](https://github.com/miluoshi)) - feat\(tsconfig\): support tsconfig.json files with comments [\#826](https://github.com/depcheck/depcheck/pull/826) ([miluoshi](https://github.com/miluoshi)) - fix\(storybook\): parse package names out of addons array [\#825](https://github.com/depcheck/depcheck/pull/825) ([miluoshi](https://github.com/miluoshi)) ## [v1.4.5](https://github.com/depcheck/depcheck/tree/v1.4.5) (2023-08-21) [Full Changelog](https://github.com/depcheck/depcheck/compare/v1.4.4...v1.4.5) ## [v1.4.4](https://github.com/depcheck/depcheck/tree/v1.4.4) (2023-08-21) [Full Changelog](https://github.com/depcheck/depcheck/compare/1.4.3...v1.4.4) **Fixed bugs:** - Next.js webpack configuration detection failed [\#805](https://github.com/depcheck/depcheck/issues/805) - Missing = Using [\#794](https://github.com/depcheck/depcheck/issues/794) - Breaks when using `satisfies` operator in TypeScript [\#768](https://github.com/depcheck/depcheck/issues/768) - Unable to analyze `next.config.js` in a ESM package [\#762](https://github.com/depcheck/depcheck/issues/762) - Suddenly stopped working [\#750](https://github.com/depcheck/depcheck/issues/750) - mjs and cjs extensions not detected by default [\#733](https://github.com/depcheck/depcheck/issues/733) - Unexpected token '.' [\#715](https://github.com/depcheck/depcheck/issues/715) - Depcheck started returning incorrect unused dependencies without any changes [\#687](https://github.com/depcheck/depcheck/issues/687) - \[false positives\] SCSS variables are tracked as packages, while they are not [\#633](https://github.com/depcheck/depcheck/issues/633) **Closed issues:** - Upcoming releases [\#799](https://github.com/depcheck/depcheck/issues/799) - Add an option to clear the cache [\#755](https://github.com/depcheck/depcheck/issues/755) - Support babel config that exports a function [\#723](https://github.com/depcheck/depcheck/issues/723) - Support graphql imports [\#722](https://github.com/depcheck/depcheck/issues/722) - Support typescript "extends" and "types" fields [\#720](https://github.com/depcheck/depcheck/issues/720) - Support babel preset scope shorthand [\#719](https://github.com/depcheck/depcheck/issues/719) - Allow marking a directory to pass the `isModule` check [\#711](https://github.com/depcheck/depcheck/issues/711) - Support React 17 [\#697](https://github.com/depcheck/depcheck/issues/697) **Merged pull requests:** - fix: typescript parser add importAssertions [\#823](https://github.com/depcheck/depcheck/pull/823) ([simllll](https://github.com/simllll)) - feat\(jest\): add support for jest.config.mjs and jest.config.ts [\#820](https://github.com/depcheck/depcheck/pull/820) ([miluoshi](https://github.com/miluoshi)) - Fix badges [\#819](https://github.com/depcheck/depcheck/pull/819) ([dnicolson](https://github.com/dnicolson)) - Add support for `.cts`, `.mts` file extensions [\#817](https://github.com/depcheck/depcheck/pull/817) ([derekcicerone](https://github.com/derekcicerone)) - Webpack special: add a fakePath as dir in fakeContext for next.js [\#816](https://github.com/depcheck/depcheck/pull/816) ([znarf](https://github.com/znarf)) - Fix dynamic import with a template literal \#779 [\#810](https://github.com/depcheck/depcheck/pull/810) ([ArtskydJ](https://github.com/ArtskydJ)) - feat: Clear content at end. [\#809](https://github.com/depcheck/depcheck/pull/809) ([regseb](https://github.com/regseb)) - Support Babel presets/plugins from scoped packages [\#808](https://github.com/depcheck/depcheck/pull/808) ([miluoshi](https://github.com/miluoshi)) - add node 20 to test matrix [\#804](https://github.com/depcheck/depcheck/pull/804) ([a-rothwell](https://github.com/a-rothwell)) - Convert travis to github actions [\#803](https://github.com/depcheck/depcheck/pull/803) ([a-rothwell](https://github.com/a-rothwell)) - Upgrade Babel parser to support Typescript 5.0 [\#788](https://github.com/depcheck/depcheck/pull/788) ([Karfroth](https://github.com/Karfroth)) - Load next config with `import` instead of `require` [\#786](https://github.com/depcheck/depcheck/pull/786) ([cprussin](https://github.com/cprussin)) - Fix parsing of scoped package names in jest dependencies [\#785](https://github.com/depcheck/depcheck/pull/785) ([jtbandes](https://github.com/jtbandes)) - Fix parsing Vue 3 files with Composition API and TypeScript [\#778](https://github.com/depcheck/depcheck/pull/778) ([vlad-psh](https://github.com/vlad-psh)) - Add parsers for mjs and cjs extensions [\#773](https://github.com/depcheck/depcheck/pull/773) ([augustobmoura](https://github.com/augustobmoura)) - add esm support for bin packages [\#760](https://github.com/depcheck/depcheck/pull/760) ([dword-design](https://github.com/dword-design)) - feat: ignore url imports [\#756](https://github.com/depcheck/depcheck/pull/756) ([rexxars](https://github.com/rexxars)) - Adds Vue3 setup support [\#749](https://github.com/depcheck/depcheck/pull/749) ([devan1011](https://github.com/devan1011)) - convert object to array for babel support [\#745](https://github.com/depcheck/depcheck/pull/745) ([Robbilie](https://github.com/Robbilie)) - Fix typos [\#741](https://github.com/depcheck/depcheck/pull/741) ([friederbluemle](https://github.com/friederbluemle)) - Parse storybook configuration for dependencies [\#727](https://github.com/depcheck/depcheck/pull/727) ([dobesv](https://github.com/dobesv)) - Add support for graphql imports [\#726](https://github.com/depcheck/depcheck/pull/726) ([dobesv](https://github.com/dobesv)) - Add support for some tsconfig.json fields [\#725](https://github.com/depcheck/depcheck/pull/725) ([dobesv](https://github.com/dobesv)) - If babel config is a function, call it to get config [\#724](https://github.com/depcheck/depcheck/pull/724) ([dobesv](https://github.com/dobesv)) - Tweak Parser typescript definition [\#718](https://github.com/depcheck/depcheck/pull/718) ([dobesv](https://github.com/dobesv)) - feat: use current sass package to parse scss files [\#710](https://github.com/depcheck/depcheck/pull/710) ([miluoshi](https://github.com/miluoshi)) - feat\(jest\): add support for jest.config.cjs [\#682](https://github.com/depcheck/depcheck/pull/682) ([shian15810](https://github.com/shian15810)) ## [1.4.3](https://github.com/depcheck/depcheck/tree/1.4.3) (2022-01-09) [Full Changelog](https://github.com/depcheck/depcheck/compare/1.4.2...1.4.3) **Fixed bugs:** - Different results when running depcheck from npm install -g vs npx [\#689](https://github.com/depcheck/depcheck/issues/689) - Fails with Top-Level Await [\#671](https://github.com/depcheck/depcheck/issues/671) **Closed issues:** - false alert on file src/server.js [\#655](https://github.com/depcheck/depcheck/issues/655) - Svelte Support [\#650](https://github.com/depcheck/depcheck/issues/650) - False positive: types-only dependencies [\#568](https://github.com/depcheck/depcheck/issues/568) **Merged pull requests:** - feat\(eslint\): add support for .eslintrc.cjs [\#681](https://github.com/depcheck/depcheck/pull/681) ([shian15810](https://github.com/shian15810)) - feat\(types\): improve typings [\#680](https://github.com/depcheck/depcheck/pull/680) ([shian15810](https://github.com/shian15810)) - cli: --oneline option [\#679](https://github.com/depcheck/depcheck/pull/679) ([vanodevium](https://github.com/vanodevium)) - fix: allow using @types-module for typescript type-only imports [\#670](https://github.com/depcheck/depcheck/pull/670) ([rexxars](https://github.com/rexxars)) - Support next.config.js with next-transpile-modules [\#660](https://github.com/depcheck/depcheck/pull/660) ([crossjs](https://github.com/crossjs)) - Fix scss parsing for non-import '@' keywords [\#658](https://github.com/depcheck/depcheck/pull/658) ([Dylanlan](https://github.com/Dylanlan)) - feat: detect deps used with -r in package.json [\#657](https://github.com/depcheck/depcheck/pull/657) ([Dylanlan](https://github.com/Dylanlan)) - Support babel.config.js\(on\) files [\#656](https://github.com/depcheck/depcheck/pull/656) ([crossjs](https://github.com/crossjs)) ## [1.4.2](https://github.com/depcheck/depcheck/tree/1.4.2) (2021-06-08) [Full Changelog](https://github.com/depcheck/depcheck/compare/1.4.1...1.4.2) **Fixed bugs:** - Fails to parse `serverless.yml` if it contains certain CloudFormation syntax [\#639](https://github.com/depcheck/depcheck/issues/639) **Closed issues:** - False positive: eslint overrides [\#570](https://github.com/depcheck/depcheck/issues/570) **Merged pull requests:** - Svelte [\#652](https://github.com/depcheck/depcheck/pull/652) ([pouya-eghbali](https://github.com/pouya-eghbali)) - Respect overrides in eslint configs [\#641](https://github.com/depcheck/depcheck/pull/641) ([Xyaren](https://github.com/Xyaren)) - Support node: prefix for builtin modules [\#635](https://github.com/depcheck/depcheck/pull/635) ([karlhorky](https://github.com/karlhorky)) ## [1.4.1](https://github.com/depcheck/depcheck/tree/1.4.1) (2021-05-11) [Full Changelog](https://github.com/depcheck/depcheck/compare/1.4.0...1.4.1) **Fixed bugs:** - punycode being listed as unused, although the built in version is deprecated [\#628](https://github.com/depcheck/depcheck/issues/628) - Not working with Vue3 [\#610](https://github.com/depcheck/depcheck/issues/610) **Merged pull requests:** - Update config reader to work in monorepo [\#631](https://github.com/depcheck/depcheck/pull/631) ([AminFazlMondo](https://github.com/AminFazlMondo)) - Remove punycode from the buildin modules [\#629](https://github.com/depcheck/depcheck/pull/629) ([rumpl](https://github.com/rumpl)) ## [1.4.0](https://github.com/depcheck/depcheck/tree/1.4.0) (2021-02-16) [Full Changelog](https://github.com/depcheck/depcheck/compare/1.3.1...1.4.0) **Fixed bugs:** - updating from 1.2.0 to 1.3.1 parsers glob stopped working [\#606](https://github.com/depcheck/depcheck/issues/606) - 非常差劲 导致我项目启动不了了!!!!误报非常的多 提issue 都不可能提的过来 [\#604](https://github.com/depcheck/depcheck/issues/604) - False positive: eslint-import-resolver-typescript [\#603](https://github.com/depcheck/depcheck/issues/603) - Depcheck Fails Incorrectly at "=" sign starting v1.3.0 [\#601](https://github.com/depcheck/depcheck/issues/601) - False positive in Next.js Config file: `next.config.js` [\#583](https://github.com/depcheck/depcheck/issues/583) **Closed issues:** - Different output when invoking from shell script [\#617](https://github.com/depcheck/depcheck/issues/617) - How to disable a special when using the API? [\#614](https://github.com/depcheck/depcheck/issues/614) **Merged pull requests:** - Use @vue/compiler-sfc [\#625](https://github.com/depcheck/depcheck/pull/625) ([rumpl](https://github.com/rumpl)) - fix: fixing broken gatsby parser [\#622](https://github.com/depcheck/depcheck/pull/622) ([chris-hammond](https://github.com/chris-hammond)) - Update the docs to a confirmed working config [\#616](https://github.com/depcheck/depcheck/pull/616) ([Milad](https://github.com/Milad)) ## [1.3.1](https://github.com/depcheck/depcheck/tree/1.3.1) (2020-11-09) [Full Changelog](https://github.com/depcheck/depcheck/compare/1.3.0...1.3.1) **Merged pull requests:** - Fix extracting dependencies from webpack [\#602](https://github.com/depcheck/depcheck/pull/602) ([rumpl](https://github.com/rumpl)) ## [1.3.0](https://github.com/depcheck/depcheck/tree/1.3.0) (2020-11-09) [Full Changelog](https://github.com/depcheck/depcheck/compare/1.2.0...1.3.0) **Fixed bugs:** - False positive: eslint import resolvers [\#571](https://github.com/depcheck/depcheck/issues/571) **Closed issues:** - false alert for React 17 [\#591](https://github.com/depcheck/depcheck/issues/591) - false alert with typescript path aliases [\#590](https://github.com/depcheck/depcheck/issues/590) - Allow to define patterns against absolute file path \(again\) [\#589](https://github.com/depcheck/depcheck/issues/589) - Can't read property 'name' of undefined [\#579](https://github.com/depcheck/depcheck/issues/579) - Support .\*ignore files [\#497](https://github.com/depcheck/depcheck/issues/497) **Merged pull requests:** - Update dependencies [\#599](https://github.com/depcheck/depcheck/pull/599) ([rumpl](https://github.com/rumpl)) - Support webpack's `oneOf` in rules [\#598](https://github.com/depcheck/depcheck/pull/598) ([rumpl](https://github.com/rumpl)) - Fix eslint when eslint-plugin-import is used [\#597](https://github.com/depcheck/depcheck/pull/597) ([rumpl](https://github.com/rumpl)) - The error thrown is not always a YAML error [\#596](https://github.com/depcheck/depcheck/pull/596) ([rumpl](https://github.com/rumpl)) - Support parser patterns based on file paths [\#595](https://github.com/depcheck/depcheck/pull/595) ([rumpl](https://github.com/rumpl)) - Support react \>= 17.0.0 that doesn't need to be imported [\#594](https://github.com/depcheck/depcheck/pull/594) ([rumpl](https://github.com/rumpl)) - Use the promise version of the api in the example [\#593](https://github.com/depcheck/depcheck/pull/593) ([rumpl](https://github.com/rumpl)) - Add option to run depcheck through npx [\#586](https://github.com/depcheck/depcheck/pull/586) ([elrumordelaluz](https://github.com/elrumordelaluz)) - fix\(sass-parser\): ignore local import in scss [\#581](https://github.com/depcheck/depcheck/pull/581) ([YonatanKra](https://github.com/YonatanKra)) - Improved webpack support [\#580](https://github.com/depcheck/depcheck/pull/580) ([cwillisf](https://github.com/cwillisf)) ## [1.2.0](https://github.com/depcheck/depcheck/tree/1.2.0) (2020-08-12) [Full Changelog](https://github.com/depcheck/depcheck/compare/1.0.0...1.2.0) **Closed issues:** - Sass 'use' syntax not working [\#576](https://github.com/depcheck/depcheck/issues/576) - depcheck should ignore depcheck by default [\#565](https://github.com/depcheck/depcheck/issues/565) - False unused dev dependencies report [\#560](https://github.com/depcheck/depcheck/issues/560) - False alert for eslint packages [\#554](https://github.com/depcheck/depcheck/issues/554) - Bug: specials are not working [\#551](https://github.com/depcheck/depcheck/issues/551) - depcheck should ignore hidden folders and files [\#543](https://github.com/depcheck/depcheck/issues/543) - ignore-patterns option from readme description is not supported in latest release [\#537](https://github.com/depcheck/depcheck/issues/537) - Option to exit without error code \(when running via "npm run depcheck"\) [\#533](https://github.com/depcheck/depcheck/issues/533) - babelrc format [\#527](https://github.com/depcheck/depcheck/issues/527) - Support Gatsby plugins with resolve [\#525](https://github.com/depcheck/depcheck/issues/525) **Merged pull requests:** - fix: now supports multi ignore in ignorePattern [\#578](https://github.com/depcheck/depcheck/pull/578) ([YonatanKra](https://github.com/YonatanKra)) - feat\(sass parser\): support @use and namespace syntax [\#577](https://github.com/depcheck/depcheck/pull/577) ([YonatanKra](https://github.com/YonatanKra)) - Add resolve and nested dependency check for Gatsby [\#573](https://github.com/depcheck/depcheck/pull/573) ([nagygergo](https://github.com/nagygergo)) - fix: support eslint config that needs to be required [\#561](https://github.com/depcheck/depcheck/pull/561) ([znarf](https://github.com/znarf)) - Feat: Special for serverless config [\#559](https://github.com/depcheck/depcheck/pull/559) ([mzl-md](https://github.com/mzl-md)) - Add node 14.x to the matrix [\#557](https://github.com/depcheck/depcheck/pull/557) ([rumpl](https://github.com/rumpl)) - Try to parse JSON5 babelrc files [\#556](https://github.com/depcheck/depcheck/pull/556) ([rumpl](https://github.com/rumpl)) - chore: update all dependencies \(July 2020\) [\#555](https://github.com/depcheck/depcheck/pull/555) ([znarf](https://github.com/znarf)) ## [1.0.0](https://github.com/depcheck/depcheck/tree/1.0.0) (2020-05-14) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.9.2...1.0.0) **Closed issues:** - Error when running from script [\#531](https://github.com/depcheck/depcheck/issues/531) - Missing Changelog for 0.9.2 [\#521](https://github.com/depcheck/depcheck/issues/521) - Depcheck should only process files that are relevant to depcheck [\#420](https://github.com/depcheck/depcheck/issues/420) - False positive when using inline Webpack loader [\#236](https://github.com/depcheck/depcheck/issues/236) - Dependencies out of date [\#273](https://github.com/depcheck/depcheck/issues/273) - Add support for @types declaration packages [\#163](https://github.com/depcheck/depcheck/issues/163) - Improvements for CI use [\#162](https://github.com/depcheck/depcheck/issues/162) **Merged pull requests:** - fix: sass parser not working with monorepo setup [\#536](https://github.com/depcheck/depcheck/pull/536) ([yingzhe](https://github.com/yingzhe)) - chore: build on linux and windows on GH actions [\#535](https://github.com/depcheck/depcheck/pull/535) ([rumpl](https://github.com/rumpl)) - Chore update deps [\#534](https://github.com/depcheck/depcheck/pull/534) ([rumpl](https://github.com/rumpl)) - Support resolve.alias in fakeConfig for next.js [\#532](https://github.com/depcheck/depcheck/pull/532) ([znarf](https://github.com/znarf)) - feat: Detect inline webpack loaders [\#520](https://github.com/depcheck/depcheck/pull/520) ([rumpl](https://github.com/rumpl)) - chore: Update all dependencies [\#519](https://github.com/depcheck/depcheck/pull/519) ([rumpl](https://github.com/rumpl)) - Config cli argument [\#517](https://github.com/depcheck/depcheck/pull/517) ([dword-design](https://github.com/dword-design)) - Support for .\*ignore files [\#498](https://github.com/depcheck/depcheck/pull/498) ([znarf](https://github.com/znarf)) - Add export detection \(`export x from y`\) [\#272](https://github.com/depcheck/depcheck/pull/272) ([mnkhouri](https://github.com/mnkhouri)) - Bump nyc to 13.x [\#267](https://github.com/depcheck/depcheck/pull/267) ([LinusU](https://github.com/LinusU)) - Enable the plugins for Typescript parser, too [\#258](https://github.com/depcheck/depcheck/pull/258) ([cdagli](https://github.com/cdagli)) ## [0.9.2](https://github.com/depcheck/depcheck/tree/0.9.2) (2020-01-30) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.9.1...0.9.2) **Closed issues:** - Use Cosmiconfig [\#516](https://github.com/depcheck/depcheck/issues/516) - Feature: add special parser for Istanbul.js [\#508](https://github.com/depcheck/depcheck/issues/508) - New mocha configuration file not seen [\#507](https://github.com/depcheck/depcheck/issues/507) - False positive with @types/mocha [\#504](https://github.com/depcheck/depcheck/issues/504) - Error: ENFILE: file table overflow \(macOS\) [\#501](https://github.com/depcheck/depcheck/issues/501) - eslint: dependency wrongly mark as unused [\#500](https://github.com/depcheck/depcheck/issues/500) - special/eslint: bad calculation of preset dependencies [\#476](https://github.com/depcheck/depcheck/issues/476) - Load ignore rules from a lines separated file [\#409](https://github.com/depcheck/depcheck/issues/409) - Improvements for CI use [\#162](https://github.com/depcheck/depcheck/issues/162) **Merged pull requests:** - Review special documentation [\#515](https://github.com/depcheck/depcheck/pull/515) ([sveyret](https://github.com/sveyret)) - Add Istanbul special parser [\#514](https://github.com/depcheck/depcheck/pull/514) ([sveyret](https://github.com/sveyret)) - Refactor: read content only when needed [\#513](https://github.com/depcheck/depcheck/pull/513) ([znarf](https://github.com/znarf)) - Add `debug` package and messages to the project [\#512](https://github.com/depcheck/depcheck/pull/512) ([znarf](https://github.com/znarf)) - Support for more decorators [\#511](https://github.com/depcheck/depcheck/pull/511) ([micky2be](https://github.com/micky2be)) - Improve recursive work of eslint configuration check [\#506](https://github.com/depcheck/depcheck/pull/506) ([sveyret](https://github.com/sveyret)) - Improvements for mocha [\#505](https://github.com/depcheck/depcheck/pull/505) ([sveyret](https://github.com/sveyret)) - Support webpack styleguidist configuration [\#503](https://github.com/depcheck/depcheck/pull/503) ([znarf](https://github.com/znarf)) - Use a single promise to read a given file [\#502](https://github.com/depcheck/depcheck/pull/502) ([znarf](https://github.com/znarf)) - Support for next.js webpack configuration [\#496](https://github.com/depcheck/depcheck/pull/496) ([znarf](https://github.com/znarf)) - Rename 'linters' and fix babel config file detection [\#495](https://github.com/depcheck/depcheck/pull/495) ([znarf](https://github.com/znarf)) - Suppress unnecessary fileContent [\#494](https://github.com/depcheck/depcheck/pull/494) ([znarf](https://github.com/znarf)) - Update travis commands and reference [\#493](https://github.com/depcheck/depcheck/pull/493) ([znarf](https://github.com/znarf)) - Add eslint-plugin-mocha and lint test directory [\#492](https://github.com/depcheck/depcheck/pull/492) ([znarf](https://github.com/znarf)) - Better prettier configuration [\#490](https://github.com/depcheck/depcheck/pull/490) ([znarf](https://github.com/znarf)) - Remove remaining dev option [\#489](https://github.com/depcheck/depcheck/pull/489) ([znarf](https://github.com/znarf)) - chore: remove editorconfig file [\#488](https://github.com/depcheck/depcheck/pull/488) ([rumpl](https://github.com/rumpl)) - Update babel target to node 10, use prettier plugin [\#487](https://github.com/depcheck/depcheck/pull/487) ([rumpl](https://github.com/rumpl)) - chore\(deps\): Update all dependencies to latest [\#486](https://github.com/depcheck/depcheck/pull/486) ([rumpl](https://github.com/rumpl)) - Do not calculate expensive dep differences when skipMissing is active [\#485](https://github.com/depcheck/depcheck/pull/485) ([dword-design](https://github.com/dword-design)) - Adjust babel special to eslint implementation [\#484](https://github.com/depcheck/depcheck/pull/484) ([dword-design](https://github.com/dword-design)) - Add deps parameter to detectors [\#482](https://github.com/depcheck/depcheck/pull/482) ([dword-design](https://github.com/dword-design)) - Activating Open Collective [\#481](https://github.com/depcheck/depcheck/pull/481) ([monkeywithacupcake](https://github.com/monkeywithacupcake)) - Document and provide types for the API's package option [\#479](https://github.com/depcheck/depcheck/pull/479) ([edsrzf](https://github.com/edsrzf)) - Try to load eslint.js modules without a module.exports wrapper [\#478](https://github.com/depcheck/depcheck/pull/478) ([rjatkins](https://github.com/rjatkins)) - special/eslint: corrections on dependencies resolver [\#477](https://github.com/depcheck/depcheck/pull/477) ([sveyret](https://github.com/sveyret)) - chore: add changelog file [\#475](https://github.com/depcheck/depcheck/pull/475) ([rumpl](https://github.com/rumpl)) - Support loading configuration from a config file. [\#408](https://github.com/depcheck/depcheck/pull/408) ([Urik](https://github.com/Urik)) ## [0.9.1](https://github.com/depcheck/depcheck/tree/0.9.1) (2019-11-08) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.9.0...0.9.1) **Closed issues:** - Core packages are labeled as unused [\#462](https://github.com/depcheck/depcheck/issues/462) - Packages used inside package.json are not detected [\#461](https://github.com/depcheck/depcheck/issues/461) - False positives when using multiple package.json files [\#441](https://github.com/depcheck/depcheck/issues/441) - Use prettier [\#431](https://github.com/depcheck/depcheck/issues/431) - Incorrect unused dependencies in react-ace [\#414](https://github.com/depcheck/depcheck/issues/414) - option --json changes return status [\#407](https://github.com/depcheck/depcheck/issues/407) - False positive: eslint-config-eslint:all [\#404](https://github.com/depcheck/depcheck/issues/404) - False positive: eslint-config-prettier [\#330](https://github.com/depcheck/depcheck/issues/330) - False Alert with pre-commit module [\#320](https://github.com/depcheck/depcheck/issues/320) - False positiv husky [\#315](https://github.com/depcheck/depcheck/issues/315) - False positive tslint-plugin-prettier, tslint-react, tslint-sonarts [\#314](https://github.com/depcheck/depcheck/issues/314) - False dependency when using ESLint vue plugin [\#239](https://github.com/depcheck/depcheck/issues/239) - False positive when using vue-sticky in a vue component [\#238](https://github.com/depcheck/depcheck/issues/238) - devDependencies defined in package scripts not detected. [\#200](https://github.com/depcheck/depcheck/issues/200) - Support ESLint YAML and JS config. [\#150](https://github.com/depcheck/depcheck/issues/150) **Merged pull requests:** - Support prettier shared configuration [\#474](https://github.com/depcheck/depcheck/pull/474) ([sveyret](https://github.com/sveyret)) - Use node resolution for dependencies [\#473](https://github.com/depcheck/depcheck/pull/473) ([sveyret](https://github.com/sveyret)) - Automate building of TypeScript definitions [\#470](https://github.com/depcheck/depcheck/pull/470) ([sveyret](https://github.com/sveyret)) - Add TTypeScript transformer special parser [\#469](https://github.com/depcheck/depcheck/pull/469) ([sveyret](https://github.com/sveyret)) - chore: update node requirement in package.json and readme [\#467](https://github.com/depcheck/depcheck/pull/467) ([rumpl](https://github.com/rumpl)) - chore: Update closing time in stale bot [\#466](https://github.com/depcheck/depcheck/pull/466) ([rumpl](https://github.com/rumpl)) - feat: return error code even if output is json [\#465](https://github.com/depcheck/depcheck/pull/465) ([rumpl](https://github.com/rumpl)) - feat: Activate eslint-config-prettier on plugin:prettier/recommended [\#464](https://github.com/depcheck/depcheck/pull/464) ([rumpl](https://github.com/rumpl)) - Add prettier [\#463](https://github.com/depcheck/depcheck/pull/463) ([VincentLanglet](https://github.com/VincentLanglet)) - Load typescript transpiler if available [\#459](https://github.com/depcheck/depcheck/pull/459) ([sveyret](https://github.com/sveyret)) - Add index.d.ts [\#458](https://github.com/depcheck/depcheck/pull/458) ([VincentLanglet](https://github.com/VincentLanglet)) - feat: Handle tslint-plugin-prettier [\#457](https://github.com/depcheck/depcheck/pull/457) ([rumpl](https://github.com/rumpl)) - Add lint-staged config parser [\#456](https://github.com/depcheck/depcheck/pull/456) ([VincentLanglet](https://github.com/VincentLanglet)) - Run actions only on pull request [\#454](https://github.com/depcheck/depcheck/pull/454) ([rumpl](https://github.com/rumpl)) - Add husky special parser [\#453](https://github.com/depcheck/depcheck/pull/453) ([rumpl](https://github.com/rumpl)) ## [0.9.0](https://github.com/depcheck/depcheck/tree/0.9.0) (2019-11-01) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.4...0.9.0) **Closed issues:** - special/webpack: babel-loader presets are not detected [\#448](https://github.com/depcheck/depcheck/issues/448) - special/webpack: entries should also be scanned [\#446](https://github.com/depcheck/depcheck/issues/446) - TypeScript: false positive for node built-in module types [\#444](https://github.com/depcheck/depcheck/issues/444) - False alert: TypeScript import type not detected [\#438](https://github.com/depcheck/depcheck/issues/438) - Node modules may be in parent directories [\#436](https://github.com/depcheck/depcheck/issues/436) - 12x more useful if Missing dependencies includes the file it was found it [\#428](https://github.com/depcheck/depcheck/issues/428) - body-parser [\#423](https://github.com/depcheck/depcheck/issues/423) **Merged pull requests:** - special/webpack: Use tryRequire to load configuration file [\#451](https://github.com/depcheck/depcheck/pull/451) ([sveyret](https://github.com/sveyret)) - chore: Remove the deprecated flag [\#450](https://github.com/depcheck/depcheck/pull/450) ([rumpl](https://github.com/rumpl)) - special/webpack improvements [\#449](https://github.com/depcheck/depcheck/pull/449) ([sveyret](https://github.com/sveyret)) - Add code of conduct [\#447](https://github.com/depcheck/depcheck/pull/447) ([rumpl](https://github.com/rumpl)) - TypeScript: detect node built-in type usage [\#445](https://github.com/depcheck/depcheck/pull/445) ([sveyret](https://github.com/sveyret)) - Add stale robot [\#443](https://github.com/depcheck/depcheck/pull/443) ([rumpl](https://github.com/rumpl)) - Drop support for node 8 [\#442](https://github.com/depcheck/depcheck/pull/442) ([rumpl](https://github.com/rumpl)) - Add a detector for typescript import type [\#439](https://github.com/depcheck/depcheck/pull/439) ([sveyret](https://github.com/sveyret)) - special/bin: climb up directories to find binary module [\#437](https://github.com/depcheck/depcheck/pull/437) ([sveyret](https://github.com/sveyret)) - Add paths for missing dependencies [\#433](https://github.com/depcheck/depcheck/pull/433) ([rumpl](https://github.com/rumpl)) ## [0.8.4](https://github.com/depcheck/depcheck/tree/0.8.4) (2019-10-29) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.3...0.8.4) **Security fixes:** - \[Security\] Bump lodash from 4.17.11 to 4.17.13 [\#381](https://github.com/depcheck/depcheck/pull/381) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) **Closed issues:** - depcheck false alert \(svg-sprite-loader, svgo-loader\) [\#425](https://github.com/depcheck/depcheck/issues/425) - False alert: dep imported in d.ts file [\#421](https://github.com/depcheck/depcheck/issues/421) - False Alert for "fs" [\#412](https://github.com/depcheck/depcheck/issues/412) - Github dependencies not recursing? [\#410](https://github.com/depcheck/depcheck/issues/410) - show react jsx file by [\#405](https://github.com/depcheck/depcheck/issues/405) - Typescript @types false positive [\#402](https://github.com/depcheck/depcheck/issues/402) - false report on dependency [\#401](https://github.com/depcheck/depcheck/issues/401) - Add support for @types declaration packages [\#163](https://github.com/depcheck/depcheck/issues/163) **Merged pull requests:** - Add support for babel 7's scoped plugins [\#432](https://github.com/depcheck/depcheck/pull/432) ([d-fischer](https://github.com/d-fischer)) - Update dependencies to latest [\#430](https://github.com/depcheck/depcheck/pull/430) ([rumpl](https://github.com/rumpl)) - docs: fix typos [\#424](https://github.com/depcheck/depcheck/pull/424) ([piperchester](https://github.com/piperchester)) - Use babel on typescript and support @types [\#422](https://github.com/depcheck/depcheck/pull/422) ([conartist6](https://github.com/conartist6)) - Add support for integration tests jest configuration [\#415](https://github.com/depcheck/depcheck/pull/415) ([idan-at](https://github.com/idan-at)) - added fixed for eslint:all and updated deps [\#406](https://github.com/depcheck/depcheck/pull/406) ([KaboomFox](https://github.com/KaboomFox)) - Bump @babel/cli from 7.5.0 to 7.5.5 [\#390](https://github.com/depcheck/depcheck/pull/390) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump yargs from 13.2.4 to 13.3.0 [\#389](https://github.com/depcheck/depcheck/pull/389) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump eslint-config-airbnb from 17.1.0 to 17.1.1 [\#388](https://github.com/depcheck/depcheck/pull/388) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump proxyquire from 2.1.0 to 2.1.1 [\#387](https://github.com/depcheck/depcheck/pull/387) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump fs-extra from 7.0.1 to 8.1.0 [\#386](https://github.com/depcheck/depcheck/pull/386) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump lodash from 4.17.13 to 4.17.14 [\#385](https://github.com/depcheck/depcheck/pull/385) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump @babel/cli from 7.4.4 to 7.5.0 [\#384](https://github.com/depcheck/depcheck/pull/384) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump @babel/parser from 7.4.4 to 7.5.0 [\#383](https://github.com/depcheck/depcheck/pull/383) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 [\#382](https://github.com/depcheck/depcheck/pull/382) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - chore: Imort vue-template-compiler directly [\#379](https://github.com/depcheck/depcheck/pull/379) ([rumpl](https://github.com/rumpl)) - Bump @babel/preset-env from 7.4.4 to 7.5.4 [\#378](https://github.com/depcheck/depcheck/pull/378) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump babel-eslint from 10.0.1 to 10.0.2 [\#377](https://github.com/depcheck/depcheck/pull/377) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump @babel/core from 7.4.4 to 7.5.4 [\#375](https://github.com/depcheck/depcheck/pull/375) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump resolve from 1.10.1 to 1.11.1 [\#372](https://github.com/depcheck/depcheck/pull/372) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump nyc from 14.1.0 to 14.1.1 [\#371](https://github.com/depcheck/depcheck/pull/371) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump typescript from 3.4.5 to 3.5.3 [\#370](https://github.com/depcheck/depcheck/pull/370) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump yargs from 13.2.2 to 13.2.4 [\#368](https://github.com/depcheck/depcheck/pull/368) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump codecov from 3.3.0 to 3.5.0 [\#366](https://github.com/depcheck/depcheck/pull/366) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) ## [0.8.3](https://github.com/depcheck/depcheck/tree/0.8.3) (2019-07-09) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.2...0.8.3) **Closed issues:** - False alert on vue-click-outside [\#361](https://github.com/depcheck/depcheck/issues/361) - Invalid files caused by flow type annotations? [\#353](https://github.com/depcheck/depcheck/issues/353) **Merged pull requests:** - support flow syntax in es7 and jsx parsers [\#373](https://github.com/depcheck/depcheck/pull/373) ([jrnail23](https://github.com/jrnail23)) - Bump eslint-plugin-import from 2.17.2 to 2.18.0 [\#364](https://github.com/depcheck/depcheck/pull/364) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Bump eslint-plugin-react from 7.13.0 to 7.14.2 [\#363](https://github.com/depcheck/depcheck/pull/363) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) ## [0.8.2](https://github.com/depcheck/depcheck/tree/0.8.2) (2019-07-03) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.1...0.8.2) **Closed issues:** - False positive when only importing typescript interfaces \(so no runtime code\) from a package [\#359](https://github.com/depcheck/depcheck/issues/359) - Add support for Jest [\#285](https://github.com/depcheck/depcheck/issues/285) - Find a solution to declare peer dependencies [\#130](https://github.com/depcheck/depcheck/issues/130) **Merged pull requests:** - fix: Fix vue integration [\#362](https://github.com/depcheck/depcheck/pull/362) ([rumpl](https://github.com/rumpl)) - Fixing Issue \#200: packages with bin that haven't been detected [\#358](https://github.com/depcheck/depcheck/pull/358) ([2roy999](https://github.com/2roy999)) ## [0.8.1](https://github.com/depcheck/depcheck/tree/0.8.1) (2019-05-25) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.0...0.8.1) **Closed issues:** - Monorepo support? [\#349](https://github.com/depcheck/depcheck/issues/349) - peerDepdencies of a used package not considered [\#341](https://github.com/depcheck/depcheck/issues/341) - false alert on mocha-jenkins-reporter \(cant seem to add `help wanted` label\) [\#287](https://github.com/depcheck/depcheck/issues/287) - Symlinked files are ignored [\#256](https://github.com/depcheck/depcheck/issues/256) **Merged pull requests:** - Jest support [\#351](https://github.com/depcheck/depcheck/pull/351) ([GarrettGeorge](https://github.com/GarrettGeorge)) - Changes webpack regex to support 'webpack.conf.js' [\#350](https://github.com/depcheck/depcheck/pull/350) ([GarrettGeorge](https://github.com/GarrettGeorge)) - feat: Make walkdir follow symlinks [\#347](https://github.com/depcheck/depcheck/pull/347) ([rumpl](https://github.com/rumpl)) - chore: Create a draft release form travis, update oauth key [\#344](https://github.com/depcheck/depcheck/pull/344) ([rumpl](https://github.com/rumpl)) ## [0.8.0](https://github.com/depcheck/depcheck/tree/0.8.0) (2019-05-08) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.7.2...0.8.0) **Fixed bugs:** - The cli option --ignore-dirs seems not to work [\#331](https://github.com/depcheck/depcheck/issues/331) - False positive eslint-config-prettier eslint-plugin-prettier [\#316](https://github.com/depcheck/depcheck/issues/316) **Closed issues:** - scss dependency false report [\#322](https://github.com/depcheck/depcheck/issues/322) - requires using template literals report as missing dependencies [\#243](https://github.com/depcheck/depcheck/issues/243) **Merged pull requests:** - chore: Update all dependencies, make tests pass [\#343](https://github.com/depcheck/depcheck/pull/343) ([rumpl](https://github.com/rumpl)) - Fix typos in README [\#337](https://github.com/depcheck/depcheck/pull/337) ([newsroomdev](https://github.com/newsroomdev)) - add babel plugins to vue special [\#335](https://github.com/depcheck/depcheck/pull/335) ([dword-design](https://github.com/dword-design)) - fixed the inclusion syntax of babel plugins [\#334](https://github.com/depcheck/depcheck/pull/334) ([dword-design](https://github.com/dword-design)) - updated readme to include gatsby [\#332](https://github.com/depcheck/depcheck/pull/332) ([KaboomFox](https://github.com/KaboomFox)) - detector: allow template literals in require calls [\#329](https://github.com/depcheck/depcheck/pull/329) ([43081j](https://github.com/43081j)) - added gatsby special [\#328](https://github.com/depcheck/depcheck/pull/328) ([KaboomFox](https://github.com/KaboomFox)) - lint: add support for custom config files [\#327](https://github.com/depcheck/depcheck/pull/327) ([43081j](https://github.com/43081j)) - eslint: add support for package.json configuration [\#326](https://github.com/depcheck/depcheck/pull/326) ([43081j](https://github.com/43081j)) - bugfix: include tslint in deps when a tslintrc exists [\#325](https://github.com/depcheck/depcheck/pull/325) ([43081j](https://github.com/43081j)) - use file instead of content. [\#324](https://github.com/depcheck/depcheck/pull/324) ([KaboomFox](https://github.com/KaboomFox)) - cleanup mocha implementation [\#311](https://github.com/depcheck/depcheck/pull/311) ([43081j](https://github.com/43081j)) - correct resolution of lint `extends` packages [\#309](https://github.com/depcheck/depcheck/pull/309) ([43081j](https://github.com/43081j)) ## [0.7.2](https://github.com/depcheck/depcheck/tree/0.7.2) (2019-02-28) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.7.1...0.7.2) **Closed issues:** - Support .depcheckrc or depcheck.config.js config file [\#318](https://github.com/depcheck/depcheck/issues/318) **Merged pull requests:** - Add sass support for tilde [\#323](https://github.com/depcheck/depcheck/pull/323) ([KaboomFox](https://github.com/KaboomFox)) - fixed pluggable-design.md [\#313](https://github.com/depcheck/depcheck/pull/313) ([0xflotus](https://github.com/0xflotus)) ## [0.7.1](https://github.com/depcheck/depcheck/tree/0.7.1) (2019-01-27) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.7.0...0.7.1) **Fixed bugs:** - unused dependency "querystring" : false positive [\#170](https://github.com/depcheck/depcheck/issues/170) **Closed issues:** - False alert for ejs package using expressjs [\#289](https://github.com/depcheck/depcheck/issues/289) ## [0.7.0](https://github.com/depcheck/depcheck/tree/0.7.0) (2019-01-26) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.10-beta.2...0.7.0) **Fixed bugs:** - Error: toString failed [\#100](https://github.com/depcheck/depcheck/issues/100) **Closed issues:** - 0.7.0-beta.1 is older than 0.7.0-alpha.1 [\#304](https://github.com/depcheck/depcheck/issues/304) - Check child\_processes [\#302](https://github.com/depcheck/depcheck/issues/302) - False alert: babel-preset-expo [\#301](https://github.com/depcheck/depcheck/issues/301) - onlyMatch [\#298](https://github.com/depcheck/depcheck/issues/298) - Bug report template contains an error [\#296](https://github.com/depcheck/depcheck/issues/296) - doesn't seem to detect require\('os'\) in source [\#294](https://github.com/depcheck/depcheck/issues/294) - No dependencies are detected in files using optional chaining [\#291](https://github.com/depcheck/depcheck/issues/291) - depcheck error for workbox-build [\#290](https://github.com/depcheck/depcheck/issues/290) - Implement a test using only production dependencies [\#281](https://github.com/depcheck/depcheck/issues/281) - TypeError: Cannot read property 'ModuleKind' of null [\#280](https://github.com/depcheck/depcheck/issues/280) - Dependencies out of date [\#273](https://github.com/depcheck/depcheck/issues/273) - False "unused dependencies" for `export ... from ...` [\#262](https://github.com/depcheck/depcheck/issues/262) - False positive when using vuegister with mocha [\#241](https://github.com/depcheck/depcheck/issues/241) - Doesn't appear to work 0.6.7 [\#220](https://github.com/depcheck/depcheck/issues/220) - For most of the modules I use in my gruntfile.js are showing as Unused devDependencies, why? [\#214](https://github.com/depcheck/depcheck/issues/214) - Unused devDependencies with Karma [\#188](https://github.com/depcheck/depcheck/issues/188) - Unused url dependency [\#187](https://github.com/depcheck/depcheck/issues/187) - better --ignores documentation [\#164](https://github.com/depcheck/depcheck/issues/164) - False unused alert for local CLI tools/ binaries. [\#145](https://github.com/depcheck/depcheck/issues/145) - Add scenario test infrastructure. [\#128](https://github.com/depcheck/depcheck/issues/128) **Merged pull requests:** - Replace babylon with @babel/parser, and upgrade all babel dependencies [\#307](https://github.com/depcheck/depcheck/pull/307) ([rjatkins](https://github.com/rjatkins)) - Karma support [\#306](https://github.com/depcheck/depcheck/pull/306) ([rjatkins](https://github.com/rjatkins)) - use eslint name normalization [\#305](https://github.com/depcheck/depcheck/pull/305) ([43081j](https://github.com/43081j)) - Remove dpcheck-web to mitigate security vulnerability. [\#300](https://github.com/depcheck/depcheck/pull/300) ([lijunle](https://github.com/lijunle)) - Fixes vulnerability on lodash version [\#293](https://github.com/depcheck/depcheck/pull/293) ([Streppel](https://github.com/Streppel)) - Upgrade NPM in CI to a version that uses package-lock.json [\#286](https://github.com/depcheck/depcheck/pull/286) ([mnkhouri](https://github.com/mnkhouri)) - Improve regex in `parseLinter()` [\#284](https://github.com/depcheck/depcheck/pull/284) ([hassankhan](https://github.com/hassankhan)) - Add tests for esnext syntax in Typescript [\#283](https://github.com/depcheck/depcheck/pull/283) ([mnkhouri](https://github.com/mnkhouri)) - Update NPM tokens with correct permissions [\#279](https://github.com/depcheck/depcheck/pull/279) ([mnkhouri](https://github.com/mnkhouri)) - Upgrade all dependencies [\#276](https://github.com/depcheck/depcheck/pull/276) ([nkbt](https://github.com/nkbt)) - Add export detection \(`export x from y`\) [\#272](https://github.com/depcheck/depcheck/pull/272) ([mnkhouri](https://github.com/mnkhouri)) - Bump nyc to 13.x [\#267](https://github.com/depcheck/depcheck/pull/267) ([LinusU](https://github.com/LinusU)) - Friendly error messages for node \< 4 [\#219](https://github.com/depcheck/depcheck/pull/219) ([sudo-suhas](https://github.com/sudo-suhas)) ## [0.6.10-beta.2](https://github.com/depcheck/depcheck/tree/0.6.10-beta.2) (2018-08-23) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.10...0.6.10-beta.2) ## [0.6.10](https://github.com/depcheck/depcheck/tree/0.6.10) (2018-08-23) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.11...0.6.10) **Closed issues:** - Deploy failed \(invalid NPM token?\) [\#275](https://github.com/depcheck/depcheck/issues/275) - Next Release \(0.6.10\) [\#265](https://github.com/depcheck/depcheck/issues/265) **Merged pull requests:** - Add support for TSLint [\#266](https://github.com/depcheck/depcheck/pull/266) ([LinusU](https://github.com/LinusU)) - Fix typo: pasers -\> parsers [\#263](https://github.com/depcheck/depcheck/pull/263) ([mnkhouri](https://github.com/mnkhouri)) - Support Vue.js \(closes \#195\) [\#254](https://github.com/depcheck/depcheck/pull/254) ([oligot](https://github.com/oligot)) - Fix ignore-bin-package default in ReadMe [\#252](https://github.com/depcheck/depcheck/pull/252) ([ronkorving](https://github.com/ronkorving)) - Support for eslint's 'plugin:' prefixed specifiers [\#250](https://github.com/depcheck/depcheck/pull/250) ([buddydvd](https://github.com/buddydvd)) - Recognize object array loaders in module.rules.loaders [\#233](https://github.com/depcheck/depcheck/pull/233) ([alexgerv](https://github.com/alexgerv)) - Fixed support of jsx syntax [\#230](https://github.com/depcheck/depcheck/pull/230) ([yurii-sorokin](https://github.com/yurii-sorokin)) - Add support for import\(\) expressions [\#205](https://github.com/depcheck/depcheck/pull/205) ([haggholm](https://github.com/haggholm)) ## [0.6.11](https://github.com/depcheck/depcheck/tree/0.6.11) (2018-08-23) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.10-beta.1...0.6.11) **Closed issues:** - error ELIFECYCLE [\#221](https://github.com/depcheck/depcheck/issues/221) - @types packages causing false positives [\#210](https://github.com/depcheck/depcheck/issues/210) - depcheck not triggering fail from bashscript- [\#171](https://github.com/depcheck/depcheck/issues/171) **Merged pull requests:** - Fix error when Typescript is not installed [\#282](https://github.com/depcheck/depcheck/pull/282) ([mnkhouri](https://github.com/mnkhouri)) - Enable the plugins for Typescript parser, too [\#258](https://github.com/depcheck/depcheck/pull/258) ([cdagli](https://github.com/cdagli)) ## [0.6.10-beta.1](https://github.com/depcheck/depcheck/tree/0.6.10-beta.1) (2018-08-20) [Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.10-beta.0...0.6.10-beta.1) **Closed issues:** - False 'unused dependency' for asyncawait. [\#259](https://github.com/depcheck/depcheck/issues/259) - Is it good to run at pre-commit level [\#208](https://github.com/depcheck/depcheck/issues/208) - False positives produced by deduping [\#126](https://github.com/depcheck/depcheck/issues/126) **Merged pull requests:** - Update NPM tokens for deploy from Travis [\#278](https://github.com/depcheck/depcheck/pull/278) ([mnkhouri](https://github.com/mnkhouri)) ## [0.6.10-beta.0](https://github.c