@typescript-eslint/eslint-plugin 7.9.1-alpha.6 → 7.10.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.
@@ -100,7 +100,7 @@ With this option set to `true`, and if you are using `no-void`, you should turn
100
100
 
101
101
  ### `ignoreIIFE`
102
102
 
103
- This allows you to skip checking of async IIFEs (Immediately Invoked function Expressions).
103
+ This allows you to skip checking of async IIFEs (Immediately Invoked Function Expressions).
104
104
 
105
105
  Examples of **correct** code for this rule with `{ ignoreIIFE: true }`:
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "7.9.1-alpha.6",
3
+ "version": "7.10.0",
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.9.1-alpha.6",
66
- "@typescript-eslint/type-utils": "7.9.1-alpha.6",
67
- "@typescript-eslint/utils": "7.9.1-alpha.6",
68
- "@typescript-eslint/visitor-keys": "7.9.1-alpha.6",
65
+ "@typescript-eslint/scope-manager": "7.10.0",
66
+ "@typescript-eslint/type-utils": "7.10.0",
67
+ "@typescript-eslint/utils": "7.10.0",
68
+ "@typescript-eslint/visitor-keys": "7.10.0",
69
69
  "graphemer": "^1.4.0",
70
70
  "ignore": "^5.3.1",
71
71
  "natural-compare": "^1.4.0",
@@ -76,8 +76,8 @@
76
76
  "@types/marked": "^5.0.2",
77
77
  "@types/mdast": "^4.0.3",
78
78
  "@types/natural-compare": "*",
79
- "@typescript-eslint/rule-schema-to-typescript-types": "7.9.1-alpha.6",
80
- "@typescript-eslint/rule-tester": "7.9.1-alpha.6",
79
+ "@typescript-eslint/rule-schema-to-typescript-types": "7.10.0",
80
+ "@typescript-eslint/rule-tester": "7.10.0",
81
81
  "ajv": "^6.12.6",
82
82
  "cross-env": "^7.0.3",
83
83
  "cross-fetch": "*",