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.js and dependent packages to the latest version #523

Merged
merged 5 commits into from
Jun 10, 2023

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jun 9, 2023

Notable changes

  • Bumped Marpit to 2.5.0.
  • Bumped Marp Core to 3.7.0.
  • Puppeteer has bumped major version v20.
    • Dropped EoL Node.js v14 support.
      • It means Marp CLI also requires Node.js v16 and later. -> c69bdd6
    • Switched an integrated browser into Puppeteer to "Chrome for Testing", a new flavor of Chrome browser.
      • It should have no effect on Marp CLI (We are resolving user-installed Chrome from well-known paths)
  • cosmiconfig v8.2.0 has supported ESM but didn't upgrade now.
    • A new ESM resolution is still making SIGSEGV crash in JS.

cosmiconfig 8.2.0 has supported ESM config, but Jest cannot test it due
to V8's SIGSEGV when importing script dynamically.
@yhatt
Copy link
Member Author

yhatt commented Jun 10, 2023

This change must be a major update v3 due to dropped support for EoL Node.js v14.

@yhatt yhatt merged commit cdba683 into main Jun 10, 2023
@yhatt yhatt deleted the upgrade-dependencies branch June 10, 2023 16:52
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