formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 405 forks source link

chore(package): update devDependencies #661

Closed BarryThePenguin closed 8 years ago

BarryThePenguin commented 8 years ago

Had a slow Saturday night so I updated the deps

Still have the following to look at

Package                   Current  Wanted  Latest  Location
babel                      5.8.23  5.8.23   6.5.2  angular-formly
babel-eslint                4.1.3   4.1.3   5.0.0  angular-formly
babel-loader                5.3.2   5.3.2   6.2.4  angular-formly
eslint                      1.7.3   1.7.3   2.4.0  angular-formly
eslint-config-kentcdodds    5.0.0   5.0.0   5.1.0  angular-formly
eslint-loader               1.1.0   1.1.0   1.3.0  angular-formly
eslint-plugin-mocha         1.0.0   1.0.0   2.0.0  angular-formly
isparta                     3.1.0   3.1.0   4.0.0  angular-formly
isparta-loader              1.0.0   1.0.0   2.0.0  angular-formly

Last one didn't run travis...

kentcdodds commented 8 years ago

Have you tried https://www.npmjs.com/package/next-update

kentcdodds commented 8 years ago

Any idea why the build is busted? Looks like a shell issue? Maybe related to the quotes you removed? Maybe we should do escaped double quotes?

BarryThePenguin commented 8 years ago

Ah! Yeah. I think it's the glob argument in eslint, changing it to {test|mock} fixes the issue. Got dragged away last minute

codecov-io commented 8 years ago

Current coverage is 96.03%

Merging #661 into master will not affect coverage as of 89138e8

@@            master    #661   diff @@
======================================
  Files           16      16       
  Stmts         1161    1161       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit           1115    1115       
  Partial          0       0       
  Missed          46      46       

Review entire Coverage Diff as of 89138e8


Uncovered Suggestions

  1. +0.35% via ...alidationMessages.js#25...28
  2. +0.26% via src/test.utils.js#38...40
  3. +0.26% via ...s/formlyUsability.js#18...20
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

Thanks @BarryThePenguin!