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

chore: update package dependencies #94

Merged
merged 2 commits into from Apr 18, 2017

Conversation

keithamus
Copy link
Member

This commit updates all dependencies. After this we should be able to get gk running properly - as I'm not sure it is right now.

"eslint-config-strict": "^8.5.0",
"eslint-plugin-filenames": "^0.2.0",
"ghooks": "^1.0.1",
"browserify": "^14.3.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.

FYI, while Browserify 14 technically no longer supports IE10, the main reason is due to it upgrading the Buffer module, which we don't make use of - so I feel like we can upgrade for this case - as it means less effort in trying to determine what packages need upgrading later on. However I also can see this is a slippery slope - as all we need to do is reference Buffer once to break browserify builds for IE10 - so I'm happy to take direction here.

Copy link
Member

Choose a reason for hiding this comment

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

I think that we won't need to reference Buffer anytime soon given the purpose of this library.
If we ever need to we can always go back to the old version.

I agree with this change. Also, thanks for explaining, it's always good to have this kind of comment available on GitHub if we ever need to see the reason why we're doing this.

Copy link
Member

@lucasfcosta lucasfcosta left a comment

Choose a reason for hiding this comment

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

LGTM!

Good job making the package.json cleaner btw.

Let's wait for @meeber to merge this.

"eslint-config-strict": "^8.5.0",
"eslint-plugin-filenames": "^0.2.0",
"ghooks": "^1.0.1",
"browserify": "^14.3.0",
Copy link
Member

Choose a reason for hiding this comment

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

I think that we won't need to reference Buffer anytime soon given the purpose of this library.
If we ever need to we can always go back to the old version.

I agree with this change. Also, thanks for explaining, it's always good to have this kind of comment available on GitHub if we ever need to see the reason why we're doing this.

"eslint": "^3.19.0",
"eslint-config-strict": "^13.0.0",
"eslint-plugin-filenames": "^1.1.0",
"husky": "^0.13.3",
Copy link
Member

Choose a reason for hiding this comment

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

I didn't know this. Seems awesome!

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah sorry - I should have mentioned; ghooks is now deprecated in favour of husky.

@keithamus
Copy link
Member Author

Looks like the build is failing here because eslint no longer supports Node 0.10 or 0.12. We have PR #96 which should be merged first, and then this one will pass.

@lucasfcosta
Copy link
Member

lucasfcosta commented Apr 13, 2017

@keithamus, ah sorry, I didn't see that. Seems like an ultra easy issue to solve btw.

I've just approved that PR.

@keithamus keithamus force-pushed the chore/update-all-dependencies branch from b03d641 to 0a18483 Compare April 18, 2017 05:39
@keithamus keithamus merged commit 0bb99f7 into chaijs:master Apr 18, 2017
@keithamus keithamus deleted the chore/update-all-dependencies branch April 18, 2017 05:45
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.

None yet

2 participants