editorconfig / editorconfig-core-js

EditorConfig Core library and command line utility written in JavaScript
http://editorconfig.org
MIT License
272 stars 48 forks source link

npm WARN deprecated #65

Closed gucong3000 closed 6 years ago

gucong3000 commented 6 years ago
$ npm install -g eclint
npm WARN deprecated @types/commander@2.12.2: This is a stub types definition for commander (https://github.com/tj/commander.js). commander provides its own type definitions, so you don't need @types/commander installed!
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
/home/travis/.nvm/versions/node/v9.11.1/bin/eclint -> /home/travis/.nvm/versions/node/v9.11.1/lib/node_modules/eclint/bin/eclint.js
+ eclint@2.6.0
added 286 packages in 13.368s
gucong3000 commented 6 years ago
$ npm ls @types/commander
eclint@2.7.0 E:\work\eclint
`-- editorconfig@0.15.0
  `-- @types/commander@2.12.2
josephfrazier commented 6 years ago

Looks like @types/commander was removed from this project in 59f3ab29ff4cfc67591135d0ae569189405ba0b9, so we'd need to:

  1. Publish a new version of editorconfig
  2. Upgrade eclint to the new editorconfig
  3. Publish a new version of eclint
  4. Upgrade editorconfig to the new eclint
  5. Publish a new version of editorconfig
alexander-akait commented 6 years ago

/cc @josephfrazier what is status?

josephfrazier commented 6 years ago

I don't know anything new (nor do I have any relevant push/publish permissions), just what's above :/

mattyclarkson commented 6 years ago

@jedmao could we do a new release to get rid of this warning? It shows up as part of installing typescript-formatter that @vvakame ships.

jednano commented 6 years ago

Published v0.15.1.