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(deps-dev): update eslint-loader to ^3 #733

Merged
merged 1 commit into from
Apr 18, 2020

Commits on Apr 18, 2020

  1. build(deps-dev): update eslint-loader to ^3

    eslint-loader is the last version to [support both ESLint 5 and 6](https://github.com/webpack-contrib/eslint-loader/blob/v3.0.4/package.json#L40).
    
    Given the [changelog for v3.0.0](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md#300-2019-08-24), the only breaking changes are:
    - drop support for Node < 8.9.0 (we did it too symfony#731)
    - minimum supported webpack version is 4: not a problem
    - minimum supported eslint version is 5: not a problem
    Kocal authored and weaverryan committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    bd641a9 View commit details
    Browse the repository at this point in the history