sequelize / sequelize-pool

Resource pool implementation. It can be used to throttle expensive resources.
Other
38 stars 17 forks source link

chore(deps): update typescript-eslint monorepo to v3 (major) #28

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin devDependencies major ^2.33.0 -> ^3.0.0
@typescript-eslint/parser devDependencies major ^2.33.0 -> ^3.0.0

Release Notes

typescript-eslint/typescript-eslint ### [`v3.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​360-httpsgithubcomtypescript-eslinttypescript-eslintcomparev350v360-2020-07-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.5.0...v3.6.0) ##### Bug Fixes - **eslint-plugin:** [no-namespace] allow namespaces in nested declarations with `allowDeclarations` ([#​2238](https://togithub.com/typescript-eslint/typescript-eslint/issues/2238)) ([c1df669](https://togithub.com/typescript-eslint/typescript-eslint/commit/c1df6694f7866d3ef7ede0b1c6c9dd6f3955e682)) - **eslint-plugin:** [space-before-function-paren] handle abstract functions ([#​2199](https://togithub.com/typescript-eslint/typescript-eslint/issues/2199)) ([88a3edf](https://togithub.com/typescript-eslint/typescript-eslint/commit/88a3edfce8349f871b7b660d2b76508b67c94eda)) ##### Features - **eslint-plugin:** add rule `prefer-literal-enum-member` ([#​1898](https://togithub.com/typescript-eslint/typescript-eslint/issues/1898)) ([fe2b2ec](https://togithub.com/typescript-eslint/typescript-eslint/commit/fe2b2ec39ef04ac8b73eef9d29d12fd1b24fa183)) ### [`v3.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​350-httpsgithubcomtypescript-eslinttypescript-eslintcomparev340v350-2020-06-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.4.0...v3.5.0) ##### Bug Fixes - **eslint-plugin:** [naming-convention] support unicode in regex ([#​2241](https://togithub.com/typescript-eslint/typescript-eslint/issues/2241)) ([5fdd21a](https://togithub.com/typescript-eslint/typescript-eslint/commit/5fdd21a1726fb6928098c4152aec55a30df960d4)) - **typescript-estree:** forward compatibility for new compound assignment operators ([#​2253](https://togithub.com/typescript-eslint/typescript-eslint/issues/2253)) ([ba41680](https://togithub.com/typescript-eslint/typescript-eslint/commit/ba41680f2a25b1aa4d05c2d4b132ac73a6faefbd)) ##### Features - add package scope-manager ([#​1939](https://togithub.com/typescript-eslint/typescript-eslint/issues/1939)) ([682eb7e](https://togithub.com/typescript-eslint/typescript-eslint/commit/682eb7e009c3f22a542882dfd3602196a60d2a1e)) - split types into their own package ([#​2229](https://togithub.com/typescript-eslint/typescript-eslint/issues/2229)) ([5f45918](https://togithub.com/typescript-eslint/typescript-eslint/commit/5f4591886f3438329fbf2229b03ac66174334a24)) - split visitor keys into their own package ([#​2230](https://togithub.com/typescript-eslint/typescript-eslint/issues/2230)) ([689dae3](https://togithub.com/typescript-eslint/typescript-eslint/commit/689dae37392d527c64ae83db2a4c3e6b7fecece7)) ### [`v3.4.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​340-httpsgithubcomtypescript-eslinttypescript-eslintcomparev330v340-2020-06-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.3.0...v3.4.0) ##### Bug Fixes - **eslint-plugin:** [no-base-to-string] handle intersection types ([#​2170](https://togithub.com/typescript-eslint/typescript-eslint/issues/2170)) ([9cca3a9](https://togithub.com/typescript-eslint/typescript-eslint/commit/9cca3a9584d5d5ef0536219c5a734f4e87efb543)) - **eslint-plugin:** [unbound-method] handling destructuring ([#​2228](https://togithub.com/typescript-eslint/typescript-eslint/issues/2228)) ([c3753c2](https://togithub.com/typescript-eslint/typescript-eslint/commit/c3753c21768d355ecdb9e7ae8e0bfdfbbc1d3bbe)) - **experimental-utils:** correct types for TS versions older than 3.8 ([#​2217](https://togithub.com/typescript-eslint/typescript-eslint/issues/2217)) ([5e4dda2](https://togithub.com/typescript-eslint/typescript-eslint/commit/5e4dda264a7d6a6a1626848e7599faea1ac34922)) - **experimental-utils:** getParserServices takes a readonly context ([#​2235](https://togithub.com/typescript-eslint/typescript-eslint/issues/2235)) ([26da8de](https://togithub.com/typescript-eslint/typescript-eslint/commit/26da8de7fcde9eddec63212d79af781c4bb22991)) ##### Features - **eslint-plugin:** [no-unnecessary-boolean-literal-compare] add option to check nullable booleans ([#​1983](https://togithub.com/typescript-eslint/typescript-eslint/issues/1983)) ([c0b3057](https://togithub.com/typescript-eslint/typescript-eslint/commit/c0b3057b7f7d515891ad2efe32e4ef8c01e0478f)) - **eslint-plugin:** add extension rule `no-loss-of-precision` ([#​2196](https://togithub.com/typescript-eslint/typescript-eslint/issues/2196)) ([535b0f2](https://togithub.com/typescript-eslint/typescript-eslint/commit/535b0f2ddd82efa6a2c40307a61c480f4b3cdea3)) ### [`v3.3.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​330-httpsgithubcomtypescript-eslinttypescript-eslintcomparev320v330-2020-06-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.2.0...v3.3.0) ##### Bug Fixes - **eslint-plugin:** [no-unused-expressions] handle ternary and short-circuit options ([#​2194](https://togithub.com/typescript-eslint/typescript-eslint/issues/2194)) ([ee9f100](https://togithub.com/typescript-eslint/typescript-eslint/commit/ee9f100a2f9a874c2b361482742686eeaa9bdac7)) - **typescript-estree:** handle TS4.0 breaking change in TupleType ([#​2197](https://togithub.com/typescript-eslint/typescript-eslint/issues/2197)) ([5d68129](https://togithub.com/typescript-eslint/typescript-eslint/commit/5d6812914831a386997b453b4db1e3283e26005d)) ##### Features - **eslint-plugin:** [naming-convention] better error message and docs for prefix/suffix ([#​2195](https://togithub.com/typescript-eslint/typescript-eslint/issues/2195)) ([a2ffe55](https://togithub.com/typescript-eslint/typescript-eslint/commit/a2ffe5568df0f7224bfe9141d298e538383d5f09)) ### [`v3.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​320-httpsgithubcomtypescript-eslinttypescript-eslintcomparev310v320-2020-06-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.1.0...v3.2.0) ##### Bug Fixes - **eslint-plugin:** [explicit-module-boundary-types] dont report return type errors on constructor overloads ([#​2158](https://togithub.com/typescript-eslint/typescript-eslint/issues/2158)) ([53232d7](https://togithub.com/typescript-eslint/typescript-eslint/commit/53232d775ca0b808e2d75d9501f4411a868b2b48)) - **eslint-plugin:** [explicit-module-boundary-types] handle bodyless arrow functions with explicit return types that return functions ([#​2169](https://togithub.com/typescript-eslint/typescript-eslint/issues/2169)) ([58db655](https://togithub.com/typescript-eslint/typescript-eslint/commit/58db655133aaae006efe3e3ceee971cf88dc348f)) - **eslint-plugin:** [explicit-module-boundary-types] handle nested functions and functions expressions in a typed variable declaration ([#​2176](https://togithub.com/typescript-eslint/typescript-eslint/issues/2176)) ([6ff450d](https://togithub.com/typescript-eslint/typescript-eslint/commit/6ff450da3abec93223a33f6b52484c9ca99b7abe)) - **eslint-plugin:** [no-extra-non-null-assertion] dont report for assertions not followed by the optional chain ([#​2167](https://togithub.com/typescript-eslint/typescript-eslint/issues/2167)) ([e4c1834](https://togithub.com/typescript-eslint/typescript-eslint/commit/e4c1834c7c5934332dd1d58c09018453568c4889)) - **eslint-plugin:** [no-unnecessary-conditionals] Handle comparison of generics and loose comparisons with undefined values ([#​2152](https://togithub.com/typescript-eslint/typescript-eslint/issues/2152)) ([c86e2a2](https://togithub.com/typescript-eslint/typescript-eslint/commit/c86e2a235372149db9b1700d39c2145e0ce5221a)) - **eslint-plugin:** [prefer-optional-chain] handling first member expression ([#​2156](https://togithub.com/typescript-eslint/typescript-eslint/issues/2156)) ([de18660](https://togithub.com/typescript-eslint/typescript-eslint/commit/de18660a8cf8f7033798646d8c5b0938d1accb12)) - **eslint-plugin:** [return-await] correct handling of ternaries ([#​2168](https://togithub.com/typescript-eslint/typescript-eslint/issues/2168)) ([fe4c0bf](https://togithub.com/typescript-eslint/typescript-eslint/commit/fe4c0bf8c04f070d6642fbe86c5e5614bc88e8fd)) ##### Features - **eslint-plugin:** [naming-convention] put identifiers in quotes in error messages ([#​2182](https://togithub.com/typescript-eslint/typescript-eslint/issues/2182)) ([fc61932](https://togithub.com/typescript-eslint/typescript-eslint/commit/fc619326eedf7ef2efa51444ecdead81a36a204f)), closes [#​2178](https://togithub.com/typescript-eslint/typescript-eslint/issues/2178) - **eslint-plugin:** [require-array-sort-compare] add `ignoreStringArrays` option ([#​1972](https://togithub.com/typescript-eslint/typescript-eslint/issues/1972)) ([6dee784](https://togithub.com/typescript-eslint/typescript-eslint/commit/6dee7840a3af1dfe4c38a128d1c4655bdac625df)) - **eslint-plugin:** add rule `ban-tslint-comment` ([#​2140](https://togithub.com/typescript-eslint/typescript-eslint/issues/2140)) ([43ee226](https://togithub.com/typescript-eslint/typescript-eslint/commit/43ee226ffbaaa3e7126081db9476c24b89ec16e9)) - **eslint-plugin:** add rule `no-confusing-non-null-assertion` ([#​1941](https://togithub.com/typescript-eslint/typescript-eslint/issues/1941)) ([9b51c44](https://togithub.com/typescript-eslint/typescript-eslint/commit/9b51c44f29d8b3e95a510985544e8ded8a14404d)) ### [`v3.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​310-httpsgithubcomtypescript-eslinttypescript-eslintcomparev302v310-2020-06-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.0.2...v3.1.0) ##### Bug Fixes - **eslint-plugin:** [explicit-module-boundary-types] don't check returned functions if parent function has return type ([#​2084](https://togithub.com/typescript-eslint/typescript-eslint/issues/2084)) ([d7d4eeb](https://togithub.com/typescript-eslint/typescript-eslint/commit/d7d4eeb03f2918d5d9e361fdb47c2d42e83bd593)) - **eslint-plugin:** [no-unnecessary-condition] handle comparison of any, unknown and loose comparisons with nullish values ([#​2123](https://togithub.com/typescript-eslint/typescript-eslint/issues/2123)) ([1ae1d01](https://togithub.com/typescript-eslint/typescript-eslint/commit/1ae1d01e5603ec7cef8051ed018c3c3c88b29867)) - **eslint-plugin:** [no-unnecessary-condition] improve optional chain handling ([#​2111](https://togithub.com/typescript-eslint/typescript-eslint/issues/2111)) ([9ee399b](https://togithub.com/typescript-eslint/typescript-eslint/commit/9ee399b5906e82f346ff89141207a6630786de54)) - **eslint-plugin:** [no-unnecessary-condition] improve optional chain handling 2 - electric boogaloo ([#​2138](https://togithub.com/typescript-eslint/typescript-eslint/issues/2138)) ([c87cfaf](https://togithub.com/typescript-eslint/typescript-eslint/commit/c87cfaf6746775bb8ad9eb45b0002f068a822dbe)) - **eslint-plugin:** [no-unused-expressions] ignore import expressions ([#​2130](https://togithub.com/typescript-eslint/typescript-eslint/issues/2130)) ([e383691](https://togithub.com/typescript-eslint/typescript-eslint/commit/e3836910efdafd9edf04daed149c9e839c08047e)) - **eslint-plugin:** [no-var-requires] false negative for TSAsExpression and MemberExpression ([#​2139](https://togithub.com/typescript-eslint/typescript-eslint/issues/2139)) ([df95338](https://togithub.com/typescript-eslint/typescript-eslint/commit/df953388913b22d45242e65ce231d92a8b8a0080)) - **experimental-utils:** downlevel type declarations for versions older than 3.8 ([#​2133](https://togithub.com/typescript-eslint/typescript-eslint/issues/2133)) ([7925823](https://togithub.com/typescript-eslint/typescript-eslint/commit/792582326a8065270b69a0ffcaad5a7b4b103ff3)) ##### Features - **eslint-plugin:** [ban-ts-comments] add "allow-with-description" option ([#​2099](https://togithub.com/typescript-eslint/typescript-eslint/issues/2099)) ([8a0fd18](https://togithub.com/typescript-eslint/typescript-eslint/commit/8a0fd1899f544470a35afb3117f4c71aad7e4e42)) - **eslint-plugin:** [ban-types] allow selective disable of default options with `false` value ([#​2137](https://togithub.com/typescript-eslint/typescript-eslint/issues/2137)) ([1cb8ca4](https://togithub.com/typescript-eslint/typescript-eslint/commit/1cb8ca483d029935310e6904580df8501837084d)) - **eslint-plugin:** [explicit-module-boundary-types] improve accuracy and coverage ([#​2135](https://togithub.com/typescript-eslint/typescript-eslint/issues/2135)) ([caaa859](https://togithub.com/typescript-eslint/typescript-eslint/commit/caaa8599284d02ab3341e282cad35a52d0fb86c7)) #### [3.0.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.0.1...v3.0.2) (2020-05-27) ##### Bug Fixes - regression for eslint v6 ([#​2105](https://togithub.com/typescript-eslint/typescript-eslint/issues/2105)) ([31fc503](https://togithub.com/typescript-eslint/typescript-eslint/commit/31fc5039ed919e1515fda673c186d5c83eb5beb3)) #### [3.0.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.0.0...v3.0.1) (2020-05-25) ##### Bug Fixes - **eslint-plugin:** [naming-convention] handle no options correctly ([#​2095](https://togithub.com/typescript-eslint/typescript-eslint/issues/2095)) ([fd7d02b](https://togithub.com/typescript-eslint/typescript-eslint/commit/fd7d02b31ebd995b7fdd857d7c054042aa4f2001)) - **eslint-plugin:** [no-throw-literal] handle intersection and union types ([#​2085](https://togithub.com/typescript-eslint/typescript-eslint/issues/2085)) ([cae037f](https://togithub.com/typescript-eslint/typescript-eslint/commit/cae037ff9b20363b970cc600a09505b98bf10a14)) - **eslint-plugin:** [unbound-method] fix crash due to missing `Intl` ([#​2090](https://togithub.com/typescript-eslint/typescript-eslint/issues/2090)) ([f2fa82c](https://togithub.com/typescript-eslint/typescript-eslint/commit/f2fa82c532ae858ccfb064268cfcc9df657a54be)) - **experimental-utils:** export `CLIEngine` & `ESLint` ([#​2083](https://togithub.com/typescript-eslint/typescript-eslint/issues/2083)) ([014341b](https://togithub.com/typescript-eslint/typescript-eslint/commit/014341bb23261f609fc2a6fe7fece191466a084a)) - **typescript-estree:** handle `BigInt` with `_` numeric separator ([#​2067](https://togithub.com/typescript-eslint/typescript-eslint/issues/2067)) ([66f1627](https://togithub.com/typescript-eslint/typescript-eslint/commit/66f1627b11a566d5b925a577e800f99d5c808be2)) - **typescript-estree:** mark TS 3.8 and 3.9 as "supported" ([#​2057](https://togithub.com/typescript-eslint/typescript-eslint/issues/2057)) ([5eedbff](https://togithub.com/typescript-eslint/typescript-eslint/commit/5eedbff01178ea33b98ab22e556df4c1a195f839)), closes [#​1436](https://togithub.com/typescript-eslint/typescript-eslint/issues/1436) [#​1436](https://togithub.com/typescript-eslint/typescript-eslint/issues/1436) ### [`v3.0.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​302-httpsgithubcomtypescript-eslinttypescript-eslintcomparev301v302-2020-05-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.0.1...v3.0.2) ##### Bug Fixes - regression for eslint v6 ([#​2105](https://togithub.com/typescript-eslint/typescript-eslint/issues/2105)) ([31fc503](https://togithub.com/typescript-eslint/typescript-eslint/commit/31fc5039ed919e1515fda673c186d5c83eb5beb3)) ### [`v3.0.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​301-httpsgithubcomtypescript-eslinttypescript-eslintcomparev300v301-2020-05-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v3.0.0...v3.0.1) ##### Bug Fixes - **eslint-plugin:** [naming-convention] handle no options correctly ([#​2095](https://togithub.com/typescript-eslint/typescript-eslint/issues/2095)) ([fd7d02b](https://togithub.com/typescript-eslint/typescript-eslint/commit/fd7d02b31ebd995b7fdd857d7c054042aa4f2001)) - **eslint-plugin:** [no-throw-literal] handle intersection and union types ([#​2085](https://togithub.com/typescript-eslint/typescript-eslint/issues/2085)) ([cae037f](https://togithub.com/typescript-eslint/typescript-eslint/commit/cae037ff9b20363b970cc600a09505b98bf10a14)) - **eslint-plugin:** [unbound-method] fix crash due to missing `Intl` ([#​2090](https://togithub.com/typescript-eslint/typescript-eslint/issues/2090)) ([f2fa82c](https://togithub.com/typescript-eslint/typescript-eslint/commit/f2fa82c532ae858ccfb064268cfcc9df657a54be)) - **experimental-utils:** export `CLIEngine` & `ESLint` ([#​2083](https://togithub.com/typescript-eslint/typescript-eslint/issues/2083)) ([014341b](https://togithub.com/typescript-eslint/typescript-eslint/commit/014341bb23261f609fc2a6fe7fece191466a084a)) - **typescript-estree:** handle `BigInt` with `_` numeric separator ([#​2067](https://togithub.com/typescript-eslint/typescript-eslint/issues/2067)) ([66f1627](https://togithub.com/typescript-eslint/typescript-eslint/commit/66f1627b11a566d5b925a577e800f99d5c808be2)) - **typescript-estree:** mark TS 3.8 and 3.9 as "supported" ([#​2057](https://togithub.com/typescript-eslint/typescript-eslint/issues/2057)) ([5eedbff](https://togithub.com/typescript-eslint/typescript-eslint/commit/5eedbff01178ea33b98ab22e556df4c1a195f839)), closes [#​1436](https://togithub.com/typescript-eslint/typescript-eslint/issues/1436) [#​1436](https://togithub.com/typescript-eslint/typescript-eslint/issues/1436) ### [`v3.0.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​300-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2340v300-2020-05-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.34.0...v3.0.0) #### [Please see the release notes for v3.0.0](https://togithub.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0) ##### Bug Fixes - **eslint-plugin:** [dot-notation] fix typo in schema ([#​2040](https://togithub.com/typescript-eslint/typescript-eslint/issues/2040)) ([242328f](https://togithub.com/typescript-eslint/typescript-eslint/commit/242328fa749ee4c72af93433a9bef95f329ac62f)) - **eslint-plugin:** correct parser peerDep version ([fe59f69](https://togithub.com/typescript-eslint/typescript-eslint/commit/fe59f69381a0915a4f5135e2e88637a5eea246ba)) - **experimental-utils:** add back SourceCode.isSpaceBetweenTokens ([ae82ea4](https://togithub.com/typescript-eslint/typescript-eslint/commit/ae82ea4a85a4ca332ebe6104e96c59dba30411be)) - **typescript-estree:** remove now defunct `Import` node type ([f199cbd](https://togithub.com/typescript-eslint/typescript-eslint/commit/f199cbdbbd892b5ba03bfff66f463f3d9c92ee9b)) - **typescript-estree:** use `TSEmptyBodyFunctionExpression` for body-less nodes ([#​1289](https://togithub.com/typescript-eslint/typescript-eslint/issues/1289)) ([82e7163](https://togithub.com/typescript-eslint/typescript-eslint/commit/82e7163214b56ccde93ba97807b161669a50a60b)) ##### Features - add index files to parser and typescript-estree ([3dfc46d](https://togithub.com/typescript-eslint/typescript-eslint/commit/3dfc46dccbbd28eed2d74c7b6cacddf1a0848598)) - **eslint-plugin:** [no-floating-promises] ignore void operator by default ([#​2003](https://togithub.com/typescript-eslint/typescript-eslint/issues/2003)) ([3626a67](https://togithub.com/typescript-eslint/typescript-eslint/commit/3626a673cf8117cc995245cd86e466e2553e9b0e)) - **eslint-plugin:** [no-unnecessary-condition] remove `checkArrayPredicates` and always check it ([#​1579](https://togithub.com/typescript-eslint/typescript-eslint/issues/1579)) ([bfd9b60](https://togithub.com/typescript-eslint/typescript-eslint/commit/bfd9b606d17d30d5694967a1f01e0e1501ba1022)) - **eslint-plugin:** [no-unnecessary-condition] report when non-nullish is compared to `null`/`undefined` ([#​1659](https://togithub.com/typescript-eslint/typescript-eslint/issues/1659)) ([7fa9060](https://togithub.com/typescript-eslint/typescript-eslint/commit/7fa906073903c5eb70609c25f1a91ada14dcdc71)) - **eslint-plugin:** [prefer-nullish-coalescing][prefer-optional-chain] remove unsafe fixers ([52b6085](https://togithub.com/typescript-eslint/typescript-eslint/commit/52b60852d0ba6bb6abe519c9d3ec1b231793e91d)) - **eslint-plugin:** [restrict-template-expressions] `allowNumber: true` by default ([#​2005](https://togithub.com/typescript-eslint/typescript-eslint/issues/2005)) ([643ec24](https://togithub.com/typescript-eslint/typescript-eslint/commit/643ec240bd901295d9e9ea5c43fc20109c33e982)) - **eslint-plugin:** [restrict-template-expressions] rename `allowNullable` to `allowNullish` ([#​2006](https://togithub.com/typescript-eslint/typescript-eslint/issues/2006)) ([264b017](https://togithub.com/typescript-eslint/typescript-eslint/commit/264b017c11c2ab132fcbad18b42a9a0fe639386e)) - **experimental-utils:** upgrade eslint types for v7 ([#​2023](https://togithub.com/typescript-eslint/typescript-eslint/issues/2023)) ([06869c9](https://togithub.com/typescript-eslint/typescript-eslint/commit/06869c9656fa37936126666845aee40aad546ebd)) - bump minimum required TS version ([#​2004](https://togithub.com/typescript-eslint/typescript-eslint/issues/2004)) ([7ad4d7c](https://togithub.com/typescript-eslint/typescript-eslint/commit/7ad4d7c2db088b6f779b9d883a4acad13eee3775)) - upgrade to ESLint v7 ([#​2022](https://togithub.com/typescript-eslint/typescript-eslint/issues/2022)) ([208de71](https://togithub.com/typescript-eslint/typescript-eslint/commit/208de71059746bf38e94bd460346ffb2698a3e12)) - **eslint-plugin:** [ban-types] rework default options ([#​848](https://togithub.com/typescript-eslint/typescript-eslint/issues/848)) ([8e31d5d](https://togithub.com/typescript-eslint/typescript-eslint/commit/8e31d5dbe9fe5227fdbefcecfd50ce5dd51360c3)) - **eslint-plugin:** [no-unnecessary-condition] remove option `ignoreRHS` ([#​1163](https://togithub.com/typescript-eslint/typescript-eslint/issues/1163)) ([ee8dd8f](https://togithub.com/typescript-eslint/typescript-eslint/commit/ee8dd8f8a9e6c25ac426ce9bb71c5f012c51f264)) - **eslint-plugin:** [strict-boolean-expression] rework options ([#​1631](https://togithub.com/typescript-eslint/typescript-eslint/issues/1631)) ([cd14482](https://togithub.com/typescript-eslint/typescript-eslint/commit/cd1448240dca11762fcb9c10e18bb6541a840485)) - **eslint-plugin:** delete deprecated rules ([#​2002](https://togithub.com/typescript-eslint/typescript-eslint/issues/2002)) ([da0aec2](https://togithub.com/typescript-eslint/typescript-eslint/commit/da0aec2cfa27902aae7c438a2fe91343c822e4ae)) - **eslint-plugin:** eslint-recommended: disable no-func-assign ([#​984](https://togithub.com/typescript-eslint/typescript-eslint/issues/984)) ([ae9b8a9](https://togithub.com/typescript-eslint/typescript-eslint/commit/ae9b8a9c73c0328287de956466257d8bbfbdb20f)) - **eslint-plugin:** eslint-recommended: disable no-obj-calls ([#​1000](https://togithub.com/typescript-eslint/typescript-eslint/issues/1000)) ([b9ca14c](https://togithub.com/typescript-eslint/typescript-eslint/commit/b9ca14c5f5ec28a3fde1a9b2d2f6a4dc74d903e4)) - **eslint-plugin:** update `eslint-recommended` set ([#​1996](https://togithub.com/typescript-eslint/typescript-eslint/issues/1996)) ([9a96e18](https://togithub.com/typescript-eslint/typescript-eslint/commit/9a96e18400e0a0d738d159d9d01faf41d3586249)) - **eslint-plugin:** update recommended sets ([#​2001](https://togithub.com/typescript-eslint/typescript-eslint/issues/2001)) ([0126b4f](https://togithub.com/typescript-eslint/typescript-eslint/commit/0126b4f56f9197d561e90b09962ccceb4f88bc41)) - **typescript-estree:** align nodes with estree 2020 ([#​1389](https://togithub.com/typescript-eslint/typescript-eslint/issues/1389)) ([aff5b62](https://togithub.com/typescript-eslint/typescript-eslint/commit/aff5b62044f9b93f2087a1d261e9be3f8d6fd54d)) - **typescript-estree:** align optional fields ([#​1429](https://togithub.com/typescript-eslint/typescript-eslint/issues/1429)) ([0e0010f](https://togithub.com/typescript-eslint/typescript-eslint/commit/0e0010f82952f9beeeb84136eea00cc5eecc9db6)) - drop support for node v8 ([#​1997](https://togithub.com/typescript-eslint/typescript-eslint/issues/1997)) ([b6c3b7b](https://togithub.com/typescript-eslint/typescript-eslint/commit/b6c3b7b84b8d199fa75a46432febd4a364a63217)) - **typescript-estree:** always return parserServices ([#​716](https://togithub.com/typescript-eslint/typescript-eslint/issues/716)) ([5b23443](https://togithub.com/typescript-eslint/typescript-eslint/commit/5b23443c48f3f62424db3e742243f3568080b946)) - **typescript-estree:** handle 3.9's non-null assertion changes ([#​2036](https://togithub.com/typescript-eslint/typescript-eslint/issues/2036)) ([06bec63](https://togithub.com/typescript-eslint/typescript-eslint/commit/06bec63c56536db070608ab136d2ad57083f0c6a))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled due to failing status checks.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.