@typescript-eslint/eslint-plugin 8.3.1-alpha.3 → 8.3.1-alpha.5

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.
@@ -137,6 +137,9 @@ You might consider using [ESLint disable comments](https://eslint.org/docs/lates
137
137
 
138
138
  ## Further Reading
139
139
 
140
+ {/* cspell:disable-next-line */}
141
+
142
+ - [FAQ: I get errors from the `@typescript-eslint/no-namespace` and/or `no-var` rules about declaring global variables](/troubleshooting/faqs/eslint#i-get-errors-from-the-typescript-eslintno-namespace-andor-no-var-rules-about-declaring-global-variables)
140
143
  - [Modules](https://www.typescriptlang.org/docs/handbook/modules.html)
141
144
  - [Namespaces](https://www.typescriptlang.org/docs/handbook/namespaces.html)
142
145
  - [Namespaces and Modules](https://www.typescriptlang.org/docs/handbook/namespaces-and-modules.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.3.1-alpha.3",
3
+ "version": "8.3.1-alpha.5",
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.3.1-alpha.3",
64
- "@typescript-eslint/type-utils": "8.3.1-alpha.3",
65
- "@typescript-eslint/utils": "8.3.1-alpha.3",
66
- "@typescript-eslint/visitor-keys": "8.3.1-alpha.3",
63
+ "@typescript-eslint/scope-manager": "8.3.1-alpha.5",
64
+ "@typescript-eslint/type-utils": "8.3.1-alpha.5",
65
+ "@typescript-eslint/utils": "8.3.1-alpha.5",
66
+ "@typescript-eslint/visitor-keys": "8.3.1-alpha.5",
67
67
  "graphemer": "^1.4.0",
68
68
  "ignore": "^5.3.1",
69
69
  "natural-compare": "^1.4.0",
@@ -74,8 +74,8 @@
74
74
  "@types/marked": "^5.0.2",
75
75
  "@types/mdast": "^4.0.3",
76
76
  "@types/natural-compare": "*",
77
- "@typescript-eslint/rule-schema-to-typescript-types": "8.3.1-alpha.3",
78
- "@typescript-eslint/rule-tester": "8.3.1-alpha.3",
77
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.3.1-alpha.5",
78
+ "@typescript-eslint/rule-tester": "8.3.1-alpha.5",
79
79
  "ajv": "^6.12.6",
80
80
  "cross-env": "^7.0.3",
81
81
  "cross-fetch": "*",