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 dependency eslint to version 4.x #94

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2017

This Pull Request updates dependency eslint from version ^3.19.0 to 4.2.0

Commits


eslint/eslint

4.2.0

  • 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`)
  • 1f5bfc2 Update: Add always-multiline option to multiline-ternary (fixes `#8770`) (`#8841`)
  • 22116f2 Fix: correct comma-dangle JSON schema (`#8864`)
  • 676af9e Update: fix indentation of JSXExpressionContainer contents (fixes `#8832`) (`#8850`)
  • 330dd58 Chore: fix title of linter test suite (`#8861`)
  • 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`)
  • 5c3ac8e Fix: arrow-parens fixer gets tripped up with trailing comma in args (`#8838`)
  • c4f2e29 Build: fix race condition in demo (`#8827`)
  • c693be5 New: Allow passing a function as `fix` option (fixes `#8039`) (`#8730`)
  • 8796d55 Docs: add missing item to 4.0 migration guide table of contents (`#8835`)
  • 742998c doc md update: false -> `false` (`#8825`)
  • ce969f9 Docs: add guidelines for patch release communication (fixes `#7277`) (`#8823`)
  • 5c83c99 Docs: Clarify arrow function parens in no-extra-parens (fixes `#8741`) (`#8822`)
  • 84d921d Docs: Added note about Node/CJS scoping to no-redeclare (fixes `#8814`) (`#8820`)
  • 85c9327 Update: fix parenthesized CallExpression indentation (fixes `#8790`) (`#8802`)
  • be8d354 Update: simplify variable declarator indent handling (fixes `#8785`) (`#8801`)
  • 9417818 Fix: no-debugger autofixer produced invalid syntax (`#8806`)
  • 8698a92 New: getter-return rule (fixes `#8449`) (`#8460`)
  • eac06f2 Fix: no-extra-parens false positives for variables called "let" (`#8808`)
  • 616587f Fix: dot-notation autofix produces syntax errors for object called "let" (`#8807`)
  • a53ef7e Fix: don't require a third argument in linter.verifyAndFix (fixes `#8805`) (`#8809`)
  • 5ad8b70 Docs: add minor formatting improvement to paragraph about parsers (`#8816`)

4.1.1

  • 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`)

4.1.0

  • 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`)
  • 46e73ee Fix: eslint --init installs wrong dependencies of popular styles (fixes `#7338`) (`#8713`)
  • a82361b Chore: Prevent package-lock.json files from being created (fixes `#8742`) (`#8747`)
  • 5f81a68 New: Add eslintIgnore support to package.json (fixes `#8458`) (`#8690`)
  • b5a70b4 Update: fix multiline binary operator/parentheses indentation (`#8719`)
  • ab8b016 Update: fix MemberExpression indentation with "off" option (fixes `#8721`) (`#8724`)
  • eb5d12c Update: Add Fixer method to Linter API (`#8631`)
  • 26a2daa Chore: Cache fs reads in ignored-paths (fixes `#8363`) (`#8706`)

4.0.0

  • c61194f 4.0.0
  • 821a1e6 Build: changelog update for 4.0.0
  • 4aefb49 Chore: avoid using deprecated rules on ESLint codebase (`#8708`)
  • 389feba Chore: upgrade deps. (`#8684`)
  • 3da7b5e Fix: Semi-Style only check for comments when tokens exist (fixes `#8696`) (`#8697`)
  • 3cfe9ee Fix: Add space between async and param on fix (fixes `#8682`) (`#8693`)
  • c702858 Chore: enable no-multiple-empty-lines on ESLint codebase (`#8694`)
  • 34c4020 Update: Add support for parens on left side for-loops (fixes: `#8393`) (`#8679`)
  • 735cd09 Docs: Correct the comment in an example for `no-mixed-requires` (`#8686`)
  • 026f048 Chore: remove dead code from prefer-const (`#8683`)


This PR has been generated by Renovate Bot.

@renovate renovate bot closed this Jul 20, 2017
@renovate renovate bot deleted the renovate/eslint-4.x branch July 20, 2017 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants