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 #54

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2017

This Pull Request updates dependency eslint from version 3.19.0 to 4.3.0

Commits


eslint/eslint

4.3.0

  • 2874d754.3.0
  • 1c83662Build: changelog update for 4.3.0
  • 91dccdfUpdate: support more options in prefer-destructuring (#​8796)
  • 3bebcfdUpdate: Support generator yields in no constant condition (#​8762)
  • 96df8c9Fix: Handle fixing objects containing comments (fixes #​8484) (#​8944)
  • e39d41dDocs: Make peerDependencies package.json snippet valid JSON (#​8971)
  • a5fd101Fix: duplicated error message if a crash occurs (fixes #​8964) (#​8965)
  • f8d122cDocs: trailing commas not allowed in json (#​8969)
  • d09288aChore: Use output: null to assert that a test case is not autofixed. (#​8960)
  • e639358Update: add question to confirm downgrade (fixes #​8870) (#​8911)
  • 601039dDocs: fix badge in eslint-config-eslint readme (#​8954)
  • 3c231faUpdate: add enforceInMethodNames to no-underscore-dangle (fixes #​7065) (#​7234)
  • 128591fUpdate: prefer-numeric-literals warns Number.parseInt (fixes #​8913) (#​8929)
  • 846f8b1Docs: Clarified that core PRs require issue in maintainer guide (#​8927)
  • 55bc35dFix: Avoid shell mangling during eslint --init (#​8936)
  • 10c3d78Chore: fix misleading indent test (#​8925)
  • fb8005dUpdate: no-restricted-globals custom error messages (fixes #​8315) (#​8932)
  • a747b6fChore: make minor improvements to indent internals (#​8947)
  • 1ea3723Update: fix indentation of parenthesized MemberExpressions (fixes #​8924) (#​8928)
  • 9abc6f7Update: fix BinaryExpression indentation edge case (fixes #​8914) (#​8930)
  • 0e90453Docs: Fixing broken cyclomatic complexity link (fixes #​8396) (#​8937)
  • a8a8350Chore: improve performance of indent rule (#​8905)
  • 764b2a9Chore: update header info in indent (#​8926)
  • 597c217Fix: confusing error if plugins from config is not an array (#​8888)
  • 3c1dd6dDocs: add description of no-sync allowAtRootLevel option (fixes #​8902) (#​8906)
  • 933a9cfChore: add a fuzzer to detect bugs in core rules (#​8422)
  • 45f8cd9Docs: fix verifyAndFix result property name (#​8903)
  • 1a89e1cDocs: Fix always-multiline example in multiline-ternary docs (#​8904)

4.2.0

  • 5ea79dc4.2.0
  • b19ee3fBuild: changelog update for 4.2.0
  • e0f0101Update: fix indentation of nested function parameters (fixes #​8892) (#​8900)
  • 9f95a3eChore: remove unused helper method from indent (#​8901)
  • 11ffe6bFix: no-regex-spaces rule incorrectly fixes quantified spaces (#​8773)
  • 975dacfUpdate: fix indentation of EmptyStatements (fixes #​8882) (#​8885)
  • 88ed041Build: Turnoff CI branch build (fixes #​8804) (#​8873)
  • 72f22ebChore: replace is-my-json-valid with Ajv (#​8852)
  • 7c8de92Docs: Clarified PR guidelines in maintainer guide (#​8876)
  • d1fc408Docs: Update CLA link in Contributing docs (#​8883)
  • 931a9f1Fix: indent false positive with multi-line await expression (#​8837)
  • 3767cdaUpdate: add no-sync option to allow at root level (fixes #​7985) (#​8859)
  • 1ce553dDocs: Fix wording of minProperties in object-curly-newline (fixes #​8874) (#​8878)
  • f00854eFix: --quiet no longer fixes warnings (fixes #​8675) (#​8858)
  • b678535Chore: Add collapsible block for config in ISSUE_TEMPLATE (#​8872)
  • 1f5bfc2Update: Add always-multiline option to multiline-ternary (fixes #​8770) (#​8841)
  • 22116f2Fix: correct comma-dangle JSON schema (#​8864)
  • 676af9eUpdate: fix indentation of JSXExpressionContainer contents (fixes #​8832) (#​8850)
  • 330dd58Chore: fix title of linter test suite (#​8861)
  • 60099edChore: enable for-direction rule on ESLint codebase (#​8853)
  • e0d1a84Chore: upgrade eslint-plugin-eslint-plugin & eslint-plugin-node (#​8856)
  • 0780d86Chore: remove identical tests (#​8851)
  • 5c3ac8eFix: arrow-parens fixer gets tripped up with trailing comma in args (#​8838)
  • c4f2e29Build: fix race condition in demo (#​8827)
  • c693be5New: Allow passing a function as fix option (fixes #​8039) (#​8730)
  • 8796d55Docs: add missing item to 4.0 migration guide table of contents (#​8835)
  • 742998cdoc md update: false -> false (#​8825)
  • ce969f9Docs: add guidelines for patch release communication (fixes #​7277) (#​8823)
  • 5c83c99Docs: Clarify arrow function parens in no-extra-parens (fixes #​8741) (#​8822)
  • 84d921dDocs: Added note about Node/CJS scoping to no-redeclare (fixes #​8814) (#​8820)
  • 85c9327Update: fix parenthesized CallExpression indentation (fixes #​8790) (#​8802)
  • be8d354Update: simplify variable declarator indent handling (fixes #​8785) (#​8801)
  • 9417818Fix: no-debugger autofixer produced invalid syntax (#​8806)
  • 8698a92New: getter-return rule (fixes #​8449) (#​8460)
  • eac06f2Fix: no-extra-parens false positives for variables called "let" (#​8808)
  • 616587fFix: dot-notation autofix produces syntax errors for object called "let" (#​8807)
  • a53ef7eFix: don't require a third argument in linter.verifyAndFix (fixes #​8805) (#​8809)
  • 5ad8b70Docs: add minor formatting improvement to paragraph about parsers (#​8816)

4.1.1

  • 1df6a014.1.1
  • 79a4482Build: changelog update for 4.1.1
  • f307aa0Fix: ensure configs from a plugin are cached separately (fixes #​8792) (#​8798)
  • 8b48ae8Docs: Add doc on parser services (fixes #​8390) (#​8795)
  • 0d041e7Fix: avoid crashing when using baseConfig with extends (fixes #​8791) (#​8797)
  • 03213bbChore: improve comment explanation of indent internal functions (#​8800)

4.1.0

4.0.0



This PR has been generated by Renovate Bot.

@renovate renovate bot closed this Aug 5, 2017
@renovate renovate bot deleted the renovate/eslint-4.x branch August 5, 2017 16:53
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