File tree Expand file tree Collapse file tree 14 files changed +77
-15
lines changed Expand file tree Collapse file tree 14 files changed +77
-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
+ ## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** peerDep should specify semver major range ([ #602 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/602 ) ) ([ 5589938] ( https://github.com/typescript-eslint/typescript-eslint/commit/5589938 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.10.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1 ) (2019-06-09)
7
18
8
19
** Note:** Version bump only for package @typescript-eslint/typescript-eslint
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.10.1 " ,
2
+ "version" : " 1.10.2 " ,
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
+ ## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.10.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1 ) (2019-06-09)
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" : " 1.10.1 " ,
3
+ "version" : " 1.10.2 " ,
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" : " 1.10.1 " ,
34
+ "@typescript-eslint/experimental-utils" : " 1.10.2 " ,
35
35
"lodash.memoize" : " ^4.1.2"
36
36
},
37
37
"peerDependencies" : {
41
41
"devDependencies" : {
42
42
"@types/json-schema" : " ^7.0.3" ,
43
43
"@types/lodash.memoize" : " ^4.1.4" ,
44
- "@typescript-eslint/parser" : " 1.10.1 "
44
+ "@typescript-eslint/parser" : " 1.10.2 "
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
+ ## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** eslint-plugin:** peerDep should specify semver major range ([ #602 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/602 ) ) ([ 5589938] ( https://github.com/typescript-eslint/typescript-eslint/commit/5589938 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.10.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1 ) (2019-06-09)
7
18
8
19
** Note:** Version bump only for package @typescript-eslint/eslint-plugin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 1.10.1 " ,
3
+ "version" : " 1.10.2 " ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
41
41
"typecheck" : " tsc --noEmit"
42
42
},
43
43
"dependencies" : {
44
- "@typescript-eslint/experimental-utils" : " 1.10.1 " ,
44
+ "@typescript-eslint/experimental-utils" : " 1.10.2 " ,
45
45
"eslint-utils" : " ^1.3.1" ,
46
46
"functional-red-black-tree" : " ^1.0.1" ,
47
47
"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
+ ## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/experimental-utils
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.10.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1 ) (2019-06-09)
7
15
8
16
** 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" : " 1.10.1 " ,
3
+ "version" : " 1.10.2 " ,
4
4
"description" : " (Experimental) Utilities for working with TypeScript + ESLint together" ,
5
5
"keywords" : [
6
6
" eslint" ,
36
36
"typecheck" : " tsc --noEmit"
37
37
},
38
38
"dependencies" : {
39
- "@typescript-eslint/typescript-estree" : " 1.10.1 " ,
39
+ "@typescript-eslint/typescript-estree" : " 1.10.2 " ,
40
40
"eslint-scope" : " ^4.0.0"
41
41
},
42
42
"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
+ ## [ 1.10.2] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2 ) (2019-06-10)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/parser
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.10.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1 ) (2019-06-09)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/parser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/parser" ,
3
- "version" : " 1.10.1 " ,
3
+ "version" : " 1.10.2 " ,
4
4
"description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
5
5
"main" : " dist/parser.js" ,
6
6
"files" : [
42
42
},
43
43
"dependencies" : {
44
44
"@types/eslint-visitor-keys" : " ^1.0.0" ,
45
- "@typescript-eslint/experimental-utils" : " 1.10.1 " ,
46
- "@typescript-eslint/typescript-estree" : " 1.10.1 " ,
45
+ "@typescript-eslint/experimental-utils" : " 1.10.2 " ,
46
+ "@typescript-eslint/typescript-estree" : " 1.10.2 " ,
47
47
"eslint-visitor-keys" : " ^1.0.0"
48
48
},
49
49
"devDependencies" : {
50
- "@typescript-eslint/shared-fixtures" : " 1.10.1 "
50
+ "@typescript-eslint/shared-fixtures" : " 1.10.2 "
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments