File tree 30 files changed +170
-50
lines changed
30 files changed +170
-50
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/typescript-eslint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/typescript-eslint
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.59.6 " ,
2
+ "version" : " 5.59.7 " ,
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/ast-spec
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/ast-spec
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/ast-spec" ,
3
- "version" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"description" : " Complete specification for the TypeScript-ESTree AST" ,
5
5
"private" : true ,
6
6
"keywords" : [
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin-internal" ,
3
- "version" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"private" : true ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
14
14
},
15
15
"dependencies" : {
16
16
"@types/prettier" : " *" ,
17
- "@typescript-eslint/scope-manager" : " 5.59.6 " ,
18
- "@typescript-eslint/type-utils" : " 5.59.6 " ,
19
- "@typescript-eslint/utils" : " 5.59.6 " ,
17
+ "@typescript-eslint/scope-manager" : " 5.59.7 " ,
18
+ "@typescript-eslint/type-utils" : " 5.59.7 " ,
19
+ "@typescript-eslint/utils" : " 5.59.7 " ,
20
20
"prettier" : " *"
21
21
}
22
22
}
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
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" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"main" : " dist/index.js" ,
5
5
"typings" : " src/index.ts" ,
6
6
"description" : " ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint" ,
38
38
"typecheck" : " tsc -p tsconfig.json --noEmit"
39
39
},
40
40
"dependencies" : {
41
- "@typescript-eslint/utils" : " 5.59.6 "
41
+ "@typescript-eslint/utils" : " 5.59.7 "
42
42
},
43
43
"peerDependencies" : {
44
44
"eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0" ,
47
47
},
48
48
"devDependencies" : {
49
49
"@types/lodash" : " *" ,
50
- "@typescript-eslint/parser" : " 5.59.6 "
50
+ "@typescript-eslint/parser" : " 5.59.7 "
51
51
}
52
52
}
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** 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" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
45
45
},
46
46
"dependencies" : {
47
47
"@eslint-community/regexpp" : " ^4.4.0" ,
48
- "@typescript-eslint/scope-manager" : " 5.59.6 " ,
49
- "@typescript-eslint/type-utils" : " 5.59.6 " ,
50
- "@typescript-eslint/utils" : " 5.59.6 " ,
48
+ "@typescript-eslint/scope-manager" : " 5.59.7 " ,
49
+ "@typescript-eslint/type-utils" : " 5.59.7 " ,
50
+ "@typescript-eslint/utils" : " 5.59.7 " ,
51
51
"debug" : " ^4.3.4" ,
52
52
"grapheme-splitter" : " ^1.0.4" ,
53
53
"ignore" : " ^5.2.0" ,
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/experimental-utils
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
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" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"description" : " (Experimental) Utilities for working with TypeScript + ESLint together" ,
5
5
"keywords" : [
6
6
" eslint" ,
38
38
"typecheck" : " tsc -p tsconfig.json --noEmit"
39
39
},
40
40
"dependencies" : {
41
- "@typescript-eslint/utils" : " 5.59.6 "
41
+ "@typescript-eslint/utils" : " 5.59.7 "
42
42
},
43
43
"peerDependencies" : {
44
44
"eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0"
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/parser
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
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" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
45
45
"eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0"
46
46
},
47
47
"dependencies" : {
48
- "@typescript-eslint/scope-manager" : " 5.59.6 " ,
49
- "@typescript-eslint/types" : " 5.59.6 " ,
50
- "@typescript-eslint/typescript-estree" : " 5.59.6 " ,
48
+ "@typescript-eslint/scope-manager" : " 5.59.7 " ,
49
+ "@typescript-eslint/types" : " 5.59.7 " ,
50
+ "@typescript-eslint/typescript-estree" : " 5.59.7 " ,
51
51
"debug" : " ^4.3.4"
52
52
},
53
53
"devDependencies" : {
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/scope-manager
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/scope-manager
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/scope-manager" ,
3
- "version" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"description" : " TypeScript scope analyser for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
38
38
"typecheck" : " nx typecheck"
39
39
},
40
40
"dependencies" : {
41
- "@typescript-eslint/types" : " 5.59.6 " ,
42
- "@typescript-eslint/visitor-keys" : " 5.59.6 "
41
+ "@typescript-eslint/types" : " 5.59.7 " ,
42
+ "@typescript-eslint/visitor-keys" : " 5.59.7 "
43
43
},
44
44
"devDependencies" : {
45
45
"@types/glob" : " *" ,
46
- "@typescript-eslint/typescript-estree" : " 5.59.6 " ,
46
+ "@typescript-eslint/typescript-estree" : " 5.59.7 " ,
47
47
"glob" : " *" ,
48
48
"jest-specific-snapshot" : " *" ,
49
49
"make-dir" : " *" ,
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/type-utils
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/type-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/type-utils" ,
3
- "version" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"description" : " Type utilities for working with TypeScript + ESLint together" ,
5
5
"keywords" : [
6
6
" eslint" ,
39
39
"typecheck" : " tsc -p tsconfig.json --noEmit"
40
40
},
41
41
"dependencies" : {
42
- "@typescript-eslint/typescript-estree" : " 5.59.6 " ,
43
- "@typescript-eslint/utils" : " 5.59.6 " ,
42
+ "@typescript-eslint/typescript-estree" : " 5.59.7 " ,
43
+ "@typescript-eslint/utils" : " 5.59.7 " ,
44
44
"debug" : " ^4.3.4" ,
45
45
"tsutils" : " ^3.21.0"
46
46
},
47
47
"devDependencies" : {
48
- "@typescript-eslint/parser" : " 5.59.6 " ,
48
+ "@typescript-eslint/parser" : " 5.59.7 " ,
49
49
"typescript" : " *"
50
50
},
51
51
"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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/types
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/types
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/types" ,
3
- "version" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"description" : " Types for the TypeScript-ESTree AST spec" ,
5
5
"keywords" : [
6
6
" eslint" ,
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/typescript-estree
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/typescript-estree
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/typescript-estree" ,
3
- "version" : " 5.59.6 " ,
3
+ "version" : " 5.59.7 " ,
4
4
"description" : " A parser that converts TypeScript source code into an ESTree compatible form" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
42
42
"typecheck" : " tsc -p tsconfig.json --noEmit"
43
43
},
44
44
"dependencies" : {
45
- "@typescript-eslint/types" : " 5.59.6 " ,
46
- "@typescript-eslint/visitor-keys" : " 5.59.6 " ,
45
+ "@typescript-eslint/types" : " 5.59.7 " ,
46
+ "@typescript-eslint/visitor-keys" : " 5.59.7 " ,
47
47
"debug" : " ^4.3.4" ,
48
48
"globby" : " ^11.1.0" ,
49
49
"is-glob" : " ^4.0.3" ,
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
+ ## [ 5.59.7] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/utils
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.59.6] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/utils
You can’t perform that action at this time.
0 commit comments