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

Merged
merged 8 commits into from
Jul 25, 2020

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jul 4, 2020

This PR will upgrade development Node LTS and dependent packages to the latest version via yarn upgrade --latest.

Important

Still cannot bump due to failed audit check: https://www.npmjs.com/advisories/1523

For now, lodash has not released a patch to resolve this vulnerability.

Notable changes

  • Marp CLI has bumped to v0.20.0.
    • Improved accessibility in the exported HTML. (v0.18.2)
    • Added some features to exported HTML. (v0.19.x)
    • Updated how to use Marp CLI through Node.js API. (v0.20.0)
  • @rollup/plugin-typescript has bumped to v5, to improve stability of watch build.
  • Removed @rollup/plugin-alias.
    • The unwrapped exports are seem to be fixed in the latest @rollup/plugin-commonjs.
    • NOTE: default export is still strange, so we have changed to use named export.

@yhatt yhatt changed the title Upgrade dependent packages to the latest version Upgrade development Node and dependent packages to the latest version Jul 25, 2020
@yhatt yhatt merged commit c4df74c into master Jul 25, 2020
@yhatt yhatt deleted the update-dependencies branch July 25, 2020 04:56
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