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 LTS and dependencies to the latest #399

Merged
merged 5 commits into from
Nov 6, 2021

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Nov 4, 2021

Notable changes

  • Upgrade Marpit to v2.1.2.
  • Upgrade Marp Core to v2.2.0.
  • Apply the same change as Upgrade dependent packages to the latest version marpit#315
    • Use stylelint-config-standard-scss instead of using stylelint-sass plugin directly
    • Replace outdated Codecov Node uploader
  • Deal with TypeScript 4.4 breakings: catch clause variables are treated as unknown type so they need type narrowing
    • e instanceof Error was not passing tests due to reference different Error instance in each test cases
  • The latest Node.js v16 release has been transited to active LTS. Now Marp CLI is using Node.js 16 for development!

@yhatt yhatt merged commit 8a69098 into main Nov 6, 2021
@yhatt yhatt deleted the upgrade-dependencies branch November 6, 2021 07:45
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