@typescript-eslint/eslint-plugin 8.0.0-alpha.22 → 8.0.0-alpha.23

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.
@@ -16,9 +16,7 @@ This rule restricts what can be thrown as an exception.
16
16
 
17
17
  :::info[Migration from `no-throw-literal`]
18
18
 
19
- This rule was formerly known as [`no-throw-literal`](./no-throw-literal.mdx).
20
- We encourage users to migrate to the new name, `only-throw-error`, as the old name will be removed in a future major version of typescript-eslint.
21
-
19
+ This rule was formerly known as `no-throw-literal`.
22
20
  The new name is a drop-in replacement with identical functionality.
23
21
 
24
22
  :::
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.0.0-alpha.22",
3
+ "version": "8.0.0-alpha.23",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -62,10 +62,10 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@eslint-community/regexpp": "^4.10.0",
65
- "@typescript-eslint/scope-manager": "8.0.0-alpha.22",
66
- "@typescript-eslint/type-utils": "8.0.0-alpha.22",
67
- "@typescript-eslint/utils": "8.0.0-alpha.22",
68
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.22",
65
+ "@typescript-eslint/scope-manager": "8.0.0-alpha.23",
66
+ "@typescript-eslint/type-utils": "8.0.0-alpha.23",
67
+ "@typescript-eslint/utils": "8.0.0-alpha.23",
68
+ "@typescript-eslint/visitor-keys": "8.0.0-alpha.23",
69
69
  "graphemer": "^1.4.0",
70
70
  "ignore": "^5.3.1",
71
71
  "natural-compare": "^1.4.0",
@@ -76,8 +76,8 @@
76
76
  "@types/marked": "^5.0.2",
77
77
  "@types/mdast": "^4.0.3",
78
78
  "@types/natural-compare": "*",
79
- "@typescript-eslint/rule-schema-to-typescript-types": "8.0.0-alpha.22",
80
- "@typescript-eslint/rule-tester": "8.0.0-alpha.22",
79
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.0.0-alpha.23",
80
+ "@typescript-eslint/rule-tester": "8.0.0-alpha.23",
81
81
  "ajv": "^6.12.6",
82
82
  "cross-env": "^7.0.3",
83
83
  "cross-fetch": "*",