Closed greenkeeper[bot] closed 6 years ago
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
Version 4.8.0 of eslint just got published.
The version 4.8.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.8.0Commits
The new version differs by 375 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)
e164397
4.7.2
There are 250 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: