Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.0->6.5.17.14.3->7.15.116.9.0->16.10.116.9.0->16.10.116.9.0->16.10.17.1.0->7.3.1Release Notes
eslint/eslint
v6.5.1Compare Source
0d3d7d9Docs: fix typo in no-magic-numbers (#12345) (Josiah Rooney)447ac87Fix: no-useless-rename handles ExperimentalRestProperty (fixes #12335) (#12339) (Kai Cataldo)b6ff73cSponsors: Sync README with website (ESLint Jenkins)v6.5.0Compare Source
73596cbUpdate: Add enforceForSwitchCase option to use-isnan (#12106) (Milos Djermanovic)d592a24Fix: exclude\u000dso new line won't convert to text (fixes #12027) (#12031) (zamboney)e85d27aFix: no-regex-spaces false positives and invalid autofix (fixes #12226) (#12231) (Milos Djermanovic)b349bf7Fix: prefer-named-capture-group incorrect locations (fixes #12233) (#12247) (Milos Djermanovic)7dc1ea9Fix: no-useless-return autofix removes comments (#12292) (Milos Djermanovic)0e68677Fix: no-extra-bind autofix removes comments (#12293) (Milos Djermanovic)6ad7e86Fix: no-extra-label autofix removes comments (#12298) (Milos Djermanovic)acec201Fix: no-undef-init autofix removes comments (#12299) (Milos Djermanovic)d89390bFix: use async reading of stdin in bin/eslint.js (fixes #12212) (#12230) (Barrie Treloar)334ca7cUpdate: no-useless-rename also reports default values (fixes #12301) (#12322) (Kai Cataldo)41bfe91Update: Fix handling of chained new expressions in new-parens (#12303) (Milos Djermanovic)160b7c4Chore: add autofix npm script (#12330) (Kai Cataldo)04b6adbChore: enable eslint-plugin-jsdoc (refs #11146) (#12332) (Kai Cataldo)9b86167Docs: Add new ES environments to Configuring ESLint (#12289) (Milos Djermanovic)c9aeab2Docs: Add supported ECMAScript version to README (#12290) (Milos Djermanovic)8316e7bFix: no-useless-rename autofix removes comments (#12300) (Milos Djermanovic)29c12f1Chore: cache results in runtime-info (#12320) (Kai Cataldo)f5537b2Fix: prefer-numeric-literals autofix removes comments (#12313) (Milos Djermanovic)11ae6fcUpdate: Fix call, new and member expressions in no-extra-parens (#12302) (Milos Djermanovic)a7894ebNew: add --env-info flag to CLI (#12270) (Kai Cataldo)61392ffSponsors: Sync README with website (ESLint Jenkins)2c6bf8eDocs: English fix (#12306) (Daniel Nixon)6f11877Sponsors: Sync README with website (ESLint Jenkins)2e202caDocs: fix links in array-callback-return (#12288) (Milos Djermanovic)e39c631Docs: add example for CLIEngine#executeOnText 3rd arg (#12286) (Kai Cataldo)d4f9a16Update: add support for JSXFragments in indent rule (fixes #12208) (#12210) (Kai Cataldo)c6af95fSponsors: Sync README with website (ESLint Jenkins)8cadd52Sponsors: Sync README with website (ESLint Jenkins)f9fc695Chore: enable default-param-last (#12244) (薛定谔的猫)9984c3eDocs: Update README team and sponsors (ESLint Jenkins)v6.4.0Compare Source
e915fffDocs: Improve examples and clarify default option (#12067) (Yuping Zuo)540296fUpdate: enforceForClassMembers option to accessor-pairs (fixes #12063) (#12192) (Milos Djermanovic)d3c2334Update: flag nested block with declaration as error (#12193) (David Waller)b2498d2Update: Fix handling of property names in no-self-assign (#12105) (Milos Djermanovic)1ee61b0Update: enforceForClassMembers computed-property-spacing (fixes #12049) (#12214) (Milos Djermanovic)520c922Docs: Added naming convention details to plugin usage (#12202) (Henrique Barcelos)f826eabFix: Allow line comment exception in object-curly-spacing (fixes #11902) (#12216) (Milos Djermanovic)db2a29bUpdate: indentation of comment followed by semicolon (fixes #12232) (#12243) (Kai Cataldo)ae17d1cFix: no-sequences is reporting incorrect locations (#12241) (Milos Djermanovic)365331aFix: object-shorthand providing invalid fixes for typescript (#12260) (Brad Zacher)1c921c6New: add no-import-assign (fixes #12237) (#12252) (Toru Nagashima)3be04fdNew: Add prefer-regex-literals rule (fixes #12238) (#12254) (Milos Djermanovic)37c0fdeUpdate: Report global Atomics calls in no-obj-calls (fixes #12234) (#12258) (Milos Djermanovic)985c9e5Fix: space-before-function-paren autofix removes comments (fixes #12259) (#12264) (Milos Djermanovic)01da7d0Fix: eqeqeq rule reports incorrect locations (#12265) (Milos Djermanovic)319e4d8Docs: adding finally example (#12256) (Jens Melgaard)d52328fDocs: fix no-sequenceswithexamples (#12239) (Milos Djermanovic)a41fdc0Fix: Remove autofixer for no-unsafe-negation (#12157) (Milos Djermanovic)e38f5fdUpdate: fix no-octal-escape false negatives after \0 (#12079) (Milos Djermanovic)9418fbeSponsors: Sync README with website (ESLint Jenkins)acc5ec5Sponsors: Sync README with website (ESLint Jenkins)460c5adSponsors: Sync README with website (ESLint Jenkins)0313441New: add rule default-param-last (fixes #11361) (#12188) (Chiawen Chen)7621f5dUpdate: add more specific linting messages to space-in-parens (#11121) (Che Fisher)21eb904Fix: basePath of OverrideTester (fixes #12032) (#12205) (Toru Nagashima)86e5e65Sponsors: Sync README with website (ESLint Jenkins)2b1a13fFix: no-extra-boolean-cast reports wrong negation node (fixes #11324) (#12197) (Milos Djermanovic)ba8c2aaSponsors: Sync README with website (ESLint Jenkins)a0a9746Docs: Fix link in no-irregular-whitespace.md (#12196) (Timo Tijhof)e10eebaFix: quotes autofix produces syntax error with octal escape sequences (#12118) (Milos Djermanovic)v6.3.0Compare Source
0acdefbChore: refactor code (#12113) (James George)52e2cf5New: reportUnusedDisableDirectives in config (refs eslint/rfcs#22) (#12151) (Toru Nagashima)020f952Update: enforceForSequenceExpressions to no-extra-parens (fixes #11916) (#12142) (Milos Djermanovic)aab1b84Fix: reset to the default color (#12174) (Ricardo Gobbo de Souza)4009d39Fix: yoda rule produces invalid autofix with preceding yield (#12166) (Milos Djermanovic)febb660Fix: no-extra-boolean-cast invalid autofix with yield before negation (#12164) (Milos Djermanovic)4c0b70bNew: support TypeScript at config initializer (fixes #11789) (#12172) (Pig Fang)94e39d9Chore: use GitHub Actions (#12144) (Toru Nagashima)e88f305Chore: support es2020 in fuzz (#12180) (薛定谔的猫)00d2c5bDocs: corrected class extension example (#12176) (Marius M)31e5428Chore: Fix wrong error object keys in test files (#12162) (Milos Djermanovic)197f443Fix: func-name-matching crash on descriptor-like arguments (#12100) (Milos Djermanovic)644ce33Fix: no-self-assign false positive with rest and spread in array (#12099) (Milos Djermanovic)a81d263Fix: fix message of function-paren-newline (#12136) (Pig Fang)77f8ed1Chore: update blogpost template (#12154) (Toru Nagashima)6abc7b7Docs: Document the exception in no-unsafe-negation (#12161) (Milos Djermanovic)v6.2.2Compare Source
0e0b784Upgrade: espree@^6.1.1 (#12158) (Kevin Partington)04e859fSponsors: Sync README with website (ESLint Jenkins)34783d1Sponsors: Sync README with website (ESLint Jenkins)b809e72Docs: Update README team and sponsors (ESLint Jenkins)v6.2.1Compare Source
8c021b5Upgrade: eslint-utils 1.4.2 (#12131) (Toru Nagashima)e82388bSponsors: Sync README with website (ESLint Jenkins)4aeeeedDocs: update docs for ecmaVersion 2020 (#12120) (silverwind)6886148Docs: Add duplicate keys limitation to accessor-pairs (#12124) (Milos Djermanovic)v6.2.0Compare Source
fee6acbUpdate: support bigint and dynamic import (refs #11803) (#11983) (Toru Nagashima)afd8012New: noInlineConfig setting (refs eslint/rfcs#22) (#12091) (Toru Nagashima)3d12378Update: Fix accessor-pairs to enforce pairs per property in literals (#12062) (Milos Djermanovic)8cd00b3New: function-call-argument-newline (#12024) (finico)30ebf92Fix: prefer-template autofix produces syntax error with octal escapes (#12085) (Milos Djermanovic)13c3988Fix: Check literal type explicitly in dot-notation (#12095) (Milos Djermanovic)3e5cecaFix: Handle empty string property names in getFunctionNameWithKind (#12104) (Milos Djermanovic)9a043ffFix: no-duplicate-case false positives on Object.prototype keys (#12107) (Milos Djermanovic)fe631afChore: minor typo fix (#12112) (James George)4cb7877Fix: fix no-extra-parens ignores some nodes (#11909) (Pig Fang)2dc23b8Update: fix no-dupe-keys false negatives on empty string names (#12069) (Milos Djermanovic)19ab666Fix: yoda exceptRange false positives on empty string property names (#12071) (Milos Djermanovic)d642150Update: Check empty string property names in sort-keys (#12073) (Milos Djermanovic)acce6deFix: class-methods-use-this reports 'undefined' names (#12103) (Milos Djermanovic)92ec2cbFix: Allow bind call with a single spread element in no-extra-bind (#12088) (Milos Djermanovic)bfdb0c9Fix: no-extra-boolean-cast invalid autofix for Boolean() without args (#12076) (Milos Djermanovic)34ccc0cChore: Remove TDZ scope type condition from no-unused-vars (#12055) (Milos Djermanovic)01d38ceDocs: Remove TDZ scope from the scope manager interface documentation (#12054) (Milos Djermanovic)1aff8fcUpdate: warn about mixing ternary and logical operators (fixes #11704) (#12001) (Karthik Priyadarshan)11be2f8Docs: do not recommend global-installed usage (#12016) (薛定谔的猫)cf31dabFix: no-restricted-syntax - correct the schema (#12051) (Brad Zacher)fbec99eUpdate: fix class-methods-use-this false negatives with exceptMethods (#12077) (Milos Djermanovic)fb08b7cDocs: Remove readonly/writable global logic from no-undef (fixes #11963) (#12053) (Milos Djermanovic)5b5934bSponsors: Sync README with website (ESLint Jenkins)9156760Sponsors: Sync README with website (ESLint Jenkins)f5e0cc4Update: Check computed method keys in no-extra-parens (#11973) (Milos Djermanovic)d961438Docs: Fix Incorrect Documentation (#12045) (Michael Miceli)887d08cSponsors: Sync README with website (ESLint Jenkins)d90183fDocs: add a case to func-names (#12038) (Chiawen Chen)8a5b62dDocs: no use eslint.linter in code example (#12037) (薛定谔的猫)5831767Update: report location of func-names (fixes #12022) (#12028) (Pig Fang)yannickcr/eslint-plugin-react
v7.15.1Compare Source
Fixed
jsx-curly-brace-presence: bail out checks when JSXElements are passed as props (#2426 @vedadeepta)Changed
prefer-es6-class: Fix typos (#2425 @spencerbyw)v7.15.0Compare Source
Added
jsx-no-useless-fragment][] rule (#2261 @golopot)jsx-handler-name][]: allowfalseto disableeventHandlerPrefix/eventHandlerPropPrefix(#2410 @tanmoyopenroot)sort-comp][]: addstatic-variablesgrouping (#2408 @vedadeepta)jsx-no-literals][]: AddallowedStringsoption (#2380 @benhollander)no-multi-comp][]: Added handling forforwardRefandmemowrapping components declared in the same file (#2184 @jenil94)jsx-pascal-case][]:allowAllCapsoption now allowsSCREAMING_SNAKE_CASE(#2364 @TylerR909)Fixed
jsx-indent][]: Fix false positive when a jsx element is the last statement within a do expression (with tests) (#2200 @Kenneth-KT)jsx-curly-brace-presence][]: fix jsx tags in braces (#2422 @tanmoyopenroot)display-name][]: Fix false positives (#2399 @BPScott)jsx-curly-brace-presence][]: report unnecessary curly braces with children on next line (#2409 @vedadeepta)no-unused-prop-types][]: false positive with callback (#2375 @golopot)jsx-sort-props][]: use localeCompare rather than comparison operator (#2391 @tanmoyopenroot)jsx-pascal-case][]: allow one-letter-named components (#2395 @Haegin)jsx-wrap-multilines][]: fix incorrect formatting (#2392 @tanmoyopenroot)require-optimization][]: fix when using arrow function in class components (#2385 @jenil94)no-deprecated][]: Deprecate cWM/cWRP/cWU lifecycle methods since React 16.9.0 (#2378 @meowtec)jsx-key][]: improve docs and confusing error message (#2367 @kaykayehnn)prop-types][]: false positive with setState updator (#2359 @golopot)Changed
no-access-state-in-setstate][]: update grammar ([#2418][] @neaumusic)jsx-curly-brace-presence][], [jsx-one-expression-per-line][], [no-danger-with-children][]: addisWhiteSpacestolib/util/jsx(#2409 @vedadeepta)facebook/react
v16.10.1Compare Source
React DOM
v16.10.0Compare Source
React DOM
Object.isinstead of inline polyfill, when available. (@ku8ar in #16212)Scheduler (Experimental)
postMessageloop with short intervals instead of attempting to align to frame boundaries withrequestAnimationFrame. (@acdlite in #16214)useSubscription
webpack-contrib/sass-loader
v7.3.1Compare Source
⚠ BREAKING CHANGES
webpackversion is4.36.0node.jsversion is8.9.0includePaths,importer,functions) options to thesassOptionsoption. Thefunctionsoption can't be used asFunction, you should usesassOptionasFunctionto achieve this.dataoption was renamed to theprependDataoptionsourceMapoption depends on thedevtoolvalue (eval/falsevalues don't enable source map generation)Features
fiberspackage if it is possible (#744) (96184e1)devtooloption (#743) (fcea88e)node-sass/sass@import(including support_indexandindexfiles in a directory)Bug Fixes
pnp7.3.1 (2019-08-20)
Bug Fixes
nodeversion inpackage.json(#733) (1175920)v7.3.0Compare Source
Bug Fixes
/as module (#728) (997a255)Features
webpackImporteroption (#732) (6f4ea37)v7.2.0Compare Source
Bug Fixes
sass/scss/cssextensions (#711) (6fc9d4e)Features
functionsoption as function (#651) (6c9654d)dataasFunction(#648) (aa64e1b)sassandstylefields inpackage.json(#647) (a8709c9)dart-sass(ff90dd6)Renovate configuration
📅 Schedule: "before 2am on monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.