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

Upgrade file-loader and allowed version for url-loader, drop Node 8 support #731

Merged
merged 3 commits into from
Apr 17, 2020

Conversation

weaverryan
Copy link
Member

  • Upgrades file-loader from v1 to v6
  • Upgrades url-loader from allowing v1 or v2 to v4
  • Removes support for Node 8

@weaverryan weaverryan merged commit d209b20 into symfony:master Apr 17, 2020
@weaverryan weaverryan deleted the bump-more-deps branch April 17, 2020 14:56
Kocal added a commit to Kocal/webpack-encore that referenced this pull request Apr 17, 2020
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
weaverryan pushed a commit to Kocal/webpack-encore that referenced this pull request Apr 18, 2020
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
weaverryan added a commit that referenced this pull request Apr 18, 2020
This PR was merged into the master branch.

Discussion
----------

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

eslint-loader ^3 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) (related #732).

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 #731)
- minimum supported webpack version is 4: not a problem
- minimum supported eslint version is 5: not a problem

Commits
-------

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

1 participant