typescript-eslint/typescript-eslint
### [`v4.26.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4261-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4260v4261-2021-06-07)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1)
##### Bug Fixes
- **eslint-plugin:** \[prefer-includes] ignore option chaining before indexOfs ([#3432](https://togithub.com/typescript-eslint/typescript-eslint/issues/3432)) ([bf0cddb](https://togithub.com/typescript-eslint/typescript-eslint/commit/bf0cddbe5291bbc03e2d79aa680f93680222b67f))
- **eslint-plugin:** fix doc url generation ([#3475](https://togithub.com/typescript-eslint/typescript-eslint/issues/3475)) ([fc5f171](https://togithub.com/typescript-eslint/typescript-eslint/commit/fc5f171b1ade2b45a1a4268b6d22926d420282a6)), closes [#3473](https://togithub.com/typescript-eslint/typescript-eslint/issues/3473)
### [`v4.26.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4260-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4250v4260-2021-05-31)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0)
##### Bug Fixes
- **eslint-plugin:** \[no-type-alias] consider type imports as alias types ([#3433](https://togithub.com/typescript-eslint/typescript-eslint/issues/3433)) ([d4f0774](https://togithub.com/typescript-eslint/typescript-eslint/commit/d4f077473afb04f7c4d377dd87318749632b4404))
- generate library types for TypeScript v4.3 ([#3460](https://togithub.com/typescript-eslint/typescript-eslint/issues/3460)) ([ed4776a](https://togithub.com/typescript-eslint/typescript-eslint/commit/ed4776afa1374279027b9b7d82aa4b453b334998)), closes [#3449](https://togithub.com/typescript-eslint/typescript-eslint/issues/3449)
##### Features
- **eslint-plugin:** \[member-ordering] add callback as an ordering type of node ([#3354](https://togithub.com/typescript-eslint/typescript-eslint/issues/3354)) ([d134b1f](https://togithub.com/typescript-eslint/typescript-eslint/commit/d134b1fa2540dec7094728f3dec1bbb8c644fe58))
- **eslint-plugin:** \[space-infix-ops] Add support for Union and intersection of type declarations ([#3360](https://togithub.com/typescript-eslint/typescript-eslint/issues/3360)) ([3d29323](https://togithub.com/typescript-eslint/typescript-eslint/commit/3d2932390cc335ab2cf80ae7a7fad066fd2eb22b))
- **scope-manager:** reduce generated lib file size ([#3468](https://togithub.com/typescript-eslint/typescript-eslint/issues/3468)) ([258116b](https://togithub.com/typescript-eslint/typescript-eslint/commit/258116ba7b0dd4ac7a1cc3876fab12f2556bda74))
### [`v4.25.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4250-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4240v4250-2021-05-24)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0)
##### Bug Fixes
- corrected no-unsupported-browser-code in roadmap as unimplemented ([#3407](https://togithub.com/typescript-eslint/typescript-eslint/issues/3407)) ([2319b0e](https://togithub.com/typescript-eslint/typescript-eslint/commit/2319b0e1847991b8b8902ff4a3b779f1a27c7a45))
- **experimental-utils:** fix `isAwaitKeyword` predicate in ast-utils ([#3290](https://togithub.com/typescript-eslint/typescript-eslint/issues/3290)) ([c15da67](https://togithub.com/typescript-eslint/typescript-eslint/commit/c15da67b939b615ed063291cde12c55c0d6d236e))
##### Features
- **typescript-estree:** \[TS4.3] support overrides on class members ([#3429](https://togithub.com/typescript-eslint/typescript-eslint/issues/3429)) ([21d1b62](https://togithub.com/typescript-eslint/typescript-eslint/commit/21d1b62a0b84b502d2cf12674b3d141994a3ffd4))
- **typescript-estree:** add support for getter/setter signatures on types ([#3427](https://togithub.com/typescript-eslint/typescript-eslint/issues/3427)) ([b830b7f](https://togithub.com/typescript-eslint/typescript-eslint/commit/b830b7f4e8a99affc8af8b53cb83371ef81d7032)), closes [#3272](https://togithub.com/typescript-eslint/typescript-eslint/issues/3272) [#3272](https://togithub.com/typescript-eslint/typescript-eslint/issues/3272)
### [`v4.24.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4240-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4230v4240-2021-05-17)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0)
##### Bug Fixes
- **eslint-plugin:** \[no-shadow] fix static class method generics shadowing class generics ([#3393](https://togithub.com/typescript-eslint/typescript-eslint/issues/3393)) ([b1e1c8a](https://togithub.com/typescript-eslint/typescript-eslint/commit/b1e1c8a44695a58d29d19cf32ce35a8267bf506f)), closes [#2592](https://togithub.com/typescript-eslint/typescript-eslint/issues/2592)
- **eslint-plugin:** \[no-unsafe-\*] special case handling for the empty map constructor with no generics ([#3394](https://togithub.com/typescript-eslint/typescript-eslint/issues/3394)) ([cae4f4a](https://togithub.com/typescript-eslint/typescript-eslint/commit/cae4f4a0f33f8c954b1670d0abcfc8edd6193a06)), closes [#2109](https://togithub.com/typescript-eslint/typescript-eslint/issues/2109)
##### Features
- **eslint-plugin:** \[dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with `noPropertyAccessFromIndexSignature` ([#3361](https://togithub.com/typescript-eslint/typescript-eslint/issues/3361)) ([37ec2c2](https://togithub.com/typescript-eslint/typescript-eslint/commit/37ec2c2264add3e6ce20ac4e02d48644afda3fa8))
### [`v4.23.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4230-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4221v4230-2021-05-10)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0)
##### Bug Fixes
- **scope-manager:** fix visiting TSAsExpression in assignment ([#3355](https://togithub.com/typescript-eslint/typescript-eslint/issues/3355)) ([87521a0](https://togithub.com/typescript-eslint/typescript-eslint/commit/87521a024103bc5fc643861649bee9a288f55b7b))
##### Features
- **experimental-utils:** Include `getCwd()` in `RuleContext` type ([#3308](https://togithub.com/typescript-eslint/typescript-eslint/issues/3308)) ([2b75c11](https://togithub.com/typescript-eslint/typescript-eslint/commit/2b75c11d69bee88ca0cb77d7efd32b8d0387e6b3))
- refactor to split AST specification out as its own module ([#2911](https://togithub.com/typescript-eslint/typescript-eslint/issues/2911)) ([25ea953](https://togithub.com/typescript-eslint/typescript-eslint/commit/25ea953cc60b118bd385c71e0a9b61c286c26fcf))
#### [4.22.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04)
**Note:** Version bump only for package [@typescript-eslint/typescript-eslint](https://togithub.com/typescript-eslint/typescript-eslint)
### [`v4.22.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4221-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4220v4221-2021-05-04)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1)
**Note:** Version bump only for package [@typescript-eslint/typescript-eslint](https://togithub.com/typescript-eslint/typescript-eslint)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
4.22.0
->4.26.1
4.22.0
->4.26.1
Release Notes
typescript-eslint/typescript-eslint
### [`v4.26.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4261-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4260v4261-2021-06-07) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) ##### Bug Fixes - **eslint-plugin:** \[prefer-includes] ignore option chaining before indexOfs ([#3432](https://togithub.com/typescript-eslint/typescript-eslint/issues/3432)) ([bf0cddb](https://togithub.com/typescript-eslint/typescript-eslint/commit/bf0cddbe5291bbc03e2d79aa680f93680222b67f)) - **eslint-plugin:** fix doc url generation ([#3475](https://togithub.com/typescript-eslint/typescript-eslint/issues/3475)) ([fc5f171](https://togithub.com/typescript-eslint/typescript-eslint/commit/fc5f171b1ade2b45a1a4268b6d22926d420282a6)), closes [#3473](https://togithub.com/typescript-eslint/typescript-eslint/issues/3473) ### [`v4.26.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4260-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4250v4260-2021-05-31) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) ##### Bug Fixes - **eslint-plugin:** \[no-type-alias] consider type imports as alias types ([#3433](https://togithub.com/typescript-eslint/typescript-eslint/issues/3433)) ([d4f0774](https://togithub.com/typescript-eslint/typescript-eslint/commit/d4f077473afb04f7c4d377dd87318749632b4404)) - generate library types for TypeScript v4.3 ([#3460](https://togithub.com/typescript-eslint/typescript-eslint/issues/3460)) ([ed4776a](https://togithub.com/typescript-eslint/typescript-eslint/commit/ed4776afa1374279027b9b7d82aa4b453b334998)), closes [#3449](https://togithub.com/typescript-eslint/typescript-eslint/issues/3449) ##### Features - **eslint-plugin:** \[member-ordering] add callback as an ordering type of node ([#3354](https://togithub.com/typescript-eslint/typescript-eslint/issues/3354)) ([d134b1f](https://togithub.com/typescript-eslint/typescript-eslint/commit/d134b1fa2540dec7094728f3dec1bbb8c644fe58)) - **eslint-plugin:** \[space-infix-ops] Add support for Union and intersection of type declarations ([#3360](https://togithub.com/typescript-eslint/typescript-eslint/issues/3360)) ([3d29323](https://togithub.com/typescript-eslint/typescript-eslint/commit/3d2932390cc335ab2cf80ae7a7fad066fd2eb22b)) - **scope-manager:** reduce generated lib file size ([#3468](https://togithub.com/typescript-eslint/typescript-eslint/issues/3468)) ([258116b](https://togithub.com/typescript-eslint/typescript-eslint/commit/258116ba7b0dd4ac7a1cc3876fab12f2556bda74)) ### [`v4.25.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4250-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4240v4250-2021-05-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) ##### Bug Fixes - corrected no-unsupported-browser-code in roadmap as unimplemented ([#3407](https://togithub.com/typescript-eslint/typescript-eslint/issues/3407)) ([2319b0e](https://togithub.com/typescript-eslint/typescript-eslint/commit/2319b0e1847991b8b8902ff4a3b779f1a27c7a45)) - **experimental-utils:** fix `isAwaitKeyword` predicate in ast-utils ([#3290](https://togithub.com/typescript-eslint/typescript-eslint/issues/3290)) ([c15da67](https://togithub.com/typescript-eslint/typescript-eslint/commit/c15da67b939b615ed063291cde12c55c0d6d236e)) ##### Features - **typescript-estree:** \[TS4.3] support overrides on class members ([#3429](https://togithub.com/typescript-eslint/typescript-eslint/issues/3429)) ([21d1b62](https://togithub.com/typescript-eslint/typescript-eslint/commit/21d1b62a0b84b502d2cf12674b3d141994a3ffd4)) - **typescript-estree:** add support for getter/setter signatures on types ([#3427](https://togithub.com/typescript-eslint/typescript-eslint/issues/3427)) ([b830b7f](https://togithub.com/typescript-eslint/typescript-eslint/commit/b830b7f4e8a99affc8af8b53cb83371ef81d7032)), closes [#3272](https://togithub.com/typescript-eslint/typescript-eslint/issues/3272) [#3272](https://togithub.com/typescript-eslint/typescript-eslint/issues/3272) ### [`v4.24.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4240-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4230v4240-2021-05-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) ##### Bug Fixes - **eslint-plugin:** \[no-shadow] fix static class method generics shadowing class generics ([#3393](https://togithub.com/typescript-eslint/typescript-eslint/issues/3393)) ([b1e1c8a](https://togithub.com/typescript-eslint/typescript-eslint/commit/b1e1c8a44695a58d29d19cf32ce35a8267bf506f)), closes [#2592](https://togithub.com/typescript-eslint/typescript-eslint/issues/2592) - **eslint-plugin:** \[no-unsafe-\*] special case handling for the empty map constructor with no generics ([#3394](https://togithub.com/typescript-eslint/typescript-eslint/issues/3394)) ([cae4f4a](https://togithub.com/typescript-eslint/typescript-eslint/commit/cae4f4a0f33f8c954b1670d0abcfc8edd6193a06)), closes [#2109](https://togithub.com/typescript-eslint/typescript-eslint/issues/2109) ##### Features - **eslint-plugin:** \[dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with `noPropertyAccessFromIndexSignature` ([#3361](https://togithub.com/typescript-eslint/typescript-eslint/issues/3361)) ([37ec2c2](https://togithub.com/typescript-eslint/typescript-eslint/commit/37ec2c2264add3e6ce20ac4e02d48644afda3fa8)) ### [`v4.23.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4230-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4221v4230-2021-05-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) ##### Bug Fixes - **scope-manager:** fix visiting TSAsExpression in assignment ([#3355](https://togithub.com/typescript-eslint/typescript-eslint/issues/3355)) ([87521a0](https://togithub.com/typescript-eslint/typescript-eslint/commit/87521a024103bc5fc643861649bee9a288f55b7b)) ##### Features - **experimental-utils:** Include `getCwd()` in `RuleContext` type ([#3308](https://togithub.com/typescript-eslint/typescript-eslint/issues/3308)) ([2b75c11](https://togithub.com/typescript-eslint/typescript-eslint/commit/2b75c11d69bee88ca0cb77d7efd32b8d0387e6b3)) - refactor to split AST specification out as its own module ([#2911](https://togithub.com/typescript-eslint/typescript-eslint/issues/2911)) ([25ea953](https://togithub.com/typescript-eslint/typescript-eslint/commit/25ea953cc60b118bd385c71e0a9b61c286c26fcf)) #### [4.22.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04) **Note:** Version bump only for package [@typescript-eslint/typescript-eslint](https://togithub.com/typescript-eslint/typescript-eslint) ### [`v4.22.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4221-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4220v4221-2021-05-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) **Note:** Version bump only for package [@typescript-eslint/typescript-eslint](https://togithub.com/typescript-eslint/typescript-eslint)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 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.