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

Build: Update browsers, the Travis Node.js version & most dependencies #399

Merged
merged 3 commits into from
Aug 28, 2017

Conversation

mgol
Copy link
Member

@mgol mgol commented Feb 15, 2017

Node.js 0.10 is not supported anymore and Node 6 is an LTS.

Karma can't be updated to 1.4 as it breaks on IE 8 & lower:
karma-runner/karma#2556

Grunt can't be updated to 1.x as the old grunt-jscs peer-depends on Grunt 0.4
and in npm 2 (used by default in Node 4 LTS) this breaks npm install. Updating
grunt-jscs to a newer version (or switching to ESLint) would require lots
of style fixes.

cc @markelog @gibson042

@markelog
Copy link
Member

Grunt can't be updated to 1.x as the old grunt-jscs peer-depends on Grunt 0.4
and in npm 2 (used by default in Node 4 LTS) this breaks npm install. Updating
grunt-jscs to a newer version (or switching to ESLint) would require lots
of style fixes.

Jesus, good thing we are deprecating sizzle

Node.js 0.10 is not supported anymore and Node 6 is an LTS.
@mgol
Copy link
Member Author

mgol commented Aug 23, 2017

PR updated. Anything against landing it soon, @gibson042 @markelog?

Karma can't be updated to 1.4 as it breaks on IE 8 & lower:
karma-runner/karma#2556

Grunt can't be updated to 1.x as the old grunt-jscs peer-depends on Grunt 0.4
and in npm 2 (used by default in Node 4 LTS) this breaks npm install. Updating
grunt-jscs to a newer version (or switching to ESLint) would require lots
of style fixes.

Closes gh-399
@mgol mgol merged commit 90ce614 into master Aug 28, 2017
@mgol mgol deleted the updates branch August 28, 2017 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants