File tree Expand file tree Collapse file tree 16 files changed +103
-17
lines changed Expand file tree Collapse file tree 16 files changed +103
-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.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** crash in no-unnecessary-type-arguments ([ #1401 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1401 ) ) ([ 01c939f] ( https://github.com/typescript-eslint/typescript-eslint/commit/01c939f ) )
12
+ * ** typescript-estree:** correct persisted parse for windows ([ #1406 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1406 ) ) ([ 1a42f3d] ( https://github.com/typescript-eslint/typescript-eslint/commit/1a42f3d ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * ** eslint-plugin:** [ strict-bool-expr] add allowSafe option ([ #1385 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1385 ) ) ([ 9344233] ( https://github.com/typescript-eslint/typescript-eslint/commit/9344233 ) )
18
+ * ** eslint-plugin:** add no-implied-eval ([ #1375 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1375 ) ) ([ 254d276] ( https://github.com/typescript-eslint/typescript-eslint/commit/254d276 ) )
19
+
20
+
21
+
22
+
23
+
6
24
# [ 2.14.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0 ) (2019-12-30)
7
25
8
26
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.14 .0" ,
2
+ "version" : " 2.15 .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.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.14.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0 ) (2019-12-30)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin-internal" ,
3
- "version" : " 2.14 .0" ,
3
+ "version" : " 2.15 .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.14 .0"
15
+ "@typescript-eslint/experimental-utils" : " 2.15 .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.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.14.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0 ) (2019-12-30)
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.14 .0" ,
3
+ "version" : " 2.15 .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.14 .0" ,
34
+ "@typescript-eslint/experimental-utils" : " 2.15 .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.14 .0"
44
+ "@typescript-eslint/parser" : " 2.15 .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.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** crash in no-unnecessary-type-arguments ([ #1401 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1401 ) ) ([ 01c939f] ( https://github.com/typescript-eslint/typescript-eslint/commit/01c939f ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** eslint-plugin:** [ strict-bool-expr] add allowSafe option ([ #1385 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1385 ) ) ([ 9344233] ( https://github.com/typescript-eslint/typescript-eslint/commit/9344233 ) )
17
+ * ** eslint-plugin:** add no-implied-eval ([ #1375 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1375 ) ) ([ 254d276] ( https://github.com/typescript-eslint/typescript-eslint/commit/254d276 ) )
18
+
19
+
20
+
21
+
22
+
6
23
# [ 2.14.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0 ) (2019-12-30)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 2.14 .0" ,
3
+ "version" : " 2.15 .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.14 .0" ,
43
+ "@typescript-eslint/experimental-utils" : " 2.15 .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.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/experimental-utils
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.14.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0 ) (2019-12-30)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/experimental-utils" ,
3
- "version" : " 2.14 .0" ,
3
+ "version" : " 2.15 .0" ,
4
4
"description" : " (Experimental) Utilities for working with TypeScript + ESLint together" ,
5
5
"keywords" : [
6
6
" eslint" ,
36
36
},
37
37
"dependencies" : {
38
38
"@types/json-schema" : " ^7.0.3" ,
39
- "@typescript-eslint/typescript-estree" : " 2.14 .0" ,
39
+ "@typescript-eslint/typescript-estree" : " 2.15 .0" ,
40
40
"eslint-scope" : " ^5.0.0"
41
41
},
42
42
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments