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

Update dependencies #49

Merged
merged 2 commits into from
Nov 24, 2017
Merged

Conversation

ruimarinho
Copy link
Owner

Mostly upgrading babel@7.

@ruimarinho ruimarinho force-pushed the enhancement/update-dependencies branch from c22e105 to 2469ac5 Compare November 6, 2017 00:30
@ruimarinho ruimarinho force-pushed the enhancement/update-dependencies branch 3 times, most recently from e27540c to 31d2f77 Compare November 18, 2017 01:42
package.json Outdated
"nock": "^8.0.0",
"nyc": "^8.1.0",
"mocha": "^4.0.1",
"nock": "^9.0.27",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe use version 9.1.0?

package.json Outdated
"nyc": "^8.1.0",
"mocha": "^4.0.1",
"nock": "^9.0.27",
"nyc": "^11.2.1",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe use version 11.3.0?

package.json Outdated
@@ -72,7 +72,7 @@
"sourceMap": false
},
"options": {
"mocha": "--compilers js:babel-register --timeout 20000 --recursive --require should"
"mocha": "--require @babel/register --require @babel/polyfill --timeout 20000 --recursive --require should"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove extra space before --require @babel/polyfill.

@@ -31,6 +31,10 @@ function obfuscateResponseBody(body, method) {
*/

function obfuscateResponse(request, instance) {
if (request.type !== 'response') {
Copy link
Collaborator

@joaopaulofonseca joaopaulofonseca Nov 20, 2017

Choose a reason for hiding this comment

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

Separate commits for this and its tests.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Done.

@ruimarinho ruimarinho force-pushed the enhancement/update-dependencies branch from 31d2f77 to 7a052db Compare November 24, 2017 11:32
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.

2 participants