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

Merged
merged 8 commits into from
Feb 22, 2020

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Feb 22, 2020

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

Notable changes

Node

  • Node LTS version has been bumped to v12.16.1.
  • yarn version has been locked to v1.22.0.

Dependent packages

  • mkdirp v1 has been provided Promise interface by default.
  • rollup can no longer build with CommonJS build by TypeScript. We've updated @rollup/plugin-typescript option to use module: 'esnext' for preserving ES modules import / export.
  • Jest 25 has the updated JSDOM so some browser functions cannot be mocking by Jest. We've updated the failed test case to change how to mock location.reload.
  • TSLint has been bumped v6 but it was marked as deprecated. Marp team have to consider migrating TSLint to ESLint in all repositories.

@yhatt yhatt merged commit f5d6df8 into master Feb 22, 2020
@yhatt yhatt deleted the upgrade-node-and-dependencies branch February 22, 2020 10:04
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