@typescript-eslint/eslint-plugin 8.50.2-alpha.16 → 8.50.2-alpha.17

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.
package/dist/index.d.ts CHANGED
@@ -672,6 +672,7 @@ declare const _default: {
672
672
  };
673
673
  meta: {
674
674
  name: string;
675
+ namespace: string;
675
676
  version: string;
676
677
  };
677
678
  rules: {
@@ -695,6 +695,7 @@ declare const _default: {
695
695
  };
696
696
  meta: {
697
697
  name: string;
698
+ namespace: string;
698
699
  version: string;
699
700
  };
700
701
  rules: {
@@ -91,6 +91,7 @@ const plugin = {
91
91
  },
92
92
  meta: {
93
93
  name,
94
+ namespace: '@typescript-eslint',
94
95
  version,
95
96
  },
96
97
  rules: rules_1.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.50.2-alpha.16",
3
+ "version": "8.50.2-alpha.17",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -59,10 +59,10 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@eslint-community/regexpp": "^4.10.0",
62
- "@typescript-eslint/scope-manager": "8.50.2-alpha.16",
63
- "@typescript-eslint/type-utils": "8.50.2-alpha.16",
64
- "@typescript-eslint/utils": "8.50.2-alpha.16",
65
- "@typescript-eslint/visitor-keys": "8.50.2-alpha.16",
62
+ "@typescript-eslint/scope-manager": "8.50.2-alpha.17",
63
+ "@typescript-eslint/type-utils": "8.50.2-alpha.17",
64
+ "@typescript-eslint/utils": "8.50.2-alpha.17",
65
+ "@typescript-eslint/visitor-keys": "8.50.2-alpha.17",
66
66
  "ignore": "^7.0.0",
67
67
  "natural-compare": "^1.4.0",
68
68
  "ts-api-utils": "^2.2.0"
@@ -70,8 +70,8 @@
70
70
  "devDependencies": {
71
71
  "@types/mdast": "^4.0.3",
72
72
  "@types/natural-compare": "*",
73
- "@typescript-eslint/rule-schema-to-typescript-types": "8.50.2-alpha.16",
74
- "@typescript-eslint/rule-tester": "8.50.2-alpha.16",
73
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.50.2-alpha.17",
74
+ "@typescript-eslint/rule-tester": "8.50.2-alpha.17",
75
75
  "@vitest/coverage-v8": "^3.1.3",
76
76
  "ajv": "^6.12.6",
77
77
  "eslint": "*",
@@ -90,7 +90,7 @@
90
90
  "vitest": "^3.1.3"
91
91
  },
92
92
  "peerDependencies": {
93
- "@typescript-eslint/parser": "^8.50.2-alpha.16",
93
+ "@typescript-eslint/parser": "^8.50.2-alpha.17",
94
94
  "eslint": "^8.57.0 || ^9.0.0",
95
95
  "typescript": ">=4.8.4 <6.0.0"
96
96
  },