Closed greenkeeper[bot] closed 7 years ago
Update to this version instead 🚀
The new version differs by 5 commits .
f80af54
3.11.1
9316aa6
Build: package.json and changelog update for 3.11.1
be739d0
Fix: capitalized-comments fatal error fixed (fixes #7663) (#7664)
cc4cedc
Docs: Fix a typo in array-bracket-spacing documentation (#7667)
f8adadc
Docs: fix a typo in capitalized-comments documentation (#7666)
See the full diff.
Update to this version instead 🚀
prefer-const
(fixes #7712) (#7717) (Teddy Katz)operator-linebreak
(fixes #7459) (#7726) (Teddy Katz)indent
options for array and object literals (fixes #7473) (#7681) (Teddy Katz)capitalized-comments
(#7701) (Teddy Katz)package.json
(#7684) (Kent C. Dodds)The new version differs by 23 commits .
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)
a8489e2
Chore: Avoid parserOptions boilerplate in tests for ES6 rules (#7724)
b921d1f
Update: add indent
options for array and object literals (fixes #7473) (#7681)
7079c89
Update: Add airbnb-base to init styleguides (fixes #6986) (#7699)
63bb3f8
Docs: improve the documentation for the autofix API (#7716)
f8786fb
Update: add fixer for capitalized-comments
(#7701)
abfd24f
Fix: don't validate schemas for disabled rules (fixes #7690) (#7692)
There are 23 commits in total. See the full diff.
Version 3.11.0 of eslint just got published.
The version 3.11.0 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 29 commits .
ddd646b
3.11.0
72f300e
Build: package.json and changelog update for 3.11.0
ad56694
New: capitalized-comments rule (fixes #6055) (#7415)
7185567
Update: add fixer for
operator-assignment
(#7517)faf5f56
Update: fix false negative of
quotes
with \n in template (fixes #7646) (#7647)474e444
Update: add fixer for
sort-imports
(#7535)f9b70b3
Docs: Enable example highlighting in rules examples (ref #6444) (#7644)
d50f6c1
Fix: incorrect location for
no-useless-escape
errors (fixes #7643) (#7645)54a993c
Docs: Fix a typo in the require-yield.md (#7652)
eadd808
Chore: Fix prefer-arrow-callback lint errors (#7651)
89bd8de
New:
require-await
rule (fixes #6820) (#7435)b7432bd
Chore: Ensure JS files are checked out with LF (#7624)
32a3547
Docs: Add absent quotes in rules documentation (#7625)
5c9a4ad
Fix: Prevent
quotes
from fixing templates to directives (fixes #7610) (#7617)d90ca46
Upgrade: Update markdownlint dependency to 0.3.1 (fixes #7589) (#7592)
There are 29 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: