Skip to content

Conversation

@digitalica
Copy link
Contributor

Short description of what this PR does:

  • replaces babel-preset-es2015 (deprecated) by babel-preset-env
  • add testing voor nodejs 10

Checklist

  • [x ] I have made a material change to the repo (functionality, testing, spelling, grammar)
  • [x ] I have read the [Contribution Guide] and my PR follows them.
  • [x ] I updated my branch with the master branch.
  • [x ] I have added tests that prove my fix is effective or that my feature works
  • [x ] I have added necessary documentation about the functionality in the appropriate .md file
  • [x ] I have added inline documentation to the code I modified

as documented: https://babeljs.io/docs/en/env/

prevents lots of npm audit warnings:

found 394 vulnerabilities (382 low, 6 moderate, 5 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

to

found 251 vulnerabilities (239 low, 6 moderate, 5 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label Dec 2, 2018
@SendGridDX
Copy link

SendGridDX commented Dec 2, 2018

CLA assistant check
All committers have signed the CLA.

@childish-sambino childish-sambino force-pushed the master branch 5 times, most recently from 389fa8c to 37473ad Compare January 15, 2020 21:44
@childish-sambino childish-sambino changed the title replace babel-preset-es2015 (deprecated) by babel-preset-env fix: correct the attachment file path test Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: code review request requesting a community code review or review from Twilio

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants