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

Commits on Aug 23, 2017

  1. Build: Update browsers

    mgol committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    40f16c5 View commit details
    Browse the repository at this point in the history
  2. Build: Update the Travis Node.js version

    Node.js 0.10 is not supported anymore and Node 6 is an LTS.
    mgol committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    b1b1c8d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Build: Update most dependencies

    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 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    90ce614 View commit details
    Browse the repository at this point in the history