-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bump fileset version #7
Bump fileset version #7
Conversation
Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! 😄 |
CLA is valid! |
I've tested it and found out that the test was failed even with the old |
Yes please @lukyth fix the tests first |
@lukyth mind rebasing with master? sounds like tests should start passing after? |
The current fileset version use [email protected] which might cause a RegExp DoS issue. Update fileset to the latest version fix this warning.
aefed3c
to
e1beec7
Compare
There're some test case which try to check if node_modules/adder.js is exist, but it's not, so I fix those test cases.
@bcoe Done! 😄 |
@bcoe Can this get merged and released? Really annoying that deprecation warning from Jest on almost every single yarn command |
@SimenB 👍 bumping to the top of my list. |
@lukyth would love the extra set of eyes testing, you should now be able to run:
|
The current fileset version use [email protected] which might cause a RegExp DoS issue.
Update fileset to the latest version fix this warning.
This will resolve #6