condenser
condenser copied to clipboard
clean up dependencies
we should also make sure we don't have any other first-level deps missing from our package.json.. i think a linter can do this.
bc@zebrina:~/steemit/condenser$ yarn why immutable
yarn why v1.7.0
warning ../package.json: No license field
[1/4] Why do we have the module "immutable"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "[email protected]"
info Reasons this module exists
- "react-rte-image" depends on it
- Hoisted from "react-rte-image#immutable"
- Hoisted from "react-rte-image#draft-js#immutable"
- Hoisted from "@storybook#react#@storybook#ui#podda#immutable"
info Disk size without dependencies: "464KB"
info Disk size with unique dependencies: "464KB"
info Disk size with transitive dependencies: "464KB"
info Number of shared dependencies: 0
Done in 1.23s.
I ran a tool to check for this. This also happens with:
node-fetch co-request cheerio date-names pluralizers immutable
yarn check
also reveals some issues.
For reference, depcheck
output below. Quite a few false positives
$ depcheck .
Unused dependencies
* assert
* autoprefixer-loader
* babel-loader
* babel-plugin-react-intl
* babel-plugin-transform-inline-environment-variables
* blocked
* cluster
* css-loader
* ecurve
* estraverse-fb
* file-loader
* foundation-sites
* imports-loader
* json-loader
* koa-route
* koa-session
* net
* node-sass
* os
* picturefill
* raw-loader
* react-ab-test
* react-medium-editor
* react-prop-types
* react-timeago
* sass-loader
* style-loader
* svg-inline-loader
* svg-inline-react
* svgo-loader
* underscore.string
* url-loader
* web-push
* webpack-dev-middleware
* websocket
Unused devDependencies
* babel-jest
* co-supertest
* dev-ip
* escope
* eslint-plugin-babel
* husky
* react-addons-test-utils
* react-transform-catch-errors
* react-transform-hmr
* regenerator-runtime
* sinon
* supertest
* webpack-bundle-analyzer
Missing dependencies
* app: ./.storybook/config.js
* babel-register: ./.storybook/webpack.config.js
* babel-polyfill: ./src/app/Main.js
* shared: ./src/app/Main.js
* date-names: ./src/app/locales/counterpart/es.js
* pluralizers: ./src/app/locales/counterpart/es.js
* immutable: ./src/app/redux/AppReducer.js
* prop-types: ./src/app/components/App.jsx
* decorators: ./src/app/components/elements/Author/Author.story.jsx
* cheerio: ./src/app/utils/SlateEditor/Schema.js
* server: ./src/server/api/general.js
* scroll-behavior: ./src/shared/UniversalRender.jsx
yarn-check
report:
$ yarn-check
@steemit/steem-js 😎 NEW VER! NonSemver update available. https://github.com/steemit/steem-js#readme
npm install @steemit/[email protected] to go from 0.7.5 to 0.7.9
assert 😎 MAJOR UP Major update available. https://github.com/browserify/commonjs-assert
npm install [email protected] to go from 1.4.1 to 2.0.0
😕 NOTUSED? Still using assert?
Depcheck did not find code similar to require('assert') or import from 'assert'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save assert
autoprefixer-loader 😕 NOTUSED? Still using autoprefixer-loader?
Depcheck did not find code similar to require('autoprefixer-loader') or import from 'autoprefixer-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save autoprefixer-loader
axios 😎 NEW VER! NonSemver update available. https://github.com/axios/axios
npm install [email protected] to go from 0.18.0 to 0.19.0
babel-core 😎 PATCH UP Patch update available. https://babeljs.io/
npm install [email protected] to go from 6.26.0 to 6.26.3
babel-eslint 😎 MAJOR UP Major update available. https://github.com/babel/babel-eslint
npm install [email protected] to go from 6.1.2 to 10.0.3
babel-loader 😎 MAJOR UP Major update available. https://github.com/babel/babel-loader
npm install [email protected] to go from 7.1.2 to 8.0.6
babel-plugin-react-intl 😎 MAJOR UP Major update available. https://github.com/formatjs/formatjs#readme
npm install [email protected] to go from 2.3.1 to 5.1.2
babel-plugin-transform-decorators-legacy 😎 PATCH UP Patch update available. https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy#readme
npm install [email protected] to go from 1.3.4 to 1.3.5
babel-plugin-transform-inline-environment-variables 😎 NEW VER! NonSemver update available. https://github.com/babel/minify#readme
npm install [email protected] to go from 0.2.0 to 0.4.3
bluebird 😎 MINOR UP Minor update available. https://github.com/petkaantonov/bluebird
npm install [email protected] to go from 3.5.5 to 3.7.1
blueimp-file-upload 😎 MAJOR UP Major update available. https://github.com/blueimp/jQuery-File-Upload
npm install [email protected] to go from 9.12.6 to 10.3.0
bs58 😎 MAJOR UP Major update available. https://github.com/cryptocoinjs/bs58#readme
npm install [email protected] to go from 3.1.0 to 4.0.1
bytes 😎 MAJOR UP Major update available. https://github.com/visionmedia/bytes.js#readme
npm install [email protected] to go from 2.5.0 to 3.1.0
classnames 😎 PATCH UP Patch update available. https://github.com/JedWatson/classnames#readme
npm install [email protected] to go from 2.2.5 to 2.2.6
cluster 😕 NOTUSED? Still using cluster?
Depcheck did not find code similar to require('cluster') or import from 'cluster'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save cluster
co-body 😎 MAJOR UP Major update available. https://github.com/cojs/co-body#readme
npm install [email protected] to go from 5.1.1 to 6.0.0
config 😎 MAJOR UP Major update available. http://lorenwest.github.com/node-config
npm install [email protected] to go from 1.26.2 to 3.2.4
😕 NOTUSED? Still using config?
Depcheck did not find code similar to require('config') or import from 'config'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save config
counterpart 😎 NEW VER! NonSemver update available. https://github.com/martinandert/counterpart
npm install [email protected] to go from 0.17.9 to 0.18.6
css-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/css-loader
npm install [email protected] to go from 0.28.7 to 3.2.0
😕 NOTUSED? Still using css-loader?
Depcheck did not find code similar to require('css-loader') or import from 'css-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save css-loader
ecurve 😎 PATCH UP Patch update available. https://github.com/cryptocoinjs/ecurve#readme
npm install [email protected] to go from 1.0.5 to 1.0.6
😕 NOTUSED? Still using ecurve?
Depcheck did not find code similar to require('ecurve') or import from 'ecurve'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save ecurve
estraverse-fb 😕 NOTUSED? Still using estraverse-fb?
Depcheck did not find code similar to require('estraverse-fb') or import from 'estraverse-fb'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save estraverse-fb
file-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/file-loader
npm install [email protected] to go from 0.11.2 to 4.2.0
😕 NOTUSED? Still using file-loader?
Depcheck did not find code similar to require('file-loader') or import from 'file-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save file-loader
git-rev-sync 😎 MINOR UP Minor update available. https://github.com/kurttheviking/git-rev-sync-js
npm install [email protected] to go from 1.9.1 to 1.12.0
imports-loader 😎 NEW VER! NonSemver update available. https://github.com/webpack-contrib/imports-loader
npm install [email protected] to go from 0.7.1 to 0.8.0
😕 NOTUSED? Still using imports-loader?
Depcheck did not find code similar to require('imports-loader') or import from 'imports-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save imports-loader
json-loader 😕 NOTUSED? Still using json-loader?
Depcheck did not find code similar to require('json-loader') or import from 'json-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save json-loader
koa 😎 MAJOR UP Major update available. https://github.com/koajs/koa#readme
npm install [email protected] to go from 1.4.1 to 2.11.0
koa-body 😎 MAJOR UP Major update available. https://github.com/dlau/koa-body#readme
npm install [email protected] to go from 1.6.0 to 4.1.1
koa-conditional-get 😎 MAJOR UP Major update available. https://github.com/koajs/conditional-get#readme
npm install [email protected] to go from 1.0.4 to 2.0.0
koa-csrf 😎 MAJOR UP Major update available. https://github.com/koajs/csrf
npm install [email protected] to go from 2.5.0 to 3.0.8
koa-etag 😎 MAJOR UP Major update available. https://github.com/koajs/etag#readme
npm install [email protected] to go from 2.1.2 to 3.0.0
koa-favicon 😎 MAJOR UP Major update available. https://github.com/koajs/favicon#readme
npm install [email protected] to go from 1.2.1 to 2.0.1
koa-helmet 😎 MAJOR UP Major update available. https://github.com/venables/koa-helmet
npm install [email protected] to go from 1.2.0 to 5.2.0
koa-logger 😎 MAJOR UP Major update available. https://github.com/koajs/logger#readme
npm install [email protected] to go from 1.3.1 to 3.2.1
koa-mount 😎 MAJOR UP Major update available. https://github.com/koajs/mount#readme
npm install [email protected] to go from 1.3.0 to 4.0.0
koa-proxy 😎 NEW VER! NonSemver update available. https://github.com/edorivai/koa-proxy
npm install [email protected] to go from 0.5.0 to 0.9.0
koa-route 😎 MAJOR UP Major update available. https://github.com/koajs/route#readme
npm install [email protected] to go from 2.4.2 to 3.2.0
😕 NOTUSED? Still using koa-route?
Depcheck did not find code similar to require('koa-route') or import from 'koa-route'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save koa-route
koa-router 😎 MAJOR UP Major update available. https://github.com/alexmingoia/koa-router#readme
npm install [email protected] to go from 5.4.2 to 7.4.0
koa-session 😎 MAJOR UP Major update available. https://github.com/koajs/session#readme
npm install [email protected] to go from 3.4.0 to 5.12.3
😕 NOTUSED? Still using koa-session?
Depcheck did not find code similar to require('koa-session') or import from 'koa-session'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save koa-session
koa-static-cache 😎 MAJOR UP Major update available. https://github.com/koajs/static-cache#readme
npm install [email protected] to go from 4.1.1 to 5.1.2
mixpanel 😎 NEW VER! NonSemver update available. https://github.com/mixpanel/mixpanel-node
npm install [email protected] to go from 0.5.0 to 0.10.3
net 😕 NOTUSED? Still using net?
Depcheck did not find code similar to require('net') or import from 'net'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save net
node-cache 😎 MAJOR UP Major update available. https://github.com/mpneuried/nodecache
npm install [email protected] to go from 4.2.0 to 5.0.2
node-sass 😎 MINOR UP Minor update available. https://github.com/sass/node-sass
npm install [email protected] to go from 4.9.0 to 4.13.0
😕 NOTUSED? Still using node-sass?
Depcheck did not find code similar to require('node-sass') or import from 'node-sass'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save node-sass
os 😕 NOTUSED? Still using os?
Depcheck did not find code similar to require('os') or import from 'os'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save os
picturefill 😎 PATCH UP Patch update available. https://scottjehl.github.io/picturefill/
npm install [email protected] to go from 3.0.2 to 3.0.3
😕 NOTUSED? Still using picturefill?
Depcheck did not find code similar to require('picturefill') or import from 'picturefill'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save picturefill
raw-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/raw-loader
npm install [email protected] to go from 0.5.1 to 3.1.0
😕 NOTUSED? Still using raw-loader?
Depcheck did not find code similar to require('raw-loader') or import from 'raw-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save raw-loader
react 😎 MAJOR UP Major update available. https://reactjs.org/
npm install [email protected] to go from 15.6.2 to 16.12.0
react-ab-test 😎 MAJOR UP Major update available. https://github.com/pushtell/react-ab-test#readme
npm install [email protected] to go from 1.7.0 to 2.0.1
😕 NOTUSED? Still using react-ab-test?
Depcheck did not find code similar to require('react-ab-test') or import from 'react-ab-test'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save react-ab-test
react-addons-pure-render-mixin 😎 MINOR UP Minor update available. https://github.com/facebook/react#readme
npm install [email protected] to go from 15.4.2 to 15.6.2
react-autocomplete 😎 MINOR UP Minor update available. https://github.com/reactjs/react-autocomplete
npm install [email protected] to go from 1.7.2 to 1.8.1
react-copy-to-clipboard 😎 MAJOR UP Major update available. https://github.com/nkbt/react-copy-to-clipboard
npm install [email protected] to go from 4.3.1 to 5.0.2
react-dom 😎 MAJOR UP Major update available. https://reactjs.org/
npm install [email protected] to go from 15.6.2 to 16.12.0
react-dropzone 😎 MAJOR UP Major update available. https://github.com/react-dropzone/react-dropzone
npm install [email protected] to go from 3.13.4 to 10.2.0
react-headroom 😎 MAJOR UP Major update available. https://github.com/KyleAMathews/react-headroom
npm install [email protected] to go from 2.2.7 to 3.0.0
react-intl 😎 MAJOR UP Major update available. https://github.com/formatjs/react-intl
npm install [email protected] to go from 2.4.0 to 3.6.1
react-medium-editor 😕 NOTUSED? Still using react-medium-editor?
Depcheck did not find code similar to require('react-medium-editor') or import from 'react-medium-editor'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save react-medium-editor
react-notification 😎 MAJOR UP Major update available. https://github.com/pburtchaell/react-notification
npm install [email protected] to go from 5.0.7 to 6.8.5
react-overlays 😎 MAJOR UP Major update available. https://github.com/react-bootstrap/react-overlays#readme
npm install [email protected] to go from 0.7.2 to 2.1.0
react-portal 😎 MAJOR UP Major update available. https://github.com/tajo/react-portal#readme
npm install [email protected] to go from 3.0.0 to 4.2.0
react-prop-types 😎 NEW VER! NonSemver update available. https://github.com/react-bootstrap/react-prop-types#readme
npm install [email protected] to go from 0.3.2 to 0.4.0
😕 NOTUSED? Still using react-prop-types?
Depcheck did not find code similar to require('react-prop-types') or import from 'react-prop-types'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save react-prop-types
react-redux 😎 MAJOR UP Major update available. https://github.com/reduxjs/react-redux
npm install [email protected] to go from 5.0.6 to 7.1.3
react-router 😎 MAJOR UP Major update available. https://github.com/ReactTraining/react-router#readme
npm install [email protected] to go from 3.2.0 to 5.1.2
react-rte-image 😎 NEW VER! NonSemver update available. https://github.com/zerocho/react-rte#readme
npm install [email protected] to go from 0.3.1 to 0.11.1
react-timeago 😎 MAJOR UP Major update available. https://github.com/nmn/react-timeago
npm install [email protected] to go from 3.4.3 to 4.4.0
😕 NOTUSED? Still using react-timeago?
Depcheck did not find code similar to require('react-timeago') or import from 'react-timeago'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save react-timeago
redux 😎 MAJOR UP Major update available. http://redux.js.org
npm install [email protected] to go from 3.7.2 to 4.0.4
redux-form 😎 MAJOR UP Major update available. https://redux-form.com/
npm install [email protected] to go from 5.3.4 to 8.2.6
redux-saga 😎 MAJOR UP Major update available. https://redux-saga.js.org/
npm install [email protected] to go from 0.16.0 to 1.1.3
remarkable 😎 MAJOR UP Major update available. https://github.com/jonschlinkert/remarkable
npm install [email protected] to go from 1.7.1 to 2.0.0
sanitize-html 😎 MINOR UP Minor update available. https://github.com/punkave/sanitize-html#readme
npm install [email protected] to go from 1.14.1 to 1.20.1
sass-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/sass-loader
npm install [email protected] to go from 6.0.6 to 8.0.0
😕 NOTUSED? Still using sass-loader?
Depcheck did not find code similar to require('sass-loader') or import from 'sass-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save sass-loader
secure-random 😎 PATCH UP Patch update available. https://github.com/jprichardson/secure-random#readme
npm install [email protected] to go from 1.1.1 to 1.1.2
slate 😎 NEW VER! NonSemver update available. https://github.com/ianstormtaylor/slate
npm install [email protected] to go from 0.16.28 to 0.47.9
slate-drop-or-paste-images 😎 NEW VER! NonSemver update available. https://github.com/ianstormtaylor/slate-plugins
npm install [email protected] to go from 0.4.1 to 0.9.1
slate-insert-block-on-enter 😎 NEW VER! NonSemver update available. https://github.com/skogsmaskin/slate-insert-block-on-enter#readme
npm install [email protected] to go from 0.0.1 to 0.4.0
slate-trailing-block 😎 NEW VER! NonSemver update available. https://github.com/GitbookIO/slate-trailing-block#readme
npm install [email protected] to go from 0.2.4 to 0.5.0
speakingurl 😎 MAJOR UP Major update available. http://pid.github.io/speakingurl/
npm install [email protected] to go from 9.0.0 to 14.0.1
statsd-client 😎 NEW VER! NonSemver update available. https://github.com/msiebuhr/node-statsd-client
npm install [email protected] to go from 0.4.2 to 0.4.4
store 😎 MAJOR UP Major update available. https://github.com/marcuswestin/store.js#readme
npm install [email protected] to go from 1.3.20 to 2.0.12
style-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/style-loader
npm install [email protected] to go from 0.18.2 to 1.0.0
😕 NOTUSED? Still using style-loader?
Depcheck did not find code similar to require('style-loader') or import from 'style-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save style-loader
svg-inline-loader 😕 NOTUSED? Still using svg-inline-loader?
Depcheck did not find code similar to require('svg-inline-loader') or import from 'svg-inline-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save svg-inline-loader
svg-inline-react 😎 MAJOR UP Major update available. https://github.com/sairion/svg-inline-react
npm install [email protected] to go from 1.0.3 to 3.2.0
😕 NOTUSED? Still using svg-inline-react?
Depcheck did not find code similar to require('svg-inline-react') or import from 'svg-inline-react'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save svg-inline-react
svgo-loader 😎 MAJOR UP Major update available. https://github.com/pozadi/svgo-loader
npm install [email protected] to go from 1.2.1 to 2.2.1
😕 NOTUSED? Still using svgo-loader?
Depcheck did not find code similar to require('svgo-loader') or import from 'svgo-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save svgo-loader
underscore.string 😕 NOTUSED? Still using underscore.string?
Depcheck did not find code similar to require('underscore.string') or import from 'underscore.string'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save underscore.string
url-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/url-loader
npm install [email protected] to go from 0.6.2 to 2.2.0
😕 NOTUSED? Still using url-loader?
Depcheck did not find code similar to require('url-loader') or import from 'url-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save url-loader
web-push 😎 MINOR UP Minor update available. https://github.com/web-push-libs/web-push#readme
npm install [email protected] to go from 3.2.3 to 3.4.1
😕 NOTUSED? Still using web-push?
Depcheck did not find code similar to require('web-push') or import from 'web-push'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save web-push
webpack 😎 MAJOR UP Major update available. https://github.com/webpack/webpack
npm install [email protected] to go from 3.7.1 to 4.41.2
webpack-dev-middleware 😎 MAJOR UP Major update available. https://github.com/webpack/webpack-dev-middleware
npm install [email protected] to go from 1.12.0 to 3.7.2
😕 NOTUSED? Still using webpack-dev-middleware?
Depcheck did not find code similar to require('webpack-dev-middleware') or import from 'webpack-dev-middleware'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save webpack-dev-middleware
webpack-isomorphic-tools 😎 PATCH UP Patch update available. https://github.com/catamphetamine/webpack-isomorphic-tools#readme
npm install [email protected] to go from 3.0.5 to 3.0.6
websocket 😎 PATCH UP Patch update available. https://github.com/theturtle32/WebSocket-Node
npm install [email protected] to go from 1.0.24 to 1.0.30
😕 NOTUSED? Still using websocket?
Depcheck did not find code similar to require('websocket') or import from 'websocket'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save websocket
whatwg-fetch 😎 MAJOR UP Major update available. https://github.com/github/fetch#readme
npm install [email protected] to go from 0.11.1 to 3.0.0
@storybook/addon-knobs 😎 MAJOR UP Major update available. https://github.com/storybookjs/storybook/tree/master/addons/knobs
npm install @storybook/[email protected] to go from 3.2.19 to 5.2.6
@storybook/react 😎 MAJOR UP Major update available. https://github.com/storybookjs/storybook/tree/master/app/react
npm install @storybook/[email protected] to go from 3.2.19 to 5.2.6
babel-jest 😎 MAJOR UP Major update available. https://github.com/facebook/jest
npm install [email protected] to go from 22.0.6 to 24.9.0
co-supertest 😕 NOTUSED? Still using co-supertest?
Depcheck did not find code similar to require('co-supertest') or import from 'co-supertest'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev co-supertest
dev-ip 😕 NOTUSED? Still using dev-ip?
Depcheck did not find code similar to require('dev-ip') or import from 'dev-ip'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev dev-ip
enzyme 😎 MINOR UP Minor update available. http://airbnb.io/enzyme/
npm install [email protected] to go from 3.3.0 to 3.10.0
enzyme-adapter-react-15 😎 MINOR UP Minor update available. https://airbnb.io/enzyme/
npm install [email protected] to go from 1.0.5 to 1.4.1
escope 😕 NOTUSED? Still using escope?
Depcheck did not find code similar to require('escope') or import from 'escope'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev escope
eslint 😎 MAJOR UP Major update available. https://eslint.org
npm install [email protected] to go from 4.8.0 to 6.6.0
eslint-config-airbnb 😎 MAJOR UP Major update available. https://github.com/airbnb/javascript
npm install [email protected] to go from 15.1.0 to 18.0.1
eslint-plugin-babel 😎 MAJOR UP Major update available. https://github.com/babel/eslint-plugin-babel#readme
npm install [email protected] to go from 4.1.2 to 5.3.0
eslint-plugin-import 😎 MINOR UP Minor update available. https://github.com/benmosher/eslint-plugin-import
npm install [email protected] to go from 2.7.0 to 2.18.2
eslint-plugin-jsx-a11y 😎 MINOR UP Minor update available. https://github.com/evcohen/eslint-plugin-jsx-a11y#readme
npm install [email protected] to go from 6.0.2 to 6.2.3
eslint-plugin-react 😎 MINOR UP Minor update available. https://github.com/yannickcr/eslint-plugin-react
npm install [email protected] to go from 7.4.0 to 7.16.0
extract-text-webpack-plugin 😎 PATCH UP Patch update available. http://github.com/webpack-contrib/extract-text-webpack-plugin
npm install [email protected] to go from 3.0.1 to 3.0.2
husky 😎 MAJOR UP Major update available. https://github.com/typicode/husky#readme
npm install [email protected] to go from 0.14.3 to 3.1.0
😕 NOTUSED? Still using husky?
Depcheck did not find code similar to require('husky') or import from 'husky'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev husky
jest 😎 MAJOR UP Major update available. https://jestjs.io/
npm install [email protected] to go from 22.0.6 to 24.9.0
jsdom 😎 MAJOR UP Major update available. https://github.com/jsdom/jsdom#readme
npm install [email protected] to go from 9.12.0 to 15.2.1
koa-webpack-dev-middleware 😎 MAJOR UP Major update available. http://github.com/yiminghe/koa-webpack-dev-middleware
npm install [email protected] to go from 1.4.6 to 2.0.2
lint-staged 😎 MAJOR UP Major update available. https://github.com/okonet/lint-staged#readme
npm install [email protected] to go from 6.0.0 to 9.4.3
😕 NOTUSED? Still using lint-staged?
Depcheck did not find code similar to require('lint-staged') or import from 'lint-staged'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev lint-staged
mock-local-storage 😎 MINOR UP Minor update available. https://github.com/letsrock-today/mock-local-storage
npm install [email protected] to go from 1.0.5 to 1.1.11
node-watch 😎 NEW VER! NonSemver update available. https://github.com/yuanchuan/node-watch#readme
npm install [email protected] to go from 0.5.5 to 0.6.3
prettier 😎 MINOR UP Minor update available. https://prettier.io
npm install [email protected] to go from 1.8.2 to 1.19.1
react-addons-test-utils 😎 MINOR UP Minor update available. https://github.com/facebook/react#readme
npm install [email protected] to go from 15.4.2 to 15.6.2
😕 NOTUSED? Still using react-addons-test-utils?
Depcheck did not find code similar to require('react-addons-test-utils') or import from 'react-addons-test-utils'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev react-addons-test-utils
react-test-renderer 😎 MAJOR UP Major update available. https://reactjs.org/
npm install [email protected] to go from 15.6.2 to 16.12.0
react-transform-catch-errors 😕 NOTUSED? Still using react-transform-catch-errors?
Depcheck did not find code similar to require('react-transform-catch-errors') or import from 'react-transform-catch-errors'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev react-transform-catch-errors
react-transform-hmr 😕 NOTUSED? Still using react-transform-hmr?
Depcheck did not find code similar to require('react-transform-hmr') or import from 'react-transform-hmr'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev react-transform-hmr
redux-devtools-extension 😎 PATCH UP Patch update available. https://github.com/zalmoxisus/redux-devtools-extension
npm install [email protected] to go from 2.13.5 to 2.13.8
redux-mock-store 😎 PATCH UP Patch update available. https://github.com/arnaudbenard/redux-mock-store#readme
npm install [email protected] to go from 1.5.1 to 1.5.3
regenerator-runtime 😎 NEW VER! NonSemver update available. https://github.com/facebook/regenerator
npm install [email protected] to go from 0.11.1 to 0.13.3
😕 NOTUSED? Still using regenerator-runtime?
Depcheck did not find code similar to require('regenerator-runtime') or import from 'regenerator-runtime'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev regenerator-runtime
sinon 😎 MAJOR UP Major update available. https://sinonjs.org/
npm install [email protected] to go from 1.17.7 to 7.5.0
😕 NOTUSED? Still using sinon?
Depcheck did not find code similar to require('sinon') or import from 'sinon'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev sinon
storybook-addon-intl 😍 UPDATE! Your local install is out of date. https://github.com/truffls/storybook-addon-intl#readme
npm install [email protected] to go from 2.3.0 to 2.4.1
supertest 😎 MAJOR UP Major update available. https://github.com/visionmedia/supertest#readme
npm install [email protected] to go from 1.2.0 to 4.0.2
😕 NOTUSED? Still using supertest?
Depcheck did not find code similar to require('supertest') or import from 'supertest'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev supertest
webpack-bundle-analyzer 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/webpack-bundle-analyzer
npm install [email protected] to go from 2.9.0 to 3.6.0
😕 NOTUSED? Still using webpack-bundle-analyzer?
Depcheck did not find code similar to require('webpack-bundle-analyzer') or import from 'webpack-bundle-analyzer'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev webpack-bundle-analyzer
app 😟 MISSING! Not installed.
😟 PKG ERR! Not in the package.json. Found in: /.storybook/config.js, /src/app/Main.js, /src/app/RootRoute.js, /src/app/Translator.js, /src/app/components/App.jsx, /src/app/components/cards/BeneficiarySelector.jsx, /src/app/components/cards/BeneficiarySelector.test.jsx, /src/app/components/cards/Comment.jsx, /src/app/components/cards/MarkdownViewer.jsx, /src/app/components/cards/NotificationsList.jsx, /src/app/components/cards/PostFull.jsx, /src/app/components/cards/PostSummary.jsx, /src/app/components/cards/PostsList.jsx, /src/app/components/cards/TagInput.jsx, /src/app/components/cards/UserListRow.jsx, /src/app/components/cards/UserProfileHeader.jsx, /src/app/components/modules/ArticleLayoutSelector.jsx, /src/app/components/modules/CommunitySettings.jsx, /src/app/components/modules/ConfirmTransactionForm.jsx, /src/app/components/modules/ConnectedSidePanel/index.jsx, /src/app/components/modules/Dialogs.jsx, /src/app/components/modules/ExplorePost.jsx, /src/app/components/modules/Header/index.jsx, /src/app/components/modules/LoginForm.jsx, /src/app/components/modules/Modals.jsx, /src/app/components/modules/PostAdvancedSettings.jsx, /src/app/components/modules/PromotePost.jsx, /src/app/components/modules/Settings.jsx, /src/app/components/modules/SidePanel/index.jsx, /src/app/components/modules/TermsAgree.jsx, /src/app/components/pages/About.jsx, /src/app/components/pages/Benchmark.jsx, /src/app/components/pages/CommunitiesIndex.jsx, /src/app/components/pages/CommunityRoles.jsx, /src/app/components/pages/Faq.jsx, /src/app/components/pages/Index.jsx, /src/app/components/pages/Login.jsx, /src/app/components/pages/NotFound.jsx, /src/app/components/pages/Post.jsx, /src/app/components/pages/PostPage.jsx, /src/app/components/pages/PostPageNoCategory.jsx, /src/app/components/pages/PostsIndex.jsx, /src/app/components/pages/PostsIndexLayout.jsx, /src/app/components/pages/SubmitPost.jsx, /src/app/components/pages/Support.jsx, /src/app/components/pages/TagsIndex.jsx, /src/app/components/pages/Topics.jsx, /src/app/components/pages/Tos.jsx, /src/app/components/pages/UserProfile.jsx, /src/app/components/pages/Welcome.jsx, /src/app/components/pages/XSS.jsx, /src/app/components/elements/Author/Author.story.jsx, /src/app/components/elements/Author/index.jsx, /src/app/components/elements/Author/spec.js, /src/app/components/elements/AuthorDropdown.jsx, /src/app/components/elements/CheckLoginOwner.jsx, /src/app/components/elements/ClaimBox.jsx, /src/app/components/elements/CommunityPane.jsx, /src/app/components/elements/CommunityPaneMobile.jsx, /src/app/components/elements/ContentEditedWrapper/index.jsx, /src/app/components/elements/Dropdown.jsx, /src/app/components/elements/DropdownMenu.jsx, /src/app/components/elements/FlagButton.jsx, /src/app/components/elements/Follow/Follow.story.jsx, /src/app/components/elements/Follow/spec.js, /src/app/components/elements/Follow/index.jsx, /src/app/components/elements/FormattedAsset.jsx, /src/app/components/elements/HelpContent.jsx, /src/app/components/elements/Link.js, /src/app/components/elements/Memo/index.jsx, /src/app/components/elements/MuteButton.jsx, /src/app/components/elements/MuteList.jsx, /src/app/components/elements/Notices.jsx, /src/app/components/elements/PageViewsCounter.jsx, /src/app/components/elements/PostCategoryBanner.jsx, /src/app/components/elements/Reblog.jsx, /src/app/components/elements/Reblog.story.jsx, /src/app/components/elements/ReplyEditor.jsx, /src/app/components/elements/SanitizedLink/index.jsx, /src/app/components/elements/SettingsEditButton.jsx, /src/app/components/elements/ShareMenu.jsx, /src/app/components/elements/SlateEditor.jsx, /src/app/components/elements/SortOrder/index.jsx, /src/app/components/elements/SubscribeButton.jsx, /src/app/components/elements/TagList.jsx, /src/app/components/elements/TimeAgoWrapper/index.jsx, /src/app/components/elements/UserList.jsx, /src/app/components/elements/UserList.story.jsx, /src/app/components/elements/UserNames.jsx, /src/app/components/elements/UserTitle.jsx, /src/app/components/elements/Userpic.jsx, /src/app/components/elements/Userpic.story.jsx, /src/app/components/elements/VerticalMenu.jsx, /src/app/components/elements/VotesAndComments.jsx, /src/app/components/elements/Voting.jsx, /src/app/components/elements/Voting.story.jsx, /src/app/components/elements/Voting.test.jsx, /src/app/components/elements/WelcomePanel.jsx, /src/app/components/elements/YoutubePreview.jsx, /src/app/redux/AuthSaga.js, /src/app/redux/CommunitySaga.js, /src/app/redux/FetchDataSaga.js, /src/app/redux/FetchDataSaga.test.js, /src/app/redux/FollowSaga.js, /src/app/redux/GlobalReducer.js, /src/app/redux/SagaShared.js, /src/app/redux/TransactionSaga.js, /src/app/redux/TransactionSaga.test.js, /src/app/redux/UserProfilesSaga.js, /src/app/redux/UserReducer.js, /src/app/redux/UserSaga.js, /src/app/utils/BrowserTests.js, /src/app/utils/ChainValidation.js, /src/app/utils/ExtractContent.js, /src/app/utils/ExtractMeta.js, /src/app/utils/FormatCoins.js, /src/app/utils/FrontendLogger.js, /src/app/utils/Links.test.js, /src/app/utils/SanitizeConfig.js, /src/app/utils/SlateEditor/Iframe.js, /src/app/utils/SlateEditor/Schema.js, /src/app/utils/StateFunctions.js, /src/app/utils/SteemKeychain.js, /src/app/utils/steemApi.js, /src/server/json/user_json.jsx, /src/server/json/post_json.jsx, /src/server/server.js, /src/server/utils/SpecialPosts.js, /src/shared/HtmlReady.js, /src/shared/RootSaga.js, /src/shared/UniversalRender.jsx
shared 😟 MISSING! Not installed.
😟 PKG ERR! Not in the package.json. Found in: /src/app/Main.js, /src/app/components/App.jsx, /src/app/components/cards/MarkdownViewer.jsx, /src/app/components/cards/PostSummary.jsx, /src/app/components/modules/Header/index.jsx, /src/app/components/modules/LoginForm.jsx, /src/app/components/modules/PostAdvancedSettings.jsx, /src/app/components/pages/Post.jsx, /src/app/components/pages/SubmitPost.jsx, /src/app/components/elements/ReplyEditor.jsx, /src/app/components/elements/SidebarNewUsers.jsx, /src/app/components/elements/WelcomePanel.jsx, /src/app/utils/ExtractContent.js, /src/app/utils/SanitizeConfig.js, /src/shared/UniversalRender.jsx
prop-types 😟 PKG ERR! Not in the package.json. Found in: /src/app/components/App.jsx, /src/app/components/cards/Comment.jsx, /src/app/components/cards/MarkdownViewer.jsx, /src/app/components/cards/NotificationsList.jsx, /src/app/components/cards/PostFull.jsx, /src/app/components/cards/PostSummary.jsx, /src/app/components/cards/PostsList.jsx, /src/app/components/cards/TagInput.jsx, /src/app/components/modules/ArticleLayoutSelector.jsx, /src/app/components/modules/CommunitySettings.jsx, /src/app/components/modules/ConfirmTransactionForm.jsx, /src/app/components/modules/Dialogs.jsx, /src/app/components/modules/ExplorePost.jsx, /src/app/components/modules/FlagCommunityPost.jsx, /src/app/components/modules/Header/index.jsx, /src/app/components/modules/LoginForm.jsx, /src/app/components/modules/Modals.jsx, /src/app/components/modules/MutePost.jsx, /src/app/components/modules/PromotePost.jsx, /src/app/components/modules/SidePanel/index.jsx, /src/app/components/modules/TermsAgree.jsx, /src/app/components/modules/UserRole.jsx, /src/app/components/modules/UserTitleEditor.jsx, /src/app/components/pages/CommunitiesIndex.jsx, /src/app/components/pages/Post.jsx, /src/app/components/pages/PostsIndex.jsx, /src/app/components/pages/PostsIndexLayout.jsx, /src/app/components/pages/TagsIndex.jsx, /src/app/components/pages/Topics.jsx, /src/app/components/elements/Announcement.jsx, /src/app/components/elements/Author/index.jsx, /src/app/components/elements/AuthorDropdown.jsx, /src/app/components/elements/CloseButton.jsx, /src/app/components/elements/CommunityPane.jsx, /src/app/components/elements/CommunityPaneMobile.jsx, /src/app/components/elements/DropdownMenu.jsx, /src/app/components/elements/FlagButton.jsx, /src/app/components/elements/Follow/index.jsx, /src/app/components/elements/HelpContent.jsx, /src/app/components/elements/Icon.jsx, /src/app/components/elements/IconButton/index.jsx, /src/app/components/elements/Link.js, /src/app/components/elements/LoadingIndicator.jsx, /src/app/components/elements/Memo/index.jsx, /src/app/components/elements/MuteButton.jsx, /src/app/components/elements/NativeSelect/index.jsx, /src/app/components/elements/PostCategoryBanner.jsx, /src/app/components/elements/QrReader.jsx, /src/app/components/elements/Reblog.jsx, /src/app/components/elements/ReplyEditor.jsx, /src/app/components/elements/Reveal.jsx, /src/app/components/elements/SanitizedLink/index.jsx, /src/app/components/elements/SearchInput/index.jsx, /src/app/components/elements/SettingsEditButton.jsx, /src/app/components/elements/ShareMenu.jsx, /src/app/components/elements/SortOrder/index.jsx, /src/app/components/elements/SteemLogo/index.jsx, /src/app/components/elements/SubscribeButton.jsx, /src/app/components/elements/SvgImage.jsx, /src/app/components/elements/UserNames.jsx, /src/app/components/elements/UserTitle.jsx, /src/app/components/elements/Userpic.jsx, /src/app/components/elements/VerticalMenu.jsx, /src/app/components/elements/VotesAndComments.jsx, /src/app/components/elements/Voting.jsx, /src/app/components/elements/YoutubePreview.jsx, /src/app/utils/AppPropTypes.js
😎 MINOR UP Minor update available. https://facebook.github.io/react/
npm install [email protected] to go from 15.6.0 to 15.7.2
immutable 😟 PKG ERR! Not in the package.json. Found in: /src/app/components/cards/BeneficiarySelector.jsx, /src/app/components/cards/Comment.jsx, /src/app/components/cards/PostSummary.jsx, /src/app/components/cards/TagInput.jsx, /src/app/components/modules/Dialogs.jsx, /src/app/components/modules/Header/index.jsx, /src/app/components/modules/LoginForm.jsx, /src/app/components/modules/Modals.jsx, /src/app/components/modules/PostAdvancedSettings.jsx, /src/app/components/pages/CommunitiesIndex.jsx, /src/app/components/pages/CommunityRoles.jsx, /src/app/components/pages/Post.jsx, /src/app/components/pages/PostsIndex.jsx, /src/app/components/pages/PostsIndexLayout.jsx, /src/app/components/pages/TagsIndex.jsx, /src/app/components/pages/UserProfile.jsx, /src/app/components/elements/Author/index.jsx, /src/app/components/elements/CommunityPane.jsx, /src/app/components/elements/Follow/index.jsx, /src/app/components/elements/ReplyEditor.jsx, /src/app/components/elements/UserList.story.jsx, /src/app/components/elements/UserTitle.jsx, /src/app/components/elements/Voting.test.jsx, /src/app/redux/AppReducer.js, /src/app/redux/AppReducer.test.js, /src/app/redux/CommunityReducer.js, /src/app/redux/AuthSaga.js, /src/app/redux/FetchDataSaga.js, /src/app/redux/FollowSaga.js, /src/app/redux/GlobalReducer.js, /src/app/redux/GlobalReducer.test.js, /src/app/redux/OffchainReducer.js, /src/app/redux/OffchainReducer.test.js, /src/app/redux/RootReducer.js, /src/app/redux/SagaShared.js, /src/app/redux/TransactionReducer.js, /src/app/redux/TransactionSaga.js, /src/app/redux/UserProfilesReducer.js, /src/app/redux/UserReducer.js, /src/app/redux/UserSaga.js, /src/app/redux/tests/global.test.js, /src/app/utils/shouldComponentUpdate.js
decorators 😟 MISSING! Not installed.
😟 PKG ERR! Not in the package.json. Found in: /src/app/components/elements/Author/Author.story.jsx, /src/app/components/elements/Callout.story.jsx, /src/app/components/elements/ContentEditedWrapper/story.jsx, /src/app/components/elements/DropdownMenu.story.jsx, /src/app/components/elements/Follow/Follow.story.jsx, /src/app/components/elements/IconButton/IconButton.story.jsx, /src/app/components/elements/NativeSelect/NativeSelect.story.jsx, /src/app/components/elements/Reblog.story.jsx, /src/app/components/elements/Reputation.story.jsx, /src/app/components/elements/SearchInput/SearchInput.story.jsx, /src/app/components/elements/SortOrder/SortOrder.story.jsx, /src/app/components/elements/SteemLogo/SteemLogo.story.jsx, /src/app/components/elements/TagList.story.jsx, /src/app/components/elements/TimeAgoWrapper/story.jsx, /src/app/components/elements/Tooltip.story.jsx, /src/app/components/elements/UserList.story.jsx, /src/app/components/elements/Userpic.story.jsx, /src/app/components/elements/Voting.story.jsx
date-names 😟 PKG ERR! Not in the package.json. Found in: /src/app/locales/counterpart/es.js, /src/app/locales/counterpart/fr.js, /src/app/locales/counterpart/it.js, /src/app/locales/counterpart/ja.js, /src/app/locales/counterpart/ko.js, /src/app/locales/counterpart/pl.js, /src/app/locales/counterpart/zh.js
😎 NEW VER! NonSemver update available. https://github.com/martinandert/date-names
npm install [email protected] to go from 0.1.11 to 0.1.13
pluralizers 😟 PKG ERR! Not in the package.json. Found in: /src/app/locales/counterpart/es.js, /src/app/locales/counterpart/fr.js, /src/app/locales/counterpart/it.js, /src/app/locales/counterpart/ja.js, /src/app/locales/counterpart/ko.js, /src/app/locales/counterpart/pl.js, /src/app/locales/counterpart/zh.js
cheerio 😟 PKG ERR! Not in the package.json. Found in: /src/app/utils/SlateEditor/Schema.js
server 😟 MISSING! Not installed.
😟 PKG ERR! Not in the package.json. Found in: /src/server/app_render.jsx, /src/server/api/general.js
scroll-behavior 😟 PKG ERR! Not in the package.json. Found in: /src/shared/UniversalRender.jsx
😎 NEW VER! NonSemver update available. https://github.com/taion/scroll-behavior#readme
npm install [email protected] to go from 0.9.9 to 0.9.10
Use yarn-check -u for interactive update.