@typescript-eslint/eslint-plugin 8.14.1-alpha.4 → 8.14.1-alpha.5

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.
@@ -14,7 +14,7 @@ It's best to avoid using code marked as deprecated.
14
14
  This rule reports on any references to code marked as `@deprecated`.
15
15
 
16
16
  :::note
17
- [TypeScript recognizes the `@deprecated` tag](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html#deprecated) and visualizes deprecated code with a ~strikethrough~.
17
+ [TypeScript recognizes the `@deprecated` tag](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html#deprecated), allowing editors to visually indicate deprecated code — usually with a ~strikethrough~.
18
18
  However, TypeScript doesn't report type errors for deprecated code on its own.
19
19
  :::
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.14.1-alpha.4",
3
+ "version": "8.14.1-alpha.5",
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.10.0",
64
- "@typescript-eslint/scope-manager": "8.14.1-alpha.4",
65
- "@typescript-eslint/type-utils": "8.14.1-alpha.4",
66
- "@typescript-eslint/utils": "8.14.1-alpha.4",
67
- "@typescript-eslint/visitor-keys": "8.14.1-alpha.4",
64
+ "@typescript-eslint/scope-manager": "8.14.1-alpha.5",
65
+ "@typescript-eslint/type-utils": "8.14.1-alpha.5",
66
+ "@typescript-eslint/utils": "8.14.1-alpha.5",
67
+ "@typescript-eslint/visitor-keys": "8.14.1-alpha.5",
68
68
  "graphemer": "^1.4.0",
69
69
  "ignore": "^5.3.1",
70
70
  "natural-compare": "^1.4.0",
@@ -75,8 +75,8 @@
75
75
  "@types/marked": "^5.0.2",
76
76
  "@types/mdast": "^4.0.3",
77
77
  "@types/natural-compare": "*",
78
- "@typescript-eslint/rule-schema-to-typescript-types": "8.14.1-alpha.4",
79
- "@typescript-eslint/rule-tester": "8.14.1-alpha.4",
78
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.14.1-alpha.5",
79
+ "@typescript-eslint/rule-tester": "8.14.1-alpha.5",
80
80
  "ajv": "^6.12.6",
81
81
  "cross-env": "^7.0.3",
82
82
  "cross-fetch": "*",