Update eslint to version 3.9.0 🚀 #172

Closed
greenkeeperio-bot wants to merge 1 commit from greenkeeper-eslint-3.9.0 into master
greenkeeperio-bot commented 2016-10-28 20:44:46 +00:00 (Migrated from github.com)

Hello lovely humans,

eslint just published its new version 3.9.0.

State Update 🚀
Dependency eslint
New version 3.9.0
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of eslint.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project

You rock!

🌴


The new version differs by 1637 commits .

  • 261d728 3.9.0
  • c2e4f6d Build: package.json and changelog update for 3.9.0
  • d933516 New: no-useless-return rule (fixes #7309) (#7441)
  • 5e7af30 Update: Add CallExpression option for indent (fixes #5946) (#7189)
  • b200086 Fix: Support type annotations in array-bracket-spacing (#7445)
  • 5ed8b9b Update: Deprecate prefer-reflect (fixes #7226) (#7464)
  • 92ad43b Chore: Update deprecated rules in conf/eslint.json (#7467)
  • e46666b New: Codeframe formatter (fixes #5860) (#7437)
  • fe0d903 Upgrade: Shelljs to ^0.7.5 (fixes #7316) (#7465)
  • 1d5146f Update: fix wrong indentation about catch,finally (#7371)
  • 77e3a34 Chore: Pin mock-fs dev dependency (#7466)
  • c675d7d Update: Fix no-useless-escape false negative in regexes (fixes #7424) (#7425)
  • ee3bcea Update: add fixer for newline-after-var (fixes #5959) (#7375)
  • 6e9ff08 Fix: indent.js to support multiline array statements. (#7237)
  • f8153ad Build: Ensure absolute links in docs retain .md extensions (fixes #7419) (#7438)

There are 250 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? greenkeeper upgrade

Hello lovely humans, [eslint](https://www.npmjs.com/package/eslint) just published its new version 3.9.0. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> eslint </td> </tr> <tr> <th align=left> New version </td> <td> 3.9.0 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version is **not covered** by your **current version range**. Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though. I recommend you look into these changes and try to get onto the latest version of eslint. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update. Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new). Good luck with your project :sparkles: You rock! :palm_tree: --- The new version differs by 1637 commits . - [`261d728`](https://github.com/eslint/eslint/commit/261d7287820253408ec87c344beccdba2fe829a4) <code>3.9.0</code> - [`c2e4f6d`](https://github.com/eslint/eslint/commit/c2e4f6d15c2487d50ce51a415670542dbcd8b845) <code>Build: package.json and changelog update for 3.9.0</code> - [`d933516`](https://github.com/eslint/eslint/commit/d9335166e0d417ae74bf380e821bf16a79eb90aa) <code>New: `no-useless-return` rule (fixes #7309) (#7441)</code> - [`5e7af30`](https://github.com/eslint/eslint/commit/5e7af3078c8384514cc48613ffa003f17444f96e) <code>Update: Add `CallExpression` option for `indent` (fixes #5946) (#7189)</code> - [`b200086`](https://github.com/eslint/eslint/commit/b2000860eea3b79c5b974dda2d6f44c848187777) <code>Fix: Support type annotations in array-bracket-spacing (#7445)</code> - [`5ed8b9b`](https://github.com/eslint/eslint/commit/5ed8b9bd6799116af2790225a23a324a8a8ef336) <code>Update: Deprecate prefer-reflect (fixes #7226) (#7464)</code> - [`92ad43b`](https://github.com/eslint/eslint/commit/92ad43bf9db6df3d3ba0c0e74d4b8d8b7f339d10) <code>Chore: Update deprecated rules in conf/eslint.json (#7467)</code> - [`e46666b`](https://github.com/eslint/eslint/commit/e46666b3af7fff31ca2da5b530465fe207883bfc) <code>New: Codeframe formatter (fixes #5860) (#7437)</code> - [`fe0d903`](https://github.com/eslint/eslint/commit/fe0d9034dac0823c785cd50726d7b54a31caa35f) <code>Upgrade: Shelljs to ^0.7.5 (fixes #7316) (#7465)</code> - [`1d5146f`](https://github.com/eslint/eslint/commit/1d5146f9412c1d884e19b9e946dbfe3c0ed0b0c2) <code>Update: fix wrong indentation about `catch`,`finally` (#7371)</code> - [`77e3a34`](https://github.com/eslint/eslint/commit/77e3a344e8ead4780ba6878b3b03dc9f29b21f06) <code>Chore: Pin mock-fs dev dependency (#7466)</code> - [`c675d7d`](https://github.com/eslint/eslint/commit/c675d7d619440a14c1581d81401ddaf0eef8eb20) <code>Update: Fix `no-useless-escape` false negative in regexes (fixes #7424) (#7425)</code> - [`ee3bcea`](https://github.com/eslint/eslint/commit/ee3bcea71fe8f826e7c0494f5388ad80542fbc35) <code>Update: add fixer for `newline-after-var` (fixes #5959) (#7375)</code> - [`6e9ff08`](https://github.com/eslint/eslint/commit/6e9ff08cf8ac9188331fcea7905ce162accefe81) <code>Fix: indent.js to support multiline array statements. (#7237)</code> - [`f8153ad`](https://github.com/eslint/eslint/commit/f8153ad226b2a2465fe339d7719bf3664dae8df6) <code>Build: Ensure absolute links in docs retain .md extensions (fixes #7419) (#7438)</code> There are 250 commits in total. See the [full diff](https://github.com/eslint/eslint/compare/2436cc6c1816a7890e35dab38e609daee84d7530...261d7287820253408ec87c344beccdba2fe829a4). --- This pull request was created by [greenkeeper.io](https://greenkeeper.io/). <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MichaelContento/redux-storage!172
No description provided.