File tree 16 files changed +130
-17
lines changed
16 files changed +130
-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.16.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0 ) (2020-01-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** [ no-magic-numbers] handle UnaryExpression for enums ([ #1415 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1415 ) ) ([ 852fc31] ( https://github.com/typescript-eslint/typescript-eslint/commit/852fc31 ) )
12
+ * ** eslint-plugin:** [ no-unnec-type-assert] handle JSX attributes ([ #1002 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1002 ) ) ([ 3c5659b] ( https://github.com/typescript-eslint/typescript-eslint/commit/3c5659b ) )
13
+ * ** eslint-plugin:** handle error classes using generics ([ #1428 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1428 ) ) ([ b139540] ( https://github.com/typescript-eslint/typescript-eslint/commit/b139540 ) )
14
+ * ** typescript-estree:** fix persisted parse for relative paths ([ #1424 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1424 ) ) ([ 9720d2c] ( https://github.com/typescript-eslint/typescript-eslint/commit/9720d2c ) )
15
+ * ** typescript-estree:** parsing of deeply nested new files in new folder ([ #1412 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1412 ) ) ([ 206c94b] ( https://github.com/typescript-eslint/typescript-eslint/commit/206c94b ) )
16
+ * ** typescript-estree:** resolve path relative to tsconfigRootDir ([ #1439 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1439 ) ) ([ c709056] ( https://github.com/typescript-eslint/typescript-eslint/commit/c709056 ) )
17
+
18
+
19
+ ### Features
20
+
21
+ * ** eslint-plugin:** [ no-unnec-cond] array predicate callbacks ([ #1206 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1206 ) ) ([ f7ad716] ( https://github.com/typescript-eslint/typescript-eslint/commit/f7ad716 ) )
22
+ * ** eslint-plugin:** add default-param-last rule ([ #1418 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1418 ) ) ([ a37ff9f] ( https://github.com/typescript-eslint/typescript-eslint/commit/a37ff9f ) )
23
+ * ** eslint-plugin:** add rule naming-conventions ([ #1318 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1318 ) ) ([ 9eab26f] ( https://github.com/typescript-eslint/typescript-eslint/commit/9eab26f ) )
24
+ * ** typescript-estree:** add parserOption to turn on debug logs ([ #1413 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1413 ) ) ([ 25092fd] ( https://github.com/typescript-eslint/typescript-eslint/commit/25092fd ) )
25
+ * ** typescript-estree:** add strict type mapping to esTreeNodeToTSNodeMap ([ #1382 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1382 ) ) ([ d3d70a3] ( https://github.com/typescript-eslint/typescript-eslint/commit/d3d70a3 ) )
26
+
27
+
28
+
29
+
30
+
6
31
# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
32
8
33
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.15 .0" ,
2
+ "version" : " 2.16 .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.16.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0 ) (2020-01-13)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
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.15 .0" ,
3
+ "version" : " 2.16 .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.15 .0"
15
+ "@typescript-eslint/experimental-utils" : " 2.16 .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.16.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0 ) (2020-01-13)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
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.15 .0" ,
3
+ "version" : " 2.16 .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.15 .0" ,
34
+ "@typescript-eslint/experimental-utils" : " 2.16 .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.15 .0"
44
+ "@typescript-eslint/parser" : " 2.16 .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.16.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0 ) (2020-01-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** [ no-magic-numbers] handle UnaryExpression for enums ([ #1415 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1415 ) ) ([ 852fc31] ( https://github.com/typescript-eslint/typescript-eslint/commit/852fc31 ) )
12
+ * ** eslint-plugin:** [ no-unnec-type-assert] handle JSX attributes ([ #1002 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1002 ) ) ([ 3c5659b] ( https://github.com/typescript-eslint/typescript-eslint/commit/3c5659b ) )
13
+ * ** eslint-plugin:** handle error classes using generics ([ #1428 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1428 ) ) ([ b139540] ( https://github.com/typescript-eslint/typescript-eslint/commit/b139540 ) )
14
+ * ** typescript-estree:** resolve path relative to tsconfigRootDir ([ #1439 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1439 ) ) ([ c709056] ( https://github.com/typescript-eslint/typescript-eslint/commit/c709056 ) )
15
+
16
+
17
+ ### Features
18
+
19
+ * ** eslint-plugin:** [ no-unnec-cond] array predicate callbacks ([ #1206 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1206 ) ) ([ f7ad716] ( https://github.com/typescript-eslint/typescript-eslint/commit/f7ad716 ) )
20
+ * ** eslint-plugin:** add default-param-last rule ([ #1418 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1418 ) ) ([ a37ff9f] ( https://github.com/typescript-eslint/typescript-eslint/commit/a37ff9f ) )
21
+ * ** eslint-plugin:** add rule naming-conventions ([ #1318 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1318 ) ) ([ 9eab26f] ( https://github.com/typescript-eslint/typescript-eslint/commit/9eab26f ) )
22
+ * ** typescript-estree:** add strict type mapping to esTreeNodeToTSNodeMap ([ #1382 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1382 ) ) ([ d3d70a3] ( https://github.com/typescript-eslint/typescript-eslint/commit/d3d70a3 ) )
23
+
24
+
25
+
26
+
27
+
6
28
# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
29
8
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 2.15 .0" ,
3
+ "version" : " 2.16 .0" ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
40
40
"typecheck" : " tsc -p tsconfig.json --noEmit"
41
41
},
42
42
"dependencies" : {
43
- "@typescript-eslint/experimental-utils" : " 2.15 .0" ,
43
+ "@typescript-eslint/experimental-utils" : " 2.16 .0" ,
44
44
"eslint-utils" : " ^1.4.3" ,
45
45
"functional-red-black-tree" : " ^1.0.1" ,
46
46
"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.16.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0 ) (2020-01-13)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** typescript-estree:** add parserOption to turn on debug logs ([ #1413 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1413 ) ) ([ 25092fd] ( https://github.com/typescript-eslint/typescript-eslint/commit/25092fd ) )
12
+ * ** typescript-estree:** add strict type mapping to esTreeNodeToTSNodeMap ([ #1382 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1382 ) ) ([ d3d70a3] ( https://github.com/typescript-eslint/typescript-eslint/commit/d3d70a3 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
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" : " 2.15 .0" ,
3
+ "version" : " 2.16 .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.15 .0" ,
40
+ "@typescript-eslint/typescript-estree" : " 2.16 .0" ,
41
41
"eslint-scope" : " ^5.0.0"
42
42
},
43
43
"peerDependencies" : {
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.16.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0 ) (2020-01-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** typescript-estree:** resolve path relative to tsconfigRootDir ([ #1439 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1439 ) ) ([ c709056] ( https://github.com/typescript-eslint/typescript-eslint/commit/c709056 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
18
8
19
** 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" : " 2.15 .0" ,
3
+ "version" : " 2.16 .0" ,
4
4
"description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
5
5
"main" : " dist/parser.js" ,
6
6
"types" : " dist/parser.d.ts" ,
43
43
},
44
44
"dependencies" : {
45
45
"@types/eslint-visitor-keys" : " ^1.0.0" ,
46
- "@typescript-eslint/experimental-utils" : " 2.15 .0" ,
47
- "@typescript-eslint/typescript-estree" : " 2.15 .0" ,
46
+ "@typescript-eslint/experimental-utils" : " 2.16 .0" ,
47
+ "@typescript-eslint/typescript-estree" : " 2.16 .0" ,
48
48
"eslint-visitor-keys" : " ^1.1.0"
49
49
},
50
50
"devDependencies" : {
51
51
"@types/glob" : " ^7.1.1" ,
52
- "@typescript-eslint/shared-fixtures" : " 2.15 .0" ,
52
+ "@typescript-eslint/shared-fixtures" : " 2.16 .0" ,
53
53
"glob" : " *"
54
54
},
55
55
"peerDependenciesMeta" : {
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.16.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0 ) (2020-01-13)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/shared-fixtures
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
15
8
16
** 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" : " 2.15 .0" ,
3
+ "version" : " 2.16 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " tsc -b tsconfig.build.json" ,
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.16.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0 ) (2020-01-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** typescript-estree:** fix persisted parse for relative paths ([ #1424 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1424 ) ) ([ 9720d2c] ( https://github.com/typescript-eslint/typescript-eslint/commit/9720d2c ) )
12
+ * ** typescript-estree:** parsing of deeply nested new files in new folder ([ #1412 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1412 ) ) ([ 206c94b] ( https://github.com/typescript-eslint/typescript-eslint/commit/206c94b ) )
13
+ * ** typescript-estree:** resolve path relative to tsconfigRootDir ([ #1439 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1439 ) ) ([ c709056] ( https://github.com/typescript-eslint/typescript-eslint/commit/c709056 ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** typescript-estree:** add parserOption to turn on debug logs ([ #1413 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1413 ) ) ([ 25092fd] ( https://github.com/typescript-eslint/typescript-eslint/commit/25092fd ) )
19
+ * ** typescript-estree:** add strict type mapping to esTreeNodeToTSNodeMap ([ #1382 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1382 ) ) ([ d3d70a3] ( https://github.com/typescript-eslint/typescript-eslint/commit/d3d70a3 ) )
20
+
21
+
22
+
23
+
24
+
6
25
# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
26
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/typescript-estree" ,
3
- "version" : " 2.15 .0" ,
3
+ "version" : " 2.16 .0" ,
4
4
"description" : " A parser that converts TypeScript source code into an ESTree compatible form" ,
5
5
"main" : " dist/parser.js" ,
6
6
"types" : " dist/parser.d.ts" ,
58
58
"@types/lodash" : " ^4.14.149" ,
59
59
"@types/semver" : " ^6.2.0" ,
60
60
"@types/tmp" : " ^0.1.0" ,
61
- "@typescript-eslint/shared-fixtures" : " 2.15 .0" ,
61
+ "@typescript-eslint/shared-fixtures" : " 2.16 .0" ,
62
62
"tmp" : " ^0.1.0" ,
63
63
"typescript" : " *"
64
64
},
You can’t perform that action at this time.
0 commit comments