Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

depcheck


Collective - Host: opensource - https://opencollective.com/depcheck - Code: https://github.com/depcheck

chore: Drop support for node < 4

BREAKING CHANGE: node 0.12 is no longer be supported

github.com/depcheck/depcheck - 369c91b3851d16949b328247c2764854e618dc1e authored over 7 years ago by Suhas Karanth <[email protected]>
refactor: Switch from deprecated fs-promise to fs-extra

github.com/depcheck/depcheck - 290ad28738aad9696ac53d63efaef7bf152338ee authored over 7 years ago by Suhas Karanth <[email protected]>
chore(package): Bump dependencies to latest

github.com/depcheck/depcheck - c62920a940899deea9863c5def4f745f1bf69634 authored over 7 years ago by Suhas Karanth <[email protected]>
Include the names of each special to the README

to make it easier to find which options to pass to `depcheck`.

I couldn't find the Grunt spec...

github.com/depcheck/depcheck - e4e5fa11350be571fb9a2351b779ad21fcac5524 authored almost 8 years ago by Rouan Wilsenach <[email protected]>
Merge branch 'master' into express-detector

github.com/depcheck/depcheck - 79a896772f929ef38732946a0bacc32e20a93872 authored almost 8 years ago by Leo Liang <[email protected]>
Merge pull request #203 from aleung/fix-doc-missing

Fix doc error: usused.missing is a mapping instead of an array.

github.com/depcheck/depcheck - da3ba1fa6c1ab4de3410fd413c38f7767830ef73 authored almost 8 years ago by Junle Li <[email protected]>
Test for expressViewEngine detector

github.com/depcheck/depcheck - 486bf28c05cdc2bb11badc6fb072ab3bf556c7ca authored almost 8 years ago by Leo Liang <[email protected]>
Fix doc error: usused.missing is not an array

github.com/depcheck/depcheck - 709c943832ac1cdd6c45a7831d3bb191a814efc4 authored almost 8 years ago by Leo Liang <[email protected]>
Implement Express view engine detector

github.com/depcheck/depcheck - b6034bed64866cdd9a9b1fdc5437a3cc2ff5ae69 authored almost 8 years ago by Leo Liang <[email protected]>
Merge pull request #199 from deecewan/fix/babel-webpack

Allow babel webpack configs.

github.com/depcheck/depcheck - 6e0b8ad174c998727045a3ca59e1ecf9716f1841 authored almost 8 years ago by Junle Li <[email protected]>
allow babel webpack configs

github.com/depcheck/depcheck - e8123bea524f62fd53ae67802f5c09c06c70eebf authored almost 8 years ago by David Buchan-Swanson <[email protected]>
Merge pull request #196 from pwang2/master

Add support for `require.resolve` calls in JavaScript.

github.com/depcheck/depcheck - cde54a46f280ebe50707259e89b73d11d12f7b1c authored about 8 years ago by Junle Li <[email protected]>
chore: fix lint error

github.com/depcheck/depcheck - 166b187522786f595ec69b1af57214bdd5c5d679 authored about 8 years ago by Peng Wang <[email protected]>
add: support for require.resolve in JS

github.com/depcheck/depcheck - cd6b996eb0973a4b70482fe607320e748c5dcaad authored about 8 years ago by Peng Wang <[email protected]>
Release 1.2.0.

github.com/depcheck/gulp-depcheck - b322f866e8c0f0233723d29798dd23bfcf671843 authored about 8 years ago by Golo Roden <[email protected]>
Revert "Release 1.2.0."

This reverts commit e3d9a2fc5c1ba215024744fd34c7a80ad152dee5.

github.com/depcheck/gulp-depcheck - 6cb30843b7cdbc87fa9c983361a83ffea941bd3e authored about 8 years ago by Golo Roden <[email protected]>
Add license check.

github.com/depcheck/gulp-depcheck - 3a3ce8d289b00edfeda5d4521931fef5311f677d authored about 8 years ago by Golo Roden <[email protected]>
Release 1.2.0.

github.com/depcheck/gulp-depcheck - e3d9a2fc5c1ba215024744fd34c7a80ad152dee5 authored about 8 years ago by Golo Roden <[email protected]>
Update dependencies.

github.com/depcheck/gulp-depcheck - 5081282e239e5f927370b0bd0ad28038a56d6a9a authored about 8 years ago by Golo Roden <[email protected]>
Add option to get missing dependencies. (#6)

* Add option to get missing dependencies.

* Update package.json

* Update and pin dependenc...

github.com/depcheck/gulp-depcheck - b5fb70cd1f095fa54435ac5426f5bb65fcfffae3 authored about 8 years ago by Golo Roden <[email protected]>
Merge pull request #191 from goloroden/issue-190-ignorematches-does-not-work-on-missing-dependencies

ignoreMatches works on missing dependencies.

github.com/depcheck/depcheck - 083e5d72bd0b26be3240a9850ccab1103228087e authored about 8 years ago by Junle Li <[email protected]>
Improve the ignore missing test case.

github.com/depcheck/depcheck - f16c455a4014eb7dc937dd3f423fb4afc5e91707 authored about 8 years ago by Junle Li <[email protected]>
Make the post process function pure.

github.com/depcheck/depcheck - 533b8be9ef9c2c0928651747554f5bd4596cfdfe authored about 8 years ago by Junle Li <[email protected]>
Fix that ignoreMatches does not work on missing dependencies. Fixes depcheck/depcheck#190

github.com/depcheck/depcheck - 600a85b1d9adadfada7b387efb458ba4247b6af8 authored about 8 years ago by Golo Roden <[email protected]>
Merge pull request #186 from lijunle/dependent-build

Pull out the E2E test to another project.

github.com/depcheck/depcheck - 835e3f729cf065c35142a258608690408f5d336a authored about 8 years ago by Junle Li <[email protected]>
Remove the E2E test in this repo.

- They are ensured by dependent-build in CI.
- This increase the devbox testing time.

github.com/depcheck/depcheck - 7a3a96444989ca7604f75a2dd7e93a4c8a11b035 authored about 8 years ago by Junle Li <[email protected]>
Run test-dependent in Travis CI build.

github.com/depcheck/depcheck - 536144d054b2b62ae1a75c9c2201f09ce68e39b5 authored about 8 years ago by Junle Li <[email protected]>
Leverage dependent-build to run e2e test.

- However, the test cases are failing.

github.com/depcheck/depcheck - 9cd6833654b0c97d33e9786549543dd3d87f6c9e authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #185 from lijunle/fix-peer-from-string-array

Find peer dependencies from string array dependencies case.

github.com/depcheck/depcheck - 4ed07a1db378ffd66d597eb769d4bce0a92cee63 authored about 8 years ago by Junle Li <[email protected]>
Fix the issue that, peer dependencies from string array are not found.

- All test cases are passing now.

github.com/depcheck/depcheck - f8d56976b12c43d92d173ae3d99df2b1a3e43e7c authored about 8 years ago by Junle Li <[email protected]>
Add the test case about peer dependency from string array.

- The test case is failing.

github.com/depcheck/depcheck - 12f689b96662e7b60680cb27b35a3f879b0f5158 authored about 8 years ago by Junle Li <[email protected]>
Run depcheck in CI build.

github.com/depcheck/depcheck-test-e2e - 3f9dfc577ed15df52e9c9d54eb1aa759a64beea2 authored about 8 years ago by Junle Li <[email protected]>
Add badge and license to README.

github.com/depcheck/depcheck-test-e2e - c13a22361690933f3afa44537674f03d9473f457 authored about 8 years ago by Junle Li <[email protected]>
Add Travis and AppVeyor CI build config.

- Support node version >= 4

github.com/depcheck/depcheck-test-e2e - bfa8a970ce9be84e4ca9c41629e9c8d022cbe102 authored about 8 years ago by Junle Li <[email protected]>
Suppress the lint violation in fake_modules folder

github.com/depcheck/depcheck-test-e2e - 45b8c9851c67fdebb225d1f2c7ddd388ea964297 authored about 8 years ago by Junle Li <[email protected]>
Port the E2E test from depcheck to here.

- Lint and test are OK to run.

github.com/depcheck/depcheck-test-e2e - 30bcb13ab4d962dab39cc4c829ed96dd91ecc301 authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #184 from lijunle/coverage

Replace isparata with nyc to collect coverage.

github.com/depcheck/depcheck - 894827fe250c00ecb1d52d43f07d1fb432e93897 authored about 8 years ago by Junle Li <[email protected]>
Resolve cross-env not support node 0.12.

github.com/depcheck/depcheck - ca059578f0ab59f544a8d2fcd6be249d08775258 authored about 8 years ago by Junle Li <[email protected]>
Leverage coverage.lcov file for codecov.

github.com/depcheck/depcheck - d02605bdbbb4d6ea1e44a2768cfe01f569d81a86 authored about 8 years ago by Junle Li <[email protected]>
Add nyc required packages in false-alert.

- Open issue depcheck/depcheck#183 to track them.

github.com/depcheck/depcheck - 3587a1927436d9feee944947a38d0d8d081c8239 authored about 8 years ago by Junle Li <[email protected]>
Replace isparta with nyc to collect coverage data.

github.com/depcheck/depcheck - b9951336caae823690ea603ffbad35313483b66e authored about 8 years ago by Junle Li <[email protected]>
Add nyc_output folder to git and npm ignore.

github.com/depcheck/depcheck - 1b45cbce9f3a552b6c2797e289da18edefbfd645 authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #182 from lijunle/more-webpack-config

More webpack config.

github.com/depcheck/depcheck - f795b827add46ca8f08499b4f1195aeda424c05d authored about 8 years ago by Junle Li <[email protected]>
Use regex instead of hardcode to determine webpack config.

github.com/depcheck/depcheck - b47ad24e512c538ed1ce525f57e511fb0dde0869 authored about 8 years ago by Junle Li <[email protected]>
Add test cases for webpack config file name.

github.com/depcheck/depcheck - bef2689918cb3e2bbf8fb47246732cb88a21736b authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #14 from lijunle/update-words

Update paper works.

github.com/depcheck/grunt-depcheck - b53b6081e89a16202fac749341b9be78d0eab7f3 authored about 8 years ago by Junle Li <[email protected]>
Remove the LICENSE header in source files.

- Keep one LICENSE in repo root is fine.

github.com/depcheck/grunt-depcheck - 1caeaf48793a36af902c1b179804cb0826f9c78d authored about 8 years ago by Junle Li <[email protected]>
Upgrade LICENSE and project URLs.

github.com/depcheck/grunt-depcheck - 70cad4b5d8ed446cb99709fba6f861769c65719c authored about 8 years ago by Junle Li <[email protected]>
Update the grunt version in README.

- Remove trailing space in README.
- Keep one blank line at EOF of README.

github.com/depcheck/grunt-depcheck - 188f44f7973c041ca8669fa085149ffaea53101f authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #13 from lijunle/upgrade-dep

Update devDeps versions.

github.com/depcheck/grunt-depcheck - 25445d7f8f45ba56f6fe315b7f5139ed8909e837 authored about 8 years ago by Junle Li <[email protected]>
Update devDeps versions.

github.com/depcheck/grunt-depcheck - 0611e953dc89e54ac5730a231a297c58e1814964 authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #12 from lijunle/ci-build

Enable Travis CI build.

github.com/depcheck/grunt-depcheck - 2b3086befeb07efd7d3fb51ffc59d12e12593e26 authored about 8 years ago by Junle Li <[email protected]>
Add Travis CI and david-dm badges to README file.

github.com/depcheck/grunt-depcheck - 64ca909a61401cc513d2478b5c7d0f7cc07d2b59 authored about 8 years ago by Junle Li <[email protected]>
Use CI Build for publish and release.

github.com/depcheck/grunt-depcheck - 929327a772e057038c2eff5678f150e3503c84ba authored about 8 years ago by Junle Li <[email protected]>
Add Travis CI configuration file.

github.com/depcheck/grunt-depcheck - 19764ddbc2a0a267e8ef11ed7dbbdb5523776065 authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #180 from lijunle/fix-david-links

Update the david-dm badge and links.

github.com/depcheck/depcheck - b5e126060f8fd6fe04b4ae815600ba8791a8cbb7 authored about 8 years ago by Junle Li <[email protected]>
Update the david-dm badge and links.

github.com/depcheck/depcheck - 73b385e4c14fb89a94fe10f2618b94af801eb92d authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #178 from lijunle/update-eslint

Update Airbnb ESLint Rules to v13

github.com/depcheck/depcheck - 26c0b3ddcfdaa5bb3ebfb7716b95d084650eb5d9 authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #179 from lijunle/node-7

Run test on node v7 in CI builds.

github.com/depcheck/depcheck - 675abdc07eda4524f01f933ea5ac82f69827cbeb authored about 8 years ago by Junle Li <[email protected]>
Resolve the issue ESLint only support node v4.

- Install `node-version-check` as devDep.

github.com/depcheck/depcheck - 9709bacb5c373bfd492fe180ffc03c60f226041e authored about 8 years ago by Junle Li <[email protected]>
Run test on node v7 in CI builds.

github.com/depcheck/depcheck - c46c72fd5dbf93c418cbac81d190f7a8dbc7b2ab authored about 8 years ago by Junle Li <[email protected]>
Resolve ESLint violation after upgrade rules.

github.com/depcheck/depcheck - 022d9f5ff57440d11c54e8f7745421c38e263067 authored about 8 years ago by Junle Li <[email protected]>
Convert the ESLint configuration to YAML format.

- Add a separated ESLint configuration file for test folder.

github.com/depcheck/depcheck - 3584581f71af74e8a2da3b6c08dba85216b8bdf5 authored about 8 years ago by Junle Li <[email protected]>
Update Airbnb ESLint Rules to v13.

- Update dependent package versions.

github.com/depcheck/depcheck - 407a5005a81e1594bdbc25b052738d15d068dfef authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #177 from lijunle/update-deps

Update package dependencies.

github.com/depcheck/depcheck - 470d9ce469b75ce131ca0140d4b1c3429e25d30a authored about 8 years ago by Junle Li <[email protected]>
Update the package versions about testing.

github.com/depcheck/depcheck - 4da5b5314b0f7eb7132845179343fb59f6d174b1 authored about 8 years ago by Junle Li <[email protected]>
Update out of date devDependencies

- Update deprecate to 1.0.0
- Update yargs to newest version.

github.com/depcheck/depcheck - 936687edd2b0497d202c5f730cddbf1663d6f789 authored about 8 years ago by Dom Harrington <[email protected]>
Fix the schema warnings about author in package.json.

github.com/depcheck/depcheck - 2a388414a421ae10cb4048ea58927e066f0fda77 authored about 8 years ago by Junle Li <[email protected]>
Add support for scoped packages in ESLint special.

- Add support for scoped packages in ESLint special.
- Add test cases to cover the support.

...

github.com/depcheck/depcheck - 8ea13b8afbacea34d42e0a41e023f4a439af7166 authored about 8 years ago by Golo Roden <[email protected]>
Merge pull request #11 from nboxhallburnett/add-missing

Add option to fail on missing dependencies.

github.com/depcheck/grunt-depcheck - 6d24e0427fd2d4c3d6de0dcd234cc1a3014f5450 authored about 8 years ago by Junle Li <[email protected]>
Renamed variables to be more descriptive

github.com/depcheck/grunt-depcheck - ea16d7ae40ddf0804cb8610493c75292c1e481e7 authored about 8 years ago by Nathan Boxhall-Burnett <[email protected]>
Fix false error caused by unused.missing length

github.com/depcheck/grunt-depcheck - 86f240c7ed27574bd8c9ca38b5b609cb98b30b75 authored about 8 years ago by Nathan Boxhall-Burnett <[email protected]>
Merge pull request #173 from goloroden/patch-1

Allow additional ESLint config file names.

github.com/depcheck/depcheck - a9682f1203f42f73d0531430b57f0ba9c7df91be authored about 8 years ago by Junle Li <[email protected]>
Merge branch 'master' into patch-1

github.com/depcheck/depcheck - 1320fb48d3ff9620555578d96b004267e737e68b authored about 8 years ago by Junle Li <[email protected]>
Merge pull request #175 from lijunle/fix-test-coverage

Fix test coverage is failing.

github.com/depcheck/depcheck - e63313eb398496f649b57332ca0bafcc4bbc1452 authored about 8 years ago by Junle Li <[email protected]>
Remove depcheck-web step in travis build.

github.com/depcheck/depcheck - f64a8d97145d99598ef9a6741cc58ac68b830bb4 authored about 8 years ago by Junle Li <[email protected]>
Declare istanbul to false-alert list.

github.com/depcheck/depcheck - 3f16029d99ebc81ffb9ba7ed4d239a9b8febf17c authored about 8 years ago by Junle Li <[email protected]>
Remove the depcheck badge from README.

github.com/depcheck/depcheck - 76590cfe3976fa0dc2e6a8c2dd8fd8ffe46094ea authored about 8 years ago by Junle Li <[email protected]>
Explicitly declare istanbul at version 0.4.4.

- Otherwise isparta is not collecting coverage data.
- See https://github.com/douglasduteil/ispa...

github.com/depcheck/depcheck - 7e8cf3c6a7940dc5531c62c7dd986518af7cdfde authored about 8 years ago by Junle Li <[email protected]>
Add tests.

github.com/depcheck/depcheck - 25e682846ea58ff4307b926bb3e8f609e92bb13c authored about 8 years ago by Golo Roden <[email protected]>
Allow additional ESLint config file names.

According to [ESLint documentation](http://eslint.org/docs/user-guide/configuring#configuration-...

github.com/depcheck/depcheck - db37b4a91628ef45780c33f07bd610ba6dcb97b4 authored about 8 years ago by Golo Roden <[email protected]>
0.1.3

github.com/depcheck/grunt-depcheck - f251588127e9b4472ce6df467b604a87bf751b84 authored about 8 years ago by Nathan Boxhall-Burnett <[email protected]>
Add option to fail on missing dependencies

github.com/depcheck/grunt-depcheck - c6bf683dd00c916a06350af1af3f932aa1a4c7aa authored about 8 years ago by Nathan Boxhall-Burnett <[email protected]>
Merge pull request #9 from chrisguttandin/update-grunt

Remove grunt from peerDependency and bump up version.

github.com/depcheck/grunt-depcheck - 4d689525a073e453999e4923b2eda42d72d71423 authored over 8 years ago by Junle Li <[email protected]>
remove peerDependencies

github.com/depcheck/grunt-depcheck - 3c78d35d986595023269ea41aae332f99e7373b5 authored over 8 years ago by chrisguttandin <[email protected]>
update grunt peerDependency

github.com/depcheck/grunt-depcheck - 011badde9cb6767396c0bcc873eadd3b28d39c9c authored over 8 years ago by chrisguttandin <[email protected]>
Merge pull request #8 from lijunle/version-0.1.1

Version 0.1.1

github.com/depcheck/grunt-depcheck - b5b552ac88772d755df32ff264fff25db9f698d0 authored over 8 years ago by Junle Li <[email protected]>
Bump up version to 0.1.1.

github.com/depcheck/grunt-depcheck - b3ea61e30491256999715600ee87a4cd5480bb44 authored over 8 years ago by Junle Li <[email protected]>
Install grunt-cli as devDep.

github.com/depcheck/grunt-depcheck - 7128b1cf897e5bb97da07301e2bca56c2f156c40 authored over 8 years ago by Junle Li <[email protected]>
Upgrade depcheck version to 0.6.4.

github.com/depcheck/grunt-depcheck - 87736618c4dddd058d80f8fed059fbdbc307f264 authored over 8 years ago by Junle Li <[email protected]>
Merge pull request #7 from chrisguttandin/add-fail-on-unused-deps-option

add option to fail on unused dependencies

github.com/depcheck/grunt-depcheck - fe5e499b6bb75e70e708d944d939db5ba5a766d5 authored over 8 years ago by Junle Li <[email protected]>
pass options directly to depcheck again

github.com/depcheck/grunt-depcheck - 17ef743bce2b53485345a69b16e588947ffb12e4 authored over 8 years ago by chrisguttandin <[email protected]>
add option to fail on unused dependencies

github.com/depcheck/grunt-depcheck - e7ccfd8a896d8887b0d5de57274adc364fd6a6b3 authored over 8 years ago by chrisguttandin <[email protected]>
version bump

github.com/depcheck/gulp-depcheck - a81d6ee69d5a2b02194af5bc8e0473d172d71f79 authored over 8 years ago by Maurizio Casimirri <[email protected]>
bump version

github.com/depcheck/gulp-depcheck - 85153cf6631900bba03282ba532ed6a95389bec7 authored over 8 years ago by Maurizio Casimirri <[email protected]>
Merge pull request #5 from goloroden/patch-1

Update depcheck to support ES6 import syntax.

github.com/depcheck/gulp-depcheck - af9596a988e2fda137529dc586cb2b1fe3ed5676 authored over 8 years ago by Maurizio Casimirri <[email protected]>
Update depcheck to support ES6 import syntax.

github.com/depcheck/gulp-depcheck - db63ddf1c2e63b8712da1e3a4fd719df7c694eaf authored over 8 years ago by Golo Roden <[email protected]>
Merge pull request #161 from lijunle/publish-on-node-6

Fix the travis.yml to publish on node 6.

github.com/depcheck/depcheck - fc44c61dfcc4e3e64c86bb87ce9e29a7dec8529e authored over 8 years ago by Junle Li <[email protected]>