You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/02 20:02:41 UTC

[GitHub] dennybiasiolli opened a new pull request #3567: Removing yarn warnings during install

dennybiasiolli opened a new pull request #3567: Removing yarn warnings during install
URL: https://github.com/apache/incubator-superset/pull/3567
 
 
   - removing deprecated babel-preset-es2015 in favor of babel-preset-env
   
       This removes this yarn warning during install:
   
       ```
       warning babel-preset-es2015@6.24.1:
       Thanks for using Babel: we recommend using babel-preset-env now:
       please read babeljs.io/env to update!
       ```
   
   - updating sinon to 4.0.0
   
       This removes wrench from its dependencies and this yarn warning during install:
   
       ```
       warning wrench@1.3.9: wrench.js is deprecated!
       You should check out fs-extra (https://github.com/jprichardson/node-fs-extra)
       for any operations you were using wrench for.
       Thanks for all the usage over the years.
       ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services