@typescript-eslint/rule-tester 8.67.1-alpha.9 → 8.68.0

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.
@@ -936,3 +936,4 @@ function assertMessageMatches(actual, expected) {
936
936
  node_assert_1.default.strictEqual(actual, expected);
937
937
  }
938
938
  }
939
+ //# sourceMappingURL=RuleTester.js.map
@@ -146,3 +146,4 @@ class TestFramework {
146
146
  }
147
147
  }
148
148
  exports.TestFramework = TestFramework;
149
+ //# sourceMappingURL=TestFramework.js.map
package/dist/index.js CHANGED
@@ -5,3 +5,4 @@ var noFormat_1 = require("./noFormat");
5
5
  Object.defineProperty(exports, "noFormat", { enumerable: true, get: function () { return noFormat_1.noFormat; } });
6
6
  var RuleTester_1 = require("./RuleTester");
7
7
  Object.defineProperty(exports, "RuleTester", { enumerable: true, get: function () { return RuleTester_1.RuleTester; } });
8
+ //# sourceMappingURL=index.js.map
package/dist/noFormat.js CHANGED
@@ -8,3 +8,4 @@ exports.noFormat = noFormat;
8
8
  function noFormat(raw, ...keys) {
9
9
  return String.raw({ raw }, ...keys);
10
10
  }
11
+ //# sourceMappingURL=noFormat.js.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AssertionOptions.js.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DependencyConstraint.js.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=InvalidTestCase.js.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RuleTesterConfig.js.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ValidTestCase.js.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=index.js.map
@@ -89,3 +89,4 @@ function applyFixes(sourceText, messages) {
89
89
  output: bom + text,
90
90
  };
91
91
  }
92
+ //# sourceMappingURL=SourceCodeFixer.js.map
package/dist/utils/ajv.js CHANGED
@@ -22,3 +22,4 @@ function ajvBuilder(additionalOptions = {}) {
22
22
  ajv._opts.defaultMeta = json_schema_draft_04_json_1.default.id;
23
23
  return ajv;
24
24
  }
25
+ //# sourceMappingURL=ajv.js.map
@@ -20,3 +20,4 @@ function cloneDeeplyExcludesParent(x) {
20
20
  }
21
21
  return x;
22
22
  }
23
+ //# sourceMappingURL=cloneDeeplyExcludesParent.js.map
@@ -162,3 +162,4 @@ function validate(config, source, getAdditionalRule) {
162
162
  validateConfigSchema(config, source);
163
163
  validateRules(config.rules, source, getAdditionalRule);
164
164
  }
165
+ //# sourceMappingURL=config-validator.js.map
@@ -61,3 +61,4 @@ function satisfiesAllDependencyConstraints(dependencyConstraints) {
61
61
  }
62
62
  return true;
63
63
  }
64
+ //# sourceMappingURL=dependencyConstraints.js.map
@@ -28,3 +28,4 @@ function emitDeprecationWarning(source, errorCode) {
28
28
  const message = deprecationWarningMessages[errorCode];
29
29
  process.emitWarning(`${message} (found in "${rel}")`, 'DeprecationWarning', errorCode);
30
30
  }
31
+ //# sourceMappingURL=deprecation-warnings.js.map
@@ -452,3 +452,4 @@ exports.flatConfigSchema = {
452
452
  },
453
453
  files: { items: { type: 'string' }, type: 'array' },
454
454
  };
455
+ //# sourceMappingURL=flat-config-schema.js.map
@@ -19,3 +19,4 @@ function freezeDeeply(x) {
19
19
  Object.freeze(x);
20
20
  }
21
21
  }
22
+ //# sourceMappingURL=freezeDeeply.js.map
@@ -29,3 +29,4 @@ function getRuleOptionsSchema(rule) {
29
29
  // Given a full schema, leave it alone
30
30
  return schema ?? null;
31
31
  }
32
+ //# sourceMappingURL=getRuleOptionsSchema.js.map
@@ -3,3 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.hasOwnProperty = void 0;
4
4
  // typed so that TS can remove optionality
5
5
  exports.hasOwnProperty = Object.hasOwn;
6
+ //# sourceMappingURL=hasOwnProperty.js.map
@@ -24,3 +24,4 @@ function interpolate(text, data) {
24
24
  return fullMatch;
25
25
  });
26
26
  }
27
+ //# sourceMappingURL=interpolate.js.map
@@ -5,3 +5,4 @@ exports.isReadonlyArray = isReadonlyArray;
5
5
  function isReadonlyArray(arg) {
6
6
  return Array.isArray(arg);
7
7
  }
8
+ //# sourceMappingURL=isReadonlyArray.js.map
@@ -7,3 +7,4 @@ function omitCustomConfigProperties(config) {
7
7
  delete copy.dependencyConstraints;
8
8
  return copy;
9
9
  }
10
+ //# sourceMappingURL=omitCustomConfigProperties.js.map
@@ -39,3 +39,4 @@ function isSerializable(val) {
39
39
  }
40
40
  return true;
41
41
  }
42
+ //# sourceMappingURL=serialization.js.map
@@ -37,3 +37,4 @@ function normalizeSeverityToNumber(severity) {
37
37
  }
38
38
  throw new Error(`Invalid severity value: ${severity}`);
39
39
  }
40
+ //# sourceMappingURL=severity.js.map
@@ -130,3 +130,4 @@ function wrapParser(parser) {
130
130
  };
131
131
  }
132
132
  exports.REQUIRED_SCENARIOS = ['valid', 'invalid'];
133
+ //# sourceMappingURL=validationHelpers.js.map
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@typescript-eslint/rule-tester",
3
- "version": "8.67.1-alpha.9",
3
+ "version": "8.68.0",
4
4
  "description": "Tooling to test ESLint rules",
5
5
  "files": [
6
6
  "dist",
7
+ "!**/*.js.map",
7
8
  "!**/*.tsbuildinfo"
8
9
  ],
9
10
  "type": "commonjs",
@@ -34,13 +35,13 @@
34
35
  ],
35
36
  "//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
36
37
  "dependencies": {
38
+ "@typescript-eslint/parser": "8.68.0",
39
+ "@typescript-eslint/typescript-estree": "8.68.0",
40
+ "@typescript-eslint/utils": "8.68.0",
37
41
  "ajv": "^6.12.6",
38
42
  "json-stable-stringify-without-jsonify": "^1.0.1",
39
43
  "lodash.merge": "4.6.2",
40
- "semver": "^7.7.3",
41
- "@typescript-eslint/parser": "8.67.1-alpha.9",
42
- "@typescript-eslint/typescript-estree": "8.67.1-alpha.9",
43
- "@typescript-eslint/utils": "8.67.1-alpha.9"
44
+ "semver": "^7.7.3"
44
45
  },
45
46
  "peerDependencies": {
46
47
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",