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 1.6.0 πŸš€ #523

Merged
merged 1 commit into from Oct 9, 2015

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello πŸ‘‹

πŸš€πŸš€πŸš€

eslint just published its new version 1.6.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

  • Fix: cache is basically not working (fixes #4008) (Richard Hansen)
  • Fix: a test failure on Windows (fixes #3968) (Toru Nagashima)
  • Fix: no-invalid-this had been missing globals in node (fixes #3961) (Toru Nagashima)
  • Fix: curly with multi had false positive (fixes #3856) (Toru Nagashima)
  • Build: Add load performance check inside perf function (fixes #3994) (Gyandeep Singh)
  • Fix: space-before-keywords fails with super keyword (fixes #3946) (alberto)
  • Fix: CLI should not fail on account of ignored files (fixes #3978) (Dominic Barnes)
  • Fix: brace-style rule incorrectly flagging switch (fixes #4002) (Aparajita Fishman)
  • Update: Implement auto fix for space-unary-ops rule (fixes #3976) (alberto)
  • Update: Implement auto fix for computed-property-spacing (fixes #3975) (alberto)
  • Update: Implement auto fix for no-multi-spaces rule (fixes #3979) (alberto)
  • Fix: Report shorthand method names in complexity rule (fixes #3955) (Tijn Kersjes)
  • Docs: Add note about typeof check for isNaN (fixes #3985) (Daniel Lo Nigro)
  • Update: ESLint reports parsing errors with clear prefix. (fixes #3555) (Kevin Partington)
  • Build: Update markdownlint dependency (fixes #3954) (David Anson)
  • Update: no-mixed-require to have non boolean option (fixes #3922) (Gyandeep Singh)
  • Fix: trailing spaces auto fix to check for line breaks (fixes #3940) (Gyandeep Singh)
  • Update: Add typeof option to no-undef rule (fixes #3684) (Gyandeep Singh)
  • Docs: Fix explanation and typos for accessor-pairs (alberto)
  • Docs: Fix typos for camelcase (alberto)
  • Docs: Fix typos for max-statements (Danny Guo)
  • Update: Implement auto fix for object-curly-spacing (fixes #3857) (alberto)
  • Update: Implement auto fix for array-bracket-spacing rule (fixes #3858) (alberto)
  • Fix: Add schema to global-require rule (fixes #3923) (Gyandeep Singh)
  • Update: Apply lazy loading for rules (fixes #3930) (Gyandeep Singh)
  • Docs: Fix typo for arrow-spacing (Danny Guo)
  • Docs: Fix typos for wrap-regex (Danny Guo)
  • Docs: Fix explanation for space-before-keywords (Danny Guo)
  • Docs: Fix typos for operator-linebreak (Danny Guo)
  • Docs: Fix typos for callback-return (Danny Guo)
  • Fix: no-trailing-spaces autofix to account for blank lines (fixes #3912) (Gyandeep Singh)
  • Docs: Fix example in no-negated-condition.md (fixes #3908) (alberto)
  • Update:warn message use @return when prefer.returns=return (fixes #3889) (ι—²θ€˜β„’)
  • Update: Implement auto fix for generator-star-spacing rule (fixes #3873) (alberto)
  • Update: Implement auto fix for arrow-spacing rule (fixes #3860) (alberto)
  • Update: Implement auto fix for block-spacing rule (fixes #3859) (alberto)
  • Fix: Support allman style for switch statement (fixes #3903) (Gyandeep Singh)
  • New: no-negated-condition rule (fixes #3740) (alberto)
  • Docs: Fix typo in blog post template (Nicholas C. Zakas)
  • Update: Add env 'nashorn' to support Java 8 Nashorn Engine (fixes #3874) (Benjamin Winterberg)
  • Docs: Prepare for rule doc linting (refs #2271) (Ian VanSchooten)

The new version differs by 84 commits .

  • 54600a3 1.6.0
  • 42f6329 Merge pull request #4003 from aparajita/fix-allman-switch
  • 3029787 Merge pull request #4019 from rich-hansen/issue4008
  • 4cfbd45 Merge pull request #3992 from alberto/issue3946
  • 6149816 Fix: cache is basically not working (fixes #4008)
  • fbc8903 Merge pull request #3960 from mysticatea/curly/fix-multi-for-nesting
  • 338555e Merge pull request #4013 from mysticatea/core/fix-crlf
  • 4f7709c Merge pull request #4012 from mysticatea/no-invalid-this/fix-missing-in-node
  • b2b43f4 Merge pull request #4017 from jvandemo/fix/source-code-fixer
  • 77b7b9e Fix: fix undefined source code (fixes #4016)
  • bff4763 Fix: a test failure on Windows (fixes #3968)
  • 1355e0b Fix:no-invalid-thishad been missing globals in node (fixes #3961)
  • 9875101 Fix:curlywithmultihad false positive (fixes #3856)
  • 45863c1 Merge pull request #3989 from dominicbarnes/ignored-files-should-not-stat
  • fa830ea Merge pull request #4005 from eslint/issue3994

There are 84 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 ⚑

cramforce added a commit that referenced this pull request Oct 9, 2015
Update eslint to version 1.6.0 πŸš€
@cramforce cramforce merged commit 1d307a7 into master Oct 9, 2015
@jridgewell jridgewell deleted the greenkeeper-eslint-1.6.0 branch February 19, 2016 19:11
@dparikh dparikh mentioned this pull request Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment