@typescript-eslint/eslint-plugin 8.32.1-alpha.2 → 8.32.1-alpha.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.
@@ -1 +1 @@
1
- {"version":3,"file":"no-unnecessary-type-conversion.d.ts","sourceRoot":"","sources":["../../src/rules/no-unnecessary-type-conversion.ts"],"names":[],"mappings":"AAgBA,KAAK,UAAU,GACX,eAAe,GACf,kBAAkB,GAClB,2BAA2B,CAAC;;AAEhC,wBAsVG"}
1
+ {"version":3,"file":"no-unnecessary-type-conversion.d.ts","sourceRoot":"","sources":["../../src/rules/no-unnecessary-type-conversion.ts"],"names":[],"mappings":"AAgBA,KAAK,UAAU,GACX,eAAe,GACf,kBAAkB,GAClB,2BAA2B,CAAC;;AAEhC,wBAqVG"}
@@ -45,7 +45,6 @@ exports.default = (0, util_1.createRule)({
45
45
  description: 'Disallow conversion idioms when they do not change the type or value of the expression',
46
46
  requiresTypeChecking: true,
47
47
  },
48
- fixable: 'code',
49
48
  hasSuggestions: true,
50
49
  messages: {
51
50
  suggestRemove: 'Remove the type conversion.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.32.1-alpha.2",
3
+ "version": "8.32.1-alpha.4",
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.32.1-alpha.2",
65
- "@typescript-eslint/type-utils": "8.32.1-alpha.2",
66
- "@typescript-eslint/utils": "8.32.1-alpha.2",
67
- "@typescript-eslint/visitor-keys": "8.32.1-alpha.2",
64
+ "@typescript-eslint/scope-manager": "8.32.1-alpha.4",
65
+ "@typescript-eslint/type-utils": "8.32.1-alpha.4",
66
+ "@typescript-eslint/utils": "8.32.1-alpha.4",
67
+ "@typescript-eslint/visitor-keys": "8.32.1-alpha.4",
68
68
  "graphemer": "^1.4.0",
69
69
  "ignore": "^7.0.0",
70
70
  "natural-compare": "^1.4.0",
@@ -73,9 +73,9 @@
73
73
  "devDependencies": {
74
74
  "@types/mdast": "^4.0.3",
75
75
  "@types/natural-compare": "*",
76
- "@typescript-eslint/rule-schema-to-typescript-types": "8.32.1-alpha.2",
77
- "@typescript-eslint/rule-tester": "8.32.1-alpha.2",
78
- "@vitest/coverage-v8": "^3.1.2",
76
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.32.1-alpha.4",
77
+ "@typescript-eslint/rule-tester": "8.32.1-alpha.4",
78
+ "@vitest/coverage-v8": "^3.1.3",
79
79
  "ajv": "^6.12.6",
80
80
  "cross-fetch": "*",
81
81
  "eslint": "*",
@@ -91,7 +91,7 @@
91
91
  "tsx": "*",
92
92
  "typescript": "*",
93
93
  "unist-util-visit": "^5.0.0",
94
- "vitest": "^3.1.2"
94
+ "vitest": "^3.1.3"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",