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 2.10.0 🚀 #15

Closed
wants to merge 1 commit into from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello 👋

🚀🚀🚀

eslint just published its new version 2.10.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of eslint – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

098cd9c Docs: Distinguish examples in rules under Stylistic Issues part 4 (#6136) (Kenneth Williams)
805742c Docs: Clarify JSX option usage (#6132) (Richard Collins)
10b0933 Fix: Optimize no-irregular-whitespace for the common case (fixes #6116) (#6117) (Andres Suarez)
36bec90 Docs: linkify URLs in development-environment.md (#6150) (chrisjshull)
29c401a Docs: Convert rules in index under Removed from list to table (#6091) (Mark Pedrotti)
e13e696 Fix: _ and $ in isES5Constructor (fixes #6085) (#6094) (Kevin Locke)
67916b9 Fix: no-loop-func crashed (fixes #6130) (#6138) (Toru Nagashima)
d311a62 Fix: Sort fixes consistently even if they overlap (fixes #6124) (#6133) (alberto)
6294459 Docs: Correct syntax for default ignores and .eslintignore example (#6118) (alberto)
067db14 Fix: Replace assert.deepEqual by lodash.isEqual (fixes #6111) (#6112) (alberto)
52fdf04 Fix: no-multiple-empty-lines duplicate errors at BOF (fixes #6113) (#6114) (alberto)
e6f56da Docs: Document --ignore-pattern (#6120) (alberto)
ef739cd Fix: Merge various command line configs at the same time (fixes #6104) (#6108) (Ed Lee)
767da6f Update: add returnAssign option to no-extra-parens (fixes #6036) (#6095) (Kai Cataldo)
06f6252 Build: Use split instead of slice/indexOf for commit check (fixes #6109) (#6110) (Ed Lee)
c4fc39b Docs: Update headings of rules under Removed (refs #5774) (#6102) (Mark Pedrotti)
716345f Build: Match rule id at beginning of heading (refs #5774) (#6089) (Mark Pedrotti)
0734967 Update: Add an option to prefer-const (fixes #5692) (#6040) (Toru Nagashima)
7941d5e Update: Add autofix for lines-around-comment (fixes #5956) (#6062) (alberto)
dc538aa Build: Pin proxyquire to ">=1.0.0 <1.7.5" (fixes #6096) (#6100) (alberto)
04563ca Docs: Describe options in rules under Possible Errors part 2 (#6063) (Mark Pedrotti)
5d390b2 Chore: Replace deprecated calls to context - batch 4 (fixes #6029) (#6087) (alberto)
6df4b23 Fix: no-return-assign warning nested expressions (fixes #5913) (#6041) (Toru Nagashima)
16fad58 Merge pull request #6088 from eslint/docs-one-var-per-line (alberto)
0b67170 Docs: Correct default for one-var-declaration-per-line (fixes #6017) (#6022) (Ed Lee)
d40017f Fix: comma-style accounts for parens in array (fixes #6006) (#6038) (Kai Cataldo)
992d9cf Docs: Fix typography/teriminology in indent doc (fixes #6045) (#6044) (Rich Trott)
4ae39d2 Chore: Replace deprecated calls to context - batch 3 (refs #6029) (#6056) (alberto)
8633e4d Update: multipass should not exit prematurely (fixes #5995) (#6048) (alberto)
3c44c2c Update: Adds an avoidQuotes option for object-shorthand (fixes #3366) (#5870) (Chris Sauvé)
a9a4652 Fix: throw when rule uses fix but meta.fixable not set (fixes #5970) (#6043) (Vitor Balocco)
ad10106 Docs: Update comma-style docs (#6039) (Kai Cataldo)
388d6f8 Fix: no-sequences false negative at arrow expressions (fixes #6082) (#6083) (Toru Nagashima)
8e96064 Docs: Clarify rule example in README since we allow string error levels (#6061) (Kevin Partington)
a66bf19 Fix: lines-around-comment multiple errors on same line (fixes #5965) (#5994) (alberto)
a2cc54e Docs: Organize meta and describe visitor in Working with Rules (#5967) (Mark Pedrotti)
ef8cbff Fix: object-shorthand should only lint computed methods (fixes #6015) (#6024) (Kai Cataldo)
cd1b057 Chore: Replace deprecated calls to context - batch 2 (refs #6029) (#6049) (alberto)
a3a6e06 Update: no-irregal-whitespace in a regular expression (fixes #5840) (#6018) (Linda_pp)
9b9d76c Chore: Replace deprecated calls to context - batch 1 (refs #6029) (#6034) (alberto)
dd8bf93 Fix: blockless else in max-statements-per-line (fixes #5926) (#5993) (Glen Mailer)
f84eb80 New: Add new rule object-property-newline (fixes #5667) (#5933) (Vitor Balocco)
d5f4104 Docs: mention parsing errors in strict mode (fixes #5485) (#5991) (Mark Pedrotti)
249732e Docs: Move docs from eslint.github.io (fixes #5964) (#6012) (Nicholas C. Zakas)
4c2de6c Docs: Add example of diff clarity to comma-dangle rule docs (#6035) (Vitor Balocco)
3db2e89 Fix: Do not swallow exceptions in CLIEngine.getFormatter (fixes #5977) (#5978) (Gustav Nikolaj)
eb2fb44 Fix: Always ignore defaults unless explicitly passed (fixes #5547) (#5820) (Ian VanSchooten)
ab57e94 Docs: Add example of diff clarity to newline-per-chained-call (#5986) (Vitor Balocco)
88bc014 Docs: Update readme info about jshint (#6027) (alberto)
a2c15cc Docs: put config example in code block (#6005) (Amos Wenger)
a5011cb Docs: Fix a wrong examples' header of prefer-arrow-callback. (#6020) (Toru Nagashima)
1484ede Docs: Typo in nodejs-api (#6025) (alberto)
ade6a9b Docs: typo: "eslint-disable-line" not "eslint disable-line" (#6019) (Will Day)
2f15354 Fix: Removed false positives of break and continue (fixes #5972) (#6000) (Onur Temizkan)


The new version differs by 56 commits .

  • 8b78697 2.10.0
  • b299e2d Build: package.json and changelog update for 2.10.0
  • 098cd9c Docs: Distinguish examples in rules under Stylistic Issues part 4 (#6136)
  • 805742c Docs: Clarify JSX option usage (#6132)
  • 10b0933 Fix: Optimize no-irregular-whitespace for the common case (fixes #6116) (#6117)
  • 36bec90 Docs: linkify URLs in development-environment.md (#6150)
  • 29c401a Docs: Convert rules in index under Removed from list to table (#6091)
  • e13e696 Fix:_and$in isES5Constructor (fixes #6085) (#6094)
  • 67916b9 Fix:no-loop-funccrashed (fixes #6130) (#6138)
  • d311a62 Fix: Sort fixes consistently even if they overlap (fixes #6124) (#6133)
  • 6294459 Docs: Correct syntax for default ignores and.eslintignoreexample (#6118)
  • 067db14 Fix: Replaceassert.deepEqualbylodash.isEqual(fixes #6111) (#6112)
  • 52fdf04 Fix:no-multiple-empty-linesduplicate errors at BOF (fixes #6113) (#6114)
  • e6f56da Docs: Document--ignore-pattern(#6120)
  • ef739cd Fix: Merge various command line configs at the same time (fixes #6104) (#6108)

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


This pull request was created by greenkeeper.io.
It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡

@coveralls
Copy link

coveralls commented May 13, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling da87edf on greenkeeper-eslint-2.10.0 into b13b2c2 on master.

@DavidTPate
Copy link
Owner

Closing in favor of #16

@DavidTPate DavidTPate closed this May 14, 2016
@DavidTPate DavidTPate deleted the greenkeeper-eslint-2.10.0 branch May 14, 2016 19:55
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.

3 participants