File tree 14 files changed +83
-15
lines changed
14 files changed +83
-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
+ ## [ 2.3.3] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3 ) (2019-10-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** [ class-name-casing] allow unicode letters ([ #1043 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1043 ) ) ([ 47895c0] ( https://github.com/typescript-eslint/typescript-eslint/commit/47895c0 ) )
12
+ * ** eslint-plugin:** [ efrt] support constructor arguments ([ #1021 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1021 ) ) ([ 60943e6] ( https://github.com/typescript-eslint/typescript-eslint/commit/60943e6 ) )
13
+ * ** experimental-utils:** remove Rule.meta.extraDescription ([ #1036 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1036 ) ) ([ 192e23d] ( https://github.com/typescript-eslint/typescript-eslint/commit/192e23d ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
7
20
8
21
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.3.2 " ,
2
+ "version" : " 2.3.3 " ,
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.3.3] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3 ) (2019-10-07)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-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.3.2 " ,
3
+ "version" : " 2.3.3 " ,
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" : " 2.3.2 " ,
34
+ "@typescript-eslint/experimental-utils" : " 2.3.3 " ,
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.3.2 "
44
+ "@typescript-eslint/parser" : " 2.3.3 "
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.3.3] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3 ) (2019-10-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** [ class-name-casing] allow unicode letters ([ #1043 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1043 ) ) ([ 47895c0] ( https://github.com/typescript-eslint/typescript-eslint/commit/47895c0 ) )
12
+ * ** eslint-plugin:** [ efrt] support constructor arguments ([ #1021 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1021 ) ) ([ 60943e6] ( https://github.com/typescript-eslint/typescript-eslint/commit/60943e6 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
40
40
"typecheck" : " tsc --noEmit"
41
41
},
42
42
"dependencies" : {
43
- "@typescript-eslint/experimental-utils" : " 2.3.2 " ,
43
+ "@typescript-eslint/experimental-utils" : " 2.3.3 " ,
44
44
"eslint-utils" : " ^1.4.2" ,
45
45
"functional-red-black-tree" : " ^1.0.1" ,
46
46
"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
+ ## [ 2.3.3] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3 ) (2019-10-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** experimental-utils:** remove Rule.meta.extraDescription ([ #1036 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/1036 ) ) ([ 192e23d] ( https://github.com/typescript-eslint/typescript-eslint/commit/192e23d ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
7
18
8
19
** 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" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
4
4
"description" : " (Experimental) Utilities for working with TypeScript + ESLint together" ,
5
5
"keywords" : [
6
6
" eslint" ,
37
37
},
38
38
"dependencies" : {
39
39
"@types/json-schema" : " ^7.0.3" ,
40
- "@typescript-eslint/typescript-estree" : " 2.3.2 " ,
40
+ "@typescript-eslint/typescript-estree" : " 2.3.3 " ,
41
41
"eslint-scope" : " ^5.0.0"
42
42
},
43
43
"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
+ ## [ 2.3.3] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3 ) (2019-10-07)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/parser
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/parser" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
4
4
"description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
5
5
"main" : " dist/parser.js" ,
6
6
"types" : " dist/parser.d.ts" ,
43
43
},
44
44
"dependencies" : {
45
45
"@types/eslint-visitor-keys" : " ^1.0.0" ,
46
- "@typescript-eslint/experimental-utils" : " 2.3.2 " ,
47
- "@typescript-eslint/typescript-estree" : " 2.3.2 " ,
46
+ "@typescript-eslint/experimental-utils" : " 2.3.3 " ,
47
+ "@typescript-eslint/typescript-estree" : " 2.3.3 " ,
48
48
"eslint-visitor-keys" : " ^1.1.0"
49
49
},
50
50
"devDependencies" : {
51
51
"@types/glob" : " ^7.1.1" ,
52
- "@typescript-eslint/shared-fixtures" : " 2.3.2 " ,
52
+ "@typescript-eslint/shared-fixtures" : " 2.3.3 " ,
53
53
"glob" : " ^7.1.4"
54
54
}
55
55
}
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.3.3] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3 ) (2019-10-07)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/shared-fixtures
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/shared-fixtures" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
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
+ ## [ 2.3.3] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3 ) (2019-10-07)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/typescript-estree
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/typescript-estree" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
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" ,
56
56
"@types/lodash.isplainobject" : " ^4.0.4" ,
57
57
"@types/lodash.unescape" : " ^4.0.4" ,
58
58
"@types/semver" : " ^6.0.1" ,
59
- "@typescript-eslint/shared-fixtures" : " 2.3.2 " ,
59
+ "@typescript-eslint/shared-fixtures" : " 2.3.3 " ,
60
60
"babel-code-frame" : " ^6.26.0" ,
61
61
"glob" : " ^7.1.4" ,
62
62
"lodash.isplainobject" : " 4.0.6" ,
You can’t perform that action at this time.
0 commit comments