Skip to content

chore(package.json): pin dev dependency package to known good #551

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

Closed
wants to merge 1 commit into from

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Oct 16, 2015

closes #550

pin dependency package version to known good currently using.

"jasmine-core": "2.2.0",
"lodash": "3.5.0",
"platform": "1.3.0",
"promise": "7.0.3",
"protractor": "2.2.0",
"rx": "latest",
Copy link
Member Author

Choose a reason for hiding this comment

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

still picking rx as latest to be used in micro perf (micro perf test is only consumer for rx for now) for getting comparison number with latest. Debatable though, since had issues with regression recently(#501).

@kwonoj
Copy link
Member Author

kwonoj commented Oct 16, 2015

...and this is failing with

No coverage information was collected, exit without writing coverage information
/home/travis/build/ReactiveX/RxJS/node_modules/jasmine/lib/jasmine.js:94
this.env.throwOnExpectationFailure(config.stopSpecOnExpectationFailure);

. I'll try to find out reason and update PR accordingly.

@kwonoj
Copy link
Member Author

kwonoj commented Oct 16, 2015

Now Travis is happy with this.

"http-server": "0.8.0",
"istanbul": "0.3.22",
"jasmine": "2.3.2",
"jasmine-core": "2.3.4",
Copy link
Member Author

Choose a reason for hiding this comment

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

This was root of failure, bumped up version to latest.

@benlesh
Copy link
Member

benlesh commented Oct 16, 2015

This LGTM.

@benlesh
Copy link
Member

benlesh commented Oct 16, 2015

Merged with ee9fd3e. Perfect.

@benlesh benlesh closed this Oct 16, 2015
@kwonoj kwonoj deleted the chore-package branch October 16, 2015 22:41
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pin build dependencies to known-working versions
2 participants