Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing yarn warnings during install #3567

Merged
merged 2 commits into from Oct 2, 2017

Conversation

dennybiasiolli
Copy link
Contributor

  • 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 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!
```
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.
```
@coveralls
Copy link

coveralls commented Oct 2, 2017

Coverage Status

Coverage remained the same at 70.141% when pulling e07f10f on dennybiasiolli:removing-yarn-warnings into b39d165 on apache:master.

@mistercrunch mistercrunch merged commit 9baca67 into apache:master Oct 2, 2017
@dennybiasiolli dennybiasiolli deleted the removing-yarn-warnings branch October 3, 2017 04:33
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
* 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.
```
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.20.1 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.20.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants