Closed greenkeeper[bot] closed 6 years ago
Merging #90 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #90 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 20 20
Branches 2 2
=====================================
Hits 20 20
Continue to review full report at Codecov.
Legend - Click here to learn more
ฮ = absolute <relative> (impact)
,รธ = not affected
,? = missing data
Powered by Codecov. Last update 53c38cc...be0fe2b. Read the comment docs.
Merging #90 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #90 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 20 20
Branches 2 2
=====================================
Hits 20 20
Continue to review full report at Codecov.
Legend - Click here to learn more
ฮ = absolute <relative> (impact)
,รธ = not affected
,? = missing data
Powered by Codecov. Last update 53c38cc...be0fe2b. Read the comment docs.
Update to this version instead ๐
indent
internal functions (#8800) (Teddy Katz)The new version differs by 7 commits.
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)
See the full diff
Update to this version instead ๐
indent
(#8901) (Teddy Katz)fix
option (fixes #8039) (#8730) (Ian VanSchooten)false
(#8825) (Erik Vold)The new version differs by 38 commits.
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)
There are 38 commits in total.
See the full diff
Update to this version instead ๐
peerDependencies
package.json snippet valid JSON (#8971) (Sam Adams)output: null
to assert that a test case is not autofixed. (#8960) (่ๅฎ่ฐ็็ซ)indent
test (#8925) (Teddy Katz)indent
internals (#8947) (Teddy Katz)indent
rule (#8905) (Teddy Katz)indent
(#8926) (Teddy Katz)allowAtRootLevel
option (fixes #8902) (#8906) (Teddy Katz)The new version differs by 28 commits.
2874d75
4.3.0
1c83662
Build: changelog update for 4.3.0
91dccdf
Update: support more options in prefer-destructuring (#8796)
3bebcfd
Update: Support generator yields in no constant condition (#8762)
96df8c9
Fix: Handle fixing objects containing comments (fixes #8484) (#8944)
e39d41d
Docs: Make peerDependencies
package.json snippet valid JSON (#8971)
a5fd101
Fix: duplicated error message if a crash occurs (fixes #8964) (#8965)
f8d122c
Docs: trailing commas not allowed in json (#8969)
d09288a
Chore: Use output: null
to assert that a test case is not autofixed. (#8960)
e639358
Update: add question to confirm downgrade (fixes #8870) (#8911)
601039d
Docs: fix badge in eslint-config-eslint readme (#8954)
3c231fa
Update: add enforceInMethodNames to no-underscore-dangle (fixes #7065) (#7234)
128591f
Update: prefer-numeric-literals warns Number.parseInt (fixes #8913) (#8929)
846f8b1
Docs: Clarified that core PRs require issue in maintainer guide (#8927)
55bc35d
Fix: Avoid shell mangling during eslint --init (#8936)
There are 28 commits in total.
See the full diff
Update to this version instead ๐
node.start
/node.end
(fixes #8956) (#8984) (Toru Nagashima)indent
behavior on computed properties (fixes #8989) (#8999) (Teddy Katz)The new version differs by 33 commits.
a113cd3
4.4.0
181bd46
Build: changelog update for 4.4.0
89196fd
Upgrade: Espree to 3.5.0 (#9074)
b3e4598
Fix: clarify AST and don't use node.start
/node.end
(fixes #8956) (#8984)
62911e4
Update: Add ImportDeclaration option to indent rule (#8955)
de75f9b
Chore: enable object-curly-newline & object-property-newline.(fixes #9042) (#9068)
5ae8458
Docs: fix typo in object-shorthand.md (#9066)
c3d5b39
Docs: clarify options descriptions (fixes #8875) (#9060)
37158c5
Docs: clarified behavior of globalReturn option (fixes #8953) (#9058)
c2f3553
Docs: Update example for MemberExpression option of indent (fixes #9056) (#9057)
78a85e0
Fix: no-extra-parens incorrectly reports async function expressions (#9035)
c794f86
Fix: getter-return reporting method named 'get' (fixes #8919) (#9004)
d0f78ec
Docs: update rule deprecation policy (fixes #8635) (#9033)
5ab282f
Fix: Print error message in bin/eslint.js (fixes #9011) (#9041)
50e3cf3
Docs: Update sort-keys doc to define natural ordering (fixes #9043) (#9045)
There are 33 commits in total.
See the full diff
Update to this version instead ๐
indent
(fixes #8594) (#9105) (Teddy Katz)new.target
expressions (#9116) (Teddy Katz)chalk
to 2.x release (#9115) (Stephen Edgar)fix: false
is used (#9098) (Teddy Katz)The new version differs by 12 commits.
ff8c4bb
4.5.0
480bbee
Build: changelog update for 4.5.0
decdd2c
Update: allow arbitrary nodes to be ignored in indent
(fixes #8594) (#9105)
79062f3
Update: fix indentation of multiline new.target
expressions (#9116)
d00e24f
Upgrade: chalk
to 2.x release (#9115)
6ef734a
Docs: add missing word in processor documentation (#9106)
a4f53ba
Fix: Include files with no messages in junit results (#9093) (#9094)
1d6a9c0
Chore: enable eslint-plugin/test-case-shorthand-strings (#9067)
f8add8f
Fix: don't autofix with linter.verifyAndFix when fix: false
is used (#9098)
77bcee4
Docs: update instructions for adding TSC members (#9086)
bd09cd5
Update: avoid requiring NaN spaces of indentation (fixes #9083) (#9085)
c93a853
Chore: Remove extra space in blogpost template (#9088)
See the full diff
Update to this version instead ๐
The new version differs by 31 commits.
8f01a99
4.6.0
c0acbf2
Build: changelog update for 4.6.0
56dd769
Docs: fix link format in prefer-arrow-callback.md (#9198)
6becf91
Update: add eslint version to error output. (fixes #9037) (#9071)
0e09973
New: function-paren-newline rule (fixes #6074) (#8102)
88a64cc
Chore: Make parseJsonConfig() a pure function in Linter (#9186)
1bbac51
Fix: avoid breaking eslint-plugin-eslint-comments (fixes #9193) (#9196)
3e8b70a
Fix: off-by-one error in eslint-disable comment checking (#9195)
73815f6
Docs: rewrite prefer-arrow-callback documentation (fixes #8950) (#9077)
0d3a854
Chore: avoid mutating report descriptors in report-translator (#9189)
2db356b
Update: no-unused-vars Improve message to include the allowed patterns (#9176)
8fbaf0a
Update: Add configurability to generator-star-spacing (#8985)
8ed779c
Chore: remove currentScopes property from Linter instances (refs #9161) (#9187)
af4ad60
Fix: Handle error when running init without npm (#9169)
4b94c6c
Chore: make parse() a pure function in Linter (refs #9161) (#9183)
There are 31 commits in total.
See the full diff
Update to this version instead ๐
false
(fixes #9202) (#9203) (Teddy Katz)The new version differs by 6 commits.
d65c540
4.6.1
61c845c
Build: changelog update for 4.6.1
bdec46d
Build: avoid process leak when generating website (#9217)
cb74b87
Fix: avoid adding globals when an env is used with false
(fixes #9202) (#9203)
f9b7544
Docs: Correct a typo in generator-star-spacing documentation (#9205)
e5c5e83
Build: Fixing issue with docs generation (Fixes #9199) (#9200)
See the full diff
Update to this version instead ๐
node.parent
is already set (fixes #9122) (#9283) (Teddy Katz)return
(fixes #9285) (#9296) (Teddy Katz)npm run perf
description (#9274) (Teddy Katz)The new version differs by 55 commits.
439e8e6
4.7.0
2ec62f9
Build: changelog update for 4.7.0
787b78b
Upgrade: Espree v3.5.1 (fixes #9153) (#9314)
1488b51
Update: run rules after node.parent
is already set (fixes #9122) (#9283)
4431d68
Docs: fix wrong config in max-len example. (#9309)
9d1df92
Chore: Revert "avoid handling Rules instances in config-validator" (#9295)
7d24dde
Docs: Fix code snippet to refer to the correct option (#9313)
12388d4
๏ฟฝChore: rewrite parseListConfig for a small perf gain. (#9300)
ce1f084
Update: fix MemberExpression handling in no-extra-parens (fixes #9156)
0c720a3
Update: allow autofixing when using processors (fixes #7510) (#9090)
838df76
Chore: upgrade deps. (#9289)
f12def6
Update: indent flatTernary option to handle return
(fixes #9285) (#9296)
e220687
Fix: remove autofix for var undef inits (fixes #9231) (#9288)
002e199
Docs: fix no-restricted-globals wrong config. (#9305)
fcfe91a
Docs: fix wrong config in id-length example. (#9303)
There are 55 commits in total.
See the full diff
Update to this version instead ๐
The new version differs by 14 commits.
8ebb034
4.8.0
916a2d7
Build: changelog update for 4.8.0
3f2b908
New: add option to report unused eslint-disable directives (fixes #9249) (#9250)
ff2be59
Fix: dot notation rule failing to catch string template (fixes #9350) (#9357)
b1372da
Chore: remove sourceCode property from Linter (refs #9161) (#9363)
cef6f8c
Docs: remove line about removing rules from semver policy (#9367)
06efe87
Fix: Add meta element with charset attribute. (#9365)
458ca67
Docs: update architecture page (fixes #9337) (#9345)
1c6bc67
Fix: special EventEmitter keys leak information about other rules (#9328)
d593e61
Docs: update eslint.org links to use https (#9358)
38d0cb2
Fix: fix wrong code-path about try-for-in (fixes #8848) (#9348)
434d9e2
Fix: Invalid font-size property value issue. (#9341)
a7668c2
Chore: Remove unnecessary slice from logging utility (#9343)
2ff6fb6
Chore: remove unused arguments in codebase (#9340)
See the full diff
Update to this version instead ๐
lines-around-comment
(fixes #8564) (#8565) (Ed Lee)The new version differs by 32 commits.
235c7dd
4.9.0
b6f31a9
Build: changelog update for 4.9.0
85388fb
Fix: Correct error and test messages to fit config search path (#9428)
62a323c
Fix: Add class options for lines-around-comment
(fixes #8564) (#8565)
8eb4aae
New: multiline-comment-style rule (fixes #8320) (#9389)
db41408
Chore: avoid applying eslint-env comments twice (#9278)
febb897
Chore: avoid loose equality assertions (#9415)
2247efa
Update: Add FunctionExpression to require-jsdoc (fixes #5867) (#9395)
6791d18
Docs: Corrected noun to verb. (#9438)
b02fbb6
Update: custom messages for no-restricted-* (refs #8400)
02732bd
Docs: Reorganized to avoid misunderstandings. (#9434)
d9466b8
Docs: Correct time forecast for tests. (#9432)
f7ed84f
Docs: Add instruction re home-directory config files (refs #7729) (#9426)
30d018b
Chore: Add Aladdin-ADD & VictorHom to README (#9424)
2d8a303
Docs: fix examples for prefer-numeric-literals (#9155)
There are 32 commits in total.
See the full diff
Update to this version instead ๐
npm run check-commit
script (#9513) (Teddy Katz).md
to link (for github users) (#9501) (่ๅฎ่ฐ็็ซ)npm run profile
script (fixes #9397) (#9455) (Teddy Katz)The new version differs by 38 commits.
9deb1b1
4.10.0
6d19001
Build: changelog update for 4.10.0
bb6e60a
Fix: Improve the doc for no-restricted-modules rule (fixes #9437) (#9495)
c529de9
Docs: Amend rule document to correct and complete it (refs #6251). (#9498)
f9c6673
Chore: Add tests to cover array and object values and leading commas. (#9502)
9169258
Chore: remove npm run check-commit
script (#9513)
7d390b2
Docs: Revise contributor documentation on issue labels. (#9469)
d80b9d0
Fix: no-var don't fix globals (fixes #9520) (#9525)
b8aa071
Fix: allow linting the empty string from stdin (fixes #9515) (#9517)
350a72c
Chore: regex.test => string.startsWith (#9518)
de0bef4
Chore: remove obsolete eslintbot templates (#9512)
720b6d5
Docs: Update ISSUE_TEMPLATE.md (#9504)
2fa64b7
Fix: should not convert non-consecutive line comments to a single bloโฆ (#9475)
9725146
Fix: multiline-comment-style fix produces invalid code (fixes #9461). (#9463)
b12cff8
Fix: Expected order of jsdoc tags (fixes #9412) (#9451)
There are 38 commits in total.
See the full diff
Update to this version instead ๐
lines-around-comment
(#9589) (Clรฉment Fiorio)npm test
(#9590) (Teddy Katz)no-invalid-this
. (#9542) (Francisc)The new version differs by 35 commits.
1a9a6a5
4.11.0
ef4d268
Build: changelog update for 4.11.0
d4557a6
Docs: disallow use of the comma operator using no-restricted-syntax (#9585)
d602f9e
Upgrade: espree v3.5.2 (#9611)
4def876
Chore: avoid handling rules instances in config-validator (#9364)
fe5ac7e
Chore: fix incorrect comment in safe-emitter.js (#9605)
6672fae
Docs: Fixed a typo on lines-between-class-members doc (#9603)
980ecd3
Chore: Update copyright and license info (#9599)
cc2c7c9
Build: use Node 8 in appveyor (#9595)
2542f04
Docs: Add missing options for lines-around-comment
(#9589)
b6a7490
Build: ensure fuzzer tests get run with npm test
(#9590)
1073bc5
Build: remove shelljs-nodecli (refs #9533) (#9588)
7e3bf6a
Fix: edge-cases of semi-style (#9560)
e5a37ce
Fix: object-curly-newline for flow code (#9458)
9064b9c
Chore: add equalTokens in ast-utils. (#9500)
There are 35 commits in total.
See the full diff
Update to this version instead ๐
sort-vars
(#9496) (Trevin Hofmann)beforeStatementContinuationChars
to semi (fixes #9521) (#9594) (Toru Nagashima)globals
to 11.0.1 (fixes #9614) (#9632) (Toru Nagashima)The new version differs by 15 commits.
f4a65c6
4.12.0
1cd1627
Build: changelog update for 4.12.0
76dab18
Upgrade: doctrine@^2.0.2 (#9656)
28c9c8e
New: add a Linter#defineParser function (#9321)
5619910
Update: Add autofix for sort-vars
(#9496)
71eedbf
Update: add beforeStatementContinuationChars
to semi (fixes #9521) (#9594)
4118f14
New: Adds implicit-arrow-linebreak rule (refs #9510) (#9629)
208fb0f
Fix: Use XML 1.1 on XML formatters (fixes #9607) (#9608)
6e04f14
Upgrade: globals
to 11.0.1 (fixes #9614) (#9632)
e13d439
Fix: space-in-parens crash (#9655)
92171cc
Docs: Updating migration guide for single-line disable (#9385)
f39ffe7
Docs: remove extra punctuation from readme (#9640)
a015234
Fix: prefer-destructuring false positive on "super" (fixes #9625) (#9626)
0cf081e
Update: add importNames option to no-restricted-imports (#9506)
332c214
Docs: Add @platinumazure to TSC (#9618)
See the full diff
Update to this version instead ๐
The new version differs by 6 commits.
29c3610
4.13.0
ac331bc
Build: changelog update for 4.13.0
256481b
Update: update handling of destructuring in camelcase (fixes #8511) (#9468)
d067ae1
Docs: Donโt use undocumented array-style configuration for max-len (#9690)
1ad3091
Chore: fix test-suite to work with node master (#9688)
cdb1488
Docs: Adds an example with try/catch. (#9672)
See the full diff
Update to this version instead ๐
The new version differs by 6 commits.
234cd26
4.13.1
3b0833f
Build: changelog update for 4.13.1
b72dc83
Fix: eol-last allow empty-string to always pass (refs #9534) (#9696)
d80aa7c
Fix: camelcase destructure leading/trailing underscore (fixes #9700) (#9701)
d49d9d0
Docs: Add missing period to the README (#9702)
4564fe0
Chore: no-invalid-meta crash if no export assignment (refs #9534) (#9698)
See the full diff
Update to this version instead ๐
complexity
rule (fixes #8535) (#9754) (Kevin Partington)valid-typeof
example (#9753) (Teddy Katz)source
property a little more subtle (#9735) (Jed Fox)lines-between-class-members
(fixes #9665) (#9680) (sakabar)The new version differs by 19 commits.
8d166b4
4.14.0
5a29612
Build: changelog update for 4.14.0
be2f57e
Update: support separate requires in one-var. (fixes #6175) (#9441)
370d614
Docs: Fix typos (#9751)
8196c45
Chore: Reorganize CLI options and associated docs (#9758)
75c7419
Update: Logical-and is counted in complexity
rule (fixes #8535) (#9754)
eb4b1e0
Docs: reintroduce misspelling in valid-typeof
example (#9753)
ae51eb2
New: Add allowImplicit option to array-callback-return (fixes #8539) (#9344)
e9d5dfd
Docs: improve no-extra-parens formatting (#9747)
37d066c
Chore: Add unit tests for overrides glob matching. (#9744)
805a94e
Chore: Fix typo in CLIEngine test name (#9741)
1c2aafd
Update: Improve parser integrations (fixes #8392) (#8755)
4ddc131
Upgrade: debug@^3.1.0 (#9731)
f252c19
Docs: Make the lint message source
property a little more subtle (#9735)
5a5c23c
Docs: fix the link to contributing page (#9727)
There are 19 commits in total.
See the full diff
Update to this version instead ๐
ignoreComments
option to indent
rule (fixes #9018) (#9752) (Kevin Partington)The new version differs by 14 commits.
e14ceb0
4.15.0
2dfc3bd
Build: changelog update for 4.15.0
6ab04b5
New: Add context.report({ messageId }) (fixes #6740) (#9165)
fc7f404
Docs: add url to each of the rules (refs #6582) (#9788)
fc44da9
Docs: fix sort-imports rule block language (#9805)
65f0176
New: CLIEngine#getRules() (refs #6582) (#9782)
c64195f
Update: More detailed assert message for rule-tester (#9769)
9fcfabf
Fix: no-extra-parens false positive (fixes: #9755) (#9795)
61e5fa0
Docs: Add table of contents to Node.js API docs (#9785)
4c87f42
Fix: incorrect error messages of no-unused-vars (fixes #9774) (#9791)
bbabf34
Update: add ignoreComments
option to indent
rule (fixes #9018) (#9752)
db431cb
Docs: HTTP -> HTTPS (fixes #9768) (#9768)
cbf0fb9
Docs: describe how to feature-detect scopeManager/visitorKeys support (#9764)
f7dcb70
Docs: Add note about "patch release pending" label to maintainer guide (#9763)
See the full diff
Version 4.1.0 of eslint just got published.
The version 4.1.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.
Release Notes
v4.1.0padded-block
rule (#8783) (Plusb Preco)enforceForArrowConditionals
tono-extra-parens
(fixes #6196) (#8439) (Evilebot Tnawi)overrides
/files
options for glob-based config (fixes #3611) (#8081) (Sylvan Mably)Commits
The new version differs by 141 commits.
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
tono-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)
There are 141 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: