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

Upgrade Node and dependent packages to the latest version #224

Merged
merged 12 commits into from
Mar 15, 2020

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Mar 15, 2020

Continue working from #221.

This PR will upgrade Node and dependent packages to the latest version via yarn upgrade --latest.

Notable changes

  • Some vulnerabilities reported in yarn audit are fixed (but still leaves a vulnerability in deep dependency minimist)
  • By updating markdown-it-front-matter, three-dots ... can indicate the end of front-matter for directives (See YAML specification).
  • A bumped Jest 25 has improved performance. We also have changed Jest configuration to make be usable faster v8 built-in code coverage (You can try via yarn test:coverage --coverageProvider=v8).
  • Got rid of some unnecessary devDependencies: cross-env and mkdirp (Node >= v10.12 can use fs.mkdirp('xxx', { recrusive: true })).

@yhatt yhatt merged commit 59e1c7c into master Mar 15, 2020
@yhatt yhatt deleted the upgrade-node-and-dependent-packages branch March 15, 2020 05:47
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.

1 participant