@typescript-eslint/eslint-plugin 8.33.2-alpha.6 → 8.33.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.
@@ -2,9 +2,9 @@ import type { TSESLint, TSESTree } from '@typescript-eslint/utils';
2
2
  import * as ts from 'typescript';
3
3
  export * from '@typescript-eslint/utils/ast-utils';
4
4
  /**
5
- * Get the `loc` object of a given name in a `/*globals` directive comment.
5
+ * Get the `loc` object of a given name in a `/*globals` comment directive.
6
6
  * @param sourceCode The source code to convert index to loc.
7
- * @param comment The `/*globals` directive comment which include the name.
7
+ * @param comment The `/*globals` comment directive which include the name.
8
8
  * @param name The name to find.
9
9
  * @returns The `loc` object.
10
10
  */
@@ -46,9 +46,9 @@ __exportStar(require("@typescript-eslint/utils/ast-utils"), exports);
46
46
  // https://github.com/eslint/eslint/blob/145aec1ab9052fbca96a44d04927c595951b1536/lib/rules/utils/ast-utils.js#L1751-L1779
47
47
  // Could be export { getNameLocationInGlobalDirectiveComment } from 'eslint/lib/rules/utils/ast-utils'
48
48
  /**
49
- * Get the `loc` object of a given name in a `/*globals` directive comment.
49
+ * Get the `loc` object of a given name in a `/*globals` comment directive.
50
50
  * @param sourceCode The source code to convert index to loc.
51
- * @param comment The `/*globals` directive comment which include the name.
51
+ * @param comment The `/*globals` comment directive which include the name.
52
52
  * @param name The name to find.
53
53
  * @returns The `loc` object.
54
54
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.33.2-alpha.6",
3
+ "version": "8.33.2-alpha.8",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -60,10 +60,10 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@eslint-community/regexpp": "^4.10.0",
63
- "@typescript-eslint/scope-manager": "8.33.2-alpha.6",
64
- "@typescript-eslint/type-utils": "8.33.2-alpha.6",
65
- "@typescript-eslint/utils": "8.33.2-alpha.6",
66
- "@typescript-eslint/visitor-keys": "8.33.2-alpha.6",
63
+ "@typescript-eslint/scope-manager": "8.33.2-alpha.8",
64
+ "@typescript-eslint/type-utils": "8.33.2-alpha.8",
65
+ "@typescript-eslint/utils": "8.33.2-alpha.8",
66
+ "@typescript-eslint/visitor-keys": "8.33.2-alpha.8",
67
67
  "graphemer": "^1.4.0",
68
68
  "ignore": "^7.0.0",
69
69
  "natural-compare": "^1.4.0",
@@ -72,8 +72,8 @@
72
72
  "devDependencies": {
73
73
  "@types/mdast": "^4.0.3",
74
74
  "@types/natural-compare": "*",
75
- "@typescript-eslint/rule-schema-to-typescript-types": "8.33.2-alpha.6",
76
- "@typescript-eslint/rule-tester": "8.33.2-alpha.6",
75
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.33.2-alpha.8",
76
+ "@typescript-eslint/rule-tester": "8.33.2-alpha.8",
77
77
  "@vitest/coverage-v8": "^3.1.3",
78
78
  "ajv": "^6.12.6",
79
79
  "cross-fetch": "*",
@@ -93,7 +93,7 @@
93
93
  "vitest": "^3.1.3"
94
94
  },
95
95
  "peerDependencies": {
96
- "@typescript-eslint/parser": "^8.33.2-alpha.6",
96
+ "@typescript-eslint/parser": "^8.33.2-alpha.8",
97
97
  "eslint": "^8.57.0 || ^9.0.0",
98
98
  "typescript": ">=4.8.4 <5.9.0"
99
99
  },