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

Update eslint to version 3.10.0 🚀 #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

eslint just published its new version 3.10.0.

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

🌴


GitHub Release

  • 7ee039b Update: Add comma-style options for calls, fns, imports (fixes #7470) (Max Englander)
  • 670e060 Chore: make the object-shorthand tests more readable (#7580) (Teddy Katz)
  • c3f4809 Update: Allow func-names to recognize inferred ES6 names (fixes #7235) (#7244) (Logan Smyth)
  • b8d6e48 Fix: syntax errors created by object-shorthand autofix (fixes #7574) (#7575) (Teddy Katz)
  • 1b3b65c Chore: ensure that files in tests/conf are linted (#7579) (Teddy Katz)
  • 2bd1dd7 Update: avoid creating extra whitespace in arrow-body-style fixer (#7504) (Teddy Katz)
  • 66fe9ff New: no-return-await rule. (fixes #7537) (#7547) (Jordan Harband)
  • 759525e Chore: Use process.exitCode instead of process.exit() in bin/eslint.js (#7569) (Teddy Katz)
  • 0d60db7 Fix: Curly rule doesn't account for leading comment (fixes #7538) (#7539) (Will Chen)
  • 5003b1c Update: fix in/instanceof handling with space-infix-ops (fixes #7525) (#7552) (Teddy Katz)
  • 3e6131e Docs: explain config option merging (#7499) (Danny Andrews)
  • 1766524 Update: "Error type should be" assertion in rule-tester (fixes 6106) (#7550) (Frans Jaspers)
  • 44eb274 Docs: Missing semicolon report was missing a comma (#7553) (James)
  • 6dbda15 Docs: Document the optional defaults argument for RuleTester (#7548) (Teddy Katz)
  • e117b80 Docs: typo fix (#7546) (oprogramador)
  • 25e5613 Chore: Remove incorrect test from indent.js. (#7531) (Scott Stern)
  • c0f4937 Fix: arrow-parens supports type annotations (fixes #7406) (#7436) (Toru Nagashima)
  • a838b8e Docs: func-name-matching: update with “always”/“never” option (#7536) (Jordan Harband)
  • 3c379ff Update: no-restricted-{imports,modules}: add “patterns” (fixes #6963) (#7433) (Jordan Harband)
  • f5764ee Docs: Update example of results returned from executeOnFiles (#7362) (Simen Bekkhus)
  • 4613ba0 Fix: Add support for escape char in JSX. (#7461) (Scott Stern)
  • ea0970d Fix: curly false positive with no-semicolon style (#7509) (Teddy Katz)
  • af1fde1 Update: fix brace-style false negative on multiline node (fixes #7493) (#7496) (Teddy Katz)
  • 3798aea Update: max-statements to report function name (refs #7260) (#7399) (Nicholas C. Zakas)
  • 0c215fa Update: Add ArrowFunctionExpression support to require-jsdoc rule (#7518) (Gyandeep Singh)
  • 578c373 Build: handle deprecated rules with no 'replacedBy' (refs #7471) (#7494) (Vitor Balocco)
  • a7f3976 Docs: Specify min ESLint version for new rule format (#7501) (cowchimp)
  • 8a3e717 Update: Fix lines-around-directive semicolon handling (fixes #7450) (#7483) (Teddy Katz)
  • e58cead Update: add a fixer for certain statically-verifiable eqeqeq cases (#7389) (Teddy Katz)
  • 0dea0ac Chore: Add Node 7 to travis ci build (#7506) (Gyandeep Singh)
  • 36338f0 Update: add fixer for no-extra-boolean-cast (#7387) (Teddy Katz)
  • 183def6 Chore: enable prefer-arrow-callback on ESLint codebase (fixes #6407) (#7503) (Teddy Katz)
  • 4f1fa67 Docs: Update copyright (#7497) (Nicholas C. Zakas)

The new version differs by 610 commits .

  • dbff37a 3.10.0
  • 917b921 Build: package.json and changelog update for 3.10.0
  • 7ee039b Update: Add comma-style options for calls, fns, imports (fixes #7470)
  • 670e060 Chore: make the object-shorthand tests more readable (#7580)
  • c3f4809 Update: Allow func-names to recognize inferred ES6 names (fixes #7235) (#7244)
  • b8d6e48 Fix: syntax errors created by object-shorthand autofix (fixes #7574) (#7575)
  • 1b3b65c Chore: ensure that files in tests/conf are linted (#7579)
  • 2bd1dd7 Update: avoid creating extra whitespace in arrow-body-style fixer (#7504)
  • 66fe9ff New: no-return-await rule. (fixes #7537) (#7547)
  • 759525e Chore: Use process.exitCode instead of process.exit() in bin/eslint.js (#7569)
  • 0d60db7 Fix: Curly rule doesn't account for leading comment (fixes #7538) (#7539)
  • 5003b1c Update: fix in/instanceof handling with space-infix-ops (fixes #7525) (#7552)
  • 3e6131e Docs: explain config option merging (#7499)
  • 1766524 Update: "Error type should be" assertion in rule-tester (fixes 6106) (#7550)
  • 44eb274 Docs: Missing semicolon report was missing a comma (#7553)

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

@coveralls
Copy link

coveralls commented Nov 11, 2016

Coverage Status

Coverage remained the same at 94.022% when pulling 8cb60bc on greenkeeper-eslint-3.10.0 into 2877fa8 on master.

@coveralls
Copy link

coveralls commented Apr 15, 2017

Coverage Status

Coverage remained the same at 93.889% when pulling da5844f on greenkeeper-eslint-3.10.0 into 0ce406d on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants