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

Closed
wants to merge 5 commits into from

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jan 25, 2020

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

Notable changes

  • First, yarn 2 (as known as berry) is available now! In this PR, we won't work for migration to yarn 2 because we have not yet well-building expertises for many new ways of thinking in yarn 2.

  • A bumped Jest 25 has improved performance. We also have changed Jest configuration to make be usable faster v8 built-in code coverage (You can try via yarn test:coverage --coverageProvider=v8).

  • Got rid of some unnecessary devDependencies: cross-env and mkdirp (Node >= v10.12 can use fs.mkdirp('xxx', { recrusive: true })).

@yhatt
Copy link
Member Author

yhatt commented Jan 31, 2020

In a week, we've well-considered to get a change to upgrade yarn into berry but I met many breakings while trying. We have to decide to stick to yarn v1.

@yhatt
Copy link
Member Author

yhatt commented Mar 15, 2020

This PR becomes too outdated so continue working in another PR.

@yhatt yhatt closed this Mar 15, 2020
@yhatt yhatt deleted the upgrade-dependent-packages branch March 15, 2020 05:18
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