@typescript-eslint/eslint-plugin 8.30.2-alpha.0 → 8.30.2-alpha.2

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.
Files changed (1) hide show
  1. package/package.json +12 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.30.2-alpha.0",
3
+ "version": "8.30.2-alpha.2",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -56,34 +56,31 @@
56
56
  "generate:breaking-changes": "tsx tools/generate-breaking-changes.mts",
57
57
  "generate:configs": "npx nx generate-configs repo",
58
58
  "lint": "npx nx lint",
59
- "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --logHeapUsage",
60
- "test-single": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --no-coverage",
59
+ "test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
60
+ "test-single": "vitest --run --config=$INIT_CWD/vitest.config.mts",
61
61
  "check-types": "npx nx typecheck"
62
62
  },
63
63
  "dependencies": {
64
64
  "@eslint-community/regexpp": "^4.10.0",
65
- "@typescript-eslint/scope-manager": "8.30.2-alpha.0",
66
- "@typescript-eslint/type-utils": "8.30.2-alpha.0",
67
- "@typescript-eslint/utils": "8.30.2-alpha.0",
68
- "@typescript-eslint/visitor-keys": "8.30.2-alpha.0",
65
+ "@typescript-eslint/scope-manager": "8.30.2-alpha.2",
66
+ "@typescript-eslint/type-utils": "8.30.2-alpha.2",
67
+ "@typescript-eslint/utils": "8.30.2-alpha.2",
68
+ "@typescript-eslint/visitor-keys": "8.30.2-alpha.2",
69
69
  "graphemer": "^1.4.0",
70
70
  "ignore": "^5.3.1",
71
71
  "natural-compare": "^1.4.0",
72
72
  "ts-api-utils": "^2.0.1"
73
73
  },
74
74
  "devDependencies": {
75
- "@jest/types": "29.6.3",
76
75
  "@types/marked": "^5.0.2",
77
76
  "@types/mdast": "^4.0.3",
78
77
  "@types/natural-compare": "*",
79
- "@typescript-eslint/rule-schema-to-typescript-types": "8.30.2-alpha.0",
80
- "@typescript-eslint/rule-tester": "8.30.2-alpha.0",
78
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.30.2-alpha.2",
79
+ "@typescript-eslint/rule-tester": "8.30.2-alpha.2",
80
+ "@vitest/coverage-v8": "^3.1.1",
81
81
  "ajv": "^6.12.6",
82
- "cross-env": "^7.0.3",
83
82
  "cross-fetch": "*",
84
83
  "eslint": "*",
85
- "jest": "29.7.0",
86
- "jest-specific-snapshot": "^8.0.0",
87
84
  "json-schema": "*",
88
85
  "markdown-table": "^3.0.3",
89
86
  "marked": "^5.1.2",
@@ -95,7 +92,8 @@
95
92
  "title-case": "^3.0.3",
96
93
  "tsx": "*",
97
94
  "typescript": "*",
98
- "unist-util-visit": "^5.0.0"
95
+ "unist-util-visit": "^5.0.0",
96
+ "vitest": "^3.1.1"
99
97
  },
100
98
  "peerDependencies": {
101
99
  "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",