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 handlebars 4.7.3 -> 4.7.6 to avoid optimist dep #3517

Merged
merged 1 commit into from
Apr 14, 2020

Conversation

nfelt
Copy link
Collaborator

@nfelt nfelt commented Apr 14, 2020

This updates our yarn.lock file to bump our handlebars dep from 4.7.3 to 4.7.6 (the latest available release), which I did just by deleting the old entry and rerunning yarn install. This addresses the easy part of #3516 by picking up handlebars-lang/handlebars.js#1658 to prune a transitive dependency via optimist on an old version of minimist.

Copy link
Contributor

@stephanwlee stephanwlee left a comment

Choose a reason for hiding this comment

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

Will trust you that this won't create weird yarn.lock changes :)

Copy link
Contributor

@psybuzz psybuzz left a comment

Choose a reason for hiding this comment

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

Note that the minor version of Handlebars 4.6 and 4.7 doesn't have a matching minor equivalent internally. I'm not sure how strict we need to be with having the exact same version internally vs. external, but lgtm

@nfelt
Copy link
Collaborator Author

nfelt commented Apr 14, 2020

Note that the minor version of Handlebars 4.6 and 4.7 doesn't have a matching minor equivalent internally. I'm not sure how strict we need to be with having the exact same version internally vs. external, but lgtm

Good point, but we're already pretty skewed (4.0.14 internally) so I figure a small amount more here is unlikely to cause issues.

@nfelt nfelt merged commit 76a7d69 into tensorflow:master Apr 14, 2020
@nfelt nfelt deleted the handlebars-update branch April 14, 2020 21:30
caisq pushed a commit to caisq/tensorboard that referenced this pull request May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants