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 development Node.js and dependent packages #318

Merged
merged 9 commits into from
Nov 19, 2022
Merged

Upgrade development Node.js and dependent packages #318

merged 9 commits into from
Nov 19, 2022

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Nov 13, 2022

Node.js 18

Marp Core is using Node.js v18 LTS for development now.

Dependent packages

  • rollup and plugins have major update (v3).
    • Updated rollup.config.js to ES module .mjs.
  • Jest has a major update v29.
    • Update the format of snapshots.
    • Jest is no longer supported outdated Node.js 12.
      • Marp Core is still installable to Node.js 12 project until next major release, but there is no longer guaranteed to keep working with it.
    • ➡️ We have dropped continuous test against Node.js 12.
      • Marp CLI for development (only supports active Node.js) also can upgrade to v2 by dropping continuous testing against outdated Node.js.

@yhatt yhatt merged commit af53d42 into main Nov 19, 2022
@yhatt yhatt deleted the node-18 branch November 19, 2022 04:27
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

1 participant