File tree 34 files changed +664
-711
lines changed
34 files changed +664
-711
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/typescript-eslint
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.60.0" ,
2
+ "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
+ "version" : " 5.60.1" ,
3
4
"npmClient" : " yarn" ,
4
- "stream" : true
5
+ "stream" : true ,
6
+ "command" : {
7
+ "version" : {
8
+ "changelogEntryAdditionalMarkdown" : " You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website."
9
+ }
10
+ }
5
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ./node_modules/nx/schemas/nx-schema.json" ,
3
- "npmScope" : " typescript-eslint" ,
4
3
"tasksRunnerOptions" : {
5
4
"default" : {
6
5
"runner" : " nx-cloud" ,
Original file line number Diff line number Diff line change 96
96
"jest-diff" : " ^29.0.3" ,
97
97
"jest-snapshot" : " ^29.0.3" ,
98
98
"jest-specific-snapshot" : " ^8.0.0" ,
99
- "lerna" : " 7.0.0-alpha.7 " ,
99
+ "lerna" : " 7.1.0 " ,
100
100
"lint-staged" : " ^13.0.0" ,
101
101
"make-dir" : " ^3.1.0" ,
102
102
"markdownlint-cli" : " ^0.33.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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/ast-spec
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
** 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.60.0 " ,
3
+ "version" : " 5.60.1 " ,
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
** 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.60.0 " ,
3
+ "version" : " 5.60.1 " ,
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.60.0 " ,
18
- "@typescript-eslint/type-utils" : " 5.60.0 " ,
19
- "@typescript-eslint/utils" : " 5.60.0 " ,
17
+ "@typescript-eslint/scope-manager" : " 5.60.1 " ,
18
+ "@typescript-eslint/type-utils" : " 5.60.1 " ,
19
+ "@typescript-eslint/utils" : " 5.60.1 " ,
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
** 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.60.0 " ,
3
+ "version" : " 5.60.1 " ,
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.60.0 "
41
+ "@typescript-eslint/utils" : " 5.60.1 "
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.60.0 "
50
+ "@typescript-eslint/parser" : " 5.60.1 "
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/eslint-plugin
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 5.60.0 " ,
3
+ "version" : " 5.60.1 " ,
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.60.0 " ,
49
- "@typescript-eslint/type-utils" : " 5.60.0 " ,
50
- "@typescript-eslint/utils" : " 5.60.0 " ,
48
+ "@typescript-eslint/scope-manager" : " 5.60.1 " ,
49
+ "@typescript-eslint/type-utils" : " 5.60.1 " ,
50
+ "@typescript-eslint/utils" : " 5.60.1 " ,
51
51
"debug" : " ^4.3.4" ,
52
- "grapheme-splitter " : " ^1.0.4 " ,
52
+ "graphemer " : " ^1.4.0 " ,
53
53
"ignore" : " ^5.2.0" ,
54
54
"natural-compare-lite" : " ^1.4.0" ,
55
55
"semver" : " ^7.3.7" ,
63
63
"@types/prettier" : " *" ,
64
64
"chalk" : " ^5.0.1" ,
65
65
"cross-fetch" : " ^3.1.5" ,
66
- "grapheme-splitter" : " ^1.0.4" ,
67
66
"json-schema" : " *" ,
68
67
"markdown-table" : " ^3.0.2" ,
69
68
"marked" : " ^4.0.15" ,
Original file line number Diff line number Diff line change 1
- import GraphemeSplitter from 'grapheme-splitter ' ;
1
+ import Graphemer from 'graphemer ' ;
2
2
3
- let splitter : GraphemeSplitter ;
3
+ let splitter : Graphemer ;
4
4
5
5
function isASCII ( value : string ) : boolean {
6
6
return / ^ [ \u0020 - \u007f ] * $ / u. test ( value ) ;
@@ -11,7 +11,7 @@ export function getStringLength(value: string): number {
11
11
return value . length ;
12
12
}
13
13
14
- splitter ??= new GraphemeSplitter ( ) ;
14
+ splitter ??= new Graphemer ( ) ;
15
15
16
16
return splitter . countGraphemes ( value ) ;
17
17
}
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/experimental-utils
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
** 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.60.0 " ,
3
+ "version" : " 5.60.1 " ,
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.60.0 "
41
+ "@typescript-eslint/utils" : " 5.60.1 "
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/parser
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
** 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.60.0 " ,
3
+ "version" : " 5.60.1 " ,
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.60.0 " ,
49
- "@typescript-eslint/types" : " 5.60.0 " ,
50
- "@typescript-eslint/typescript-estree" : " 5.60.0 " ,
48
+ "@typescript-eslint/scope-manager" : " 5.60.1 " ,
49
+ "@typescript-eslint/types" : " 5.60.1 " ,
50
+ "@typescript-eslint/typescript-estree" : " 5.60.1 " ,
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/scope-manager
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
** 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.60.0 " ,
3
+ "version" : " 5.60.1 " ,
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.60.0 " ,
42
- "@typescript-eslint/visitor-keys" : " 5.60.0 "
41
+ "@typescript-eslint/types" : " 5.60.1 " ,
42
+ "@typescript-eslint/visitor-keys" : " 5.60.1 "
43
43
},
44
44
"devDependencies" : {
45
45
"@types/glob" : " *" ,
46
- "@typescript-eslint/typescript-estree" : " 5.60.0 " ,
46
+ "@typescript-eslint/typescript-estree" : " 5.60.1 " ,
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/type-utils
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
** 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.60.0 " ,
3
+ "version" : " 5.60.1 " ,
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.60.0 " ,
43
- "@typescript-eslint/utils" : " 5.60.0 " ,
42
+ "@typescript-eslint/typescript-estree" : " 5.60.1 " ,
43
+ "@typescript-eslint/utils" : " 5.60.1 " ,
44
44
"debug" : " ^4.3.4" ,
45
45
"tsutils" : " ^3.21.0"
46
46
},
47
47
"devDependencies" : {
48
- "@typescript-eslint/parser" : " 5.60.0 " ,
48
+ "@typescript-eslint/parser" : " 5.60.1 " ,
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.60.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
7
+
8
+ ** Note:** Version bump only for package @typescript-eslint/types
9
+
10
+ You can read about our [ versioning strategy] ( https://main--typescript-eslint.netlify.app/users/versioning ) and [ releases] ( https://main--typescript-eslint.netlify.app/users/releases ) on our website.
11
+
12
+
13
+
14
+
15
+
6
16
# [ 5.60.0] ( https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 ) (2023-06-19)
7
17
8
18
** 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.60.0 " ,
3
+ "version" : " 5.60.1 " ,
4
4
"description" : " Types for the TypeScript-ESTree AST spec" ,
5
5
"keywords" : [
6
6
" eslint" ,
You can’t perform that action at this time.
0 commit comments