@typescript-eslint/eslint-plugin 7.3.2-alpha.8 → 7.3.2-alpha.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,7 +34,7 @@ If your project has many intentionally redundant `default` cases, you may want t
34
34
 
35
35
  ### `requireDefaultForNonUnion`
36
36
 
37
- Defaults to false. It set to true, this rule will also report when a `switch` statement switches over a non-union type (like a `number` or `string`, for example) and that `switch` statement does not have a `default` case. Thus, by setting this option to true, the rule becomes stricter.
37
+ Defaults to false. If set to true, this rule will also report when a `switch` statement switches over a non-union type (like a `number` or `string`, for example) and that `switch` statement does not have a `default` case. Thus, by setting this option to true, the rule becomes stricter.
38
38
 
39
39
  This is generally desirable so that `number` and `string` switches will be subject to the same exhaustive checks that your other switches are.
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "7.3.2-alpha.8",
3
+ "version": "7.3.2-alpha.9",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -61,10 +61,10 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@eslint-community/regexpp": "^4.5.1",
64
- "@typescript-eslint/scope-manager": "7.3.2-alpha.8",
65
- "@typescript-eslint/type-utils": "7.3.2-alpha.8",
66
- "@typescript-eslint/utils": "7.3.2-alpha.8",
67
- "@typescript-eslint/visitor-keys": "7.3.2-alpha.8",
64
+ "@typescript-eslint/scope-manager": "7.3.2-alpha.9",
65
+ "@typescript-eslint/type-utils": "7.3.2-alpha.9",
66
+ "@typescript-eslint/utils": "7.3.2-alpha.9",
67
+ "@typescript-eslint/visitor-keys": "7.3.2-alpha.9",
68
68
  "debug": "^4.3.4",
69
69
  "graphemer": "^1.4.0",
70
70
  "ignore": "^5.2.4",
@@ -77,7 +77,7 @@
77
77
  "@types/marked": "*",
78
78
  "@types/natural-compare": "*",
79
79
  "@typescript-eslint/rule-schema-to-typescript-types": "7.3.1",
80
- "@typescript-eslint/rule-tester": "7.3.2-alpha.8",
80
+ "@typescript-eslint/rule-tester": "7.3.2-alpha.9",
81
81
  "ajv": "^6.12.6",
82
82
  "chalk": "^5.3.0",
83
83
  "cross-env": "^7.0.3",