dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Bump dependencies to latest. Fix `DOJO_CLI` typing. #190

Closed tomdye closed 6 years ago

tomdye commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

Bumps dependencies to latest as they were getting outdated. Switches to the typings shipped with chalk.

Requires: https://github.com/dojo/interfaces/pull/88 Resolves: https://github.com/dojo/cli/issues/188 Resolves: https://github.com/dojo/cli/issues/191

codecov[bot] commented 6 years ago

Codecov Report

Merging #190 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
+ Coverage   97.02%   97.03%   +<.01%     
==========================================
  Files          17       17              
  Lines         404      405       +1     
  Branches       51       51              
==========================================
+ Hits          392      393       +1     
  Misses          5        5              
  Partials        7        7
Impacted Files Coverage Δ
src/template.ts 78.94% <100%> (ø) :arrow_up:
src/configurationHelper.ts 100% <100%> (ø) :arrow_up:
src/commands/init.ts 100% <100%> (ø) :arrow_up:
src/commands/eject.ts 94.11% <100%> (+0.11%) :arrow_up:
src/registerCommands.ts 100% <100%> (ø) :arrow_up:
src/commands/version.ts 98.41% <100%> (ø) :arrow_up:
src/text.ts 100% <100%> (ø) :arrow_up:
src/index.ts 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c4f52b7...d97e13b. Read the comment docs.

tomdye commented 6 years ago

Closing in favour of https://github.com/dojo/cli/pull/200 which adds command list functionality also