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 LTS and dependent packages to the latest version #237

Merged
merged 4 commits into from
Jun 28, 2020

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jun 28, 2020

Upgraded Node LTS and dependent packages to the latest version via yarn upgrade --latest.

Notable changes

  • Node LTS has bumped to v12.18.1.
  • @rollup/plugin-typescript has bumped to v5 and improved the experience of rollup watch mode. v4 had required saving twice to apply change of code.
  • Puppeteer (puppeteer-core) has bumped to v4. It includes breaking change about translation from Node EventEmitter to mitt. Puppetter had tried to integrate mitt in v3.2.x once but had postponed till this major update by some negative feedbacks. Marp CLI has no breakings by this update.
    • Updated mock for path module in unit testing, to get working integration with Puppetter v4.

@yhatt yhatt merged commit 45e837a into master Jun 28, 2020
@yhatt yhatt deleted the upgrade-dependencies branch June 28, 2020 09:14
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