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

Merged
merged 7 commits into from
Jun 14, 2020

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jun 13, 2020

Bump development Node LTS into v12.18.0, and upgrade dependent packages to the latest version through yarn upgrade --latest.

Notable changes

  • Bumped Marp Core to v1.2.0 and Marp CLI to v0.18.1.
  • TypeScript type check is failing in hast-util-from-parse5 by unmatched types between dependented multiple type versions.
    • parse5 depending cheerio is preventing to resolve parse5 from DefinitelyTyped. We got rid of cheerio and now we are using Jest integrated JSDOM to test DOM structure.

yhatt added 7 commits June 13, 2020 20:45
--disable-extensions argument is no longer required "=1".
cheerio that is depending parse5 v3 is preventing to resolve the latest
parse5 type from DefinitelyTyped.
@yhatt yhatt merged commit e0e1a28 into master Jun 14, 2020
@yhatt yhatt deleted the upgrade-dependencies branch June 14, 2020 06:19
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