File tree Expand file tree Collapse file tree 16 files changed +105
-17
lines changed
Expand file tree Collapse file tree 16 files changed +105
-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.34.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0 ) (2020-05-18)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** typescript-estree:** fix handling of range/loc removal ([ #2028 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/2028 ) ) ([ ce344d9] ( https://github.com/typescript-eslint/typescript-eslint/commit/ce344d90e7c78b0c4b4b823494a3e78190f45c64 ) )
12+
13+
14+ ### Features
15+
16+ * ** eslint-plugin:** [ no-invalid-void-type] allow union of void and ` allowInGenericTypeArguments ` ([ #1960 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1960 ) ) ([ 1bc105a] ( https://github.com/typescript-eslint/typescript-eslint/commit/1bc105a2c6ae3fde9596f0419fed0de699dc57c7 ) )
17+ * ** eslint-plugin:** [ restrict-template-expressions] improve error message ([ #1926 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1926 ) ) ([ 1af59ba] ( https://github.com/typescript-eslint/typescript-eslint/commit/1af59ba8ac0ceabb008d9c61556acf7db0a1d352 ) )
18+ * ** experimental-utils:** add ` suggestion ` property for rule modules ([ #2033 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/2033 ) ) ([ f42a5b0] ( https://github.com/typescript-eslint/typescript-eslint/commit/f42a5b09ebfa173f418a99c552b0cbe221567194 ) )
19+
20+
21+
22+
23+
624# [ 2.33.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0 ) (2020-05-12)
725
826
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.33 .0" ,
2+ "version" : " 2.34 .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.34.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0 ) (2020-05-18)
7+
8+
9+ ### Features
10+
11+ * ** experimental-utils:** add ` suggestion ` property for rule modules ([ #2033 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/2033 ) ) ([ f42a5b0] ( https://github.com/typescript-eslint/typescript-eslint/commit/f42a5b09ebfa173f418a99c552b0cbe221567194 ) )
12+
13+
14+
15+
16+
617# [ 2.33.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0 ) (2020-05-12)
718
819** 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.33 .0" ,
3+ "version" : " 2.34 .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.33 .0" ,
15+ "@typescript-eslint/experimental-utils" : " 2.34 .0" ,
1616 "prettier" : " *"
1717 }
1818}
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.34.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0 ) (2020-05-18)
7+
8+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9+
10+
11+
12+
13+
614# [ 2.33.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0 ) (2020-05-12)
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.33 .0" ,
3+ "version" : " 2.34 .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.33 .0" ,
34+ "@typescript-eslint/experimental-utils" : " 2.34 .0" ,
3535 "lodash" : " ^4.17.15"
3636 },
3737 "peerDependencies" : {
4141 },
4242 "devDependencies" : {
4343 "@types/lodash" : " ^4.14.149" ,
44- "@typescript-eslint/parser" : " 2.33 .0"
44+ "@typescript-eslint/parser" : " 2.34 .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.34.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0 ) (2020-05-18)
7+
8+
9+ ### Features
10+
11+ * ** eslint-plugin:** [ no-invalid-void-type] allow union of void and ` allowInGenericTypeArguments ` ([ #1960 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1960 ) ) ([ 1bc105a] ( https://github.com/typescript-eslint/typescript-eslint/commit/1bc105a2c6ae3fde9596f0419fed0de699dc57c7 ) )
12+ * ** eslint-plugin:** [ restrict-template-expressions] improve error message ([ #1926 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1926 ) ) ([ 1af59ba] ( https://github.com/typescript-eslint/typescript-eslint/commit/1af59ba8ac0ceabb008d9c61556acf7db0a1d352 ) )
13+ * ** experimental-utils:** add ` suggestion ` property for rule modules ([ #2033 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/2033 ) ) ([ f42a5b0] ( https://github.com/typescript-eslint/typescript-eslint/commit/f42a5b09ebfa173f418a99c552b0cbe221567194 ) )
14+
15+
16+
17+
18+
619# [ 2.33.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0 ) (2020-05-12)
720
821
Original file line number Diff line number Diff line change 11{
22 "name" : " @typescript-eslint/eslint-plugin" ,
3- "version" : " 2.33 .0" ,
3+ "version" : " 2.34 .0" ,
44 "description" : " TypeScript plugin for ESLint" ,
55 "keywords" : [
66 " eslint" ,
4141 "typecheck" : " tsc -p tsconfig.json --noEmit"
4242 },
4343 "dependencies" : {
44- "@typescript-eslint/experimental-utils" : " 2.33 .0" ,
44+ "@typescript-eslint/experimental-utils" : " 2.34 .0" ,
4545 "functional-red-black-tree" : " ^1.0.1" ,
4646 "regexpp" : " ^3.0.0" ,
4747 "tsutils" : " ^3.17.1"
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.34.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0 ) (2020-05-18)
7+
8+
9+ ### Features
10+
11+ * ** experimental-utils:** add ` suggestion ` property for rule modules ([ #2033 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/2033 ) ) ([ f42a5b0] ( https://github.com/typescript-eslint/typescript-eslint/commit/f42a5b09ebfa173f418a99c552b0cbe221567194 ) )
12+
13+
14+
15+
16+
617# [ 2.33.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0 ) (2020-05-12)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @typescript-eslint/experimental-utils" ,
3- "version" : " 2.33 .0" ,
3+ "version" : " 2.34 .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.33 .0" ,
40+ "@typescript-eslint/typescript-estree" : " 2.34 .0" ,
4141 "eslint-scope" : " ^5.0.0" ,
4242 "eslint-utils" : " ^2.0.0"
4343 },
You can’t perform that action at this time.
0 commit comments