File tree Expand file tree Collapse file tree 16 files changed +130
-17
lines changed
Expand file tree Collapse file tree 16 files changed +130
-17
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
631# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
732
833
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.15 .0" ,
2+ "version" : " 2.16 .0" ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "stream" : true
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
715
816** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
Original file line number Diff line number Diff line change 11{
22 "name" : " @typescript-eslint/eslint-plugin-internal" ,
3- "version" : " 2.15 .0" ,
3+ "version" : " 2.16 .0" ,
44 "private" : true ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
1212 "typecheck" : " tsc -p tsconfig.json --noEmit"
1313 },
1414 "dependencies" : {
15- "@typescript-eslint/experimental-utils" : " 2.15 .0"
15+ "@typescript-eslint/experimental-utils" : " 2.16 .0"
1616 }
1717}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
715
816** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
Original file line number Diff line number Diff line change 11{
22 "name" : " @typescript-eslint/eslint-plugin-tslint" ,
3- "version" : " 2.15 .0" ,
3+ "version" : " 2.16 .0" ,
44 "main" : " dist/index.js" ,
55 "typings" : " src/index.ts" ,
66 "description" : " TSLint wrapper plugin for ESLint" ,
3131 "typecheck" : " tsc -p tsconfig.json --noEmit"
3232 },
3333 "dependencies" : {
34- "@typescript-eslint/experimental-utils" : " 2.15 .0" ,
34+ "@typescript-eslint/experimental-utils" : " 2.16 .0" ,
3535 "lodash" : " ^4.17.15"
3636 },
3737 "peerDependencies" : {
4141 },
4242 "devDependencies" : {
4343 "@types/lodash" : " ^4.14.149" ,
44- "@typescript-eslint/parser" : " 2.15 .0"
44+ "@typescript-eslint/parser" : " 2.16 .0"
4545 }
4646}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
628# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
729
830
Original file line number Diff line number Diff line change 11{
22 "name" : " @typescript-eslint/eslint-plugin" ,
3- "version" : " 2.15 .0" ,
3+ "version" : " 2.16 .0" ,
44 "description" : " TypeScript plugin for ESLint" ,
55 "keywords" : [
66 " eslint" ,
4040 "typecheck" : " tsc -p tsconfig.json --noEmit"
4141 },
4242 "dependencies" : {
43- "@typescript-eslint/experimental-utils" : " 2.15 .0" ,
43+ "@typescript-eslint/experimental-utils" : " 2.16 .0" ,
4444 "eslint-utils" : " ^1.4.3" ,
4545 "functional-red-black-tree" : " ^1.0.1" ,
4646 "regexpp" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
618# [ 2.15.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0 ) (2020-01-06)
719
820** Note:** Version bump only for package @typescript-eslint/experimental-utils
Original file line number Diff line number Diff line change 11{
22 "name" : " @typescript-eslint/experimental-utils" ,
3- "version" : " 2.15 .0" ,
3+ "version" : " 2.16 .0" ,
44 "description" : " (Experimental) Utilities for working with TypeScript + ESLint together" ,
55 "keywords" : [
66 " eslint" ,
3737 },
3838 "dependencies" : {
3939 "@types/json-schema" : " ^7.0.3" ,
40- "@typescript-eslint/typescript-estree" : " 2.15 .0" ,
40+ "@typescript-eslint/typescript-estree" : " 2.16 .0" ,
4141 "eslint-scope" : " ^5.0.0"
4242 },
4343 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments