Update eslint to version 3.8.1 🚀 #170

Closed
greenkeeperio-bot wants to merge 1 commit from greenkeeper-eslint-3.8.1 into master
greenkeeperio-bot commented 2016-10-17 21:00:59 +00:00 (Migrated from github.com)

Hello lovely humans,

eslint just published its new version 3.8.1.

State Update 🚀
Dependency eslint
New version 3.8.1
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!

🌴


GitHub Release


The new version differs by 1606 commits .

  • 8936e23 3.8.1
  • 3d94af0 Build: package.json and changelog update for 3.8.1
  • 681c78a Fix: comma-dangle was confused by type annotations (fixes #7370) (#7372)
  • 7525042 Fix: Allow useless escapes in tagged template literals (fixes #7383) (#7384)
  • 9106964 Docs: Fix broken link for stylish formatter (#7386)
  • 49d3c1b Docs: Document the deprecated meta property (#7367)
  • 19d2996 Docs: Relax permission for merging PRs (refs eslint/tsc-meetings#20) (#7360)
  • 8222004 3.8.0
  • a63a181 Build: package.json and changelog update for 3.8.0
  • ee60acf Chore: add integration tests for autofixing (fixes #5909) (#7349)
  • c8796e9 Update: comma-dangle supports trailing function commas (refs #7101) (#7181)
  • c4abaf0 Update: space-before-function-paren supports async/await (refs #7101) (#7180)
  • d0d3b28 Fix: id-length rule incorrectly firing on member access (fixes #6475) (#7365)
  • 2729d94 Fix: Don't report setter params in class bodies as unused (fixes #7351) (#7352)
  • 0b85004 Chore: Enable prefer-template (fixes #6407) (#7357)

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.8.1. <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.8.1 </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: --- [GitHub Release](https://github.com/eslint/eslint/releases/tag/v3.8.1) <ul> <li> <a href="https://urls.greenkeeper.io/eslint/eslint/commit/681c78a79fa02b96f51c6c47544b8e2cf69b8f9f" class="commit-link"><tt>681c78a</tt></a> Fix: <code>comma-dangle</code> was confused by type annotations (fixes <a href="https://urls.greenkeeper.io/eslint/eslint/issues/7370" class="issue-link js-issue-link" data-url="https://github.com/eslint/eslint/issues/7370" data-id="183178300" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#7370</a>) (<a href="https://urls.greenkeeper.io/eslint/eslint/pull/7372" class="issue-link js-issue-link" data-url="https://github.com/eslint/eslint/issues/7372" data-id="183195695" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#7372</a>) (Toru Nagashima)</li> <li> <a href="https://urls.greenkeeper.io/eslint/eslint/commit/75250423ebd7dc0d263c1deb20333f88a35b6ddb" class="commit-link"><tt>7525042</tt></a> Fix: Allow useless escapes in tagged template literals (fixes <a href="https://urls.greenkeeper.io/eslint/eslint/issues/7383" class="issue-link js-issue-link" data-url="https://github.com/eslint/eslint/issues/7383" data-id="183329162" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#7383</a>) (<a href="https://urls.greenkeeper.io/eslint/eslint/pull/7384" class="issue-link js-issue-link" data-url="https://github.com/eslint/eslint/issues/7384" data-id="183331403" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#7384</a>) (Teddy Katz)</li> <li> <a href="https://urls.greenkeeper.io/eslint/eslint/commit/9106964d176c9ee46dba9fa5857fba507cde350a" class="commit-link"><tt>9106964</tt></a> Docs: Fix broken link for stylish formatter (<a href="https://urls.greenkeeper.io/eslint/eslint/pull/7386" class="issue-link js-issue-link" data-url="https://github.com/eslint/eslint/issues/7386" data-id="183500030" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#7386</a>) (Vitor Balocco)</li> <li> <a href="https://urls.greenkeeper.io/eslint/eslint/commit/49d3c1b20ee50bc661bb4c5ee74e0bc1bf2663d9" class="commit-link"><tt>49d3c1b</tt></a> Docs: Document the deprecated meta property (<a href="https://urls.greenkeeper.io/eslint/eslint/pull/7367" class="issue-link js-issue-link" data-url="https://github.com/eslint/eslint/issues/7367" data-id="183154888" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#7367</a>) (Randy Coulman)</li> <li> <a href="https://urls.greenkeeper.io/eslint/eslint/commit/19d2996e00a0ef8cb3994d7590e759af9c67dafb" class="commit-link"><tt>19d2996</tt></a> Docs: Relax permission for merging PRs (refs <a href="https://urls.greenkeeper.io/eslint/tsc-meetings/pull/20" class="issue-link js-issue-link" data-url="https://github.com/eslint/tsc-meetings/issues/20" data-id="182900404" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">eslint/tsc-meetings#20</a>) (<a href="https://urls.greenkeeper.io/eslint/eslint/pull/7360" class="issue-link js-issue-link" data-url="https://github.com/eslint/eslint/issues/7360" data-id="182938870" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#7360</a>) (Brandon Mills)</li> </ul> --- The new version differs by 1606 commits . - [`8936e23`](https://github.com/eslint/eslint/commit/8936e231147608bb072ac10d3abea8e446243bcc) <code>3.8.1</code> - [`3d94af0`](https://github.com/eslint/eslint/commit/3d94af00b8f33d4a018c253dff9df943c55aaf20) <code>Build: package.json and changelog update for 3.8.1</code> - [`681c78a`](https://github.com/eslint/eslint/commit/681c78a79fa02b96f51c6c47544b8e2cf69b8f9f) <code>Fix: `comma-dangle` was confused by type annotations (fixes #7370) (#7372)</code> - [`7525042`](https://github.com/eslint/eslint/commit/75250423ebd7dc0d263c1deb20333f88a35b6ddb) <code>Fix: Allow useless escapes in tagged template literals (fixes #7383) (#7384)</code> - [`9106964`](https://github.com/eslint/eslint/commit/9106964d176c9ee46dba9fa5857fba507cde350a) <code>Docs: Fix broken link for stylish formatter (#7386)</code> - [`49d3c1b`](https://github.com/eslint/eslint/commit/49d3c1b20ee50bc661bb4c5ee74e0bc1bf2663d9) <code>Docs: Document the deprecated meta property (#7367)</code> - [`19d2996`](https://github.com/eslint/eslint/commit/19d2996e00a0ef8cb3994d7590e759af9c67dafb) <code>Docs: Relax permission for merging PRs (refs eslint/tsc-meetings#20) (#7360)</code> - [`8222004`](https://github.com/eslint/eslint/commit/82220042725dd0e86b5ddbeac4166e1eb147aa04) <code>3.8.0</code> - [`a63a181`](https://github.com/eslint/eslint/commit/a63a1813c41b5f8d6b38502f19dfd34b8d1d0867) <code>Build: package.json and changelog update for 3.8.0</code> - [`ee60acf`](https://github.com/eslint/eslint/commit/ee60acfc517ea4b99a75df47e7bdb5a656985eba) <code>Chore: add integration tests for autofixing (fixes #5909) (#7349)</code> - [`c8796e9`](https://github.com/eslint/eslint/commit/c8796e98af6804cccc947ab3e3b06d884a8d035f) <code>Update: `comma-dangle` supports trailing function commas (refs #7101) (#7181)</code> - [`c4abaf0`](https://github.com/eslint/eslint/commit/c4abaf0d4f386af90e471f1f565282cd4a11ccbe) <code>Update: `space-before-function-paren` supports async/await (refs #7101) (#7180)</code> - [`d0d3b28`](https://github.com/eslint/eslint/commit/d0d3b2885a91315922175fa0292fa1cb6f65961c) <code>Fix: id-length rule incorrectly firing on member access (fixes #6475) (#7365)</code> - [`2729d94`](https://github.com/eslint/eslint/commit/2729d94b8dd20c434e0b0e0049ed8ea2e7f798da) <code>Fix: Don't report setter params in class bodies as unused (fixes #7351) (#7352)</code> - [`0b85004`](https://github.com/eslint/eslint/commit/0b85004acdca863873d5e3cdcfcbe6fe4ac106b6) <code>Chore: Enable prefer-template (fixes #6407) (#7357)</code> There are 250 commits in total. See the [full diff](https://github.com/eslint/eslint/compare/2436cc6c1816a7890e35dab38e609daee84d7530...8936e231147608bb072ac10d3abea8e446243bcc). --- 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!170
No description provided.