Created by: greenkeeper[bot]
Version 4.18.2 of eslint was just published.
| Dependency | eslint |
|---|---|
| Current Version | 4.18.1 |
| Type | devDependency |
The version 4.18.2 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of eslint.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
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)
Commits
The new version differs by 12 commits.
-
22ff6f34.18.2 -
817b84bBuild: changelog update for 4.18.2 -
6b71fd0Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#10022) -
3c697deChore: fix incorrect comment about linter.verify return value (#10030) -
9df8653Chore: refactor parser-loading out of linter.verify (#10028) -
f6901d0Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019) -
e4f52ceChore: Simplify dataflow in linter.verify (#10020) -
33177cdChore: make library files non-executable (#10021) -
558ccbaChore: refactor directive comment processing (#10007) -
18e15d9Chore: avoid useless catch clauses that just rethrow errors (#10010) -
a1c3759Chore: refactor populating configs with defaults in linter (#10006) -
aea07dcFix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot