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

[cli] Delete Sanity-modules that needs upgrading to work around yarn bug #774

Merged
merged 2 commits into from
May 3, 2018

Conversation

rexxars
Copy link
Member

@rexxars rexxars commented May 3, 2018

Two fixes:

  • When running sanity upgrade, it previously included @sanity/cli in the output, which was very misleading.
  • When running sanity upgrade, we've encountered an inexplicable bug where yarn will upgrade the lockfile with the resolved tarball URL and version, but will somehow not extract and replace the installed module. With dce1716, we will delete the modules that need to be upgraded before actually running yarn to work around this bug.

This once again puts some further pressure on prioritizing #716

@rexxars rexxars requested a review from bjoerge May 3, 2018 11:44
Copy link
Member

@bjoerge bjoerge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👏

@bjoerge
Copy link
Member

bjoerge commented May 3, 2018

Should go into master and be released immediately, maybe?

@rexxars rexxars changed the base branch from next to master May 3, 2018 11:48
@rexxars rexxars merged commit ceb237c into master May 3, 2018
@rexxars rexxars deleted the fix-yarn-upgrade-bug branch May 3, 2018 11:51
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.

None yet

2 participants