Skip to content

Update Package Dependencies #270

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

Merged
merged 4 commits into from
Oct 30, 2017
Merged

Update Package Dependencies #270

merged 4 commits into from
Oct 30, 2017

Conversation

jshcrowthe
Copy link
Contributor

Figured I'd close the previous PR as it had some unnecessary commit noise. This should be a little cleaner.

"chai": "^4.1.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-spec-reporter": "0.0.31",
"mkdirp": "^0.5.1",
"mocha": "^3.5.0"
"mocha": "^4.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

mocha 4 introduced a breaking change in that it will no longer force the test process to exit. Should we also configure our test runner to exit by passing --exit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ahhh thank you sir! I was pulling down Travis to debug this very issue. I will refactor to pass --exit see if that alleviates the CI Issues.

@jshcrowthe
Copy link
Contributor Author

@wilhuff thanks for your help w/ this. All tests are passing with the --exit flag for node tests.

Copy link
Contributor

@wilhuff wilhuff left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@sphippen sphippen left a comment

Choose a reason for hiding this comment

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

Looks reasonable to me.

Copy link
Contributor

@schmidt-sebastian schmidt-sebastian left a comment

Choose a reason for hiding this comment

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

LGTM for Database.

@jshcrowthe jshcrowthe merged commit dc17ad5 into master Oct 30, 2017
@jshcrowthe jshcrowthe deleted the yarn-upgrade branch October 30, 2017 21:20
schmidt-sebastian pushed a commit that referenced this pull request Nov 3, 2017
* Update dependencies throughout application

* Adjust to mocha 4 breaking runner issues

* Updating webpack dep
@firebase firebase locked and limited conversation to collaborators Oct 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants