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 #245

Merged
merged 4 commits into from
Jun 7, 2021
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jun 7, 2021

Notable changes

  • Security fix by ws: CVE-2021-32640
    • It should not affect to Marp for VS Code because WebSocket server is for Marp CLI's watch mode.
  • Jest has bumped major version to 27: https://jestjs.io/ja/blog/2021/05/25/jest-27
    • Fix broken tests caused by changing the default timer mock to modern (based on sinon)
  • Apply auto-fix in updated ESLint

yhatt added 4 commits June 7, 2021 17:41
Modern fake timers are now default since updated Jest 26, and it will
mock nextTick function. We have to use an original nextTick to work test
correctly.
@yhatt yhatt merged commit cdc676c into main Jun 7, 2021
@yhatt yhatt deleted the upgrade-dependencies branch June 7, 2021 09:07
@yhatt yhatt mentioned this pull request Jun 7, 2021
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