File tree Expand file tree Collapse file tree 14 files changed +114
-15
lines changed Expand file tree Collapse file tree 14 files changed +114
-15
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.6.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0 ) (2019-10-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** parser:** adds TTY check before logging the version mismatch warning ([ #1121 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1121 ) ) ([ 768ef63] ( https://github.com/typescript-eslint/typescript-eslint/commit/768ef63 ) )
12
+ * ** typescript-estree:** better handle canonical paths ([ #1111 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1111 ) ) ([ 8dcbf4c] ( https://github.com/typescript-eslint/typescript-eslint/commit/8dcbf4c ) )
13
+ * ** typescript-estree:** correct parenthesized optional chain AST ([ #1141 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1141 ) ) ([ 5ae286e] ( https://github.com/typescript-eslint/typescript-eslint/commit/5ae286e ) )
14
+ * ** typescript-estree:** ensure parent pointers are set ([ #1129 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1129 ) ) ([ d4703e1] ( https://github.com/typescript-eslint/typescript-eslint/commit/d4703e1 ) )
15
+ * ** typescript-estree:** normalize paths to fix cache miss on windows ([ #1128 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1128 ) ) ([ 6d0f2ce] ( https://github.com/typescript-eslint/typescript-eslint/commit/6d0f2ce ) )
16
+
17
+
18
+ ### Features
19
+
20
+ * ** typescript-estree:** add support for declare class properties ([ #1136 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1136 ) ) ([ 1508670] ( https://github.com/typescript-eslint/typescript-eslint/commit/1508670 ) )
21
+
22
+
23
+
24
+
25
+
6
26
# [ 2.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0 ) (2019-10-21)
7
27
8
28
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.5 .0" ,
2
+ "version" : " 2.6 .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.6.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0 ) (2019-10-28)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0 ) (2019-10-21)
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.5 .0" ,
3
+ "version" : " 2.6 .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.5 .0" ,
34
+ "@typescript-eslint/experimental-utils" : " 2.6 .0" ,
35
35
"lodash.memoize" : " ^4.1.2"
36
36
},
37
37
"peerDependencies" : {
41
41
},
42
42
"devDependencies" : {
43
43
"@types/lodash.memoize" : " ^4.1.4" ,
44
- "@typescript-eslint/parser" : " 2.5 .0"
44
+ "@typescript-eslint/parser" : " 2.6 .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.6.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0 ) (2019-10-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** typescript-estree:** add support for declare class properties ([ #1136 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1136 ) ) ([ 1508670] ( https://github.com/typescript-eslint/typescript-eslint/commit/1508670 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0 ) (2019-10-21)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 2.5 .0" ,
3
+ "version" : " 2.6 .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.5 .0" ,
43
+ "@typescript-eslint/experimental-utils" : " 2.6 .0" ,
44
44
"eslint-utils" : " ^1.4.2" ,
45
45
"functional-red-black-tree" : " ^1.0.1" ,
46
46
"regexpp" : " ^2.0.1" ,
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.6.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0 ) (2019-10-28)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/experimental-utils
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0 ) (2019-10-21)
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.5 .0" ,
3
+ "version" : " 2.6 .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.5 .0" ,
40
+ "@typescript-eslint/typescript-estree" : " 2.6 .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.6.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0 ) (2019-10-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** typescript-estree:** correct parenthesized optional chain AST ([ #1141 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1141 ) ) ([ 5ae286e] ( https://github.com/typescript-eslint/typescript-eslint/commit/5ae286e ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** typescript-estree:** add support for declare class properties ([ #1136 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1136 ) ) ([ 1508670] ( https://github.com/typescript-eslint/typescript-eslint/commit/1508670 ) )
17
+
18
+
19
+
20
+
21
+
6
22
# [ 2.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0 ) (2019-10-21)
7
23
8
24
** 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.5 .0" ,
3
+ "version" : " 2.6 .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.5 .0" ,
47
- "@typescript-eslint/typescript-estree" : " 2.5 .0" ,
46
+ "@typescript-eslint/experimental-utils" : " 2.6 .0" ,
47
+ "@typescript-eslint/typescript-estree" : " 2.6 .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.5 .0" ,
52
+ "@typescript-eslint/shared-fixtures" : " 2.6 .0" ,
53
53
"glob" : " ^7.1.4"
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments