@typescript-eslint/eslint-plugin 6.9.2-alpha.6 → 6.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.
@@ -170,7 +170,7 @@ let fn = (a: string, b: RegExp) => a + b;
170
170
 
171
171
  ### `skipCompoundAssignments`
172
172
 
173
- Examples of code for this rule with `{ skipCompoundAssignments: true }`:
173
+ Examples of code for this rule with `{ skipCompoundAssignments: false }`:
174
174
 
175
175
  <!--tabs-->
176
176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "6.9.2-alpha.6+8217c25d1",
3
+ "version": "6.10.0",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -57,10 +57,10 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@eslint-community/regexpp": "^4.5.1",
60
- "@typescript-eslint/scope-manager": "6.9.2-alpha.6+8217c25d1",
61
- "@typescript-eslint/type-utils": "6.9.2-alpha.6+8217c25d1",
62
- "@typescript-eslint/utils": "6.9.2-alpha.6+8217c25d1",
63
- "@typescript-eslint/visitor-keys": "6.9.2-alpha.6+8217c25d1",
60
+ "@typescript-eslint/scope-manager": "6.10.0",
61
+ "@typescript-eslint/type-utils": "6.10.0",
62
+ "@typescript-eslint/utils": "6.10.0",
63
+ "@typescript-eslint/visitor-keys": "6.10.0",
64
64
  "debug": "^4.3.4",
65
65
  "graphemer": "^1.4.0",
66
66
  "ignore": "^5.2.4",
@@ -73,8 +73,8 @@
73
73
  "@types/debug": "*",
74
74
  "@types/marked": "*",
75
75
  "@types/natural-compare": "*",
76
- "@typescript-eslint/rule-schema-to-typescript-types": "6.9.1",
77
- "@typescript-eslint/rule-tester": "6.9.2-alpha.6+8217c25d1",
76
+ "@typescript-eslint/rule-schema-to-typescript-types": "6.10.0",
77
+ "@typescript-eslint/rule-tester": "6.10.0",
78
78
  "ajv": "^6.12.6",
79
79
  "chalk": "^5.3.0",
80
80
  "cross-fetch": "*",
@@ -103,5 +103,5 @@
103
103
  "type": "opencollective",
104
104
  "url": "https://opencollective.com/typescript-eslint"
105
105
  },
106
- "gitHead": "8217c25d14c1c7c9a76b06f2197eb2cdbac63b51"
106
+ "gitHead": "75c128856b1ce05a4fec799bfa6de03b3dab03d0"
107
107
  }