Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2018

This Pull Request updates dependency eslint from v4.18.1 to v4.19.1

Release Notes

v4.18.2

  • 6b71fd0 Fix: table@​4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#​10022) (Mathieu Seiler)
  • 3c697de Chore: fix incorrect comment about linter.verify return value (#​10030) (Teddy Katz)
  • 9df8653 Chore: refactor parser-loading out of linter.verify (#​10028) (Teddy Katz)
  • f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #​10002) (#​10019) (Jamie Davis)
  • e4f52ce Chore: Simplify dataflow in linter.verify (#​10020) (Teddy Katz)
  • 33177cd Chore: make library files non-executable (#​10021) (Teddy Katz)
  • 558ccba Chore: refactor directive comment processing (#​10007) (Teddy Katz)
  • 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#​10010) (Teddy Katz)
  • a1c3759 Chore: refactor populating configs with defaults in linter (#​10006) (Teddy Katz)
  • aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #​9954) (#​9985) (Rachael Sim)

v4.19.0

  • 55a1593 Update: consecutive option for one-var (fixes #​4680) (#​9994) (薛定谔的猫)
  • 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #​9893) (#​10062) (Toru Nagashima)
  • 935f4e4 Docs: Clarify default ignoring of node_modules (#​10092) (Matijs Brinkhuis)
  • 72ed3db Docs: Wrap Buffer() in backticks in no-buffer-constructor rule description (#​10084) (Stephen Edgar)
  • 3aded2f Docs: Fix lodash typos, make spacing consistent (#​10073) (Josh Smith)
  • e33bb64 Chore: enable no-param-reassign on ESLint codebase (#​10065) (Teddy Katz)
  • 66a1e9a Docs: fix possible typo (#​10060) (Vse Mozhet Byt)
  • 2e68be6 Update: give a node at least the indentation of its parent (fixes #​9995) (#​10054) (Teddy Katz)
  • 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #​9878) (#​10055) (Teddy Katz)
  • 2a4c838 Docs: Update ECMAScript versions in FAQ (#​10047) (alberto)

v4.19.1

  • 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #​10112) (#​10113) (薛定谔的猫)
  • abc765c Fix: object-curly-newline minProperties w/default export (fixes #​10101) (#​10103) (Kevin Partington)
  • 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#​10114) (CJ R)
  • 0360cc2 Chore: Adding debug logs on successful plugin loads (#​10100) (Kevin Partington)
  • a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#​10102) (Kevin Partington)

Commits

v4.18.2

  • aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #​9954) (#​9985)
  • a1c3759 Chore: refactor populating configs with defaults in linter (#​10006)
  • 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#​10010)
  • 558ccba Chore: refactor directive comment processing (#​10007)
  • 33177cd Chore: make library files non-executable (#​10021)
  • e4f52ce Chore: Simplify dataflow in linter.verify (#​10020)
  • f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #​10002) (#​10019)
  • 9df8653 Chore: refactor parser-loading out of linter.verify (#​10028)
  • 3c697de Chore: fix incorrect comment about linter.verify return value (#​10030)
  • 6b71fd0 Fix: table@​4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#​10022)
  • 817b84b Build: changelog update for 4.18.2
  • 22ff6f3 4.18.2

v4.19.0

  • 2a4c838 Docs: Update ECMAScript versions in FAQ (#​10047)
  • 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #​9878) (#​10055)
  • 2e68be6 Update: give a node at least the indentation of its parent (fixes #​9995) (#​10054)
  • 66a1e9a Docs: fix possible typo (#​10060)
  • e33bb64 Chore: enable no-param-reassign on ESLint codebase (#​10065)
  • 3aded2f Docs: Fix lodash typos, make spacing consistent (#​10073)
  • 72ed3db Docs: Wrap Buffer() in backticks in no-buffer-constructor rule description (#​10084)
  • 935f4e4 Docs: Clarify default ignoring of node_modules (#​10092)
  • 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #​9893) (#​10062)
  • 55a1593 Update: consecutive option for one-var (fixes #​4680) (#​9994)
  • 16fc59e Build: changelog update for 4.19.0
  • 4f595e8 4.19.0

v4.19.1

  • a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#​10102)
  • 0360cc2 Chore: Adding debug logs on successful plugin loads (#​10100)
  • 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#​10114)
  • abc765c Fix: object-curly-newline minProperties w/default export (fixes #​10101) (#​10103)
  • 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #​10112) (#​10113)
  • b446650 Build: changelog update for 4.19.1
  • f1f1bdf 4.19.1

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/eslint-4.x branch from 80bba23 to 10cc6cc Compare March 22, 2018 01:11
@renovate renovate bot changed the title Update dependency eslint to v4.19.0 Update dependency eslint to v4.19.1 Mar 22, 2018
@KevinGrandon
Copy link
Contributor

!merge

@old-fusion-bot old-fusion-bot bot merged commit e9af637 into master Mar 29, 2018
@renovate renovate bot deleted the renovate/eslint-4.x branch March 29, 2018 08:33
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.

3 participants