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 #41

Merged
merged 36 commits into from
Feb 20, 2018
Merged

Update dependencies #41

merged 36 commits into from
Feb 20, 2018

Conversation

ralphtheninja
Copy link
Member

@ralphtheninja ralphtheninja commented Feb 19, 2018

This PR updates everything but the dependencies below:

screenshot from 2018-02-19 23-31-54

  • browserify is stuck at 13 for now since we can't mess up support for IE9 and IE10 just yet
  • dependency-check itself (we bump this once node 4 has reached EOL)
  • mocha want to fix this in a separate PR
  • tap-parser want to fix this in a separate PR

Will squash this.

@ralphtheninja ralphtheninja added this to Review in Airtap Feb 19, 2018
@@ -1,6 +1,7 @@
'use strict';

var hljs = require('./hl.js');
// var hljs = require('./hl.js');
Copy link
Member Author

Choose a reason for hiding this comment

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

The highlight.js api was improved and can now be required directly without the funky stuff in hl.js

};
}();
hljs.LANGUAGES['javascript'] = require('highlight.js/javascript.js')(hljs);
module.exports = hljs;
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 code is now part (or rather, more modern version of it) of highlight.js


app.use(bundle_router.middleware);
Copy link
Member Author

Choose a reason for hiding this comment

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

.middleware is old api.

package.json Outdated
@@ -6,7 +6,7 @@
"dependencies": {
"JSON2": "~0.1.0",
"batch": "~0.6.1",
"browserify": "13.0.0",
"browserify": "~15.2.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

We can't use 14.x and above if we want to keep support for IE9 and IE10.

Copy link
Member

@feross feross left a comment

Choose a reason for hiding this comment

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

LGTM ✨

@feross feross mentioned this pull request Feb 20, 2018
Copy link
Member

@vweevers vweevers left a comment

Choose a reason for hiding this comment

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

very nice

@ralphtheninja ralphtheninja merged commit 08b5814 into master Feb 20, 2018
Airtap automation moved this from Review to Done Feb 20, 2018
@ralphtheninja ralphtheninja deleted the dependencies branch February 20, 2018 11:59
@ralphtheninja
Copy link
Member Author

0.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Airtap
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants