Update eslint to the latest version 🚀
Version 4.1.0 of eslint just got published.
| Dependency | eslint |
|---|---|
| Current Version | 3.19.0 |
| Type | devDependency |
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.0- e8f1362 Docs: Remove wrong descriptions in
padded-blockrule (#8783) (Plusb Preco) - 291a783 Update:
enforceForArrowConditionalstono-extra-parens(fixes #6196) (#8439) (Evilebot Tnawi) - a21dd32 New: Add
overrides/filesoptions for glob-based config (fixes #3611) (#8081) (Sylvan Mably) - 879688c Update: Add ignoreComments option to no-trailing-spaces (#8061) (Jake Roussel)
- b58ae2e Chore: Only instantiate fileEntryCache when cache flage set (perf) (#8763) (Gyandeep Singh)
- 9851288 Update: fix indent errors on multiline destructure (fixes #8729) (#8756) (Victor Hom)
- 3608f06 Docs: Increase visibility of code of conduct (fixes #8758) (#8764) (Kai Cataldo)
- 673a58b Update: support multiple fixes in a report (fixes #7348) (#8101) (Toru Nagashima)
- 7a1bc38 Fix: don't pass default parserOptions to custom parsers (fixes #8744) (#8745) (Teddy Katz)
- c5b4052 Chore: enable computed-property-spacing on ESLint codebase (#8760) (Teddy Katz)
- 3419f64 Docs: describe how to use formatters on the formatter demo page (#8754) (Teddy Katz)
- a3ff8f2 Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#8746) (Teddy Katz)
- b7cc1e6 Fix: Space-infix-ops should ignore type annotations in TypeScript (#8341) (Reyad Attiyat)
- 46e73ee Fix: eslint --init installs wrong dependencies of popular styles (fixes #7338) (#8713) (Toru Nagashima)
- a82361b Chore: Prevent package-lock.json files from being created (fixes #8742) (#8747) (Teddy Katz)
- 5f81a68 New: Add eslintIgnore support to package.json (fixes #8458) (#8690) (Victor Hom)
- b5a70b4 Update: fix multiline binary operator/parentheses indentation (#8719) (Teddy Katz)
- ab8b016 Update: fix MemberExpression indentation with "off" option (fixes #8721) (#8724) (Teddy Katz)
- eb5d12c Update: Add Fixer method to Linter API (#8631) (Gyandeep Singh)
- 26a2daa Chore: Cache fs reads in ignored-paths (fixes #8363) (#8706) (Victor Hom)
Commits
The new version differs by 141 commits.
7d9e3be4.1.0e727b7bBuild: changelog update for 4.1.0e8f1362Docs: Remove wrong descriptions inpadded-blockrule (#8783)291a783Update:enforceForArrowConditionalstono-extra-parens(fixes #6196) (#8439)a21dd32New: Addoverrides/filesoptions for glob-based config (fixes #3611) (#8081)879688cUpdate: Add ignoreComments option to no-trailing-spaces (#8061)b58ae2eChore: Only instantiate fileEntryCache when cache flage set (perf) (#8763)9851288Update: fix indent errors on multiline destructure (fixes #8729) (#8756)3608f06Docs: Increase visibility of code of conduct (fixes #8758) (#8764)673a58bUpdate: support multiple fixes in a report (fixes #7348) (#8101)7a1bc38Fix: don't pass default parserOptions to custom parsers (fixes #8744) (#8745)c5b4052Chore: enable computed-property-spacing on ESLint codebase (#8760)3419f64Docs: describe how to use formatters on the formatter demo page (#8754)a3ff8f2Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#8746)b7cc1e6Fix: 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 and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 4.1.1 just got published.
Update to this version instead 🚀
Release Notes
v4.1.1- f307aa0 Fix: ensure configs from a plugin are cached separately (fixes #8792) (#8798) (Teddy Katz)
- 8b48ae8 Docs: Add doc on parser services (fixes #8390) (#8795) (Victor Hom)
- 0d041e7 Fix: avoid crashing when using baseConfig with extends (fixes #8791) (#8797) (Teddy Katz)
- 03213bb Chore: improve comment explanation of
indentinternal functions (#8800) (Teddy Katz) - d2e88ed Chore: Fix misleading comment in ConfigCache.js (#8799) (Teddy Katz)
Commits
The new version differs by 7 commits.
1df6a014.1.179a4482Build: changelog update for 4.1.1f307aa0Fix: ensure configs from a plugin are cached separately (fixes #8792) (#8798)8b48ae8Docs: Add doc on parser services (fixes #8390) (#8795)0d041e7Fix: avoid crashing when using baseConfig with extends (fixes #8791) (#8797)03213bbChore: improve comment explanation ofindentinternal functions (#8800)d2e88edChore: Fix misleading comment in ConfigCache.js (#8799)
See the full diff
Version 4.2.0 just got published.
Update to this version instead 🚀
Release Notes
v4.2.0- e0f0101 Update: fix indentation of nested function parameters (fixes #8892) (#8900) (Teddy Katz)
- 9f95a3e Chore: remove unused helper method from
indent(#8901) (Teddy Katz) - 11ffe6b Fix: no-regex-spaces rule incorrectly fixes quantified spaces (#8773) (Keri Warr)
- 975dacf Update: fix indentation of EmptyStatements (fixes #8882) (#8885) (Teddy Katz)
- 88ed041 Build: Turnoff CI branch build (fixes #8804) (#8873) (Gyandeep Singh)
- 72f22eb Chore: replace is-my-json-valid with Ajv (#8852) (Gajus Kuizinas)
- 7c8de92 Docs: Clarified PR guidelines in maintainer guide (#8876) (Kevin Partington)
- d1fc408 Docs: Update CLA link in Contributing docs (#8883) (Calvin Freitas)
- 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) (Victor Hom)
- 1ce553d Docs: Fix wording of minProperties in object-curly-newline (fixes #8874) (#8878) (solmsted)
- f00854e Fix: --quiet no longer fixes warnings (fixes #8675) (#8858) (Kevin Partington)
- b678535 Chore: Add collapsible block for config in ISSUE_TEMPLATE (#8872) (Gyandeep Singh)
- 1f5bfc2 Update: Add always-multiline option to multiline-ternary (fixes #8770) (#8841) (Nathan Woltman)
- 22116f2 Fix: correct comma-dangle JSON schema (#8864) (Evgeny Poberezkin)
- 676af9e Update: fix indentation of JSXExpressionContainer contents (fixes #8832) (#8850) (Teddy Katz)
- 330dd58 Chore: fix title of linter test suite (#8861) (Teddy Katz)
- 60099ed Chore: enable for-direction rule on ESLint codebase (#8853) (薛定谔的猫)
- e0d1a84 Chore: upgrade eslint-plugin-eslint-plugin & eslint-plugin-node (#8856) (薛定谔的猫)
- 0780d86 Chore: remove identical tests (#8851) (Teddy Katz)
- 5c3ac8e Fix: arrow-parens fixer gets tripped up with trailing comma in args (#8838) (薛定谔的猫)
- c4f2e29 Build: fix race condition in demo (#8827) (Teddy Katz)
- c693be5 New: Allow passing a function as
fixoption (fixes #8039) (#8730) (Ian VanSchooten) - 8796d55 Docs: add missing item to 4.0 migration guide table of contents (#8835) (薛定谔的猫)
- 742998c doc md update: false ->
false(#8825) (Erik Vold) - ce969f9 Docs: add guidelines for patch release communication (fixes #7277) (#8823) (Teddy Katz)
- 5c83c99 Docs: Clarify arrow function parens in no-extra-parens (fixes #8741) (#8822) (Kevin Partington)
- 84d921d Docs: Added note about Node/CJS scoping to no-redeclare (fixes #8814) (#8820) (Kevin Partington)
- 85c9327 Update: fix parenthesized CallExpression indentation (fixes #8790) (#8802) (Teddy Katz)
- be8d354 Update: simplify variable declarator indent handling (fixes #8785) (#8801) (Teddy Katz)
- 9417818 Fix: no-debugger autofixer produced invalid syntax (#8806) (Teddy Katz)
- 8698a92 New: getter-return rule (fixes #8449) (#8460) (薛定谔的猫)
- eac06f2 Fix: no-extra-parens false positives for variables called "let" (#8808) (Teddy Katz)
- 616587f Fix: dot-notation autofix produces syntax errors for object called "let" (#8807) (Teddy Katz)
- a53ef7e Fix: don't require a third argument in linter.verifyAndFix (fixes #8805) (#8809) (Teddy Katz)
- 5ad8b70 Docs: add minor formatting improvement to paragraph about parsers (#8816) (Teddy Katz)
Commits
The new version differs by 38 commits.
5ea79dc4.2.0b19ee3fBuild: changelog update for 4.2.0e0f0101Update: fix indentation of nested function parameters (fixes #8892) (#8900)9f95a3eChore: remove unused helper method fromindent(#8901)11ffe6bFix: no-regex-spaces rule incorrectly fixes quantified spaces (#8773)975dacfUpdate: fix indentation of EmptyStatements (fixes #8882) (#8885)88ed041Build: Turnoff CI branch build (fixes #8804) (#8873)72f22ebChore: replace is-my-json-valid with Ajv (#8852)7c8de92Docs: Clarified PR guidelines in maintainer guide (#8876)d1fc408Docs: Update CLA link in Contributing docs (#8883)931a9f1Fix: indent false positive with multi-line await expression (#8837)3767cdaUpdate: add no-sync option to allow at root level (fixes #7985) (#8859)1ce553dDocs: Fix wording of minProperties in object-curly-newline (fixes #8874) (#8878)f00854eFix: --quiet no longer fixes warnings (fixes #8675) (#8858)b678535Chore: Add collapsible block for config in ISSUE_TEMPLATE (#8872)
There are 38 commits in total.
See the full diff
Version 4.3.0 just got published.
Update to this version instead 🚀
Release Notes
v4.3.0- 91dccdf Update: support more options in prefer-destructuring (#8796) (Victor Hom)
- 3bebcfd Update: Support generator yields in no constant condition (#8762) (Victor Hom)
- 96df8c9 Fix: Handle fixing objects containing comments (fixes #8484) (#8944) (Brian Schemp)
- e39d41d Docs: Make
peerDependenciespackage.json snippet valid JSON (#8971) (Sam Adams) - a5fd101 Fix: duplicated error message if a crash occurs (fixes #8964) (#8965) (Teddy Katz)
- f8d122c Docs: trailing commas not allowed in json (#8969) (Scott Fletcher)
- d09288a Chore: Use
output: nullto assert that a test case is not autofixed. (#8960) (薛定谔的猫) - e639358 Update: add question to confirm downgrade (fixes #8870) (#8911) (Toru Nagashima)
- 601039d Docs: fix badge in eslint-config-eslint readme (#8954) (Teddy Katz)
- 3c231fa Update: add enforceInMethodNames to no-underscore-dangle (fixes #7065) (#7234) (Gabriele Petronella)
- 128591f Update: prefer-numeric-literals warns Number.parseInt (fixes #8913) (#8929) (Kevin Partington)
- 846f8b1 Docs: Clarified that core PRs require issue in maintainer guide (#8927) (Kevin Partington)
- 55bc35d Fix: Avoid shell mangling during eslint --init (#8936) (Anders Kaseorg)
- 10c3d78 Chore: fix misleading
indenttest (#8925) (Teddy Katz) - fb8005d Update: no-restricted-globals custom error messages (fixes #8315) (#8932) (Kevin Partington)
- a747b6f Chore: make minor improvements to
indentinternals (#8947) (Teddy Katz) - 1ea3723 Update: fix indentation of parenthesized MemberExpressions (fixes #8924) (#8928) (Teddy Katz)
- 9abc6f7 Update: fix BinaryExpression indentation edge case (fixes #8914) (#8930) (Teddy Katz)
- 0e90453 Docs: Fixing broken cyclomatic complexity link (fixes #8396) (#8937) (Chris Bargren)
- a8a8350 Chore: improve performance of
indentrule (#8905) (Teddy Katz) - 764b2a9 Chore: update header info in
indent(#8926) (Teddy Katz) - 597c217 Fix: confusing error if plugins from config is not an array (#8888) (Calvin Freitas)
- 3c1dd6d Docs: add description of no-sync
allowAtRootLeveloption (fixes #8902) (#8906) (Teddy Katz) - 933a9cf Chore: add a fuzzer to detect bugs in core rules (#8422) (Teddy Katz)
- 45f8cd9 Docs: fix verifyAndFix result property name (#8903) (Tino Vyatkin)
- 1a89e1c Docs: Fix always-multiline example in multiline-ternary docs (#8904) (Nathan Woltman)
Commits
The new version differs by 28 commits.
2874d754.3.01c83662Build: changelog update for 4.3.091dccdfUpdate: support more options in prefer-destructuring (#8796)3bebcfdUpdate: Support generator yields in no constant condition (#8762)96df8c9Fix: Handle fixing objects containing comments (fixes #8484) (#8944)e39d41dDocs: MakepeerDependenciespackage.json snippet valid JSON (#8971)a5fd101Fix: duplicated error message if a crash occurs (fixes #8964) (#8965)f8d122cDocs: trailing commas not allowed in json (#8969)d09288aChore: Useoutput: nullto assert that a test case is not autofixed. (#8960)e639358Update: add question to confirm downgrade (fixes #8870) (#8911)601039dDocs: fix badge in eslint-config-eslint readme (#8954)3c231faUpdate: add enforceInMethodNames to no-underscore-dangle (fixes #7065) (#7234)128591fUpdate: prefer-numeric-literals warns Number.parseInt (fixes #8913) (#8929)846f8b1Docs: Clarified that core PRs require issue in maintainer guide (#8927)55bc35dFix: Avoid shell mangling during eslint --init (#8936)
There are 28 commits in total.
See the full diff
Version 4.4.0 just got published.
Update to this version instead 🚀
Release Notes
v4.4.0- 89196fd Upgrade: Espree to 3.5.0 (#9074) (Gyandeep Singh)
- b3e4598 Fix: clarify AST and don't use
node.start/node.end(fixes #8956) (#8984) (Toru Nagashima) - 62911e4 Update: Add ImportDeclaration option to indent rule (#8955) (David Irvine)
- de75f9b Chore: enable object-curly-newline & object-property-newline.(fixes #9042) (#9068) (薛定谔的猫)
- 5ae8458 Docs: fix typo in object-shorthand.md (#9066) (Jon Berry)
- c3d5b39 Docs: clarify options descriptions (fixes #8875) (#9060) (Brandon Mailhiot)
- 37158c5 Docs: clarified behavior of globalReturn option (fixes #8953) (#9058) (Brandon Mailhiot)
- c2f3553 Docs: Update example for MemberExpression option of indent (fixes #9056) (#9057) (Jeff)
- 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) (Teddy Katz)
- 5ab282f Fix: Print error message in bin/eslint.js (fixes #9011) (#9041) (Victor Hom)
- 50e3cf3 Docs: Update sort-keys doc to define natural ordering (fixes #9043) (#9045) (Karan Sharma)
- 7ecfe6a Chore: enable eslint-plugin/test-case-property-ordering (#9040) (薛定谔的猫)
- ad32697 Upgrade: js-yaml to 3.9.1 (refs #9011) (#9044) (Teddy Katz)
- 66c1d43 Docs: Create SUPPORT.md (#9031) (Teddy Katz)
- 7247b6c Update: handle indentation of custom destructuring syntax (fixes #8990) (#9027) (Teddy Katz)
- cdb82f2 Fix: padding-line-between-statements crash on semicolons after blocks (#8748) (Alexander Madyankin)
- 3141872 Chore: remove unnecessary eslint-disable comments in codebase (#9032) (Teddy Katz)
- 0f97279 Fix: refactor no-multi-spaces to avoid regex backtracking (fixes #9001) (#9008) (Teddy Katz)
- b74514d Fix: refactor RuleContext to not modify report locations (fixes #8980) (#8997) (Teddy Katz)
- 31d7fd2 Fix: inconsistent
indentbehavior on computed properties (fixes #8989) (#8999) (Teddy Katz) - 3393894 Fix: avoid reporting the entire AST for missing rules (#8998) (Teddy Katz)
- b3b95b8 Chore: enable additional rules on ESLint codebase (#9013) (Teddy Katz)
- 9b6c552 Upgrade: [email protected] (#9012) (薛定谔的猫)
- acbe86a Chore: disallow .substr and .substring in favor of .slice (#9010) (Teddy Katz)
- d0536d6 Chore: Optimizes adding Linter methods (fixes #9000) (#9007) (Sean C Denison)
- 0a0401f Chore: fix spelling error. (#9003) (薛定谔的猫)
- 3d020b9 Update: emit a warning for ecmaFeatures rather than throwing an error (#8974) (Teddy Katz)
- d2f8f9f Fix: include name of invalid config in validation messages (fixes #8963) (#8973) (Teddy Katz)
- c3ee46b Chore: fix misleading comment in RuleTester (#8995) (Teddy Katz)
Commits
The new version differs by 33 commits.
a113cd34.4.0181bd46Build: changelog update for 4.4.089196fdUpgrade: Espree to 3.5.0 (#9074)b3e4598Fix: clarify AST and don't usenode.start/node.end(fixes #8956) (#8984)62911e4Update: Add ImportDeclaration option to indent rule (#8955)de75f9bChore: enable object-curly-newline & object-property-newline.(fixes #9042) (#9068)5ae8458Docs: fix typo in object-shorthand.md (#9066)c3d5b39Docs: clarify options descriptions (fixes #8875) (#9060)37158c5Docs: clarified behavior of globalReturn option (fixes #8953) (#9058)c2f3553Docs: Update example for MemberExpression option of indent (fixes #9056) (#9057)78a85e0Fix: no-extra-parens incorrectly reports async function expressions (#9035)c794f86Fix: getter-return reporting method named 'get' (fixes #8919) (#9004)d0f78ecDocs: update rule deprecation policy (fixes #8635) (#9033)5ab282fFix: Print error message in bin/eslint.js (fixes #9011) (#9041)50e3cf3Docs: Update sort-keys doc to define natural ordering (fixes #9043) (#9045)
There are 33 commits in total.
See the full diff
Version 4.5.0 just got published.
Update to this version instead 🚀
Release Notes
v4.5.0- decdd2c Update: allow arbitrary nodes to be ignored in
indent(fixes #8594) (#9105) (Teddy Katz) - 79062f3 Update: fix indentation of multiline
new.targetexpressions (#9116) (Teddy Katz) - d00e24f Upgrade:
chalkto 2.x release (#9115) (Stephen Edgar) - 6ef734a Docs: add missing word in processor documentation (#9106) (Teddy Katz)
- a4f53ba Fix: Include files with no messages in junit results (#9093) (#9094) (Sean DuBois)
- 1d6a9c0 Chore: enable eslint-plugin/test-case-shorthand-strings (#9067) (薛定谔的猫)
- f8add8f Fix: don't autofix with linter.verifyAndFix when
fix: falseis used (#9098) (Teddy Katz) - 77bcee4 Docs: update instructions for adding TSC members (#9086) (Teddy Katz)
- bd09cd5 Update: avoid requiring NaN spaces of indentation (fixes #9083) (#9085) (Teddy Katz)
- c93a853 Chore: Remove extra space in blogpost template (#9088) (Kai Cataldo)
Commits
The new version differs by 12 commits.
ff8c4bb4.5.0480bbeeBuild: changelog update for 4.5.0decdd2cUpdate: allow arbitrary nodes to be ignored inindent(fixes #8594) (#9105)79062f3Update: fix indentation of multilinenew.targetexpressions (#9116)d00e24fUpgrade:chalkto 2.x release (#9115)6ef734aDocs: add missing word in processor documentation (#9106)a4f53baFix: Include files with no messages in junit results (#9093) (#9094)1d6a9c0Chore: enable eslint-plugin/test-case-shorthand-strings (#9067)f8add8fFix: don't autofix with linter.verifyAndFix whenfix: falseis used (#9098)77bcee4Docs: update instructions for adding TSC members (#9086)bd09cd5Update: avoid requiring NaN spaces of indentation (fixes #9083) (#9085)c93a853Chore: Remove extra space in blogpost template (#9088)
See the full diff
Version 4.6.0 just got published.
Update to this version instead 🚀
Release Notes
v4.6.0- 56dd769 Docs: fix link format in prefer-arrow-callback.md (#9198) (Vse Mozhet Byt)
- 6becf91 Update: add eslint version to error output. (fixes #9037) (#9071) (薛定谔的猫)
- 0e09973 New: function-paren-newline rule (fixes #6074) (#8102) (Teddy Katz)
- 88a64cc Chore: Make parseJsonConfig() a pure function in Linter (#9186) (Teddy Katz)
- 1bbac51 Fix: avoid breaking eslint-plugin-eslint-comments (fixes #9193) (#9196) (Teddy Katz)
- 3e8b70a Fix: off-by-one error in eslint-disable comment checking (#9195) (Teddy Katz)
- 73815f6 Docs: rewrite prefer-arrow-callback documentation (fixes #8950) (#9077) (Charles E. Morgan)
- 0d3a854 Chore: avoid mutating report descriptors in report-translator (#9189) (Teddy Katz)
- 2db356b Update: no-unused-vars Improve message to include the allowed patterns (#9176) (Eli White)
- 8fbaf0a Update: Add configurability to generator-star-spacing (#8985) (Ethan Rutherford)
- 8ed779c Chore: remove currentScopes property from Linter instances (refs #9161) (#9187) (Teddy Katz)
- af4ad60 Fix: Handle error when running init without npm (#9169) (Gabriel Aumala)
- 4b94c6c Chore: make parse() a pure function in Linter (refs #9161) (#9183) (Teddy Katz)
- 1be5634 Chore: don't make Linter a subclass of EventEmitter (refs #9161) (#9177) (Teddy Katz)
- e95af9b Chore: don't include internal test helpers in npm package (#9160) (Teddy Katz)
- 6fb32e1 Chore: avoid using private Linter APIs in astUtils tests (refs #9161) (#9173) (Teddy Katz)
- de6dccd Docs: add documentation for Linter methods (refs #6525) (#9151) (Teddy Katz)
- 2d90030 Chore: remove unused assignment. (#9182) (薛定谔的猫)
- d672aef Chore: refactor reporting logic (refs #9161) (#9168) (Teddy Katz)
- 5ab0434 Fix: indent crash on sparse arrays with "off" option (fixes #9157) (#9166) (Teddy Katz)
- c147b97 Chore: Make SourceCodeFixer accept text instead of a SourceCode instance (#9178) (Teddy Katz)
- f127423 Chore: avoid using private Linter APIs in Linter tests (refs #9161) (#9175) (Teddy Katz)
- 2334335 Chore: avoid using private Linter APIs in SourceCode tests (refs #9161) (#9174) (Teddy Katz)
- 2dc243a Chore: avoid using internal Linter APIs in RuleTester (refs #9161) (#9172) (Teddy Katz)
- d6e436f Fix: no-extra-parens reported some parenthesized IIFEs (fixes #9140) (#9158) (Teddy Katz)
- e6b115c Build: Add an edit link to the rule docs’ metadata (#9049) (Jed Fox)
- fcb7bb4 Chore: avoid unnecessarily complex forEach calls in no-extra-parens (#9159) (Teddy Katz)
- ffa021e Docs: quotes rule - when does \n require backticks (#9135) (avimar)
- 60c5148 Chore: improve coverage in lib/*.js (#9130) (Teddy Katz)
Commits
The new version differs by 31 commits.
8f01a994.6.0c0acbf2Build: changelog update for 4.6.056dd769Docs: fix link format in prefer-arrow-callback.md (#9198)6becf91Update: add eslint version to error output. (fixes #9037) (#9071)0e09973New: function-paren-newline rule (fixes #6074) (#8102)88a64ccChore: Make parseJsonConfig() a pure function in Linter (#9186)1bbac51Fix: avoid breaking eslint-plugin-eslint-comments (fixes #9193) (#9196)3e8b70aFix: off-by-one error in eslint-disable comment checking (#9195)73815f6Docs: rewrite prefer-arrow-callback documentation (fixes #8950) (#9077)0d3a854Chore: avoid mutating report descriptors in report-translator (#9189)2db356bUpdate: no-unused-vars Improve message to include the allowed patterns (#9176)8fbaf0aUpdate: Add configurability to generator-star-spacing (#8985)8ed779cChore: remove currentScopes property from Linter instances (refs #9161) (#9187)af4ad60Fix: Handle error when running init without npm (#9169)4b94c6cChore: make parse() a pure function in Linter (refs #9161) (#9183)
There are 31 commits in total.
See the full diff
Version 4.6.1 just got published.
Update to this version instead 🚀
Release Notes
v4.6.1- bdec46d Build: avoid process leak when generating website (#9217) (Teddy Katz)
- cb74b87 Fix: avoid adding globals when an env is used with
false(fixes #9202) (#9203) (Teddy Katz) - f9b7544 Docs: Correct a typo in generator-star-spacing documentation (#9205) (Ethan Rutherford)
- e5c5e83 Build: Fixing issue with docs generation (Fixes #9199) (#9200) (Ilya Volodin)
Commits
The new version differs by 6 commits.
d65c5404.6.161c845cBuild: changelog update for 4.6.1bdec46dBuild: avoid process leak when generating website (#9217)cb74b87Fix: avoid adding globals when an env is used withfalse(fixes #9202) (#9203)f9b7544Docs: Correct a typo in generator-star-spacing documentation (#9205)e5c5e83Build: Fixing issue with docs generation (Fixes #9199) (#9200)
See the full diff