File tree Expand file tree Collapse file tree 16 files changed +105
-17
lines changed Expand file tree Collapse file tree 16 files changed +105
-17
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
+ # [ 2.21.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0 ) (2020-02-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** [ embt] ignore JSX callbacks ([ #1630 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1630 ) ) ([ 4d45b33] ( https://github.com/typescript-eslint/typescript-eslint/commit/4d45b331b920113c97a90df7dc703f8dfbcc04f3 ) )
12
+ * ** eslint-plugin:** [ no-floating-promises] handle finally callback ([ #1620 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1620 ) ) ([ 1aa7135] ( https://github.com/typescript-eslint/typescript-eslint/commit/1aa7135bbfbf55cec52925fc0224188cd3c319e7 ) )
13
+ * ** eslint-plugin:** [ typedef] allow array/object destructuring in for/of ([ #1570 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1570 ) ) ([ 660bace] ( https://github.com/typescript-eslint/typescript-eslint/commit/660bace4c3da569d71cf1e296ac4f6ed35bdfc44 ) )
14
+ * ** typescript-estree:** process.stdout can be undefined ([ #1619 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1619 ) ) ([ 0d8e87e] ( https://github.com/typescript-eslint/typescript-eslint/commit/0d8e87e09704588273bc94a740279b3e8af7474f ) )
15
+
16
+
17
+ ### Features
18
+
19
+ * ** eslint-plugin:** [ require-await] add --fix support ([ #1561 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1561 ) ) ([ 9edd863] ( https://github.com/typescript-eslint/typescript-eslint/commit/9edd863b2a66ee44bd4a439903973e6c207480aa ) )
20
+
21
+
22
+
23
+
24
+
6
25
# [ 2.20.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0 ) (2020-02-17)
7
26
8
27
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.20 .0" ,
2
+ "version" : " 2.21 .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
+ # [ 2.21.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0 ) (2020-02-24)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.20.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0 ) (2020-02-17)
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" : " 2.20 .0" ,
3
+ "version" : " 2.21 .0" ,
4
4
"private" : true ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
12
12
"typecheck" : " tsc -p tsconfig.json --noEmit"
13
13
},
14
14
"dependencies" : {
15
- "@typescript-eslint/experimental-utils" : " 2.20 .0"
15
+ "@typescript-eslint/experimental-utils" : " 2.21 .0"
16
16
}
17
17
}
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
+ # [ 2.21.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0 ) (2020-02-24)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.20.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0 ) (2020-02-17)
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" : " 2.20 .0" ,
3
+ "version" : " 2.21 .0" ,
4
4
"main" : " dist/index.js" ,
5
5
"typings" : " src/index.ts" ,
6
6
"description" : " TSLint wrapper plugin for ESLint" ,
31
31
"typecheck" : " tsc -p tsconfig.json --noEmit"
32
32
},
33
33
"dependencies" : {
34
- "@typescript-eslint/experimental-utils" : " 2.20 .0" ,
34
+ "@typescript-eslint/experimental-utils" : " 2.21 .0" ,
35
35
"lodash" : " ^4.17.15"
36
36
},
37
37
"peerDependencies" : {
41
41
},
42
42
"devDependencies" : {
43
43
"@types/lodash" : " ^4.14.149" ,
44
- "@typescript-eslint/parser" : " 2.20 .0"
44
+ "@typescript-eslint/parser" : " 2.21 .0"
45
45
}
46
46
}
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
+ # [ 2.21.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0 ) (2020-02-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** [ embt] ignore JSX callbacks ([ #1630 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1630 ) ) ([ 4d45b33] ( https://github.com/typescript-eslint/typescript-eslint/commit/4d45b331b920113c97a90df7dc703f8dfbcc04f3 ) )
12
+ * ** eslint-plugin:** [ no-floating-promises] handle finally callback ([ #1620 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1620 ) ) ([ 1aa7135] ( https://github.com/typescript-eslint/typescript-eslint/commit/1aa7135bbfbf55cec52925fc0224188cd3c319e7 ) )
13
+ * ** eslint-plugin:** [ typedef] allow array/object destructuring in for/of ([ #1570 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1570 ) ) ([ 660bace] ( https://github.com/typescript-eslint/typescript-eslint/commit/660bace4c3da569d71cf1e296ac4f6ed35bdfc44 ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** eslint-plugin:** [ require-await] add --fix support ([ #1561 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1561 ) ) ([ 9edd863] ( https://github.com/typescript-eslint/typescript-eslint/commit/9edd863b2a66ee44bd4a439903973e6c207480aa ) )
19
+
20
+
21
+
22
+
23
+
6
24
# [ 2.20.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0 ) (2020-02-17)
7
25
8
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 2.20 .0" ,
3
+ "version" : " 2.21 .0" ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
41
41
"typecheck" : " tsc -p tsconfig.json --noEmit"
42
42
},
43
43
"dependencies" : {
44
- "@typescript-eslint/experimental-utils" : " 2.20 .0" ,
44
+ "@typescript-eslint/experimental-utils" : " 2.21 .0" ,
45
45
"eslint-utils" : " ^1.4.3" ,
46
46
"functional-red-black-tree" : " ^1.0.1" ,
47
47
"regexpp" : " ^3.0.0" ,
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
+ # [ 2.21.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0 ) (2020-02-24)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/experimental-utils
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.20.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0 ) (2020-02-17)
7
15
8
16
** 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" : " 2.20 .0" ,
3
+ "version" : " 2.21 .0" ,
4
4
"description" : " (Experimental) Utilities for working with TypeScript + ESLint together" ,
5
5
"keywords" : [
6
6
" eslint" ,
37
37
},
38
38
"dependencies" : {
39
39
"@types/json-schema" : " ^7.0.3" ,
40
- "@typescript-eslint/typescript-estree" : " 2.20 .0" ,
40
+ "@typescript-eslint/typescript-estree" : " 2.21 .0" ,
41
41
"eslint-scope" : " ^5.0.0"
42
42
},
43
43
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments