File tree Expand file tree Collapse file tree 14 files changed +83
-15
lines changed Expand file tree Collapse file tree 14 files changed +83
-15
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.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+
619## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
720
821
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.3.2 " ,
2+ "version" : " 2.3.3 " ,
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.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+
614## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
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.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "main" : " dist/index.js" ,
55 "typings" : " src/index.ts" ,
66 "description" : " TSLint wrapper plugin for ESLint" ,
3131 "typecheck" : " tsc --noEmit"
3232 },
3333 "dependencies" : {
34- "@typescript-eslint/experimental-utils" : " 2.3.2 " ,
34+ "@typescript-eslint/experimental-utils" : " 2.3.3 " ,
3535 "lodash.memoize" : " ^4.1.2"
3636 },
3737 "peerDependencies" : {
4141 },
4242 "devDependencies" : {
4343 "@types/lodash.memoize" : " ^4.1.4" ,
44- "@typescript-eslint/parser" : " 2.3.2 "
44+ "@typescript-eslint/parser" : " 2.3.3 "
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.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+
618## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
719
820
Original file line number Diff line number Diff line change 11{
22 "name" : " @typescript-eslint/eslint-plugin" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "description" : " TypeScript plugin for ESLint" ,
55 "keywords" : [
66 " eslint" ,
4040 "typecheck" : " tsc --noEmit"
4141 },
4242 "dependencies" : {
43- "@typescript-eslint/experimental-utils" : " 2.3.2 " ,
43+ "@typescript-eslint/experimental-utils" : " 2.3.3 " ,
4444 "eslint-utils" : " ^1.4.2" ,
4545 "functional-red-black-tree" : " ^1.0.1" ,
4646 "regexpp" : " ^2.0.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.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+
617## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
718
819** 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.3.2 " ,
3+ "version" : " 2.3.3 " ,
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.3.2 " ,
40+ "@typescript-eslint/typescript-estree" : " 2.3.3 " ,
4141 "eslint-scope" : " ^5.0.0"
4242 },
4343 "peerDependencies" : {
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.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+
614## [ 2.3.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2 ) (2019-09-30)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @typescript-eslint/parser" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
55 "main" : " dist/parser.js" ,
66 "types" : " dist/parser.d.ts" ,
4343 },
4444 "dependencies" : {
4545 "@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 " ,
4848 "eslint-visitor-keys" : " ^1.1.0"
4949 },
5050 "devDependencies" : {
5151 "@types/glob" : " ^7.1.1" ,
52- "@typescript-eslint/shared-fixtures" : " 2.3.2 " ,
52+ "@typescript-eslint/shared-fixtures" : " 2.3.3 " ,
5353 "glob" : " ^7.1.4"
5454 }
5555}
You can’t perform that action at this time.
0 commit comments