@typescript-eslint/eslint-plugin 7.8.1-alpha.1 → 7.8.1-alpha.3

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.
@@ -22,8 +22,8 @@ Valid ways of handling a Promise-valued statement include:
22
22
 
23
23
  This rule also reports when an Array containing Promises is created and not properly handled. The main way to resolve this is by using one of the Promise concurrency methods to create a single Promise, then handling that according to the procedure above. These methods include:
24
24
 
25
- - `Promise.all()`,
26
- - `Promise.allSettled()`,
25
+ - `Promise.all()`
26
+ - `Promise.allSettled()`
27
27
  - `Promise.any()`
28
28
  - `Promise.race()`
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "7.8.1-alpha.1",
3
+ "version": "7.8.1-alpha.3",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -62,10 +62,10 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@eslint-community/regexpp": "^4.10.0",
65
- "@typescript-eslint/scope-manager": "7.8.1-alpha.1",
66
- "@typescript-eslint/type-utils": "7.8.1-alpha.1",
67
- "@typescript-eslint/utils": "7.8.1-alpha.1",
68
- "@typescript-eslint/visitor-keys": "7.8.1-alpha.1",
65
+ "@typescript-eslint/scope-manager": "7.8.1-alpha.3",
66
+ "@typescript-eslint/type-utils": "7.8.1-alpha.3",
67
+ "@typescript-eslint/utils": "7.8.1-alpha.3",
68
+ "@typescript-eslint/visitor-keys": "7.8.1-alpha.3",
69
69
  "debug": "^4.3.4",
70
70
  "graphemer": "^1.4.0",
71
71
  "ignore": "^5.3.1",
@@ -78,8 +78,8 @@
78
78
  "@types/marked": "*",
79
79
  "@types/mdast": "^4.0.3",
80
80
  "@types/natural-compare": "*",
81
- "@typescript-eslint/rule-schema-to-typescript-types": "7.8.1-alpha.1",
82
- "@typescript-eslint/rule-tester": "7.8.1-alpha.1",
81
+ "@typescript-eslint/rule-schema-to-typescript-types": "7.8.1-alpha.3",
82
+ "@typescript-eslint/rule-tester": "7.8.1-alpha.3",
83
83
  "ajv": "^6.12.6",
84
84
  "chalk": "^5.3.0",
85
85
  "cross-env": "^7.0.3",