File tree Expand file tree Collapse file tree 14 files changed +116
-15
lines changed Expand file tree Collapse file tree 14 files changed +116
-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
+ # [ 1.11.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0 ) (2019-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** [ no-magic-numbers] add support for enums ([ #543 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/543 ) ) ([ 5c40d01] ( https://github.com/typescript-eslint/typescript-eslint/commit/5c40d01 ) )
12
+ * ** eslint-plugin:** [ promise-function-async] allow any as return value ([ #553 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/553 ) ) ([ 9a387b0] ( https://github.com/typescript-eslint/typescript-eslint/commit/9a387b0 ) )
13
+ * ** eslint-plugin:** Remove duplicated code ([ #611 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/611 ) ) ([ c4df4ff] ( https://github.com/typescript-eslint/typescript-eslint/commit/c4df4ff ) )
14
+ * ** parser:** add simpleTraverse, replaces private ESLint util ([ #628 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/628 ) ) ([ aa206c4] ( https://github.com/typescript-eslint/typescript-eslint/commit/aa206c4 ) )
15
+ * ** typescript-estree:** fix more cases with double slash in JSX text ([ #607 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/607 ) ) ([ 34cfa53] ( https://github.com/typescript-eslint/typescript-eslint/commit/34cfa53 ) )
16
+
17
+
18
+ ### Features
19
+
20
+ * ** eslint-plugin:** [ no-explicit-any] ignoreRestArgs ([ #548 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/548 ) ) ([ 753ad75] ( https://github.com/typescript-eslint/typescript-eslint/commit/753ad75 ) )
21
+ * ** eslint-plugin:** add ` consistent-type-definitions ` rule ([ #463 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/463 ) ) ([ ec87d06] ( https://github.com/typescript-eslint/typescript-eslint/commit/ec87d06 ) )
22
+ * ** eslint-plugin:** add new rule no-empty-function ([ #626 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/626 ) ) ([ 747bfcb] ( https://github.com/typescript-eslint/typescript-eslint/commit/747bfcb ) )
23
+ * ** eslint-plugin:** add new rule no-floating-promises ([ #495 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/495 ) ) ([ 61e6385] ( https://github.com/typescript-eslint/typescript-eslint/commit/61e6385 ) )
24
+
25
+
26
+
27
+
28
+
6
29
## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
30
8
31
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.10.2 " ,
2
+ "version" : " 1.11.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
+ # [ 1.11.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0 ) (2019-06-23)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
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" : " 1.10.2 " ,
3
+ "version" : " 1.11.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 --noEmit"
32
32
},
33
33
"dependencies" : {
34
- "@typescript-eslint/experimental-utils" : " 1.10.2 " ,
34
+ "@typescript-eslint/experimental-utils" : " 1.11.0 " ,
35
35
"lodash.memoize" : " ^4.1.2"
36
36
},
37
37
"peerDependencies" : {
41
41
"devDependencies" : {
42
42
"@types/json-schema" : " ^7.0.3" ,
43
43
"@types/lodash.memoize" : " ^4.1.4" ,
44
- "@typescript-eslint/parser" : " 1.10.2 "
44
+ "@typescript-eslint/parser" : " 1.11.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
+ # [ 1.11.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0 ) (2019-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** [ no-magic-numbers] add support for enums ([ #543 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/543 ) ) ([ 5c40d01] ( https://github.com/typescript-eslint/typescript-eslint/commit/5c40d01 ) )
12
+ * ** eslint-plugin:** [ promise-function-async] allow any as return value ([ #553 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/553 ) ) ([ 9a387b0] ( https://github.com/typescript-eslint/typescript-eslint/commit/9a387b0 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * ** eslint-plugin:** [ no-explicit-any] ignoreRestArgs ([ #548 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/548 ) ) ([ 753ad75] ( https://github.com/typescript-eslint/typescript-eslint/commit/753ad75 ) )
18
+ * ** eslint-plugin:** add ` consistent-type-definitions ` rule ([ #463 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/463 ) ) ([ ec87d06] ( https://github.com/typescript-eslint/typescript-eslint/commit/ec87d06 ) )
19
+ * ** eslint-plugin:** add new rule no-empty-function ([ #626 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/626 ) ) ([ 747bfcb] ( https://github.com/typescript-eslint/typescript-eslint/commit/747bfcb ) )
20
+ * ** eslint-plugin:** add new rule no-floating-promises ([ #495 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/495 ) ) ([ 61e6385] ( https://github.com/typescript-eslint/typescript-eslint/commit/61e6385 ) )
21
+
22
+
23
+
24
+
25
+
6
26
## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
27
8
28
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 1.10.2 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
41
41
"typecheck" : " tsc --noEmit"
42
42
},
43
43
"dependencies" : {
44
- "@typescript-eslint/experimental-utils" : " 1.10.2 " ,
44
+ "@typescript-eslint/experimental-utils" : " 1.11.0 " ,
45
45
"eslint-utils" : " ^1.3.1" ,
46
46
"functional-red-black-tree" : " ^1.0.1" ,
47
47
"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
+ # [ 1.11.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0 ) (2019-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** Remove duplicated code ([ #611 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/611 ) ) ([ c4df4ff] ( https://github.com/typescript-eslint/typescript-eslint/commit/c4df4ff ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** eslint-plugin:** add ` consistent-type-definitions ` rule ([ #463 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/463 ) ) ([ ec87d06] ( https://github.com/typescript-eslint/typescript-eslint/commit/ec87d06 ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
23
8
24
** 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" : " 1.10.2 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " (Experimental) Utilities for working with TypeScript + ESLint together" ,
5
5
"keywords" : [
6
6
" eslint" ,
36
36
"typecheck" : " tsc --noEmit"
37
37
},
38
38
"dependencies" : {
39
- "@typescript-eslint/typescript-estree" : " 1.10.2 " ,
39
+ "@typescript-eslint/typescript-estree" : " 1.11.0 " ,
40
40
"eslint-scope" : " ^4.0.0"
41
41
},
42
42
"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
+ # [ 1.11.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0 ) (2019-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** parser:** add simpleTraverse, replaces private ESLint util ([ #628 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/628 ) ) ([ aa206c4] ( https://github.com/typescript-eslint/typescript-eslint/commit/aa206c4 ) )
12
+ * ** typescript-estree:** fix more cases with double slash in JSX text ([ #607 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/607 ) ) ([ 34cfa53] ( https://github.com/typescript-eslint/typescript-eslint/commit/34cfa53 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
19
8
20
** 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" : " 1.10.2 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
5
5
"main" : " dist/parser.js" ,
6
6
"files" : [
42
42
},
43
43
"dependencies" : {
44
44
"@types/eslint-visitor-keys" : " ^1.0.0" ,
45
- "@typescript-eslint/experimental-utils" : " 1.10.2 " ,
46
- "@typescript-eslint/typescript-estree" : " 1.10.2 " ,
45
+ "@typescript-eslint/experimental-utils" : " 1.11.0 " ,
46
+ "@typescript-eslint/typescript-estree" : " 1.11.0 " ,
47
47
"eslint-visitor-keys" : " ^1.0.0"
48
48
},
49
49
"devDependencies" : {
50
- "@typescript-eslint/shared-fixtures" : " 1.10.2 "
50
+ "@typescript-eslint/shared-fixtures" : " 1.11.0 "
51
51
}
52
52
}
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
+ # [ 1.11.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0 ) (2019-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** typescript-estree:** fix more cases with double slash in JSX text ([ #607 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/607 ) ) ([ 34cfa53] ( https://github.com/typescript-eslint/typescript-eslint/commit/34cfa53 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
18
8
19
** 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" : " 1.10.2 " ,
3
+ "version" : " 1.11.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
+ # [ 1.11.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0 ) (2019-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** typescript-estree:** fix more cases with double slash in JSX text ([ #607 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/607 ) ) ([ 34cfa53] ( https://github.com/typescript-eslint/typescript-eslint/commit/34cfa53 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
18
8
19
** Note:** Version bump only for package @typescript-eslint/typescript-estree
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/typescript-estree" ,
3
- "version" : " 1.10.2 " ,
3
+ "version" : " 1.11.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" ,
46
46
},
47
47
"devDependencies" : {
48
48
"@babel/types" : " ^7.3.2" ,
49
- "@typescript-eslint/shared-fixtures" : " 1.10.2 "
49
+ "@typescript-eslint/shared-fixtures" : " 1.11.0 "
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments