UNPKG

63.8 kBMarkdownView Raw
1# Changelog
2
3## [1.4.1](https://github.com/depcheck/depcheck/tree/1.4.1) (2021-05-11)
4
5[Full Changelog](https://github.com/depcheck/depcheck/compare/1.4.0...1.4.1)
6
7**Fixed bugs:**
8
9- punycode being listed as unused, although the built in version is deprecated [\#628](https://github.com/depcheck/depcheck/issues/628)
10- Not working with Vue3 [\#610](https://github.com/depcheck/depcheck/issues/610)
11
12**Merged pull requests:**
13
14- Update config reader to work in monorepo [\#631](https://github.com/depcheck/depcheck/pull/631) ([AminFazlMondo](https://github.com/AminFazlMondo))
15- Remove punycode from the buildin modules [\#629](https://github.com/depcheck/depcheck/pull/629) ([rumpl](https://github.com/rumpl))
16
17## [1.4.0](https://github.com/depcheck/depcheck/tree/1.4.0) (2021-02-16)
18
19[Full Changelog](https://github.com/depcheck/depcheck/compare/1.3.1...1.4.0)
20
21**Fixed bugs:**
22
23- updating from 1.2.0 to 1.3.1 parsers glob stopped working [\#606](https://github.com/depcheck/depcheck/issues/606)
24- 非常差劲 导致我项目启动不了了!!!!误报非常的多 提issue 都不可能提的过来 [\#604](https://github.com/depcheck/depcheck/issues/604)
25- False positive: eslint-import-resolver-typescript [\#603](https://github.com/depcheck/depcheck/issues/603)
26- Depcheck Fails Incorrectly at "=" sign starting v1.3.0 [\#601](https://github.com/depcheck/depcheck/issues/601)
27- False positive in Next.js Config file: `next.config.js` [\#583](https://github.com/depcheck/depcheck/issues/583)
28
29**Closed issues:**
30
31- Different output when invoking from shell script [\#617](https://github.com/depcheck/depcheck/issues/617)
32- How to disable a special when using the API? [\#614](https://github.com/depcheck/depcheck/issues/614)
33
34**Merged pull requests:**
35
36- Use @vue/compiler-sfc [\#625](https://github.com/depcheck/depcheck/pull/625) ([rumpl](https://github.com/rumpl))
37- fix: fixing broken gatsby parser [\#622](https://github.com/depcheck/depcheck/pull/622) ([chris-hammond](https://github.com/chris-hammond))
38- Update the docs to a confirmed working config [\#616](https://github.com/depcheck/depcheck/pull/616) ([Milad](https://github.com/Milad))
39
40## [1.3.1](https://github.com/depcheck/depcheck/tree/1.3.1) (2020-11-09)
41
42[Full Changelog](https://github.com/depcheck/depcheck/compare/1.3.0...1.3.1)
43
44**Merged pull requests:**
45
46- Fix extracting dependencies from webpack [\#602](https://github.com/depcheck/depcheck/pull/602) ([rumpl](https://github.com/rumpl))
47
48## [1.3.0](https://github.com/depcheck/depcheck/tree/1.3.0) (2020-11-09)
49
50[Full Changelog](https://github.com/depcheck/depcheck/compare/1.2.0...1.3.0)
51
52**Fixed bugs:**
53
54- False positive: eslint import resolvers [\#571](https://github.com/depcheck/depcheck/issues/571)
55
56**Closed issues:**
57
58- false alert for React 17 [\#591](https://github.com/depcheck/depcheck/issues/591)
59- false alert with typescript path aliases [\#590](https://github.com/depcheck/depcheck/issues/590)
60- Allow to define patterns against absolute file path \(again\) [\#589](https://github.com/depcheck/depcheck/issues/589)
61- Can't read property 'name' of undefined [\#579](https://github.com/depcheck/depcheck/issues/579)
62- Support .\*ignore files [\#497](https://github.com/depcheck/depcheck/issues/497)
63
64**Merged pull requests:**
65
66- Update dependencies [\#599](https://github.com/depcheck/depcheck/pull/599) ([rumpl](https://github.com/rumpl))
67- Support webpack's `oneOf` in rules [\#598](https://github.com/depcheck/depcheck/pull/598) ([rumpl](https://github.com/rumpl))
68- Fix eslint when eslint-plugin-import is used [\#597](https://github.com/depcheck/depcheck/pull/597) ([rumpl](https://github.com/rumpl))
69- The error thrown is not always a YAML error [\#596](https://github.com/depcheck/depcheck/pull/596) ([rumpl](https://github.com/rumpl))
70- Support parser patterns based on file paths [\#595](https://github.com/depcheck/depcheck/pull/595) ([rumpl](https://github.com/rumpl))
71- 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))
72- Use the promise version of the api in the example [\#593](https://github.com/depcheck/depcheck/pull/593) ([rumpl](https://github.com/rumpl))
73- Add option to run depcheck through npx [\#586](https://github.com/depcheck/depcheck/pull/586) ([elrumordelaluz](https://github.com/elrumordelaluz))
74- fix\(sass-parser\): ignore local import in scss [\#581](https://github.com/depcheck/depcheck/pull/581) ([YonatanKra](https://github.com/YonatanKra))
75- Improved webpack support [\#580](https://github.com/depcheck/depcheck/pull/580) ([cwillisf](https://github.com/cwillisf))
76
77## [1.2.0](https://github.com/depcheck/depcheck/tree/1.2.0) (2020-08-12)
78
79[Full Changelog](https://github.com/depcheck/depcheck/compare/1.0.0...1.2.0)
80
81**Closed issues:**
82
83- Sass 'use' syntax not working [\#576](https://github.com/depcheck/depcheck/issues/576)
84- depcheck should ignore depcheck by default [\#565](https://github.com/depcheck/depcheck/issues/565)
85- False unused dev dependencies report [\#560](https://github.com/depcheck/depcheck/issues/560)
86- False alert for eslint packages [\#554](https://github.com/depcheck/depcheck/issues/554)
87- Bug: specials are not working [\#551](https://github.com/depcheck/depcheck/issues/551)
88- depcheck should ignore hidden folders and files [\#543](https://github.com/depcheck/depcheck/issues/543)
89- ignore-patterns option from readme description is not supported in latest release [\#537](https://github.com/depcheck/depcheck/issues/537)
90- Option to exit without error code \(when running via "npm run depcheck"\) [\#533](https://github.com/depcheck/depcheck/issues/533)
91- babelrc format [\#527](https://github.com/depcheck/depcheck/issues/527)
92- Support Gatsby plugins with resolve [\#525](https://github.com/depcheck/depcheck/issues/525)
93
94**Merged pull requests:**
95
96- fix: now supports multi ignore in ignorePattern [\#578](https://github.com/depcheck/depcheck/pull/578) ([YonatanKra](https://github.com/YonatanKra))
97- feat\(sass parser\): support @use and namespace syntax [\#577](https://github.com/depcheck/depcheck/pull/577) ([YonatanKra](https://github.com/YonatanKra))
98- Add resolve and nested dependency check for Gatsby [\#573](https://github.com/depcheck/depcheck/pull/573) ([nagygergo](https://github.com/nagygergo))
99- fix: support eslint config that needs to be required [\#561](https://github.com/depcheck/depcheck/pull/561) ([znarf](https://github.com/znarf))
100- Feat: Special for serverless config [\#559](https://github.com/depcheck/depcheck/pull/559) ([mzl-md](https://github.com/mzl-md))
101- Add node 14.x to the matrix [\#557](https://github.com/depcheck/depcheck/pull/557) ([rumpl](https://github.com/rumpl))
102- Try to parse JSON5 babelrc files [\#556](https://github.com/depcheck/depcheck/pull/556) ([rumpl](https://github.com/rumpl))
103- chore: update all dependencies \(July 2020\) [\#555](https://github.com/depcheck/depcheck/pull/555) ([znarf](https://github.com/znarf))
104
105## [1.0.0](https://github.com/depcheck/depcheck/tree/1.0.0) (2020-05-14)
106
107[Full Changelog](https://github.com/depcheck/depcheck/compare/0.9.2...1.0.0)
108
109**Closed issues:**
110
111- Error when running from script [\#531](https://github.com/depcheck/depcheck/issues/531)
112- Missing Changelog for 0.9.2 [\#521](https://github.com/depcheck/depcheck/issues/521)
113- Depcheck should only process files that are relevant to depcheck [\#420](https://github.com/depcheck/depcheck/issues/420)
114- False positive when using inline Webpack loader [\#236](https://github.com/depcheck/depcheck/issues/236)
115- Dependencies out of date [\#273](https://github.com/depcheck/depcheck/issues/273)
116- Add support for @types declaration packages [\#163](https://github.com/depcheck/depcheck/issues/163)
117- Improvements for CI use [\#162](https://github.com/depcheck/depcheck/issues/162)
118
119**Merged pull requests:**
120
121- fix: sass parser not working with monorepo setup [\#536](https://github.com/depcheck/depcheck/pull/536) ([yingzhe](https://github.com/yingzhe))
122- chore: build on linux and windows on GH actions [\#535](https://github.com/depcheck/depcheck/pull/535) ([rumpl](https://github.com/rumpl))
123- Chore update deps [\#534](https://github.com/depcheck/depcheck/pull/534) ([rumpl](https://github.com/rumpl))
124- Support resolve.alias in fakeConfig for next.js [\#532](https://github.com/depcheck/depcheck/pull/532) ([znarf](https://github.com/znarf))
125- feat: Detect inline webpack loaders [\#520](https://github.com/depcheck/depcheck/pull/520) ([rumpl](https://github.com/rumpl))
126- chore: Update all dependencies [\#519](https://github.com/depcheck/depcheck/pull/519) ([rumpl](https://github.com/rumpl))
127- Config cli argument [\#517](https://github.com/depcheck/depcheck/pull/517) ([dword-design](https://github.com/dword-design))
128- Support for .\*ignore files [\#498](https://github.com/depcheck/depcheck/pull/498) ([znarf](https://github.com/znarf))
129- Add export detection \(`export x from y`\) [\#272](https://github.com/depcheck/depcheck/pull/272) ([mnkhouri](https://github.com/mnkhouri))
130- Bump nyc to 13.x [\#267](https://github.com/depcheck/depcheck/pull/267) ([LinusU](https://github.com/LinusU))
131- Enable the plugins for Typescript parser, too [\#258](https://github.com/depcheck/depcheck/pull/258) ([cdagli](https://github.com/cdagli))
132
133## [0.9.2](https://github.com/depcheck/depcheck/tree/0.9.2) (2020-01-30)
134
135[Full Changelog](https://github.com/depcheck/depcheck/compare/0.9.1...0.9.2)
136
137**Closed issues:**
138
139- Use Cosmiconfig [\#516](https://github.com/depcheck/depcheck/issues/516)
140- Feature: add special parser for Istanbul.js [\#508](https://github.com/depcheck/depcheck/issues/508)
141- New mocha configuration file not seen [\#507](https://github.com/depcheck/depcheck/issues/507)
142- False positive with @types/mocha [\#504](https://github.com/depcheck/depcheck/issues/504)
143- Error: ENFILE: file table overflow \(macOS\) [\#501](https://github.com/depcheck/depcheck/issues/501)
144- eslint: dependency wrongly mark as unused [\#500](https://github.com/depcheck/depcheck/issues/500)
145- special/eslint: bad calculation of preset dependencies [\#476](https://github.com/depcheck/depcheck/issues/476)
146- Load ignore rules from a lines separated file [\#409](https://github.com/depcheck/depcheck/issues/409)
147
148**Merged pull requests:**
149
150- Review special documentation [\#515](https://github.com/depcheck/depcheck/pull/515) ([sveyret](https://github.com/sveyret))
151- Add Istanbul special parser [\#514](https://github.com/depcheck/depcheck/pull/514) ([sveyret](https://github.com/sveyret))
152- Refactor: read content only when needed [\#513](https://github.com/depcheck/depcheck/pull/513) ([znarf](https://github.com/znarf))
153- Add `debug` package and messages to the project [\#512](https://github.com/depcheck/depcheck/pull/512) ([znarf](https://github.com/znarf))
154- Support for more decorators [\#511](https://github.com/depcheck/depcheck/pull/511) ([micky2be](https://github.com/micky2be))
155- Improve recursive work of eslint configuration check [\#506](https://github.com/depcheck/depcheck/pull/506) ([sveyret](https://github.com/sveyret))
156- Improvements for mocha [\#505](https://github.com/depcheck/depcheck/pull/505) ([sveyret](https://github.com/sveyret))
157- Support webpack styleguidist configuration [\#503](https://github.com/depcheck/depcheck/pull/503) ([znarf](https://github.com/znarf))
158- Use a single promise to read a given file [\#502](https://github.com/depcheck/depcheck/pull/502) ([znarf](https://github.com/znarf))
159- Support for next.js webpack configuration [\#496](https://github.com/depcheck/depcheck/pull/496) ([znarf](https://github.com/znarf))
160- Rename 'linters' and fix babel config file detection [\#495](https://github.com/depcheck/depcheck/pull/495) ([znarf](https://github.com/znarf))
161- Suppress unnecessary fileContent [\#494](https://github.com/depcheck/depcheck/pull/494) ([znarf](https://github.com/znarf))
162- Update travis commands and reference [\#493](https://github.com/depcheck/depcheck/pull/493) ([znarf](https://github.com/znarf))
163- Add eslint-plugin-mocha and lint test directory [\#492](https://github.com/depcheck/depcheck/pull/492) ([znarf](https://github.com/znarf))
164- Better prettier configuration [\#490](https://github.com/depcheck/depcheck/pull/490) ([znarf](https://github.com/znarf))
165- Remove remaining dev option [\#489](https://github.com/depcheck/depcheck/pull/489) ([znarf](https://github.com/znarf))
166- chore: remove editorconfig file [\#488](https://github.com/depcheck/depcheck/pull/488) ([rumpl](https://github.com/rumpl))
167- Update babel target to node 10, use prettier plugin [\#487](https://github.com/depcheck/depcheck/pull/487) ([rumpl](https://github.com/rumpl))
168- chore\(deps\): Update all dependencies to latest [\#486](https://github.com/depcheck/depcheck/pull/486) ([rumpl](https://github.com/rumpl))
169- 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))
170- Adjust babel special to eslint implementation [\#484](https://github.com/depcheck/depcheck/pull/484) ([dword-design](https://github.com/dword-design))
171- Add deps parameter to detectors [\#482](https://github.com/depcheck/depcheck/pull/482) ([dword-design](https://github.com/dword-design))
172- Activating Open Collective [\#481](https://github.com/depcheck/depcheck/pull/481) ([monkeywithacupcake](https://github.com/monkeywithacupcake))
173- Document and provide types for the API's package option [\#479](https://github.com/depcheck/depcheck/pull/479) ([edsrzf](https://github.com/edsrzf))
174- Try to load eslint.js modules without a module.exports wrapper [\#478](https://github.com/depcheck/depcheck/pull/478) ([rjatkins](https://github.com/rjatkins))
175- special/eslint: corrections on dependencies resolver [\#477](https://github.com/depcheck/depcheck/pull/477) ([sveyret](https://github.com/sveyret))
176- chore: add changelog file [\#475](https://github.com/depcheck/depcheck/pull/475) ([rumpl](https://github.com/rumpl))
177- Use babel on typescript and support @types [\#422](https://github.com/depcheck/depcheck/pull/422) ([conartist6](https://github.com/conartist6))
178- Support loading configuration from a config file. [\#408](https://github.com/depcheck/depcheck/pull/408) ([Urik](https://github.com/Urik))
179
180## [0.9.1](https://github.com/depcheck/depcheck/tree/0.9.1) (2019-11-08)
181
182[Full Changelog](https://github.com/depcheck/depcheck/compare/0.9.0...0.9.1)
183
184**Closed issues:**
185
186- Core packages are labeled as unused [\#462](https://github.com/depcheck/depcheck/issues/462)
187- Packages used inside package.json are not detected [\#461](https://github.com/depcheck/depcheck/issues/461)
188- False positives when using multiple package.json files [\#441](https://github.com/depcheck/depcheck/issues/441)
189- Use prettier [\#431](https://github.com/depcheck/depcheck/issues/431)
190- Incorrect unused dependencies in react-ace [\#414](https://github.com/depcheck/depcheck/issues/414)
191- option --json changes return status [\#407](https://github.com/depcheck/depcheck/issues/407)
192- False positive: eslint-config-eslint:all [\#404](https://github.com/depcheck/depcheck/issues/404)
193- False positive: eslint-config-prettier [\#330](https://github.com/depcheck/depcheck/issues/330)
194- False Alert with pre-commit module [\#320](https://github.com/depcheck/depcheck/issues/320)
195- False positiv husky [\#315](https://github.com/depcheck/depcheck/issues/315)
196- False positive tslint-plugin-prettier, tslint-react, tslint-sonarts [\#314](https://github.com/depcheck/depcheck/issues/314)
197- False dependency when using ESLint vue plugin [\#239](https://github.com/depcheck/depcheck/issues/239)
198- False positive when using vue-sticky in a vue component [\#238](https://github.com/depcheck/depcheck/issues/238)
199- devDependencies defined in package scripts not detected. [\#200](https://github.com/depcheck/depcheck/issues/200)
200- Support ESLint YAML and JS config. [\#150](https://github.com/depcheck/depcheck/issues/150)
201
202**Merged pull requests:**
203
204- Support prettier shared configuration [\#474](https://github.com/depcheck/depcheck/pull/474) ([sveyret](https://github.com/sveyret))
205- Use node resolution for dependencies [\#473](https://github.com/depcheck/depcheck/pull/473) ([sveyret](https://github.com/sveyret))
206- Automate building of TypeScript definitions [\#470](https://github.com/depcheck/depcheck/pull/470) ([sveyret](https://github.com/sveyret))
207- Add TTypeScript transformer special parser [\#469](https://github.com/depcheck/depcheck/pull/469) ([sveyret](https://github.com/sveyret))
208- chore: update node requirement in package.json and readme [\#467](https://github.com/depcheck/depcheck/pull/467) ([rumpl](https://github.com/rumpl))
209- chore: Update closing time in stale bot [\#466](https://github.com/depcheck/depcheck/pull/466) ([rumpl](https://github.com/rumpl))
210- feat: return error code even if output is json [\#465](https://github.com/depcheck/depcheck/pull/465) ([rumpl](https://github.com/rumpl))
211- feat: Activate eslint-config-prettier on plugin:prettier/recommended [\#464](https://github.com/depcheck/depcheck/pull/464) ([rumpl](https://github.com/rumpl))
212- Add prettier [\#463](https://github.com/depcheck/depcheck/pull/463) ([VincentLanglet](https://github.com/VincentLanglet))
213- Load typescript transpiler if available [\#459](https://github.com/depcheck/depcheck/pull/459) ([sveyret](https://github.com/sveyret))
214- Add index.d.ts [\#458](https://github.com/depcheck/depcheck/pull/458) ([VincentLanglet](https://github.com/VincentLanglet))
215- feat: Handle tslint-plugin-prettier [\#457](https://github.com/depcheck/depcheck/pull/457) ([rumpl](https://github.com/rumpl))
216- Add lint-staged config parser [\#456](https://github.com/depcheck/depcheck/pull/456) ([VincentLanglet](https://github.com/VincentLanglet))
217- Run actions only on pull request [\#454](https://github.com/depcheck/depcheck/pull/454) ([rumpl](https://github.com/rumpl))
218- Add husky special parser [\#453](https://github.com/depcheck/depcheck/pull/453) ([rumpl](https://github.com/rumpl))
219
220## [0.9.0](https://github.com/depcheck/depcheck/tree/0.9.0) (2019-11-01)
221
222[Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.4...0.9.0)
223
224**Closed issues:**
225
226- special/webpack: babel-loader presets are not detected [\#448](https://github.com/depcheck/depcheck/issues/448)
227- special/webpack: entries should also be scanned [\#446](https://github.com/depcheck/depcheck/issues/446)
228- TypeScript: false positive for node built-in module types [\#444](https://github.com/depcheck/depcheck/issues/444)
229- False alert: TypeScript import type not detected [\#438](https://github.com/depcheck/depcheck/issues/438)
230- Node modules may be in parent directories [\#436](https://github.com/depcheck/depcheck/issues/436)
231- 12x more useful if Missing dependencies includes the file it was found it [\#428](https://github.com/depcheck/depcheck/issues/428)
232- body-parser [\#423](https://github.com/depcheck/depcheck/issues/423)
233
234**Merged pull requests:**
235
236- special/webpack: Use tryRequire to load configuration file [\#451](https://github.com/depcheck/depcheck/pull/451) ([sveyret](https://github.com/sveyret))
237- chore: Remove the deprecated flag [\#450](https://github.com/depcheck/depcheck/pull/450) ([rumpl](https://github.com/rumpl))
238- special/webpack improvements [\#449](https://github.com/depcheck/depcheck/pull/449) ([sveyret](https://github.com/sveyret))
239- Add code of conduct [\#447](https://github.com/depcheck/depcheck/pull/447) ([rumpl](https://github.com/rumpl))
240- TypeScript: detect node built-in type usage [\#445](https://github.com/depcheck/depcheck/pull/445) ([sveyret](https://github.com/sveyret))
241- Add stale robot [\#443](https://github.com/depcheck/depcheck/pull/443) ([rumpl](https://github.com/rumpl))
242- Drop support for node 8 [\#442](https://github.com/depcheck/depcheck/pull/442) ([rumpl](https://github.com/rumpl))
243- Add a detector for typescript import type [\#439](https://github.com/depcheck/depcheck/pull/439) ([sveyret](https://github.com/sveyret))
244- special/bin: climb up directories to find binary module [\#437](https://github.com/depcheck/depcheck/pull/437) ([sveyret](https://github.com/sveyret))
245- Add paths for missing dependencies [\#433](https://github.com/depcheck/depcheck/pull/433) ([rumpl](https://github.com/rumpl))
246- Add support for babel 7's scoped plugins [\#432](https://github.com/depcheck/depcheck/pull/432) ([d-fischer](https://github.com/d-fischer))
247
248## [0.8.4](https://github.com/depcheck/depcheck/tree/0.8.4) (2019-10-29)
249
250[Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.3...0.8.4)
251
252**Security fixes:**
253
254- \[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))
255
256**Closed issues:**
257
258- depcheck false alert \(svg-sprite-loader, svgo-loader\) [\#425](https://github.com/depcheck/depcheck/issues/425)
259- False alert: dep imported in d.ts file [\#421](https://github.com/depcheck/depcheck/issues/421)
260- False Alert for "fs" [\#412](https://github.com/depcheck/depcheck/issues/412)
261- Github dependencies not recursing? [\#410](https://github.com/depcheck/depcheck/issues/410)
262- show react jsx file by [\#405](https://github.com/depcheck/depcheck/issues/405)
263- Typescript @types false positive [\#402](https://github.com/depcheck/depcheck/issues/402)
264- false report on dependency [\#401](https://github.com/depcheck/depcheck/issues/401)
265
266**Merged pull requests:**
267
268- Update dependencies to latest [\#430](https://github.com/depcheck/depcheck/pull/430) ([rumpl](https://github.com/rumpl))
269- docs: fix typos [\#424](https://github.com/depcheck/depcheck/pull/424) ([piperchester](https://github.com/piperchester))
270- Add support for integration tests jest configuration [\#415](https://github.com/depcheck/depcheck/pull/415) ([idan-at](https://github.com/idan-at))
271- added fixed for eslint:all and updated deps [\#406](https://github.com/depcheck/depcheck/pull/406) ([KaboomFox](https://github.com/KaboomFox))
272- 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))
273- 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))
274- 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))
275- 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))
276- 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))
277- 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))
278- 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))
279- 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))
280- 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))
281- chore: Imort vue-template-compiler directly [\#379](https://github.com/depcheck/depcheck/pull/379) ([rumpl](https://github.com/rumpl))
282- 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))
283- 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))
284- 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))
285- 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))
286- 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))
287- 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))
288- 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))
289- 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))
290- 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))
291
292## [0.8.3](https://github.com/depcheck/depcheck/tree/0.8.3) (2019-07-09)
293
294[Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.2...0.8.3)
295
296**Closed issues:**
297
298- False alert on vue-click-outside [\#361](https://github.com/depcheck/depcheck/issues/361)
299- Invalid files caused by flow type annotations? [\#353](https://github.com/depcheck/depcheck/issues/353)
300
301**Merged pull requests:**
302
303- support flow syntax in es7 and jsx parsers [\#373](https://github.com/depcheck/depcheck/pull/373) ([jrnail23](https://github.com/jrnail23))
304- 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))
305
306## [0.8.2](https://github.com/depcheck/depcheck/tree/0.8.2) (2019-07-03)
307
308[Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.1...0.8.2)
309
310**Closed issues:**
311
312- False positive when only importing typescript interfaces \(so no runtime code\) from a package [\#359](https://github.com/depcheck/depcheck/issues/359)
313- Add support for Jest [\#285](https://github.com/depcheck/depcheck/issues/285)
314- Find a solution to declare peer dependencies [\#130](https://github.com/depcheck/depcheck/issues/130)
315
316**Merged pull requests:**
317
318- fix: Fix vue integration [\#362](https://github.com/depcheck/depcheck/pull/362) ([rumpl](https://github.com/rumpl))
319- Fixing Issue \#200: packages with bin that haven't been detected [\#358](https://github.com/depcheck/depcheck/pull/358) ([2roy999](https://github.com/2roy999))
320
321## [0.8.1](https://github.com/depcheck/depcheck/tree/0.8.1) (2019-05-25)
322
323[Full Changelog](https://github.com/depcheck/depcheck/compare/0.8.0...0.8.1)
324
325**Closed issues:**
326
327- Monorepo support? [\#349](https://github.com/depcheck/depcheck/issues/349)
328- peerDepdencies of a used package not considered [\#341](https://github.com/depcheck/depcheck/issues/341)
329- false alert on mocha-jenkins-reporter \(cant seem to add `help wanted` label\) [\#287](https://github.com/depcheck/depcheck/issues/287)
330- Symlinked files are ignored [\#256](https://github.com/depcheck/depcheck/issues/256)
331
332**Merged pull requests:**
333
334- Jest support [\#351](https://github.com/depcheck/depcheck/pull/351) ([GarrettGeorge](https://github.com/GarrettGeorge))
335- Changes webpack regex to support 'webpack.conf.js' [\#350](https://github.com/depcheck/depcheck/pull/350) ([GarrettGeorge](https://github.com/GarrettGeorge))
336- feat: Make walkdir follow symlinks [\#347](https://github.com/depcheck/depcheck/pull/347) ([rumpl](https://github.com/rumpl))
337- chore: Create a draft release form travis, update oauth key [\#344](https://github.com/depcheck/depcheck/pull/344) ([rumpl](https://github.com/rumpl))
338
339## [0.8.0](https://github.com/depcheck/depcheck/tree/0.8.0) (2019-05-08)
340
341[Full Changelog](https://github.com/depcheck/depcheck/compare/0.7.2...0.8.0)
342
343**Fixed bugs:**
344
345- The cli option --ignore-dirs seems not to work [\#331](https://github.com/depcheck/depcheck/issues/331)
346- False positive eslint-config-prettier eslint-plugin-prettier [\#316](https://github.com/depcheck/depcheck/issues/316)
347
348**Closed issues:**
349
350- scss dependency false report [\#322](https://github.com/depcheck/depcheck/issues/322)
351- requires using template literals report as missing dependencies [\#243](https://github.com/depcheck/depcheck/issues/243)
352
353**Merged pull requests:**
354
355- chore: Update all dependencies, make tests pass [\#343](https://github.com/depcheck/depcheck/pull/343) ([rumpl](https://github.com/rumpl))
356- Fix typos in README [\#337](https://github.com/depcheck/depcheck/pull/337) ([newsroomdev](https://github.com/newsroomdev))
357- add babel plugins to vue special [\#335](https://github.com/depcheck/depcheck/pull/335) ([dword-design](https://github.com/dword-design))
358- fixed the inclusion syntax of babel plugins [\#334](https://github.com/depcheck/depcheck/pull/334) ([dword-design](https://github.com/dword-design))
359- updated readme to include gatsby [\#332](https://github.com/depcheck/depcheck/pull/332) ([KaboomFox](https://github.com/KaboomFox))
360- detector: allow template literals in require calls [\#329](https://github.com/depcheck/depcheck/pull/329) ([43081j](https://github.com/43081j))
361- added gatsby special [\#328](https://github.com/depcheck/depcheck/pull/328) ([KaboomFox](https://github.com/KaboomFox))
362- lint: add support for custom config files [\#327](https://github.com/depcheck/depcheck/pull/327) ([43081j](https://github.com/43081j))
363- eslint: add support for package.json configuration [\#326](https://github.com/depcheck/depcheck/pull/326) ([43081j](https://github.com/43081j))
364- bugfix: include tslint in deps when a tslintrc exists [\#325](https://github.com/depcheck/depcheck/pull/325) ([43081j](https://github.com/43081j))
365- use file instead of content. [\#324](https://github.com/depcheck/depcheck/pull/324) ([KaboomFox](https://github.com/KaboomFox))
366- cleanup mocha implementation [\#311](https://github.com/depcheck/depcheck/pull/311) ([43081j](https://github.com/43081j))
367- correct resolution of lint `extends` packages [\#309](https://github.com/depcheck/depcheck/pull/309) ([43081j](https://github.com/43081j))
368
369## [0.7.2](https://github.com/depcheck/depcheck/tree/0.7.2) (2019-02-28)
370
371[Full Changelog](https://github.com/depcheck/depcheck/compare/0.7.1...0.7.2)
372
373**Closed issues:**
374
375- Support .depcheckrc or depcheck.config.js config file [\#318](https://github.com/depcheck/depcheck/issues/318)
376
377**Merged pull requests:**
378
379- Add sass support for tilde [\#323](https://github.com/depcheck/depcheck/pull/323) ([KaboomFox](https://github.com/KaboomFox))
380- fixed pluggable-design.md [\#313](https://github.com/depcheck/depcheck/pull/313) ([0xflotus](https://github.com/0xflotus))
381
382## [0.7.1](https://github.com/depcheck/depcheck/tree/0.7.1) (2019-01-27)
383
384[Full Changelog](https://github.com/depcheck/depcheck/compare/0.7.0...0.7.1)
385
386**Fixed bugs:**
387
388- unused dependency "querystring" : false positive [\#170](https://github.com/depcheck/depcheck/issues/170)
389
390**Closed issues:**
391
392- False alert for ejs package using expressjs [\#289](https://github.com/depcheck/depcheck/issues/289)
393
394## [0.7.0](https://github.com/depcheck/depcheck/tree/0.7.0) (2019-01-26)
395
396[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.11...0.7.0)
397
398**Fixed bugs:**
399
400- Error: toString failed [\#100](https://github.com/depcheck/depcheck/issues/100)
401
402**Closed issues:**
403
404- 0.7.0-beta.1 is older than 0.7.0-alpha.1 [\#304](https://github.com/depcheck/depcheck/issues/304)
405- Check child\_processes [\#302](https://github.com/depcheck/depcheck/issues/302)
406- False alert: babel-preset-expo [\#301](https://github.com/depcheck/depcheck/issues/301)
407- onlyMatch [\#298](https://github.com/depcheck/depcheck/issues/298)
408- Bug report template contains an error [\#296](https://github.com/depcheck/depcheck/issues/296)
409- doesn't seem to detect require\('os'\) in source [\#294](https://github.com/depcheck/depcheck/issues/294)
410- No dependencies are detected in files using optional chaining [\#291](https://github.com/depcheck/depcheck/issues/291)
411- depcheck error for workbox-build [\#290](https://github.com/depcheck/depcheck/issues/290)
412- Implement a test using only production dependencies [\#281](https://github.com/depcheck/depcheck/issues/281)
413- TypeError: Cannot read property 'ModuleKind' of null [\#280](https://github.com/depcheck/depcheck/issues/280)
414- False "unused dependencies" for `export ... from ...` [\#262](https://github.com/depcheck/depcheck/issues/262)
415- False positive when using vuegister with mocha [\#241](https://github.com/depcheck/depcheck/issues/241)
416- Doesn't appear to work 0.6.7 [\#220](https://github.com/depcheck/depcheck/issues/220)
417- 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)
418- Unused devDependencies with Karma [\#188](https://github.com/depcheck/depcheck/issues/188)
419- Unused url dependency [\#187](https://github.com/depcheck/depcheck/issues/187)
420- better --ignores documentation [\#164](https://github.com/depcheck/depcheck/issues/164)
421- False unused alert for local CLI tools/ binaries. [\#145](https://github.com/depcheck/depcheck/issues/145)
422- Add scenario test infrastructure. [\#128](https://github.com/depcheck/depcheck/issues/128)
423
424**Merged pull requests:**
425
426- Replace babylon with @babel/parser, and upgrade all babel dependencies [\#307](https://github.com/depcheck/depcheck/pull/307) ([rjatkins](https://github.com/rjatkins))
427- Karma support [\#306](https://github.com/depcheck/depcheck/pull/306) ([rjatkins](https://github.com/rjatkins))
428- use eslint name normalization [\#305](https://github.com/depcheck/depcheck/pull/305) ([43081j](https://github.com/43081j))
429- Remove dpcheck-web to mitigate security vulnerability. [\#300](https://github.com/depcheck/depcheck/pull/300) ([lijunle](https://github.com/lijunle))
430- Fixes vulnerability on lodash version [\#293](https://github.com/depcheck/depcheck/pull/293) ([Streppel](https://github.com/Streppel))
431- 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))
432- Improve regex in `parseLinter\(\)` [\#284](https://github.com/depcheck/depcheck/pull/284) ([hassankhan](https://github.com/hassankhan))
433- Add tests for esnext syntax in Typescript [\#283](https://github.com/depcheck/depcheck/pull/283) ([mnkhouri](https://github.com/mnkhouri))
434- Update NPM tokens with correct permissions [\#279](https://github.com/depcheck/depcheck/pull/279) ([mnkhouri](https://github.com/mnkhouri))
435- Upgrade all dependencies [\#276](https://github.com/depcheck/depcheck/pull/276) ([nkbt](https://github.com/nkbt))
436- Friendly error messages for node \< 4 [\#219](https://github.com/depcheck/depcheck/pull/219) ([sudo-suhas](https://github.com/sudo-suhas))
437
438## [0.6.11](https://github.com/depcheck/depcheck/tree/0.6.11) (2018-08-23)
439
440[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.10...0.6.11)
441
442## [0.6.10](https://github.com/depcheck/depcheck/tree/0.6.10) (2018-08-23)
443
444[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.10-beta.2...0.6.10)
445
446**Closed issues:**
447
448- Deploy failed \(invalid NPM token?\) [\#275](https://github.com/depcheck/depcheck/issues/275)
449- Next Release \(0.6.10\) [\#265](https://github.com/depcheck/depcheck/issues/265)
450
451**Merged pull requests:**
452
453- Add support for TSLint [\#266](https://github.com/depcheck/depcheck/pull/266) ([LinusU](https://github.com/LinusU))
454- Fix typo: pasers -\> parsers [\#263](https://github.com/depcheck/depcheck/pull/263) ([mnkhouri](https://github.com/mnkhouri))
455- Support Vue.js \(closes \#195\) [\#254](https://github.com/depcheck/depcheck/pull/254) ([oligot](https://github.com/oligot))
456- Fix ignore-bin-package default in ReadMe [\#252](https://github.com/depcheck/depcheck/pull/252) ([ronkorving](https://github.com/ronkorving))
457- Support for eslint's 'plugin:' prefixed specifiers [\#250](https://github.com/depcheck/depcheck/pull/250) ([buddydvd](https://github.com/buddydvd))
458- Recognize object array loaders in module.rules.loaders [\#233](https://github.com/depcheck/depcheck/pull/233) ([alexgerv](https://github.com/alexgerv))
459- Fixed support of jsx syntax [\#230](https://github.com/depcheck/depcheck/pull/230) ([yurii-sorokin](https://github.com/yurii-sorokin))
460- Add support for import\(\) expressions [\#205](https://github.com/depcheck/depcheck/pull/205) ([haggholm](https://github.com/haggholm))
461
462## [0.6.10-beta.2](https://github.com/depcheck/depcheck/tree/0.6.10-beta.2) (2018-08-23)
463
464[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.10-beta.1...0.6.10-beta.2)
465
466**Closed issues:**
467
468- error ELIFECYCLE [\#221](https://github.com/depcheck/depcheck/issues/221)
469- @types packages causing false positives [\#210](https://github.com/depcheck/depcheck/issues/210)
470- depcheck not triggering fail from bashscript- [\#171](https://github.com/depcheck/depcheck/issues/171)
471
472**Merged pull requests:**
473
474- Fix error when Typescript is not installed [\#282](https://github.com/depcheck/depcheck/pull/282) ([mnkhouri](https://github.com/mnkhouri))
475
476## [0.6.10-beta.1](https://github.com/depcheck/depcheck/tree/0.6.10-beta.1) (2018-08-20)
477
478[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.10-beta.0...0.6.10-beta.1)
479
480**Closed issues:**
481
482- False 'unused dependency' for asyncawait. [\#259](https://github.com/depcheck/depcheck/issues/259)
483- Is it good to run at pre-commit level [\#208](https://github.com/depcheck/depcheck/issues/208)
484- False positives produced by deduping [\#126](https://github.com/depcheck/depcheck/issues/126)
485
486**Merged pull requests:**
487
488- Update NPM tokens for deploy from Travis [\#278](https://github.com/depcheck/depcheck/pull/278) ([mnkhouri](https://github.com/mnkhouri))
489
490## [0.6.10-beta.0](https://github.com/depcheck/depcheck/tree/0.6.10-beta.0) (2018-08-13)
491
492[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.9...0.6.10-beta.0)
493
494**Closed issues:**
495
496- TSLint [\#264](https://github.com/depcheck/depcheck/issues/264)
497- Publish to NPM [\#247](https://github.com/depcheck/depcheck/issues/247)
498- \*.tsx parser fails [\#201](https://github.com/depcheck/depcheck/issues/201)
499- Support Vue.js [\#195](https://github.com/depcheck/depcheck/issues/195)
500
501**Merged pull requests:**
502
503- Bump Mocha to 5.x [\#274](https://github.com/depcheck/depcheck/pull/274) ([LinusU](https://github.com/LinusU))
504- Adds a lockfile [\#271](https://github.com/depcheck/depcheck/pull/271) ([mnkhouri](https://github.com/mnkhouri))
505- Use linters utility in ESLint special [\#270](https://github.com/depcheck/depcheck/pull/270) ([LinusU](https://github.com/LinusU))
506- Update issue templates [\#268](https://github.com/depcheck/depcheck/pull/268) ([mnkhouri](https://github.com/mnkhouri))
507
508## [0.6.9](https://github.com/depcheck/depcheck/tree/0.6.9) (2018-02-12)
509
510[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.8...0.6.9)
511
512**Closed issues:**
513
514- Consider dependencies used when used in scripts [\#222](https://github.com/depcheck/depcheck/issues/222)
515- npm install runs prepublish [\#217](https://github.com/depcheck/depcheck/issues/217)
516- Publish new release [\#213](https://github.com/depcheck/depcheck/issues/213)
517
518**Merged pull requests:**
519
520- Add ability to skip calculation of missing dependencies [\#242](https://github.com/depcheck/depcheck/pull/242) ([tSte](https://github.com/tSte))
521- CLI: exit with -1 when there are missing dependencies [\#235](https://github.com/depcheck/depcheck/pull/235) ([valeriangalliat](https://github.com/valeriangalliat))
522- Added '--require package' to special/bin check [\#227](https://github.com/depcheck/depcheck/pull/227) ([Ionaru](https://github.com/Ionaru))
523- feat: add webpack v2 support [\#226](https://github.com/depcheck/depcheck/pull/226) ([jwhitmarsh](https://github.com/jwhitmarsh))
524- fix typo in README.md --ignores flag explanation [\#224](https://github.com/depcheck/depcheck/pull/224) ([leopoldjoy](https://github.com/leopoldjoy))
525- Switch deprecated script prepublish to prepublishOnly [\#218](https://github.com/depcheck/depcheck/pull/218) ([sudo-suhas](https://github.com/sudo-suhas))
526
527## [0.6.8](https://github.com/depcheck/depcheck/tree/0.6.8) (2017-10-10)
528
529[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.7...0.6.8)
530
531**Closed issues:**
532
533- Outdated dependencies [\#215](https://github.com/depcheck/depcheck/issues/215)
534- Question: Create new npm module for plugin? [\#202](https://github.com/depcheck/depcheck/issues/202)
535- False Alert: Firefox Addons "chrome" and "sdk" [\#169](https://github.com/depcheck/depcheck/issues/169)
536- False positive when requiring files from modules directly: [\#147](https://github.com/depcheck/depcheck/issues/147)
537
538**Merged pull requests:**
539
540- chore: fix lint errors in test/cli [\#225](https://github.com/depcheck/depcheck/pull/225) ([jwhitmarsh](https://github.com/jwhitmarsh))
541- Bump dependencies, drop support for node \< 4 [\#216](https://github.com/depcheck/depcheck/pull/216) ([sudo-suhas](https://github.com/sudo-suhas))
542- Include the names of each special in the README [\#206](https://github.com/depcheck/depcheck/pull/206) ([rouanw](https://github.com/rouanw))
543- A new detector to discover express view engine [\#204](https://github.com/depcheck/depcheck/pull/204) ([aleung](https://github.com/aleung))
544- Fix doc error: usused.missing is not an array [\#203](https://github.com/depcheck/depcheck/pull/203) ([aleung](https://github.com/aleung))
545- allow babel webpack configs [\#199](https://github.com/depcheck/depcheck/pull/199) ([deecewan](https://github.com/deecewan))
546- add: support for require.resolve in JS [\#196](https://github.com/depcheck/depcheck/pull/196) ([pwang2](https://github.com/pwang2))
547
548## [0.6.7](https://github.com/depcheck/depcheck/tree/0.6.7) (2016-12-08)
549
550[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.6...0.6.7)
551
552**Closed issues:**
553
554- ignoreMatches does not work on missing dependencies [\#190](https://github.com/depcheck/depcheck/issues/190)
555
556**Merged pull requests:**
557
558- ignoreMatches works on missing dependencies. Fixes depcheck/depcheck\#190 [\#191](https://github.com/depcheck/depcheck/pull/191) ([goloroden](https://github.com/goloroden))
559- Pull out the E2E test to another project. [\#186](https://github.com/depcheck/depcheck/pull/186) ([lijunle](https://github.com/lijunle))
560
561## [0.6.6](https://github.com/depcheck/depcheck/tree/0.6.6) (2016-11-29)
562
563[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.5...0.6.6)
564
565**Fixed bugs:**
566
567- Installed peer dependencies are marked as unused [\#181](https://github.com/depcheck/depcheck/issues/181)
568- Find peer dependencies from string array dependencies case. [\#185](https://github.com/depcheck/depcheck/pull/185) ([lijunle](https://github.com/lijunle))
569
570**Closed issues:**
571
572- False unused alert for webpack-and babel plugins [\#143](https://github.com/depcheck/depcheck/issues/143)
573
574**Merged pull requests:**
575
576- Replace isparata with nyc to collect coverage [\#184](https://github.com/depcheck/depcheck/pull/184) ([lijunle](https://github.com/lijunle))
577- More webpack config [\#182](https://github.com/depcheck/depcheck/pull/182) ([lijunle](https://github.com/lijunle))
578- Update the david-dm badge and links. [\#180](https://github.com/depcheck/depcheck/pull/180) ([lijunle](https://github.com/lijunle))
579
580## [0.6.5](https://github.com/depcheck/depcheck/tree/0.6.5) (2016-11-18)
581
582[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.4...0.6.5)
583
584**Fixed bugs:**
585
586- Fix test coverage is failing. [\#175](https://github.com/depcheck/depcheck/pull/175) ([lijunle](https://github.com/lijunle))
587
588**Closed issues:**
589
590- Allow scoped packages for special ESLint [\#174](https://github.com/depcheck/depcheck/issues/174)
591- False Alert [\#172](https://github.com/depcheck/depcheck/issues/172)
592
593**Merged pull requests:**
594
595- Run test on node v7 in CI builds. [\#179](https://github.com/depcheck/depcheck/pull/179) ([lijunle](https://github.com/lijunle))
596- Update Airbnb ESLint Rules to v13 [\#178](https://github.com/depcheck/depcheck/pull/178) ([lijunle](https://github.com/lijunle))
597- Update package dependencies. [\#177](https://github.com/depcheck/depcheck/pull/177) ([lijunle](https://github.com/lijunle))
598- Add support for scoped packages in ESLint special. Close \#174 [\#176](https://github.com/depcheck/depcheck/pull/176) ([goloroden](https://github.com/goloroden))
599- Allow additional ESLint config file names. [\#173](https://github.com/depcheck/depcheck/pull/173) ([goloroden](https://github.com/goloroden))
600
601## [0.6.4](https://github.com/depcheck/depcheck/tree/0.6.4) (2016-07-24)
602
603[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.3...0.6.4)
604
605**Fixed bugs:**
606
607- Exit code from `depcheck` executable [\#140](https://github.com/depcheck/depcheck/issues/140)
608- Fix the exit code. [\#151](https://github.com/depcheck/depcheck/pull/151) ([lijunle](https://github.com/lijunle))
609
610**Closed issues:**
611
612- Support \(package.json\).eslintConfig.extends for `special.eslint` [\#154](https://github.com/depcheck/depcheck/issues/154)
613- Depcheck should return a promise [\#146](https://github.com/depcheck/depcheck/issues/146)
614- new release time? [\#160](https://github.com/depcheck/depcheck/issues/160)
615
616**Merged pull requests:**
617
618- Fix the travis.yml to publish on node 6. [\#161](https://github.com/depcheck/depcheck/pull/161) ([lijunle](https://github.com/lijunle))
619- Fixing typo in documenation [\#158](https://github.com/depcheck/depcheck/pull/158) ([jaredmcateer](https://github.com/jaredmcateer))
620- Update minimatch to 3.0.2. [\#156](https://github.com/depcheck/depcheck/pull/156) ([lijunle](https://github.com/lijunle))
621- Update CI configurations. [\#149](https://github.com/depcheck/depcheck/pull/149) ([lijunle](https://github.com/lijunle))
622- Update dependencies and polish code. [\#148](https://github.com/depcheck/depcheck/pull/148) ([lijunle](https://github.com/lijunle))
623- Added node v6 to travis testing versions [\#142](https://github.com/depcheck/depcheck/pull/142) ([amilajack](https://github.com/amilajack))
624- Update README.md [\#137](https://github.com/depcheck/depcheck/pull/137) ([eldinoyev](https://github.com/eldinoyev))
625
626## [0.6.3](https://github.com/depcheck/depcheck/tree/0.6.3) (2016-04-01)
627
628[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.2...0.6.3)
629
630**Merged pull requests:**
631
632- Remove the peer dependency. [\#133](https://github.com/depcheck/depcheck/pull/133) ([lijunle](https://github.com/lijunle))
633
634## [0.6.2](https://github.com/depcheck/depcheck/tree/0.6.2) (2016-03-27)
635
636[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.1...0.6.2)
637
638**Closed issues:**
639
640- Remove the withoutDev parameter [\#117](https://github.com/depcheck/depcheck/issues/117)
641- Support for commitizen modules [\#119](https://github.com/depcheck/depcheck/issues/119)
642- Deprecate the withoutDev parameter [\#114](https://github.com/depcheck/depcheck/issues/114)
643- False Positives with gulp-load-plugins && gulp-jshint [\#18](https://github.com/depcheck/depcheck/issues/18)
644
645**Merged pull requests:**
646
647- Update README to mention new features in next release. [\#129](https://github.com/depcheck/depcheck/pull/129) ([lijunle](https://github.com/lijunle))
648- Support gulp plugins loaded by gulp-load-plugins. [\#127](https://github.com/depcheck/depcheck/pull/127) ([lijunle](https://github.com/lijunle))
649- Mark the peer dependencies as dev dependencies too. [\#125](https://github.com/depcheck/depcheck/pull/125) ([lijunle](https://github.com/lijunle))
650- Resolve arrow function ESLint warning violation [\#124](https://github.com/depcheck/depcheck/pull/124) ([lijunle](https://github.com/lijunle))
651- Resolve ESLint pin on 2.2.0. [\#123](https://github.com/depcheck/depcheck/pull/123) ([lijunle](https://github.com/lijunle))
652- Add commitizen support [\#122](https://github.com/depcheck/depcheck/pull/122) ([LinusU](https://github.com/LinusU))
653- Deprecate the `dev` option [\#120](https://github.com/depcheck/depcheck/pull/120) ([lijunle](https://github.com/lijunle))
654
655## [0.6.1](https://github.com/depcheck/depcheck/tree/0.6.1) (2016-03-19)
656
657[Full Changelog](https://github.com/depcheck/depcheck/compare/0.7.0-beta.1...0.6.1)
658
659**Fixed bugs:**
660
661- Missing dependencies result is not handled peer and optional dependencies [\#115](https://github.com/depcheck/depcheck/issues/115)
662- Fix the logic about calculate missing dependencies [\#118](https://github.com/depcheck/depcheck/pull/118) ([lijunle](https://github.com/lijunle))
663
664**Closed issues:**
665
666- Support feross/standard custom parser [\#110](https://github.com/depcheck/depcheck/issues/110)
667- doesn't work with CSS dependencies [\#99](https://github.com/depcheck/depcheck/issues/99)
668- TypeScript support. [\#46](https://github.com/depcheck/depcheck/issues/46)
669
670**Merged pull requests:**
671
672- Update the README file. [\#116](https://github.com/depcheck/depcheck/pull/116) ([lijunle](https://github.com/lijunle))
673- Recognize the packages used in SASS/SCSS files [\#113](https://github.com/depcheck/depcheck/pull/113) ([lijunle](https://github.com/lijunle))
674- Support Typescript syntax. [\#112](https://github.com/depcheck/depcheck/pull/112) ([lijunle](https://github.com/lijunle))
675- Recognize parser used by feross/standard linter. [\#111](https://github.com/depcheck/depcheck/pull/111) ([lijunle](https://github.com/lijunle))
676- No help output [\#106](https://github.com/depcheck/depcheck/pull/106) ([lijunle](https://github.com/lijunle))
677- Re-arrange file structure. [\#104](https://github.com/depcheck/depcheck/pull/104) ([lijunle](https://github.com/lijunle))
678- Leverage lodash to simplify the logic. [\#103](https://github.com/depcheck/depcheck/pull/103) ([lijunle](https://github.com/lijunle))
679
680## [0.7.0-beta.1](https://github.com/depcheck/depcheck/tree/0.7.0-beta.1) (2016-03-10)
681
682[Full Changelog](https://github.com/depcheck/depcheck/compare/0.6.0...0.7.0-beta.1)
683
684**Fixed bugs:**
685
686- Pin ESLint to 2.2.0. [\#109](https://github.com/depcheck/depcheck/pull/109) ([lijunle](https://github.com/lijunle))
687
688**Closed issues:**
689
690- Allow to define patterns against absolute file path [\#107](https://github.com/depcheck/depcheck/issues/107)
691
692**Merged pull requests:**
693
694- Support parser patterns based on file paths [\#108](https://github.com/depcheck/depcheck/pull/108) ([tamasmagedli](https://github.com/tamasmagedli))
695
696## [0.6.0](https://github.com/depcheck/depcheck/tree/0.6.0) (2016-02-24)
697
698[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.11...0.6.0)
699
700**Fixed bugs:**
701
702- Bug with subdirectories? [\#81](https://github.com/depcheck/depcheck/issues/81)
703
704**Closed issues:**
705
706- Find dependencies which aren't listed in package.json [\#83](https://github.com/depcheck/depcheck/issues/83)
707- Implement mocha.opts special parser. [\#76](https://github.com/depcheck/depcheck/issues/76)
708- Recognize babel-plugin-react-transform transformers. [\#45](https://github.com/depcheck/depcheck/issues/45)
709- vice versa function [\#41](https://github.com/depcheck/depcheck/issues/41)
710
711**Merged pull requests:**
712
713- Update the README file. [\#102](https://github.com/depcheck/depcheck/pull/102) ([lijunle](https://github.com/lijunle))
714- Update dependencies. [\#101](https://github.com/depcheck/depcheck/pull/101) ([lijunle](https://github.com/lijunle))
715- Account for io being async [\#98](https://github.com/depcheck/depcheck/pull/98) ([gtanner](https://github.com/gtanner))
716- Refactor getScript logic to a single file. [\#97](https://github.com/depcheck/depcheck/pull/97) ([lijunle](https://github.com/lijunle))
717- Implement the dependencies used in mocha opts [\#96](https://github.com/depcheck/depcheck/pull/96) ([lijunle](https://github.com/lijunle))
718- Upgrade devDependencies to newest version. [\#95](https://github.com/depcheck/depcheck/pull/95) ([lijunle](https://github.com/lijunle))
719- Build using dependencies in JSON view [\#94](https://github.com/depcheck/depcheck/pull/94) ([lijunle](https://github.com/lijunle))
720- Build missing dependencies lookup in JSON view. [\#93](https://github.com/depcheck/depcheck/pull/93) ([lijunle](https://github.com/lijunle))
721- Convert the spec to JavaScript file. [\#92](https://github.com/depcheck/depcheck/pull/92) ([lijunle](https://github.com/lijunle))
722- Implement missing dependencies feature [\#90](https://github.com/depcheck/depcheck/pull/90) ([lijunle](https://github.com/lijunle))
723- Refactor the main logic. [\#89](https://github.com/depcheck/depcheck/pull/89) ([lijunle](https://github.com/lijunle))
724- Recognize tranforms used in babel-plugin-react-transform [\#88](https://github.com/depcheck/depcheck/pull/88) ([lijunle](https://github.com/lijunle))
725- Detect dependencies in default mocha opts file. [\#87](https://github.com/depcheck/depcheck/pull/87) ([lijunle](https://github.com/lijunle))
726- Mention node.js version requirement in README. [\#86](https://github.com/depcheck/depcheck/pull/86) ([lijunle](https://github.com/lijunle))
727- Specify node engine version in package.json. [\#85](https://github.com/depcheck/depcheck/pull/85) ([lijunle](https://github.com/lijunle))
728- Fix peer dependencies from nested files not detected. [\#82](https://github.com/depcheck/depcheck/pull/82) ([lijunle](https://github.com/lijunle))
729- Add version CLI argument. [\#80](https://github.com/depcheck/depcheck/pull/80) ([lijunle](https://github.com/lijunle))
730- Show call stack for error in JSON view. [\#79](https://github.com/depcheck/depcheck/pull/79) ([lijunle](https://github.com/lijunle))
731- Integrate depcheck web service [\#78](https://github.com/depcheck/depcheck/pull/78) ([lijunle](https://github.com/lijunle))
732
733## [0.5.11](https://github.com/depcheck/depcheck/tree/0.5.11) (2015-12-02)
734
735[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.10...0.5.11)
736
737**Closed issues:**
738
739- Ignore doc folder in NPM deployment. [\#77](https://github.com/depcheck/depcheck/issues/77)
740- Output error call stack in JSON output. [\#75](https://github.com/depcheck/depcheck/issues/75)
741- Add --version parameter. [\#74](https://github.com/depcheck/depcheck/issues/74)
742- request support: -h/--help arguments [\#73](https://github.com/depcheck/depcheck/issues/73)
743- wrong repo link in published module [\#57](https://github.com/depcheck/depcheck/issues/57)
744
745## [0.5.10](https://github.com/depcheck/depcheck/tree/0.5.10) (2015-11-22)
746
747[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.9...0.5.10)
748
749**Closed issues:**
750
751- eslint support issues [\#58](https://github.com/depcheck/depcheck/issues/58)
752- Peer dependencies and optional dependencies support. [\#54](https://github.com/depcheck/depcheck/issues/54)
753- eslint-config-airbnb does not depend on babel-eslint any more [\#50](https://github.com/depcheck/depcheck/issues/50)
754- Babel plugin support [\#44](https://github.com/depcheck/depcheck/issues/44)
755- Webpack loader support [\#42](https://github.com/depcheck/depcheck/issues/42)
756- npm scoped packages [\#32](https://github.com/depcheck/depcheck/issues/32)
757- includeDirs [\#31](https://github.com/depcheck/depcheck/issues/31)
758- support for multiple entry points [\#26](https://github.com/depcheck/depcheck/issues/26)
759- ES6 support? [\#21](https://github.com/depcheck/depcheck/issues/21)
760- add support for files with a node shebang [\#19](https://github.com/depcheck/depcheck/issues/19)
761- Support for coffee? [\#16](https://github.com/depcheck/depcheck/issues/16)
762
763**Merged pull requests:**
764
765- Fix travis config [\#72](https://github.com/depcheck/depcheck/pull/72) ([lijunle](https://github.com/lijunle))
766- Update documentations. [\#71](https://github.com/depcheck/depcheck/pull/71) ([lijunle](https://github.com/lijunle))
767- Use patch-version package instead of local script. [\#70](https://github.com/depcheck/depcheck/pull/70) ([lijunle](https://github.com/lijunle))
768- Fix JSON serialize issues. [\#69](https://github.com/depcheck/depcheck/pull/69) ([lijunle](https://github.com/lijunle))
769- Revert the web report function from depcheck [\#68](https://github.com/depcheck/depcheck/pull/68) ([lijunle](https://github.com/lijunle))
770- Enable ALL specials by default. [\#67](https://github.com/depcheck/depcheck/pull/67) ([lijunle](https://github.com/lijunle))
771- Evaluate ESLint preset to get accurate dependencies. [\#66](https://github.com/depcheck/depcheck/pull/66) ([lijunle](https://github.com/lijunle))
772- Improve detect Webpack loader function. [\#65](https://github.com/depcheck/depcheck/pull/65) ([lijunle](https://github.com/lijunle))
773- Refine the bin special parser to be stable. [\#64](https://github.com/depcheck/depcheck/pull/64) ([lijunle](https://github.com/lijunle))
774- Fix handling eslintrc non-standard JSON content. [\#63](https://github.com/depcheck/depcheck/pull/63) ([lijunle](https://github.com/lijunle))
775- Fix regression: parse JSX in JS file by default. [\#62](https://github.com/depcheck/depcheck/pull/62) ([lijunle](https://github.com/lijunle))
776- Improve ESLint special parser functions. [\#61](https://github.com/depcheck/depcheck/pull/61) ([lijunle](https://github.com/lijunle))
777- Implement peer and optional dependencies discover. [\#60](https://github.com/depcheck/depcheck/pull/60) ([lijunle](https://github.com/lijunle))
778- Remove babel runtime dep [\#59](https://github.com/depcheck/depcheck/pull/59) ([lijunle](https://github.com/lijunle))
779- Implement basic Webpack loader [\#56](https://github.com/depcheck/depcheck/pull/56) ([lijunle](https://github.com/lijunle))
780- Update Babylon parser to 6.x version. [\#53](https://github.com/depcheck/depcheck/pull/53) ([lijunle](https://github.com/lijunle))
781- Support more ESLint configs. [\#52](https://github.com/depcheck/depcheck/pull/52) ([lijunle](https://github.com/lijunle))
782- Update dependencies packages. [\#51](https://github.com/depcheck/depcheck/pull/51) ([lijunle](https://github.com/lijunle))
783- Update to Babel 6 [\#49](https://github.com/depcheck/depcheck/pull/49) ([lijunle](https://github.com/lijunle))
784- Run tests on node version 4 and 5. [\#48](https://github.com/depcheck/depcheck/pull/48) ([lijunle](https://github.com/lijunle))
785- Fix file name handling in Babel special parser. [\#47](https://github.com/depcheck/depcheck/pull/47) ([lijunle](https://github.com/lijunle))
786- Fix the type in babel special parser test case. [\#40](https://github.com/depcheck/depcheck/pull/40) ([lijunle](https://github.com/lijunle))
787- Implement Babel plugin and presets support. [\#39](https://github.com/depcheck/depcheck/pull/39) ([lijunle](https://github.com/lijunle))
788- Add test case to assert shebang is supported. [\#38](https://github.com/depcheck/depcheck/pull/38) ([lijunle](https://github.com/lijunle))
789- Trivial changes [\#37](https://github.com/depcheck/depcheck/pull/37) ([lijunle](https://github.com/lijunle))
790
791## [0.5.9](https://github.com/depcheck/depcheck/tree/0.5.9) (2015-11-04)
792
793[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.8...0.5.9)
794
795**Closed issues:**
796
797- Question: Gulp support? [\#17](https://github.com/depcheck/depcheck/issues/17)
798
799**Merged pull requests:**
800
801- Update the badges and builds. [\#36](https://github.com/depcheck/depcheck/pull/36) ([lijunle](https://github.com/lijunle))
802
803## [0.5.8](https://github.com/depcheck/depcheck/tree/0.5.8) (2015-10-29)
804
805[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.7...0.5.8)
806
807## [0.5.7](https://github.com/depcheck/depcheck/tree/0.5.7) (2015-10-26)
808
809[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.6...0.5.7)
810
811## [0.5.6](https://github.com/depcheck/depcheck/tree/0.5.6) (2015-10-20)
812
813[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.5...0.5.6)
814
815## [0.5.5](https://github.com/depcheck/depcheck/tree/0.5.5) (2015-10-15)
816
817[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.3...0.5.5)
818
819## [0.5.3](https://github.com/depcheck/depcheck/tree/0.5.3) (2015-10-03)
820
821[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.2...0.5.3)
822
823## [0.5.2](https://github.com/depcheck/depcheck/tree/0.5.2) (2015-09-24)
824
825[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.1...0.5.2)
826
827## [0.5.1](https://github.com/depcheck/depcheck/tree/0.5.1) (2015-09-21)
828
829[Full Changelog](https://github.com/depcheck/depcheck/compare/0.5.0...0.5.1)
830
831**Merged pull requests:**
832
833- Allow passing ingores via the command line [\#34](https://github.com/depcheck/depcheck/pull/34) ([gtanner](https://github.com/gtanner))
834
835## [0.5.0](https://github.com/depcheck/depcheck/tree/0.5.0) (2015-09-19)
836
837[Full Changelog](https://github.com/depcheck/depcheck/compare/0.4.0...0.5.0)
838
839**Closed issues:**
840
841- dead project? [\#33](https://github.com/depcheck/depcheck/issues/33)
842- depcheck should accept metadata from options [\#14](https://github.com/depcheck/depcheck/issues/14)
843- Depcheck is busted [\#11](https://github.com/depcheck/depcheck/issues/11)
844- Clean install fails to run, missing dependency "optimist" [\#10](https://github.com/depcheck/depcheck/issues/10)
845- dependency-check comparison [\#9](https://github.com/depcheck/depcheck/issues/9)
846- don't change string prototype [\#7](https://github.com/depcheck/depcheck/issues/7)
847
848**Merged pull requests:**
849
850- add --json flag to command line [\#22](https://github.com/depcheck/depcheck/pull/22) ([gtanner](https://github.com/gtanner))
851- Don't throw error when module names are numbers [\#20](https://github.com/depcheck/depcheck/pull/20) ([dylang](https://github.com/dylang))
852- Resolving issue \#14, dynamically passing the package.json metadata [\#15](https://github.com/depcheck/depcheck/pull/15) ([alanhoff](https://github.com/alanhoff))
853- recognize require\('foo/bar'\) as a dependency on foo [\#13](https://github.com/depcheck/depcheck/pull/13) ([nigelzor](https://github.com/nigelzor))
854- don't throw error when esprima can't parse a file [\#12](https://github.com/depcheck/depcheck/pull/12) ([dylang](https://github.com/dylang))
855
856## [0.4.0](https://github.com/depcheck/depcheck/tree/0.4.0) (2014-06-14)
857
858[Full Changelog](https://github.com/depcheck/depcheck/compare/0.3.1...0.4.0)
859
860**Closed issues:**
861
862- option to ignore directories [\#6](https://github.com/depcheck/depcheck/issues/6)
863
864**Merged pull requests:**
865
866- Ignore paths [\#8](https://github.com/depcheck/depcheck/pull/8) ([dylang](https://github.com/dylang))
867
868## [0.3.1](https://github.com/depcheck/depcheck/tree/0.3.1) (2014-06-09)
869
870[Full Changelog](https://github.com/depcheck/depcheck/compare/0.3.0...0.3.1)
871
872**Closed issues:**
873
874- main should point to index.js, not the cli js [\#5](https://github.com/depcheck/depcheck/issues/5)
875
876## [0.3.0](https://github.com/depcheck/depcheck/tree/0.3.0) (2014-05-25)
877
878[Full Changelog](https://github.com/depcheck/depcheck/compare/0.2.0...0.3.0)
879
880**Closed issues:**
881
882- List dependencies and devDependencies separetly [\#4](https://github.com/depcheck/depcheck/issues/4)
883- devDependencies by default [\#3](https://github.com/depcheck/depcheck/issues/3)
884- default to current directory when there is a package.json in that directory [\#2](https://github.com/depcheck/depcheck/issues/2)
885
886**Merged pull requests:**
887
888- Fix wording [\#1](https://github.com/depcheck/depcheck/pull/1) ([mbilbille](https://github.com/mbilbille))
889
890## [0.2.0](https://github.com/depcheck/depcheck/tree/0.2.0) (2013-09-22)
891
892[Full Changelog](https://github.com/depcheck/depcheck/compare/0.1.0...0.2.0)
893
894## [0.1.0](https://github.com/depcheck/depcheck/tree/0.1.0) (2013-09-20)
895
896[Full Changelog](https://github.com/depcheck/depcheck/compare/1b753270fb01c3fb0b90431ca051b23dd5379f8a...0.1.0)
897
898
899
900\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
901
\No newline at end of file