Closed renovate[bot] closed 5 years ago
This PR contains the following updates:
2.3.2
2.6.0
:date: Schedule: "before 3am on the first day of the month" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".
rebase!
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot. View repository job log here.
:tada: This PR is included in version 1.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
2.3.2
->2.6.0
2.3.2
->2.6.0
Release Notes
typescript-eslint/typescript-eslint
### [`v2.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#260httpsgithubcomtypescript-eslinttypescript-eslintcomparev250v260-2019-10-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0) ##### Bug Fixes - **parser:** adds TTY check before logging the version mismatch warning ([#1121](https://togithub.com/typescript-eslint/typescript-eslint/issues/1121)) ([768ef63](https://togithub.com/typescript-eslint/typescript-eslint/commit/768ef63)) - **typescript-estree:** better handle canonical paths ([#1111](https://togithub.com/typescript-eslint/typescript-eslint/issues/1111)) ([8dcbf4c](https://togithub.com/typescript-eslint/typescript-eslint/commit/8dcbf4c)) - **typescript-estree:** correct parenthesized optional chain AST ([#1141](https://togithub.com/typescript-eslint/typescript-eslint/issues/1141)) ([5ae286e](https://togithub.com/typescript-eslint/typescript-eslint/commit/5ae286e)) - **typescript-estree:** ensure parent pointers are set ([#1129](https://togithub.com/typescript-eslint/typescript-eslint/issues/1129)) ([d4703e1](https://togithub.com/typescript-eslint/typescript-eslint/commit/d4703e1)) - **typescript-estree:** normalize paths to fix cache miss on windows ([#1128](https://togithub.com/typescript-eslint/typescript-eslint/issues/1128)) ([6d0f2ce](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d0f2ce)) ##### Features - **typescript-estree:** add support for declare class properties ([#1136](https://togithub.com/typescript-eslint/typescript-eslint/issues/1136)) ([1508670](https://togithub.com/typescript-eslint/typescript-eslint/commit/1508670)) ### [`v2.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#260httpsgithubcomtypescript-eslinttypescript-eslintcomparev250v260-2019-10-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0) ##### Bug Fixes - **parser:** adds TTY check before logging the version mismatch warning ([#1121](https://togithub.com/typescript-eslint/typescript-eslint/issues/1121)) ([768ef63](https://togithub.com/typescript-eslint/typescript-eslint/commit/768ef63)) - **typescript-estree:** better handle canonical paths ([#1111](https://togithub.com/typescript-eslint/typescript-eslint/issues/1111)) ([8dcbf4c](https://togithub.com/typescript-eslint/typescript-eslint/commit/8dcbf4c)) - **typescript-estree:** correct parenthesized optional chain AST ([#1141](https://togithub.com/typescript-eslint/typescript-eslint/issues/1141)) ([5ae286e](https://togithub.com/typescript-eslint/typescript-eslint/commit/5ae286e)) - **typescript-estree:** ensure parent pointers are set ([#1129](https://togithub.com/typescript-eslint/typescript-eslint/issues/1129)) ([d4703e1](https://togithub.com/typescript-eslint/typescript-eslint/commit/d4703e1)) - **typescript-estree:** normalize paths to fix cache miss on windows ([#1128](https://togithub.com/typescript-eslint/typescript-eslint/issues/1128)) ([6d0f2ce](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d0f2ce)) ##### Features - **typescript-estree:** add support for declare class properties ([#1136](https://togithub.com/typescript-eslint/typescript-eslint/issues/1136)) ([1508670](https://togithub.com/typescript-eslint/typescript-eslint/commit/1508670)) ### [`v2.4.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#250httpsgithubcomtypescript-eslinttypescript-eslintcomparev240v250-2019-10-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.3.3...v2.4.0) ##### Bug Fixes - **eslint-plugin:** [no-magic-numbers] Support negative numbers ([#1072](https://togithub.com/typescript-eslint/typescript-eslint/issues/1072)) ([0c85ac3](https://togithub.com/typescript-eslint/typescript-eslint/commit/0c85ac3)) - **typescript-estree:** correct semver check range ([#1109](https://togithub.com/typescript-eslint/typescript-eslint/issues/1109)) ([2fc9bd2](https://togithub.com/typescript-eslint/typescript-eslint/commit/2fc9bd2)) - **typescript-estree:** handle running out of fs watchers ([#1088](https://togithub.com/typescript-eslint/typescript-eslint/issues/1088)) ([ec62747](https://togithub.com/typescript-eslint/typescript-eslint/commit/ec62747)) - **typescript-estree:** parsing error for vue sfc ([#1083](https://togithub.com/typescript-eslint/typescript-eslint/issues/1083)) ([7a8cce6](https://togithub.com/typescript-eslint/typescript-eslint/commit/7a8cce6)) - **typescript-estree:** remove now unneeded dep on chokidar ([088a691](https://togithub.com/typescript-eslint/typescript-eslint/commit/088a691)) ##### Features - **eslint-plugin:** Support abstract members in member-ordering rule ([#395](https://togithub.com/typescript-eslint/typescript-eslint/issues/395)) ([#1004](https://togithub.com/typescript-eslint/typescript-eslint/issues/1004)) ([5f093ac](https://togithub.com/typescript-eslint/typescript-eslint/commit/5f093ac)) - **typescript-estree:** support long running lint without watch ([#1106](https://togithub.com/typescript-eslint/typescript-eslint/issues/1106)) ([ed5564d](https://togithub.com/typescript-eslint/typescript-eslint/commit/ed5564d)) ### [`v2.3.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#240httpsgithubcomtypescript-eslinttypescript-eslintcomparev233v240-2019-10-14) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3) ##### Bug Fixes - **eslint-plugin:** [promise-function-async] Should not report… ([#1023](https://togithub.com/typescript-eslint/typescript-eslint/issues/1023)) ([514bed9](https://togithub.com/typescript-eslint/typescript-eslint/commit/514bed9)) - support long running "watch" lint sessions ([#973](https://togithub.com/typescript-eslint/typescript-eslint/issues/973)) ([854620e](https://togithub.com/typescript-eslint/typescript-eslint/commit/854620e)) ##### Features - **typescript-estree:** support for parsing 3.7 features ([#1045](https://togithub.com/typescript-eslint/typescript-eslint/issues/1045)) ([623febf](https://togithub.com/typescript-eslint/typescript-eslint/commit/623febf)) #### [2.3.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3) (2019-10-07) ##### Bug Fixes - **eslint-plugin:** [class-name-casing] allow unicode letters ([#1043](https://togithub.com/typescript-eslint/typescript-eslint/issues/1043)) ([47895c0](https://togithub.com/typescript-eslint/typescript-eslint/commit/47895c0)) - **eslint-plugin:** [efrt] support constructor arguments ([#1021](https://togithub.com/typescript-eslint/typescript-eslint/issues/1021)) ([60943e6](https://togithub.com/typescript-eslint/typescript-eslint/commit/60943e6)) - **experimental-utils:** remove Rule.meta.extraDescription ([#1036](https://togithub.com/typescript-eslint/typescript-eslint/issues/1036)) ([192e23d](https://togithub.com/typescript-eslint/typescript-eslint/commit/192e23d)) #### [2.3.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2) (2019-09-30) ##### Bug Fixes - **eslint-plugin:** [no-unnec-type-arg] undefined symbol crash ([#1007](https://togithub.com/typescript-eslint/typescript-eslint/issues/1007)) ([cdf9294](https://togithub.com/typescript-eslint/typescript-eslint/commit/cdf9294)) - **typescript-estree:** correct ClassDeclarationBase type ([#1008](https://togithub.com/typescript-eslint/typescript-eslint/issues/1008)) ([8ce3a81](https://togithub.com/typescript-eslint/typescript-eslint/commit/8ce3a81)) - **typescript-estree:** handle optional computed prop w/o type ([#1026](https://togithub.com/typescript-eslint/typescript-eslint/issues/1026)) ([95c13fe](https://togithub.com/typescript-eslint/typescript-eslint/commit/95c13fe)) #### [2.3.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.3.0...v2.3.1) (2019-09-23) ##### Bug Fixes - **eslint-plugin:** [cons-type-assns] handle namespaced types ([#975](https://togithub.com/typescript-eslint/typescript-eslint/issues/975)) ([c3c8b86](https://togithub.com/typescript-eslint/typescript-eslint/commit/c3c8b86)) - **eslint-plugin:** [pfa] Allow async getter/setter in classes ([#980](https://togithub.com/typescript-eslint/typescript-eslint/issues/980)) ([e348cb2](https://togithub.com/typescript-eslint/typescript-eslint/commit/e348cb2)) - **typescript-estree:** parsing error for await in non-async func ([#988](https://togithub.com/typescript-eslint/typescript-eslint/issues/988)) ([19abbe0](https://togithub.com/typescript-eslint/typescript-eslint/commit/19abbe0))Renovate configuration
:date: Schedule: "before 3am on the first day of the month" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot. View repository job log here.