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

Merged
merged 4 commits into from
Jul 9, 2019
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jul 9, 2019

This PR will upgrade dependent packages to the latest version by using yarn upgrade --latest (but excepted Puppeteer).

Notable changes

pkg is re-upgraded to v4.4. We have already known in #112 that the automated standalone build for Windows with pkg 4.4 raises segfault error, but pkg 4.3 cannot work the updated fast-glob v3 (deep dependency of globby v10) caused by the difference of Node version.

Only a way left is making standalone build in Windows environment with pkg 4.4. We already have Azure Pipelines to run CI in Windows, so we can build standalone binary in Azure Pipelines (Release pipeline) automatically.

@yhatt yhatt changed the title [WIP] Upgrade dependent packages to the latest version Upgrade dependent packages to the latest version Jul 9, 2019
@yhatt yhatt merged commit d25e429 into master Jul 9, 2019
@yhatt yhatt deleted the update-dependencies branch July 9, 2019 03:44
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