xo 0.46.3 → 0.46.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +5 -10
- package/lib/options-manager.js +108 -86
- package/node_modules/@typescript-eslint/eslint-plugin/CHANGELOG.md +17 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +4 -2
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +24 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js +2 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +13 -16
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +12 -15
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json +6 -5
- package/node_modules/@typescript-eslint/eslint-plugin/package.json +4 -4
- package/node_modules/@typescript-eslint/experimental-utils/CHANGELOG.md +16 -0
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts +6 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js +7 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js.map +1 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts +13 -7
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js +5 -9
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js.map +1 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts +4 -0
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.js.map +1 -1
- package/node_modules/@typescript-eslint/experimental-utils/package.json +5 -5
- package/node_modules/@typescript-eslint/parser/CHANGELOG.md +8 -0
- package/node_modules/@typescript-eslint/parser/package.json +6 -6
- package/node_modules/@typescript-eslint/scope-manager/CHANGELOG.md +8 -0
- package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
- package/node_modules/@typescript-eslint/types/CHANGELOG.md +8 -0
- package/node_modules/@typescript-eslint/types/package.json +2 -2
- package/node_modules/@typescript-eslint/typescript-estree/CHANGELOG.md +8 -0
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.js +13 -16
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/legacy.js +12 -15
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +6 -5
- package/node_modules/@typescript-eslint/typescript-estree/package.json +6 -6
- package/node_modules/@typescript-eslint/visitor-keys/CHANGELOG.md +8 -0
- package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
- package/package.json +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/CHANGELOG.md +0 -32
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/CHANGELOG.md +0 -32
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/visitor-keys",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@typescript-eslint/types": "5.
|
|
41
|
+
"@typescript-eslint/types": "5.3.0",
|
|
42
42
|
"eslint-visitor-keys": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "c289d1358c62c41847ee2f32d135f13321dca177"
|
|
59
59
|
}
|
package/package.json
CHANGED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# `node-ignore` 5 ChangeLog
|
|
2
|
-
|
|
3
|
-
# 5.x
|
|
4
|
-
|
|
5
|
-
## 2018-08-14, Version 5.0.1
|
|
6
|
-
|
|
7
|
-
- **PATCH**: fixes for windows.
|
|
8
|
-
- **PATCH**: improves tests for typescript and windows.
|
|
9
|
-
|
|
10
|
-
## 2018-08-13, Version 5.0.0
|
|
11
|
-
|
|
12
|
-
- **SEMVER-MAJOR**: [#20](https://github.com/kaelzhang/node-ignore/issues/20): it will throw if an invalid pathname passes into `.ignores(pathname)`, see [Upgrade 4.x -> 5.x](https://github.com/kaelzhang/node-ignore#upgrade-4x---5x).
|
|
13
|
-
- **FEATURE**: [#31](https://github.com/kaelzhang/node-ignore/issues/31): adds a new method [`.test(pathname)`](https://github.com/kaelzhang/node-ignore#testpathname-pathname-since-500).
|
|
14
|
-
- **BENCHMARK**: improves performance by 26%.
|
|
15
|
-
|
|
16
|
-
# 4.x
|
|
17
|
-
|
|
18
|
-
## 2018-08-12, Version 4.0.6
|
|
19
|
-
|
|
20
|
-
- **PATCH**: `Object.prototype` methods will not ruin the result any more.
|
|
21
|
-
|
|
22
|
-
## ~ 2018-08-09, Version 4.0.1 - 4.0.5
|
|
23
|
-
|
|
24
|
-
- **PATCH**: updates README.md about frequent asked quesions from github issues.
|
|
25
|
-
|
|
26
|
-
## 2018-06-22, Version 4.0.0
|
|
27
|
-
|
|
28
|
-
- **SEMVER-MAJOR**: Drop support for node < 6 by default.
|
|
29
|
-
- **FEATURE**: supports the missing character ranges and sets, such as `*.[a-z]` and `*.[jJ][pP][gG]`
|
|
30
|
-
- **FEATURE**: new option: `ignorecase` to make `ignore` case insensitive.
|
|
31
|
-
- **FEATURE**: supports question mark which matches a single character.
|
|
32
|
-
- **PATCH**: fixes typescript declaration.
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# `node-ignore` 5 ChangeLog
|
|
2
|
-
|
|
3
|
-
# 5.x
|
|
4
|
-
|
|
5
|
-
## 2018-08-14, Version 5.0.1
|
|
6
|
-
|
|
7
|
-
- **PATCH**: fixes for windows.
|
|
8
|
-
- **PATCH**: improves tests for typescript and windows.
|
|
9
|
-
|
|
10
|
-
## 2018-08-13, Version 5.0.0
|
|
11
|
-
|
|
12
|
-
- **SEMVER-MAJOR**: [#20](https://github.com/kaelzhang/node-ignore/issues/20): it will throw if an invalid pathname passes into `.ignores(pathname)`, see [Upgrade 4.x -> 5.x](https://github.com/kaelzhang/node-ignore#upgrade-4x---5x).
|
|
13
|
-
- **FEATURE**: [#31](https://github.com/kaelzhang/node-ignore/issues/31): adds a new method [`.test(pathname)`](https://github.com/kaelzhang/node-ignore#testpathname-pathname-since-500).
|
|
14
|
-
- **BENCHMARK**: improves performance by 26%.
|
|
15
|
-
|
|
16
|
-
# 4.x
|
|
17
|
-
|
|
18
|
-
## 2018-08-12, Version 4.0.6
|
|
19
|
-
|
|
20
|
-
- **PATCH**: `Object.prototype` methods will not ruin the result any more.
|
|
21
|
-
|
|
22
|
-
## ~ 2018-08-09, Version 4.0.1 - 4.0.5
|
|
23
|
-
|
|
24
|
-
- **PATCH**: updates README.md about frequent asked quesions from github issues.
|
|
25
|
-
|
|
26
|
-
## 2018-06-22, Version 4.0.0
|
|
27
|
-
|
|
28
|
-
- **SEMVER-MAJOR**: Drop support for node < 6 by default.
|
|
29
|
-
- **FEATURE**: supports the missing character ranges and sets, such as `*.[a-z]` and `*.[jJ][pP][gG]`
|
|
30
|
-
- **FEATURE**: new option: `ignorecase` to make `ignore` case insensitive.
|
|
31
|
-
- **FEATURE**: supports question mark which matches a single character.
|
|
32
|
-
- **PATCH**: fixes typescript declaration.
|