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

Update Jest dependency + drop testing on Node 6 #441

Closed
wants to merge 3 commits into from

Conversation

akx
Copy link
Contributor

@akx akx commented Mar 30, 2020

This PR contains a:

  • test update

Motivation / Use-Case

CI had been broken due to npm audit problems. This should fix it.
However, the new version of Jest here isn't compatible with Node 6, so testing on it must be dropped.

In addition, it took some package-lock hacking to fix the one remaining low-priority problem in optimist (which might be fixed any day now, see handlebars-lang/handlebars.js#1661)...

Closes #438
Closes #439

@akx akx changed the title Update Jest dependency Update Jest dependency + drop testing on Node 6 Mar 30, 2020
@akx akx marked this pull request as ready for review March 30, 2020 20:32
@akx
Copy link
Contributor Author

akx commented Mar 30, 2020

@evilebottnawi Is this acceptable (as opposed to #438 (comment) and so on)?

If it is, someone will need to turn off the requirement for node-6 checks in the repo's settings.

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is breaking change, we can't merge it, just ignore npm audit

@akx
Copy link
Contributor Author

akx commented Mar 31, 2020

It is breaking change, we can't merge it, just ignore npm audit

Fair, @evilebottnawi – that's basically what I did in #438. Audit is part of the lint step, which is also a required check. Would you like me to fully remove the audit from the lint step?

@alexander-akait
Copy link
Member

Just ignore it, problems with audit will be resolved in near future

@alexander-akait
Copy link
Member

Done in master, thanks for the PR, ETA - next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants