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 the latest version 🚀 #274

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 12, 2016

Version 3.12.1 of eslint just got published.

Dependency eslint
Current Version 2.13.1
Type devDependency

The version 3.12.1 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.


Commits

The new version differs by 508 commits .

  • 9679daa 3.12.1
  • 8a31bc8 Build: package.json and changelog update for 3.12.1
  • 0ad4d33 Fix: indent regression with function calls (fixes #7732, fixes #7733) (#7734)
  • ab246dd Docs: Rules restricting globals/properties/syntax are linked together (#7743)
  • df2f115 Docs: Add eslint-config-mdcs to JSCS Migration Guide (#7737)
  • 4b77333 Build: avoid creating broken rule links in the changelog (#7731)
  • da79f17 3.12.0
  • 519e790 Build: package.json and changelog update for 3.12.0
  • e569225 Update: fix false positive/negative of yoda rule (fixes #7676) (#7695)
  • e95a230 Fix: indent "first" option false positive on nested arrays (fixes #7727) (#7728)
  • 81f9e7d Fix: Allow duplicated let declarations in prefer-const (fixes #7712) (#7717)
  • 1d0d61d New: Add no-await-in-loop rule (#7563)
  • 2cdfb4e New: Additional APIs (fixes #6256) (#7669)
  • 4278c42 Update: make no-obj-calls report errors for Reflect (fixes #7700) (#7710)
  • 4742d82 Docs: clarify the default behavior of operator-linebreak (fixes #7459) (#7726)

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

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2016

Version 3.12.2 just got published.

Update to this version instead 🚀

Release Notes v3.12.2
  • dec3ec6 Fix: indent bug with AssignmentExpressions (fixes #7747) (#7750) (Teddy Katz)
  • 5344751 Build: Don't create blogpost links from rule names within other words (#7754) (Teddy Katz)
  • 639b798 Docs: Use Object.prototype in examples (#7755) (Alex Reardon)
Commits

The new version differs by 5 commits .

  • b4f88a9 3.12.2
  • 3e10642 Build: package.json and changelog update for 3.12.2
  • dec3ec6 Fix: indent bug with AssignmentExpressions (fixes #7747) (#7750)
  • 5344751 Build: Don't create blogpost links from rule names within other words (#7754)
  • 639b798 Docs: Use Object.prototype in examples (#7755)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 9, 2017

Version 3.13.1 just got published.

Update to this version instead 🚀

Release Notes v3.13.1
  • 3fc4e3f Fix: prefer-destructuring reporting compound assignments (fixes #7881) (#7882) (Teddy Katz)
  • f90462e Fix: no-extra-label autofix should not remove labels used elsewhere (#7885) (Teddy Katz)
Commits

The new version differs by 47 commits .

  • 7f8393c 3.13.1
  • 91883bf Build: package.json and changelog update for 3.13.1
  • 3fc4e3f Fix: prefer-destructuring reporting compound assignments (fixes #7881) (#7882)
  • f90462e Fix: no-extra-label autofix should not remove labels used elsewhere (#7885)
  • 8571ab8 3.13.0
  • d54e0c1 Build: package.json and changelog update for 3.13.0
  • cd4c025 Update: add fixer for no-extra-label (#7840)
  • aa75c92 Fix: Ensure prefer-const fixes destructuring assignments (fixes #7852) (#7859)
  • 4008022 Chore: Refactor to use ES6 Classes (Part 3)(refs #7849) (#7865)
  • c9ba40a Update: add fixer for no-unneeded-ternary (#7540)
  • dd56d87 Update: add object-shorthand option for arrow functions (fixes #7564) (#7746)
  • fbafdc0 Docs: padded-blocks never case (fixes #7868) (#7878)
  • ca1f841 Fix: no-useless-return stack overflow on loops after throw (fixes #7855) (#7856)
  • d80d994 Update: add fixer for object-property-newline (fixes #7740) (#7808)
  • bf3ea3a Fix: capitalized-comments: Ignore consec. comments if first is invalid (#7835)

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 20, 2017

Version 3.14.0 just got published.

Update to this version instead 🚀

Release Notes v3.14.0
  • 506324a Fix: no-var does not fix if causes ReferenceError (fixes #7950) (#7953) (Toru Nagashima)
  • 05e7432 New: no-chained-assignments rule (fixes #6424) (#7904) (Stewart Rand)
  • 243e47d Update: Add fixer for no-else-return (fixes #7863) (#7864) (Xander Dumaine)
  • f091d95 New: prefer-promise-reject-errors rule (fixes #7685) (#7689) (Teddy Katz)
  • ca01e00 Fix: recognize all line terminators in func-call-spacing (fixes #7923) (#7924) (Francesco Trotta)
  • a664e8a Update: add ignoreJSX option to no-extra-parens (Fixes #7444) (#7926) (Robert Rossmann)
  • 8ac3518 Fix: no-useless-computed-key false positive with __proto__ (#7934) (Teddy Katz)
  • c835e19 Docs: remove reference to deleted rule (#7942) (Alejandro Oviedo)
  • 3c1e63b Docs: Improve examples for no-case-declarations (fixes #6716) (#7920) (Kevin Rangel)
  • 7e04b33 Fix: Ignore inline plugin rule config in autoconfig (fixes #7860) (#7919) (Ian VanSchooten)
  • 6448ba0 Fix: add parentheses in no-extra-boolean-cast autofixer (fixes #7912) (#7914) (Szymon Przybylski)
  • b3f2094 Fix: brace-style crash with lone block statements (fixes #7908) (#7909) (Teddy Katz)
  • 5eb2e88 Docs: Correct typos in configuring.md (#7916) (Gabriel Delépine)
  • bd5e219 Update: ensure brace-style validates class bodies (fixes #7608) (#7871) (Teddy Katz)
  • 427543a Fix: catastrophic backtracking in astUtils linebreak regex (fixes #7893) (#7898) (Teddy Katz)
  • 995554c Fix: Correct typos in no-alert.md and lib/ast-utils.js (#7905) (Stewart Rand)
  • d6150e3 Chore: Enable comma-dangle on ESLint codebase (fixes #7725) (#7906) (Teddy Katz)
  • 075ec25 Chore: update to use ES6 classes (refs #7849) (#7891) (Claire Dranginis)
  • 55f0cb6 Update: refactor brace-style and fix inconsistencies (fixes #7869) (#7870) (Teddy Katz)
Commits

The new version differs by 21 commits .

  • 67ac93c 3.14.0
  • 2cf5810 Build: package.json and changelog update for 3.14.0
  • 506324a Fix: no-var does not fix if causes ReferenceError (fixes #7950) (#7953)
  • 05e7432 New: no-chained-assignments rule (fixes #6424) (#7904)
  • 243e47d Update: Add fixer for no-else-return (fixes #7863) (#7864)
  • f091d95 New: prefer-promise-reject-errors rule (fixes #7685) (#7689)
  • ca01e00 Fix: recognize all line terminators in func-call-spacing (fixes #7923) (#7924)
  • a664e8a Update: add ignoreJSX option to no-extra-parens (Fixes #7444) (#7926)
  • 8ac3518 Fix: no-useless-computed-key false positive with __proto__ (#7934)
  • c835e19 Docs: remove reference to deleted rule (#7942)
  • 3c1e63b Docs: Improve examples for no-case-declarations (fixes #6716) (#7920)
  • 7e04b33 Fix: Ignore inline plugin rule config in autoconfig (fixes #7860) (#7919)
  • 6448ba0 Fix: add parentheses in no-extra-boolean-cast autofixer (fixes #7912) (#7914)
  • b3f2094 Fix: brace-style crash with lone block statements (fixes #7908) (#7909)
  • 5eb2e88 Docs: Correct typos in configuring.md (#7916)

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 25, 2017

Version 3.14.1 just got published.

Update to this version instead 🚀

Release Notes v3.14.1
  • 791f32b Fix: brace-style false positive for keyword method names (fixes #7974) (#7980) (Teddy Katz)
  • d7a0add Docs: Add ESLint tutorial embed to getting started (#7971) (Jamis Charles)
  • 72d41f0 Fix: no-var autofix syntax error in single-line statements (fixes #7961) (#7962) (Teddy Katz)
  • b9e5b68 Fix: indent rule crash on sparse array with object (fixes #7959) (#7960) (Gyandeep Singh)
  • a7bd66a Chore: Adding assign/redeclare tests to no-undefined (refs #7964) (#7965) (Kevin Partington)
  • 8bcbf5d Docs: typo in prefer-promise-reject-errors (#7958) (Patrick McElhaney)
Commits

The new version differs by 8 commits .

  • e544644 3.14.1
  • 1297635 Build: package.json and changelog update for 3.14.1
  • 791f32b Fix: brace-style false positive for keyword method names (fixes #7974) (#7980)
  • d7a0add Docs: Add ESLint tutorial embed to getting started (#7971)
  • 72d41f0 Fix: no-var autofix syntax error in single-line statements (fixes #7961) (#7962)
  • b9e5b68 Fix: indent rule crash on sparse array with object (fixes #7959) (#7960)
  • a7bd66a Chore: Adding assign/redeclare tests to no-undefined (refs #7964) (#7965)
  • 8bcbf5d Docs: typo in prefer-promise-reject-errors (#7958)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 3, 2017

Version 3.15.0 just got published.

Update to this version instead 🚀

Release Notes v3.15.0
  • f2a3580 Fix: no-extra-parens incorrect precedence (fixes #7978) (#7999) (alberto)
  • d6b6ba1 Fix: no-var should fix ForStatement.init (#7993) (Toru Nagashima)
  • 99d386d Upgrade: Espree v3.4.0 (#8019) (Kai Cataldo)
  • 42390fd Docs: update README.md for team (#8016) (Toru Nagashima)
  • d7ffd88 Chore: enable template-tag-spacing on ESLint codebase (#8005) (Teddy Katz)
  • f2be7e3 Docs: Fix typo in object-curly-newline.md (#8002) (Danny Andrews)
  • df2351a Docs: Fix misleading section in brace-style documentation (#7996) (Teddy Katz)
  • 5ae6e00 Chore: avoid unnecessary feature detection for Symbol (#7992) (Teddy Katz)
  • 5d57c57 Chore: fix no-else-return lint error (refs #7986) (#7994) (Vitor Balocco)
  • 62fb054 Chore: enable no-else-return on ESLint codebase (#7986) (Teddy Katz)
  • c59a0ba Update: add ignoreRestSiblings option to no-unused-vars (#7968) (Zack Argyle)
  • 5cdfa99 Chore: enable no-unneeded-ternary on ESLint codebase (#7987) (Teddy Katz)
  • fbd7c13 Update: ensure operator-assignment handles exponentiation operators (#7970) (Teddy Katz)
  • c5066ce Update: add "variables" option to no-use-before-define (fixes #7111) (#7948) (Teddy Katz)
  • 09546a4 New: template-tag-spacing rule (fixes #7631) (#7913) (Jonathan Wilsson)
Commits

The new version differs by 17 commits .

  • 8ea98f9 3.15.0
  • 77b5cb7 Build: package.json and changelog update for 3.15.0
  • f2a3580 Fix: no-extra-parens incorrect precedence (fixes #7978) (#7999)
  • d6b6ba1 Fix: no-var should fix ForStatement.init (#7993)
  • 99d386d Upgrade: Espree v3.4.0 (#8019)
  • 42390fd Docs: update README.md for team (#8016)
  • d7ffd88 Chore: enable template-tag-spacing on ESLint codebase (#8005)
  • f2be7e3 Docs: Fix typo in object-curly-newline.md (#8002)
  • df2351a Docs: Fix misleading section in brace-style documentation (#7996)
  • 5ae6e00 Chore: avoid unnecessary feature detection for Symbol (#7992)
  • 5d57c57 Chore: fix no-else-return lint error (refs #7986) (#7994)
  • 62fb054 Chore: enable no-else-return on ESLint codebase (#7986)
  • c59a0ba Update: add ignoreRestSiblings option to no-unused-vars (#7968)
  • 5cdfa99 Chore: enable no-unneeded-ternary on ESLint codebase (#7987)
  • fbd7c13 Update: ensure operator-assignment handles exponentiation operators (#7970)

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2017

Version 3.16.0 just got published.

Update to this version instead 🚀

Release Notes v3.16.0
  • d89d0b4 Update: fix quotes false negative for string literals as template tags (#8107) (Teddy Katz)
  • 21be366 Chore: Ensuring eslint:recommended rules are sorted. (#8106) (Kevin Partington)
  • 360dbe4 Update: Improve error message when extend config missing (fixes #6115) (#8100) (alberto)
  • f62a724 Chore: use updated token iterator methods (#8103) (Kai Cataldo)
  • daf6f26 Fix: check output in RuleTester when errors is a number (fixes #7640) (#8097) (alberto)
  • cfb65c5 Update: make no-lone-blocks report blocks in switch cases (fixes #8047) (#8062) (Teddy Katz)
  • 290fb1f Update: Add includeComments to getTokenByRangeStart (fixes #8068) (#8069) (Kai Cataldo)
  • ff066dc Chore: Incorrect source code test text (#8096) (Jack Ford)
  • 14d146d Docs: Clarify --ext only works with directories (fixes #7939) (#8095) (alberto)
  • 013a454 Docs: Add TSC meeting quorum requirement (#8086) (Kevin Partington)
  • 7516303 Fix: sourceCode.getTokenAfter shouldn't skip tokens after comments (#8055) (Toru Nagashima)
  • c53e034 Fix: unicode-bom fixer insert BOM in appropriate location (fixes #8083) (#8084) (pantosha)
  • 55ac302 Chore: fix the timing to define rules for tests (#8082) (Toru Nagashima)
  • c7e64f3 Upgrade: mock-fs (#8070) (Toru Nagashima)
  • acc3301 Update: handle uncommon linebreaks consistently in rules (fixes #7949) (#8049) (Teddy Katz)
  • 591b74a Chore: enable operator-linebreak on ESLint codebase (#8064) (Teddy Katz)
  • 6445d2a Docs: Add documentation for /* exported */ (fixes #7998) (#8065) (Lee Yi Min)
  • fcc38db Chore: simplify and improve performance for autofix (#8035) (Toru Nagashima)
  • b04fde7 Chore: improve performance of SourceCode constructor (#8054) (Teddy Katz)
  • 90fd555 Update: improve null detection in eqeqeq for ES6 regexes (fixes #8020) (#8042) (Teddy Katz)
  • 16248e2 Fix: no-extra-boolean-cast incorrect Boolean() autofixing (fixes #7977) (#8037) (Jonathan Wilsson)
  • 834f45d Update: rewrite TokenStore (fixes #7810) (#7936) (Toru Nagashima)
  • 329dcdc Chore: unify checks for statement list parents (#8048) (Teddy Katz)
  • c596690 Docs: Clarify generator-star-spacing config example (fixes #8027) (#8034) (Hòa Trần)
  • a11d4a6 Docs: fix a typo in shareable configs documentation (#8036) (Dan Homola)
  • 1e3d4c6 Update: add fixer for no-unused-labels (#7841) (Teddy Katz)
  • f47fb98 Update: ensure semi-spacing checks import/export declarations (#8033) (Teddy Katz)
  • e228d56 Update: no-undefined handles properties/classes/modules (fixes #7964) (#7966) (Kevin Partington)
  • 7bc92d9 Chore: fix invalid test cases (#8030) (Toru Nagashima)
Commits

The new version differs by 31 commits .

  • 3c26a59 3.16.0
  • 5bdb960 Build: package.json and changelog update for 3.16.0
  • d89d0b4 Update: fix quotes false negative for string literals as template tags (#8107)
  • 21be366 Chore: Ensuring eslint:recommended rules are sorted. (#8106)
  • 360dbe4 Update: Improve error message when extend config missing (fixes #6115) (#8100)
  • f62a724 Chore: use updated token iterator methods (#8103)
  • daf6f26 Fix: check output in RuleTester when errors is a number (fixes #7640) (#8097)
  • cfb65c5 Update: make no-lone-blocks report blocks in switch cases (fixes #8047) (#8062)
  • 290fb1f Update: Add includeComments to getTokenByRangeStart (fixes #8068) (#8069)
  • ff066dc Chore: Incorrect source code test text (#8096)
  • 14d146d Docs: Clarify --ext only works with directories (fixes #7939) (#8095)
  • 013a454 Docs: Add TSC meeting quorum requirement (#8086)
  • 7516303 Fix: sourceCode.getTokenAfter shouldn't skip tokens after comments (#8055)
  • c53e034 Fix: unicode-bom fixer insert BOM in appropriate location (fixes #8083) (#8084)
  • 55ac302 Chore: fix the timing to define rules for tests (#8082)

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2017

Version 3.16.1 just got published.

Update to this version instead 🚀

Release Notes v3.16.1
  • ff8a80c Fix: duplicated autofix output for inverted fix ranges (fixes #8116) (#8117) (Teddy Katz)
  • a421897 Docs: fix typo in arrow-parens.md (#8132) (Will Chen)
  • 22d7fbf Chore: fix invalid redeclared variables in tests (#8130) (Teddy Katz)
  • 8d95598 Chore: fix output assertion typos in rule tests (#8129) (Teddy Katz)
  • 9fa2559 Docs: Add missing quotes in key-spacing rule (#8121) (Glenn Reyes)
  • f3a6ced Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
Commits

The new version differs by 8 commits .

  • 589ab67 3.16.1
  • 4fec5b2 Build: package.json and changelog update for 3.16.1
  • ff8a80c Fix: duplicated autofix output for inverted fix ranges (fixes #8116) (#8117)
  • a421897 Docs: fix typo in arrow-parens.md (#8132)
  • 22d7fbf Chore: fix invalid redeclared variables in tests (#8130)
  • 8d95598 Chore: fix output assertion typos in rule tests (#8129)
  • 9fa2559 Docs: Add missing quotes in key-spacing rule (#8121)
  • f3a6ced Build: package.json update for eslint-config-eslint release

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 3, 2017

Version 3.17.0 just got published.

Update to this version instead 🚀

Release Notes v3.17.0
  • 4fdf6d7 Update: deprecate applyDefaultPatterns in line-comment-position (#8183) (alberto)
  • 25e5817 Fix: Don't autofix + +a to ++a in space-unary-ops (#8176) (Alan Pierce)
  • a6ce8f9 Build: Sort rules before dumping them to doc files (#8154) (Danny Andrews)
  • 0af9057 Chore: Upgrade to a patched version of mock-fs (fixes #8177) (#8188) (Teddy Katz)
  • bf4d8cf Update: ignore eslint comments in lines-arount-comment (fixes #4345) (#8155) (alberto)
  • dad20ad New: add SourceCode#getLocFromIndex and #getIndexFromLoc (fixes #8073) (#8158) (Teddy Katz)
  • 18a519f Update: let RuleTester cases assert that no autofix occurs (fixes #8157) (#8163) (Teddy Katz)
  • a30eb8d Docs: improve documentation for RuleTester cases (#8162) (Teddy Katz)
  • a78ec9f Chore: upgrade coveralls to ^2.11.16 (#8161) (alberto)
  • d02bd11 Fix: padded-blocks autofix problems with comments (#8149) (alberto)
  • 9994889 Docs: Add missing space to create in no-use-before-define (#8166) (Justin Anastos)
  • 4d542ba Docs: Remove unneeded statement about autofix (#8164) (alberto)
  • 20daea5 New: no-compare-neg-zero rule (#8091) (薛定谔的猫)
  • 4d35a81 Fix: Add a utility to avoid autofix conflicts (fixes #7928, fixes #8026) (#8067) (Alan Pierce)
  • 287e882 New: nonblock-statement-body-position rule (fixes #6067) (#8108) (Teddy Katz)
  • 7f1f4e5 Chore: remove unneeded devDeps linefix and gh-got (#8160) (alberto)
  • ca1694b Update: ignore negative ranges in fixes (#8133) (alberto)
  • 163d751 Docs: lines-around-comment doesn't disallow empty lines (#8151) (alberto)
  • 1c84922 Chore: upgrade eslint-plugin-node (#8156) (alberto)
  • 1ee5c27 Fix: Make RuleTester handle empty-string cases gracefully (fixes #8142) (#8143) (Teddy Katz)
  • 044bc10 Docs: Add details about "--fix" option for "sort-imports" rule (#8077) (Olivier Audard)
  • 3fec54a Add option to ignore property in no-param-reassign (#8087) (Christian Bundy)
  • 4e52cfc Fix: Improve keyword-spacing typescript support (fixes #8110) (#8111) (Reyad Attiyat)
  • 7ff42e8 New: Allow regexes in RuleTester (fixes #7837) (#8115) (Daniel Lo Nigro)
  • cbd7ded Build: display rules’ meta data in their docs (fixes #5774) (#8127) (Wilson Kurniawan)
  • da8e8af Update: include function name in report message if possible (fixes #7260) (#8058) (Dieter Luypaert)
  • 8f91e32 Fix: ignoreRestSiblings option didn't cover arguments (fixes #8119) (#8120) (Toru Nagashima)
Commits

The new version differs by 0 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2017

Version 3.17.1 just got published.

Update to this version instead 🚀

Release Notes v3.17.1
  • f8c8e6e Build: change mock-fs path without SSH (fixes #8207) (#8208) (Toru Nagashima)
  • f713f11 Fix: nonblock-statement-body-position multiline error (fixes #8202) (#8203) (Teddy Katz)
  • 41e3d9c Fix: operator-assignment with parenthesized expression (fixes #8190) (#8197) (alberto)
  • 5e3bca7 Chore: add eslint-plugin-eslint-plugin (#8198) (Teddy Katz)
  • 580da36 Chore: add missing output property to tests (#8195) (alberto)
Commits

The new version differs by 7 commits .

  • af8f8b9 3.17.1
  • a6c12f3 Build: package.json and changelog update for 3.17.1
  • f8c8e6e Build: change mock-fs path without SSH (fixes #8207) (#8208)
  • f713f11 Fix: nonblock-statement-body-position multiline error (fixes #8202) (#8203)
  • 41e3d9c Fix: operator-assignment with parenthesized expression (fixes #8190) (#8197)
  • 5e3bca7 Chore: add eslint-plugin-eslint-plugin (#8198)
  • 580da36 Chore: add missing output property to tests (#8195)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 18, 2017

Version 3.18.0 just got published.

Update to this version instead 🚀

Release Notes v3.18.0
  • 85f74ca Fix: broken code path of direct nested loops (fixes #8248) (#8274) (Toru Nagashima)
  • a61c359 Fix: Ignore hidden folders when resolving globs (fixes #8259) (#8270) (Ian VanSchooten)
  • 6f05546 Chore: convert StubModuleResolver in config tests to ES6 class (#8265) (Teddy Katz)
  • 0c0fc31 Fix: false positive of no-extra-parens about spread and sequense (#8275) (Toru Nagashima)
  • e104973 Docs: remove self-reference in no-restricted-syntax docs (#8277) (Vitor Balocco)
  • 23eca51 Update: Add allowTaggedTemplates to no-unused-expressions (fixes #7632) (#8253) (Kevin Partington)
  • f9ede3f Upgrade: doctrine to 2.0.0 (#8269) (alberto)
  • 1b678a6 New: allow rules to listen for AST selectors (fixes #5407) (#7833) (Teddy Katz)
  • 63ca0c5 Chore: use precalculated counts in stylish formatter (#8251) (alberto)
  • 47c3171 Fix: typo in console.error (#8258) (Jan Peer Stöcklmair)
  • e74ed6d Chore: convert Traverser to ES6 class (refs #7849) (#8232) (Teddy Katz)
  • 13eead9 Fix: sort-vars crash on mixed destructuring declarations (#8245) (Teddy Katz)
  • 133f489 Fix: func-name-matching crash on destructuring assignment to functions (#8247) (Teddy Katz)
  • a34b9c4 Fix: func-name-matching crash on non-string literal computed keys (#8246) (Teddy Katz)
  • 7276e6d Docs: remove unneeded semicolons in arrow-parens.md (#8249) (Dmitry Gershun)
  • 8c40a25 Upgrade: concat-stream known to be vulnerable prior 1.5.2 (#8228) (Samuel)
  • 149c055 Upgrade: mock-fs to v4.2.0 (fixes #8194) (#8243) (Teddy Katz)
  • a83bff9 Build: remove unneeded json config in demo (fixes #8237) (#8242) (alberto)
  • df12137 Docs: fix typos (#8235) (Gyandeep Singh)
  • b5e9788 Chore: rename no-extra-parens methods (#8225) (Vitor Balocco)
  • 7f8afe6 Update: no-extra-parens overlooked spread and superClass (fixes #8175) (#8209) (Toru Nagashima)
  • ce6ff56 Docs: set recommended true for no-global-assign (fixes #8215) (#8218) (BinYi LIU)
  • 5b5c236 Fix: wrong comment when module not found in config (fixes #8192) (#8196) (alberto)
Commits

The new version differs by 0 commits .

See the full diff.

greenkeeper bot added a commit that referenced this pull request Jun 12, 2017
greenkeeper bot added a commit that referenced this pull request Jun 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 24, 2017

Version 4.1.0 just got published.

Update to this version instead 🚀

Release Notes v4.1.0
  • e8f1362 Docs: Remove wrong descriptions in padded-block rule (#8783) (Plusb Preco)
  • 291a783 Update: enforceForArrowConditionals to no-extra-parens (fixes #6196) (#8439) (Evilebot Tnawi)
  • a21dd32 New: Add overrides/files options for glob-based config (fixes #3611) (#8081) (Sylvan Mably)
  • 879688c Update: Add ignoreComments option to no-trailing-spaces (#8061) (Jake Roussel)
  • b58ae2e Chore: Only instantiate fileEntryCache when cache flage set (perf) (#8763) (Gyandeep Singh)
  • 9851288 Update: fix indent errors on multiline destructure (fixes #8729) (#8756) (Victor Hom)
  • 3608f06 Docs: Increase visibility of code of conduct (fixes #8758) (#8764) (Kai Cataldo)
  • 673a58b Update: support multiple fixes in a report (fixes #7348) (#8101) (Toru Nagashima)
  • 7a1bc38 Fix: don't pass default parserOptions to custom parsers (fixes #8744) (#8745) (Teddy Katz)
  • c5b4052 Chore: enable computed-property-spacing on ESLint codebase (#8760) (Teddy Katz)
  • 3419f64 Docs: describe how to use formatters on the formatter demo page (#8754) (Teddy Katz)
  • a3ff8f2 Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#8746) (Teddy Katz)
  • b7cc1e6 Fix: Space-infix-ops should ignore type annotations in TypeScript (#8341) (Reyad Attiyat)
  • 46e73ee Fix: eslint --init installs wrong dependencies of popular styles (fixes #7338) (#8713) (Toru Nagashima)
  • a82361b Chore: Prevent package-lock.json files from being created (fixes #8742) (#8747) (Teddy Katz)
  • 5f81a68 New: Add eslintIgnore support to package.json (fixes #8458) (#8690) (Victor Hom)
  • b5a70b4 Update: fix multiline binary operator/parentheses indentation (#8719) (Teddy Katz)
  • ab8b016 Update: fix MemberExpression indentation with "off" option (fixes #8721) (#8724) (Teddy Katz)
  • eb5d12c Update: Add Fixer method to Linter API (#8631) (Gyandeep Singh)
  • 26a2daa Chore: Cache fs reads in ignored-paths (fixes #8363) (#8706) (Victor Hom)
Commits

The new version differs by 22 commits.

  • 7d9e3be 4.1.0
  • e727b7b Build: changelog update for 4.1.0
  • e8f1362 Docs: Remove wrong descriptions in padded-block rule (#8783)
  • 291a783 Update: enforceForArrowConditionals to no-extra-parens (fixes #6196) (#8439)
  • a21dd32 New: Add overrides/files options for glob-based config (fixes #3611) (#8081)
  • 879688c Update: Add ignoreComments option to no-trailing-spaces (#8061)
  • b58ae2e Chore: Only instantiate fileEntryCache when cache flage set (perf) (#8763)
  • 9851288 Update: fix indent errors on multiline destructure (fixes #8729) (#8756)
  • 3608f06 Docs: Increase visibility of code of conduct (fixes #8758) (#8764)
  • 673a58b Update: support multiple fixes in a report (fixes #7348) (#8101)
  • 7a1bc38 Fix: don't pass default parserOptions to custom parsers (fixes #8744) (#8745)
  • c5b4052 Chore: enable computed-property-spacing on ESLint codebase (#8760)
  • 3419f64 Docs: describe how to use formatters on the formatter demo page (#8754)
  • a3ff8f2 Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#8746)
  • b7cc1e6 Fix: Space-infix-ops should ignore type annotations in TypeScript (#8341)

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 26, 2017

Version 4.1.1 just got published.

Update to this version instead 🚀

Release Notes v4.1.1
  • f307aa0 Fix: ensure configs from a plugin are cached separately (fixes #8792) (#8798) (Teddy Katz)
  • 8b48ae8 Docs: Add doc on parser services (fixes #8390) (#8795) (Victor Hom)
  • 0d041e7 Fix: avoid crashing when using baseConfig with extends (fixes #8791) (#8797) (Teddy Katz)
  • 03213bb Chore: improve comment explanation of indent internal functions (#8800) (Teddy Katz)
  • d2e88ed Chore: Fix misleading comment in ConfigCache.js (#8799) (Teddy Katz)
Commits

The new version differs by 7 commits.

  • 1df6a01 4.1.1
  • 79a4482 Build: changelog update for 4.1.1
  • f307aa0 Fix: ensure configs from a plugin are cached separately (fixes #8792) (#8798)
  • 8b48ae8 Docs: Add doc on parser services (fixes #8390) (#8795)
  • 0d041e7 Fix: avoid crashing when using baseConfig with extends (fixes #8791) (#8797)
  • 03213bb Chore: improve comment explanation of indent internal functions (#8800)
  • d2e88ed Chore: Fix misleading comment in ConfigCache.js (#8799)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2017

Version 4.2.0 just got published.

Update to this version instead 🚀

Release Notes v4.2.0
  • e0f0101 Update: fix indentation of nested function parameters (fixes #8892) (#8900) (Teddy Katz)
  • 9f95a3e Chore: remove unused helper method from indent (#8901) (Teddy Katz)
  • 11ffe6b Fix: no-regex-spaces rule incorrectly fixes quantified spaces (#8773) (Keri Warr)
  • 975dacf Update: fix indentation of EmptyStatements (fixes #8882) (#8885) (Teddy Katz)
  • 88ed041 Build: Turnoff CI branch build (fixes #8804) (#8873) (Gyandeep Singh)
  • 72f22eb Chore: replace is-my-json-valid with Ajv (#8852) (Gajus Kuizinas)
  • 7c8de92 Docs: Clarified PR guidelines in maintainer guide (#8876) (Kevin Partington)
  • d1fc408 Docs: Update CLA link in Contributing docs (#8883) (Calvin Freitas)
  • 931a9f1 Fix: indent false positive with multi-line await expression (#8837) (薛定谔的猫)
  • 3767cda Update: add no-sync option to allow at root level (fixes #7985) (#8859) (Victor Hom)
  • 1ce553d Docs: Fix wording of minProperties in object-curly-newline (fixes #8874) (#8878) (solmsted)
  • f00854e Fix: --quiet no longer fixes warnings (fixes #8675) (#8858) (Kevin Partington)
  • b678535 Chore: Add collapsible block for config in ISSUE_TEMPLATE (#8872) (Gyandeep Singh)
  • 1f5bfc2 Update: Add always-multiline option to multiline-ternary (fixes #8770) (#8841) (Nathan Woltman)
  • 22116f2 Fix: correct comma-dangle JSON schema (#8864) (Evgeny Poberezkin)
  • 676af9e Update: fix indentation of JSXExpressionContainer contents (fixes #8832) (#8850) (Teddy Katz)
  • 330dd58 Chore: fix title of linter test suite (#8861) (Teddy Katz)
  • 60099ed Chore: enable for-direction rule on ESLint codebase (#8853) (薛定谔的猫)
  • e0d1a84 Chore: upgrade eslint-plugin-eslint-plugin & eslint-plugin-node (#8856) (薛定谔的猫)
  • 0780d86 Chore: remove identical tests (#8851) (Teddy Katz)
  • 5c3ac8e Fix: arrow-parens fixer gets tripped up with trailing comma in args (#8838) (薛定谔的猫)
  • c4f2e29 Build: fix race condition in demo (#8827) (Teddy Katz)
  • c693be5 New: Allow passing a function as fix option (fixes #8039) (#8730) (Ian VanSchooten)
  • 8796d55 Docs: add missing item to 4.0 migration guide table of contents (#8835) (薛定谔的猫)
  • 742998c doc md update: false -> false (#8825) (Erik Vold)
  • ce969f9 Docs: add guidelines for patch release communication (fixes #7277) (#8823) (Teddy Katz)
  • 5c83c99 Docs: Clarify arrow function parens in no-extra-parens (fixes #8741) (#8822) (Kevin Partington)
  • 84d921d Docs: Added note about Node/CJS scoping to no-redeclare (fixes #8814) (#8820) (Kevin Partington)
  • 85c9327 Update: fix parenthesized CallExpression indentation (fixes #8790) (#8802) (Teddy Katz)
  • be8d354 Update: simplify variable declarator indent handling (fixes #8785) (#8801) (Teddy Katz)
  • 9417818 Fix: no-debugger autofixer produced invalid syntax (#8806) (Teddy Katz)
  • 8698a92 New: getter-return rule (fixes #8449) (#8460) (薛定谔的猫)
  • eac06f2 Fix: no-extra-parens false positives for variables called "let" (#8808) (Teddy Katz)
  • 616587f Fix: dot-notation autofix produces syntax errors for object called "let" (#8807) (Teddy Katz)
  • a53ef7e Fix: don't require a third argument in linter.verifyAndFix (fixes #8805) (#8809) (Teddy Katz)
  • 5ad8b70 Docs: add minor formatting improvement to paragraph about parsers (#8816) (Teddy Katz)
Commits

The new version differs by 38 commits.

  • 5ea79dc 4.2.0
  • b19ee3f Build: changelog update for 4.2.0
  • e0f0101 Update: fix indentation of nested function parameters (fixes #8892) (#8900)
  • 9f95a3e Chore: remove unused helper method from indent (#8901)
  • 11ffe6b Fix: no-regex-spaces rule incorrectly fixes quantified spaces (#8773)
  • 975dacf Update: fix indentation of EmptyStatements (fixes #8882) (#8885)
  • 88ed041 Build: Turnoff CI branch build (fixes #8804) (#8873)
  • 72f22eb Chore: replace is-my-json-valid with Ajv (#8852)
  • 7c8de92 Docs: Clarified PR guidelines in maintainer guide (#8876)
  • d1fc408 Docs: Update CLA link in Contributing docs (#8883)
  • 931a9f1 Fix: indent false positive with multi-line await expression (#8837)
  • 3767cda Update: add no-sync option to allow at root level (fixes #7985) (#8859)
  • 1ce553d Docs: Fix wording of minProperties in object-curly-newline (fixes #8874) (#8878)
  • f00854e Fix: --quiet no longer fixes warnings (fixes #8675) (#8858)
  • b678535 Chore: Add collapsible block for config in ISSUE_TEMPLATE (#8872)

There are 38 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 21, 2017
greenkeeper bot added a commit that referenced this pull request Jun 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 22, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.0.0.

Update to this version instead 🚀

Release Notes for v6.0.0
  • 81aa06b Upgrade: espree@6.0.0 (#11869) (Teddy Katz)
  • 5f022bc Fix: no-else-return autofix produces name collisions (fixes #11069) (#11867) (Milos Djermanovic)
  • ded9548 Fix: multiline-comment-style incorrect message (#11864) (golopot)
  • cad074d Docs: Add JSHint W047 compat to no-floating-decimal (#11861) (Timo Tijhof)
  • 41f6304 Upgrade: sinon (#11855) (Toru Nagashima)
  • 167ce87 Chore: remove unuseable profile command (#11854) (Toru Nagashima)
  • c844c6f Fix: max-len properly ignore trailing comments (fixes #11838) (#11841) (ZYSzys)
  • 1b5661a Fix: no-var should not fix variables named 'let' (fixes #11830) (#11832) (Milos Djermanovic)
  • 4d75956 Build: CI with Azure Pipelines (#11845) (Toru Nagashima)
  • 1db3462 Chore: rm superfluous argument & fix perf-multifiles-targets (#11834) (薛定谔的猫)
  • c57a4a4 Upgrade: @babel/polyfill => core-js v3 (#11833) (薛定谔的猫)
  • 65faa04 Docs: Clarify prefer-destructuring array/object difference (fixes #9970) (#11851) (Oliver Sieweke)
  • 81c3823 Fix: require-atomic-updates reports parameters (fixes #11723) (#11774) (Toru Nagashima)
  • aef8ea1 Sponsors: Sync README with website (ESLint Jenkins)
Commits

The new version differs by 134 commits.

  • a7985a6 6.0.0
  • be74dd9 Build: changelog update for 6.0.0
  • 81aa06b Upgrade: espree@6.0.0 (#11869)
  • 5f022bc Fix: no-else-return autofix produces name collisions (fixes #11069) (#11867)
  • ded9548 Fix: multiline-comment-style incorrect message (#11864)
  • cad074d Docs: Add JSHint W047 compat to no-floating-decimal (#11861)
  • 41f6304 Upgrade: sinon (#11855)
  • 167ce87 Chore: remove unuseable profile command (#11854)
  • c844c6f Fix: max-len properly ignore trailing comments (fixes #11838) (#11841)
  • 1b5661a Fix: no-var should not fix variables named 'let' (fixes #11830) (#11832)
  • 4d75956 Build: CI with Azure Pipelines (#11845)
  • 1db3462 Chore: rm superfluous argument & fix perf-multifiles-targets (#11834)
  • c57a4a4 Upgrade: @babel/polyfill => core-js v3 (#11833)
  • 65faa04 Docs: Clarify prefer-destructuring array/object difference (fixes #9970) (#11851)
  • 81c3823 Fix: require-atomic-updates reports parameters (fixes #11723) (#11774)

There are 134 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 25, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 21, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 21, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 18, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 20, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 20, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 24, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.2.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 30, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 14, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.4.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 29, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 29, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.5.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 1, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.5.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 25, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.6.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 22, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.7.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 25, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.7.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.7.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 20, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 20, 2019

  • The devDependency eslint was updated from 2.13.1 to 6.8.0.

Update to this version instead 🚀

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

0 participants