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

Fixes potential freeze on win+node10 interactive upgrades (#5949) #6635

Merged
merged 2 commits into from Nov 5, 2018

Commits on Nov 5, 2018

  1. Fixes potential freeze on win+node10 interactive upgrades (yarnpkg#5949)

    There is a potential freeze when running interactive upgrades after selecting the options.
    This boiles down to a problem in the `inquirer` library which is used internally to provide the possible options.
    Updating `inquirer`to the latest version fixes the problem.
    pfeigl committed Nov 5, 2018
    Copy the full SHA
    148048d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    arcanis committed Nov 5, 2018
    Copy the full SHA
    baadf86 View commit details
    Browse the repository at this point in the history