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

use npm version of ui-select #28175

Merged
merged 2 commits into from
Jul 21, 2020
Merged

use npm version of ui-select #28175

merged 2 commits into from
Jul 21, 2020

Conversation

biyeun
Copy link
Member

@biyeun biyeun commented Jul 21, 2020

SUMMARY

some builds were timing out trying to pull ui-select from the github repo. the npm version looks close enough to the one on github that it should be ok. and all js tests are passing.

@biyeun biyeun requested a review from millerdev July 21, 2020 18:11
@biyeun biyeun added dependencies Pull requests that update a dependency file javascript product/invisible Change has no end-user visible impact labels Jul 21, 2020
@@ -2,6 +2,8 @@
set -e

make requirements
# we want to hard ignore any yarn.lock changes
git checkout -- yarn.lock
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a stop-gap measure to get tests passing while we figure out why yarn.lock is changing? Seems less than ideal to have yarn installing unlocked versions of libraries for tests.

If this is the permanent fix then I think I want to withdraw my approval for this PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

@millerdev this is a stopgap. i'm still pretty perplexed how this is happening to begin with with the frozen-lockfile flag explicitly used...

@biyeun biyeun merged commit 925b3e8 into master Jul 21, 2020
@biyeun biyeun deleted the bmb/ui-select-npm branch July 21, 2020 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file product/invisible Change has no end-user visible impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants