@typescript-eslint/rule-tester 8.32.2-alpha.6 → 8.32.2-alpha.8

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 +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/rule-tester",
3
- "version": "8.32.2-alpha.6",
3
+ "version": "8.32.2-alpha.8",
4
4
  "description": "Tooling to test ESLint rules",
5
5
  "files": [
6
6
  "dist",
@@ -36,20 +36,19 @@
36
36
  ],
37
37
  "scripts": {
38
38
  "build": "tsc -b tsconfig.build.json",
39
- "clean": "tsc -b tsconfig.build.json --clean",
40
- "postclean": "rimraf dist/ coverage/",
41
- "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
42
- "lint": "npx nx lint",
39
+ "clean": "rimraf dist/ coverage/",
40
+ "format": "yarn run -T format",
41
+ "lint": "yarn run -BT nx lint",
43
42
  "pretest-eslint-base": "tsc -b tsconfig.build.json",
44
43
  "test-eslint-base": "mocha --require source-map-support/register ./tests/eslint-base/eslint-base.test.js",
45
44
  "test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
46
- "check-types": "npx nx typecheck"
45
+ "check-types": "yarn run -BT nx typecheck"
47
46
  },
48
47
  "//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
49
48
  "dependencies": {
50
- "@typescript-eslint/parser": "8.32.2-alpha.6",
51
- "@typescript-eslint/typescript-estree": "8.32.2-alpha.6",
52
- "@typescript-eslint/utils": "8.32.2-alpha.6",
49
+ "@typescript-eslint/parser": "8.32.2-alpha.8",
50
+ "@typescript-eslint/typescript-estree": "8.32.2-alpha.8",
51
+ "@typescript-eslint/utils": "8.32.2-alpha.8",
53
52
  "ajv": "^6.12.6",
54
53
  "json-stable-stringify-without-jsonify": "^1.0.1",
55
54
  "lodash.merge": "4.6.2",
@@ -63,10 +62,12 @@
63
62
  "@types/lodash.merge": "4.6.9",
64
63
  "@vitest/coverage-v8": "^3.1.3",
65
64
  "chai": "^5.2.0",
65
+ "eslint": "*",
66
66
  "eslint-visitor-keys": "^4.2.0",
67
67
  "espree": "^10.3.0",
68
68
  "esprima": "^4.0.1",
69
69
  "mocha": "^11.0.0",
70
+ "rimraf": "*",
70
71
  "sinon": "^20.0.0",
71
72
  "source-map-support": "^0.5.21",
72
73
  "typescript": "*",