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 dependent packages to the latest version #548

Merged
merged 5 commits into from
Sep 23, 2023
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Sep 23, 2023

Breaking

Node.js 16 is already end-of-lifed. Some update modules are no longer supported Node.js 16.
https://nodejs.org/ja/blog/announcements/nodejs16-eol

Notable changes

  • Upgrade Marpit to v2.5.3.
  • Upgrade Marp Core to v3.8.1
  • is-wsl has a new major version v3.
    • It's pure ESM package so we have to bundle is-wsl module into CLI: c79ef5b
  • The latest nanoid v5 is no longer supporting Node.js 16.
    • It is not an important release, and other dependent modules are still covering Node.js 16. To prevent breaking the workflow of Marp users, Marp CLI still stick to nanoid v4.
  • The updated cosmiconfig can resolve TypeScript configuration file marp.config.ts if installed TypeScript in the project.

@yhatt yhatt marked this pull request as ready for review September 23, 2023 17:50
@yhatt yhatt merged commit 944cb38 into main Sep 23, 2023
1 check passed
@yhatt yhatt deleted the upgrade-dependencies branch September 23, 2023 17:58
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