File tree Expand file tree Collapse file tree 12 files changed +60
-12
lines changed Expand file tree Collapse file tree 12 files changed +60
-12
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.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0 ) (2019-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** eslint-plugin:** [ interface-name-prefix] correct error message in always mode ([ #333 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/333 ) ) ([ 097262f] ( https://github.com/typescript-eslint/typescript-eslint/commit/097262f ) )
11
+ - ** eslint-plugin:** fix false positives for adjacent-overload-signatures regarding computed property names ([ #340 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/340 ) ) ([ f6e5118] ( https://github.com/typescript-eslint/typescript-eslint/commit/f6e5118 ) )
12
+ - ** eslint-plugin:** fix incorrect rule name ([ #357 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/357 ) ) ([ 0a5146b] ( https://github.com/typescript-eslint/typescript-eslint/commit/0a5146b ) )
13
+ - ** typescript-estree:** only call watch callback on new files ([ #367 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/367 ) ) ([ 0ef07c4] ( https://github.com/typescript-eslint/typescript-eslint/commit/0ef07c4 ) )
14
+
15
+ ### Features
16
+
17
+ - ** eslint-plugin:** Add unified-signature rule ([ #178 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/178 ) ) ([ 6ffaa0b] ( https://github.com/typescript-eslint/typescript-eslint/commit/6ffaa0b ) )
18
+
6
19
## [ 1.4.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2 ) (2019-02-25)
7
20
8
21
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.4.2 " ,
2
+ "version" : " 1.5.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.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0 ) (2019-03-20)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
6
10
## [ 1.4.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2 ) (2019-02-25)
7
11
8
12
** 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.4.2 " ,
3
+ "version" : " 1.5.0 " ,
4
4
"main" : " dist/index.js" ,
5
5
"typings" : " src/index.ts" ,
6
6
"description" : " TSLint wrapper plugin for ESLint" ,
35
35
"devDependencies" : {
36
36
"@types/eslint" : " ^4.16.3" ,
37
37
"@types/lodash.memoize" : " ^4.1.4" ,
38
- "@typescript-eslint/parser" : " 1.4.2 "
38
+ "@typescript-eslint/parser" : " 1.5.0 "
39
39
}
40
40
}
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.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0 ) (2019-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** eslint-plugin:** [ interface-name-prefix] correct error message in always mode ([ #333 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/333 ) ) ([ 097262f] ( https://github.com/typescript-eslint/typescript-eslint/commit/097262f ) )
11
+ - ** eslint-plugin:** fix false positives for adjacent-overload-signatures regarding computed property names ([ #340 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/340 ) ) ([ f6e5118] ( https://github.com/typescript-eslint/typescript-eslint/commit/f6e5118 ) )
12
+ - ** eslint-plugin:** fix incorrect rule name ([ #357 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/357 ) ) ([ 0a5146b] ( https://github.com/typescript-eslint/typescript-eslint/commit/0a5146b ) )
13
+
14
+ ### Features
15
+
16
+ - ** eslint-plugin:** Add unified-signature rule ([ #178 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/178 ) ) ([ 6ffaa0b] ( https://github.com/typescript-eslint/typescript-eslint/commit/6ffaa0b ) )
17
+
6
18
## [ 1.4.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2 ) (2019-02-25)
7
19
8
20
** 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" : " 1.4.2 " ,
3
+ "version" : " 1.5.0 " ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
35
35
"typecheck" : " tsc --noEmit"
36
36
},
37
37
"dependencies" : {
38
- "@typescript-eslint/parser" : " 1.4.2 " ,
39
- "@typescript-eslint/typescript-estree" : " 1.4.2 " ,
38
+ "@typescript-eslint/parser" : " 1.5.0 " ,
39
+ "@typescript-eslint/typescript-estree" : " 1.5.0 " ,
40
40
"requireindex" : " ^1.2.0" ,
41
41
"tsutils" : " ^3.7.0"
42
42
},
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.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0 ) (2019-03-20)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/parser
9
+
6
10
## [ 1.4.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2 ) (2019-02-25)
7
11
8
12
** 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.4.2 " ,
3
+ "version" : " 1.5.0 " ,
4
4
"description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
5
5
"main" : " dist/parser.js" ,
6
6
"files" : [
37
37
"typescript" : " *"
38
38
},
39
39
"dependencies" : {
40
- "@typescript-eslint/typescript-estree" : " 1.4.2 " ,
40
+ "@typescript-eslint/typescript-estree" : " 1.5.0 " ,
41
41
"eslint-scope" : " ^4.0.0" ,
42
42
"eslint-visitor-keys" : " ^1.0.0"
43
43
},
44
44
"devDependencies" : {
45
45
"@types/eslint" : " ^4.16.5" ,
46
46
"@types/eslint-visitor-keys" : " ^1.0.0" ,
47
- "@typescript-eslint/shared-fixtures" : " 1.4.2 "
47
+ "@typescript-eslint/shared-fixtures" : " 1.5.0 "
48
48
}
49
49
}
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.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0 ) (2019-03-20)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/shared-fixtures
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.4.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2 ) (2019-02-25)
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" : " 1.4.2 " ,
3
+ "version" : " 1.5.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.5.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0 ) (2019-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** eslint-plugin:** fix false positives for adjacent-overload-signatures regarding computed property names ([ #340 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/340 ) ) ([ f6e5118] ( https://github.com/typescript-eslint/typescript-eslint/commit/f6e5118 ) )
11
+ - ** typescript-estree:** only call watch callback on new files ([ #367 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/367 ) ) ([ 0ef07c4] ( https://github.com/typescript-eslint/typescript-eslint/commit/0ef07c4 ) )
12
+
6
13
## [ 1.4.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2 ) (2019-02-25)
7
14
8
15
** 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.4.2 " ,
3
+ "version" : " 1.5.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" ,
44
44
},
45
45
"devDependencies" : {
46
46
"@babel/types" : " ^7.3.2" ,
47
- "@typescript-eslint/shared-fixtures" : " 1.4.2 "
47
+ "@typescript-eslint/shared-fixtures" : " 1.5.0 "
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments