File tree 26 files changed +204
-39
lines changed
26 files changed +204
-39
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * correct issues with circular imports ([ #4140 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4140 ) ) ([ 4c87b24] ( https://github.com/typescript-eslint/typescript-eslint/commit/4c87b2486a9c90794d972a4d093c1dc22ffb418b ) )
12
+ * ** eslint-plugin:** [ explicit-member-accessibility] private fields cannot have accessibility modifiers ([ #4117 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4117 ) ) ([ 81b25c1] ( https://github.com/typescript-eslint/typescript-eslint/commit/81b25c12eceae89e181a7bdb3c8298d820cfe3e3 ) )
13
+ * ** eslint-plugin:** [ no-implied-eval] ignore locally declared functions ([ #4049 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4049 ) ) ([ d97140e] ( https://github.com/typescript-eslint/typescript-eslint/commit/d97140ecf4aeb0a1f8b391f46a31881f21ad93c3 ) )
14
+ * ** eslint-plugin:** check optional chaining for floating promises ([ #4096 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4096 ) ) ([ d724777] ( https://github.com/typescript-eslint/typescript-eslint/commit/d7247770886c619263482c3e083bed9f97b22688 ) )
15
+ * landing page title duplication ([ #4123 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4123 ) ) ([ 844c25e] ( https://github.com/typescript-eslint/typescript-eslint/commit/844c25e7b6ef9d79aec99d538252e82557f012d3 ) )
16
+
17
+
18
+ ### Features
19
+
20
+ * add RuleCreator.withoutDocs ([ #4136 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4136 ) ) ([ 87cfc6a] ( https://github.com/typescript-eslint/typescript-eslint/commit/87cfc6ad3e3312d7b6f98a592fb37e69d5d6880a ) )
21
+ * ** experimental-utils:** add default [ ] for RuleModule TOptions generic ([ #4135 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4135 ) ) ([ 62b8098] ( https://github.com/typescript-eslint/typescript-eslint/commit/62b8098fa7d361954c170ee6c190e47e95194b13 ) )
22
+ * ** typescript-estree:** support Import Assertions ([ #4074 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4074 ) ) ([ ae0fb5a] ( https://github.com/typescript-eslint/typescript-eslint/commit/ae0fb5a591958216b7df656e66b1dfe464898167 ) )
23
+ * ** typescript-estree:** support private fields in-in syntax ([ #4075 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4075 ) ) ([ 939d8ea] ( https://github.com/typescript-eslint/typescript-eslint/commit/939d8eac547fb1734aa00f1ea01cc6eae0b4280a ) )
24
+ * ** typescript-estree:** support type-only module specifiers ([ #4076 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4076 ) ) ([ 77baa92] ( https://github.com/typescript-eslint/typescript-eslint/commit/77baa9203638e888a76e21003a278a8da386e133 ) )
25
+
26
+
27
+
28
+
29
+
6
30
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
31
8
32
** Note:** Version bump only for package @typescript-eslint/typescript-eslint
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.3.1 " ,
2
+ "version" : " 5.4.0 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"stream" : true
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** typescript-estree:** support Import Assertions ([ #4074 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4074 ) ) ([ ae0fb5a] ( https://github.com/typescript-eslint/typescript-eslint/commit/ae0fb5a591958216b7df656e66b1dfe464898167 ) )
12
+ * ** typescript-estree:** support private fields in-in syntax ([ #4075 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4075 ) ) ([ 939d8ea] ( https://github.com/typescript-eslint/typescript-eslint/commit/939d8eac547fb1734aa00f1ea01cc6eae0b4280a ) )
13
+ * ** typescript-estree:** support type-only module specifiers ([ #4076 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4076 ) ) ([ 77baa92] ( https://github.com/typescript-eslint/typescript-eslint/commit/77baa9203638e888a76e21003a278a8da386e133 ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
20
8
21
** Note:** Version bump only for package @typescript-eslint/ast-spec
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/ast-spec" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"description" : " TypeScript-ESTree AST spec" ,
5
5
"private" : true ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin-internal" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"private" : true ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
14
14
},
15
15
"dependencies" : {
16
16
"@types/prettier" : " *" ,
17
- "@typescript-eslint/experimental-utils" : " 5.3.1 " ,
18
- "@typescript-eslint/scope-manager" : " 5.3.1 " ,
17
+ "@typescript-eslint/experimental-utils" : " 5.4.0 " ,
18
+ "@typescript-eslint/scope-manager" : " 5.4.0 " ,
19
19
"prettier" : " *"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin-tslint" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"main" : " dist/index.js" ,
5
5
"typings" : " src/index.ts" ,
6
6
"description" : " TSLint wrapper plugin for ESLint" ,
38
38
"typecheck" : " tsc -p tsconfig.json --noEmit"
39
39
},
40
40
"dependencies" : {
41
- "@typescript-eslint/experimental-utils" : " 5.3.1 " ,
41
+ "@typescript-eslint/experimental-utils" : " 5.4.0 " ,
42
42
"lodash" : " ^4.17.21"
43
43
},
44
44
"peerDependencies" : {
48
48
},
49
49
"devDependencies" : {
50
50
"@types/lodash" : " *" ,
51
- "@typescript-eslint/parser" : " 5.3.1 "
51
+ "@typescript-eslint/parser" : " 5.4.0 "
52
52
}
53
53
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * correct issues with circular imports ([ #4140 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4140 ) ) ([ 4c87b24] ( https://github.com/typescript-eslint/typescript-eslint/commit/4c87b2486a9c90794d972a4d093c1dc22ffb418b ) )
12
+ * ** eslint-plugin:** [ explicit-member-accessibility] private fields cannot have accessibility modifiers ([ #4117 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4117 ) ) ([ 81b25c1] ( https://github.com/typescript-eslint/typescript-eslint/commit/81b25c12eceae89e181a7bdb3c8298d820cfe3e3 ) )
13
+ * ** eslint-plugin:** [ no-implied-eval] ignore locally declared functions ([ #4049 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4049 ) ) ([ d97140e] ( https://github.com/typescript-eslint/typescript-eslint/commit/d97140ecf4aeb0a1f8b391f46a31881f21ad93c3 ) )
14
+ * ** eslint-plugin:** check optional chaining for floating promises ([ #4096 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4096 ) ) ([ d724777] ( https://github.com/typescript-eslint/typescript-eslint/commit/d7247770886c619263482c3e083bed9f97b22688 ) )
15
+
16
+
17
+ ### Features
18
+
19
+ * add RuleCreator.withoutDocs ([ #4136 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4136 ) ) ([ 87cfc6a] ( https://github.com/typescript-eslint/typescript-eslint/commit/87cfc6ad3e3312d7b6f98a592fb37e69d5d6880a ) )
20
+ * ** typescript-estree:** support private fields in-in syntax ([ #4075 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4075 ) ) ([ 939d8ea] ( https://github.com/typescript-eslint/typescript-eslint/commit/939d8eac547fb1734aa00f1ea01cc6eae0b4280a ) )
21
+
22
+
23
+
24
+
25
+
6
26
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
27
8
28
** Note:** Version bump only for package @typescript-eslint/eslint-plugin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
44
44
"typecheck" : " tsc -p tsconfig.json --noEmit"
45
45
},
46
46
"dependencies" : {
47
- "@typescript-eslint/experimental-utils" : " 5.3.1 " ,
48
- "@typescript-eslint/scope-manager" : " 5.3.1 " ,
47
+ "@typescript-eslint/experimental-utils" : " 5.4.0 " ,
48
+ "@typescript-eslint/scope-manager" : " 5.4.0 " ,
49
49
"debug" : " ^4.3.2" ,
50
50
"functional-red-black-tree" : " ^1.0.1" ,
51
51
"ignore" : " ^5.1.8" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * add RuleCreator.withoutDocs ([ #4136 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4136 ) ) ([ 87cfc6a] ( https://github.com/typescript-eslint/typescript-eslint/commit/87cfc6ad3e3312d7b6f98a592fb37e69d5d6880a ) )
12
+ * ** experimental-utils:** add default [ ] for RuleModule TOptions generic ([ #4135 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4135 ) ) ([ 62b8098] ( https://github.com/typescript-eslint/typescript-eslint/commit/62b8098fa7d361954c170ee6c190e47e95194b13 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
19
8
20
** Note:** Version bump only for package @typescript-eslint/experimental-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/experimental-utils" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"description" : " (Experimental) Utilities for working with TypeScript + ESLint together" ,
5
5
"keywords" : [
6
6
" eslint" ,
40
40
},
41
41
"dependencies" : {
42
42
"@types/json-schema" : " ^7.0.9" ,
43
- "@typescript-eslint/scope-manager" : " 5.3.1 " ,
44
- "@typescript-eslint/types" : " 5.3.1 " ,
45
- "@typescript-eslint/typescript-estree" : " 5.3.1 " ,
43
+ "@typescript-eslint/scope-manager" : " 5.4.0 " ,
44
+ "@typescript-eslint/types" : " 5.4.0 " ,
45
+ "@typescript-eslint/typescript-estree" : " 5.4.0 " ,
46
46
"eslint-scope" : " ^5.1.1" ,
47
47
"eslint-utils" : " ^3.0.0"
48
48
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/parser
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/parser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/parser" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
44
44
"eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0"
45
45
},
46
46
"dependencies" : {
47
- "@typescript-eslint/scope-manager" : " 5.3.1 " ,
48
- "@typescript-eslint/types" : " 5.3.1 " ,
49
- "@typescript-eslint/typescript-estree" : " 5.3.1 " ,
47
+ "@typescript-eslint/scope-manager" : " 5.4.0 " ,
48
+ "@typescript-eslint/types" : " 5.4.0 " ,
49
+ "@typescript-eslint/typescript-estree" : " 5.4.0 " ,
50
50
"debug" : " ^4.3.2"
51
51
},
52
52
"devDependencies" : {
53
53
"@types/glob" : " *" ,
54
- "@typescript-eslint/experimental-utils" : " 5.3.1 " ,
54
+ "@typescript-eslint/experimental-utils" : " 5.4.0 " ,
55
55
"glob" : " *" ,
56
56
"typescript" : " *"
57
57
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * correct issues with circular imports ([ #4140 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4140 ) ) ([ 4c87b24] ( https://github.com/typescript-eslint/typescript-eslint/commit/4c87b2486a9c90794d972a4d093c1dc22ffb418b ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** typescript-estree:** support Import Assertions ([ #4074 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4074 ) ) ([ ae0fb5a] ( https://github.com/typescript-eslint/typescript-eslint/commit/ae0fb5a591958216b7df656e66b1dfe464898167 ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
23
8
24
** Note:** Version bump only for package @typescript-eslint/scope-manager
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/scope-manager" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"description" : " TypeScript scope analyser for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
39
39
"typecheck" : " tsc -p tsconfig.json --noEmit"
40
40
},
41
41
"dependencies" : {
42
- "@typescript-eslint/types" : " 5.3.1 " ,
43
- "@typescript-eslint/visitor-keys" : " 5.3.1 "
42
+ "@typescript-eslint/types" : " 5.4.0 " ,
43
+ "@typescript-eslint/visitor-keys" : " 5.4.0 "
44
44
},
45
45
"devDependencies" : {
46
46
"@types/glob" : " *" ,
47
- "@typescript-eslint/typescript-estree" : " 5.3.1 " ,
47
+ "@typescript-eslint/typescript-estree" : " 5.4.0 " ,
48
48
"glob" : " *" ,
49
49
"jest-specific-snapshot" : " *" ,
50
50
"make-dir" : " *" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** typescript-estree:** support Import Assertions ([ #4074 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4074 ) ) ([ ae0fb5a] ( https://github.com/typescript-eslint/typescript-eslint/commit/ae0fb5a591958216b7df656e66b1dfe464898167 ) )
12
+ * ** typescript-estree:** support private fields in-in syntax ([ #4075 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4075 ) ) ([ 939d8ea] ( https://github.com/typescript-eslint/typescript-eslint/commit/939d8eac547fb1734aa00f1ea01cc6eae0b4280a ) )
13
+ * ** typescript-estree:** support type-only module specifiers ([ #4076 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4076 ) ) ([ 77baa92] ( https://github.com/typescript-eslint/typescript-eslint/commit/77baa9203638e888a76e21003a278a8da386e133 ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
20
8
21
** Note:** Version bump only for package @typescript-eslint/shared-fixtures
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/shared-fixtures" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"private" : true
5
5
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/types
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/types
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/types" ,
3
- "version" : " 5.3.1 " ,
3
+ "version" : " 5.4.0 " ,
4
4
"description" : " Types for the TypeScript-ESTree AST spec" ,
5
5
"keywords" : [
6
6
" eslint" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.4.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0 ) (2021-11-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** typescript-estree:** support Import Assertions ([ #4074 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4074 ) ) ([ ae0fb5a] ( https://github.com/typescript-eslint/typescript-eslint/commit/ae0fb5a591958216b7df656e66b1dfe464898167 ) )
12
+ * ** typescript-estree:** support private fields in-in syntax ([ #4075 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4075 ) ) ([ 939d8ea] ( https://github.com/typescript-eslint/typescript-eslint/commit/939d8eac547fb1734aa00f1ea01cc6eae0b4280a ) )
13
+ * ** typescript-estree:** support type-only module specifiers ([ #4076 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/4076 ) ) ([ 77baa92] ( https://github.com/typescript-eslint/typescript-eslint/commit/77baa9203638e888a76e21003a278a8da386e133 ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 5.3.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1 ) (2021-11-08)
7
20
8
21
** Note:** Version bump only for package @typescript-eslint/typescript-estree
You can’t perform that action at this time.
0 commit comments