Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update dependency eslint-loader to ^2.0.0 #720

Merged
merged 1 commit into from
Mar 9, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2018

This Pull Request updates dependency eslint-loader from ^1.9.0 to ^2.0.0

Release Notes

v2.0.0

  • 🚨 Drop webpack@​1.x support (by @​wonism in #​212)
  • 🚨 Drop Node 4 supported (by @​wonism in #​212)
  • ✨ Add webpack@​4.x support (by @​wonism in #​212)
  • 🐛 Respect eslintPath for formatter (by @​lmnsg in #​195)

Commits

v2.0.0

  • 9e8dadb Add eslint installation instructions (#​185)
  • 961d177 ci: Enable travis builds with webpack 3
  • fd20ae3 chore(package): Bump webpack to 3.3.0
  • 80eef61 docs(readme): Clarify cache option usage (#​186)
  • 855cadc refactor: Remove line delete config.cacheDirectory (#​187)
  • 667baf3 Merge pull request #​188 from sudo-suhas/ci_test_webpack_3
  • 74674d3 README: Note on hot module replacement and emitWarning (#​194)
  • 756330c Update README.md
  • 178763b Fix CI with proper (full + up to date) yarn usage
  • abc88bf Bye codesponsor 😢
  • 0d3d6dd 🤫 Stop using this keyword in loader function
  • 80ba5a4 Webpack 4 compatibility (#​212)
  • 7e3c75b Update Travis Url (#​213)
  • 3c1c296 Respect userOptions.eslintPath (#​195)
  • 1ed9dac 2.0.0

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/eslint-loader-2.x branch from f1a12a0 to c8a11e4 Compare February 26, 2018 16:26
@edmorley
Copy link
Member

edmorley commented Mar 9, 2018

The only breaking changes here are dropping support for node 4 and webpack 1, neither of which are supported by Neutrino 8. As such I think we can treat this as non-breaking - @eliperelman ?

@eliperelman
Copy link
Member

As long as it doesn't change the options we or our users pass to it.

Copy link
Member

@edmorley edmorley left a comment

Choose a reason for hiding this comment

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

This looks fine to me:
webpack-contrib/eslint-loader@1.9.0...2.0.0

(The eslintPath change makes eslint-loader now respect that path when requiring formatter, which seems like a bug fix to me)

@edmorley edmorley merged commit a98e339 into master Mar 9, 2018
@edmorley edmorley deleted the renovate/eslint-loader-2.x branch March 9, 2018 21:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants