@darksheep/eslint 6.6.1 → 6.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.3](https://github.com/DarkSheepSoftware/eslint/compare/v6.6.2...v6.6.3) (2024-10-18)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency @eslint/js to v9.13.0 ([#694](https://github.com/DarkSheepSoftware/eslint/issues/694)) ([963d729](https://github.com/DarkSheepSoftware/eslint/commit/963d729174971e1ab40d1c761a1bb49a8a56f03d))
9
+ * **pkg:** update dependency eslint-plugin-jsdoc to v50.4.3 ([#688](https://github.com/DarkSheepSoftware/eslint/issues/688)) ([c57eea1](https://github.com/DarkSheepSoftware/eslint/commit/c57eea16ae60be0304ec61ddfcd19400403a6a18))
10
+ * **pkg:** update dependency eslint-plugin-package-json to v0.15.4 ([#692](https://github.com/DarkSheepSoftware/eslint/issues/692)) ([3344261](https://github.com/DarkSheepSoftware/eslint/commit/3344261a061a92596dcf0dbeeb38f93bf8709e8c))
11
+ * **pkg:** update dependency eslint-plugin-perfectionist to v3.9.1 ([#689](https://github.com/DarkSheepSoftware/eslint/issues/689)) ([7c21ec2](https://github.com/DarkSheepSoftware/eslint/commit/7c21ec228f99244b5617c1a7bd3f68674e8001e9))
12
+ * **pkg:** update typescript-eslint monorepo to v8.10.0 ([#691](https://github.com/DarkSheepSoftware/eslint/issues/691)) ([bff02e5](https://github.com/DarkSheepSoftware/eslint/commit/bff02e5c5c84639ae25015e2e1dc05dc351b48a4))
13
+
14
+ ## [6.6.2](https://github.com/DarkSheepSoftware/eslint/compare/v6.6.1...v6.6.2) (2024-10-16)
15
+
16
+
17
+ ### 🩹 Fixes
18
+
19
+ * **jsx:** jsx marks variables as used ([#685](https://github.com/DarkSheepSoftware/eslint/issues/685)) ([e0e461d](https://github.com/DarkSheepSoftware/eslint/commit/e0e461d07c3517922bf3c6e9ace3665554763062))
20
+
21
+
22
+ ### 📦 Dependencies
23
+
24
+ * **pkg:** update dependency eslint-plugin-perfectionist to v3.9.0 ([#684](https://github.com/DarkSheepSoftware/eslint/issues/684)) ([9196a9c](https://github.com/DarkSheepSoftware/eslint/commit/9196a9c8a5227990d5939d66d8ca11a17c149c8d))
25
+ * **pkg:** update typescript-eslint monorepo to v8.9.0 ([#682](https://github.com/DarkSheepSoftware/eslint/issues/682)) ([0924d77](https://github.com/DarkSheepSoftware/eslint/commit/0924d774c7f4dca11462ac7db1baa124501387ac))
26
+
3
27
  ## [6.6.1](https://github.com/DarkSheepSoftware/eslint/compare/v6.6.0...v6.6.1) (2024-10-14)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "6.6.1",
3
+ "version": "6.6.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -24,16 +24,16 @@
24
24
  "dependencies": {
25
25
  "@darksheep/environment": "3.0.9",
26
26
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
27
- "@eslint/js": "9.12.0",
27
+ "@eslint/js": "9.13.0",
28
28
  "@stylistic/eslint-plugin": "2.9.0",
29
- "@typescript-eslint/eslint-plugin": "8.8.1",
30
- "@typescript-eslint/parser": "8.8.1",
29
+ "@typescript-eslint/eslint-plugin": "8.10.0",
30
+ "@typescript-eslint/parser": "8.10.0",
31
31
  "editorconfig": "2.0.0",
32
- "eslint-plugin-jsdoc": "50.4.1",
32
+ "eslint-plugin-jsdoc": "50.4.3",
33
33
  "eslint-plugin-jsonc": "2.16.0",
34
34
  "eslint-plugin-n": "17.11.1",
35
- "eslint-plugin-package-json": "0.15.3",
36
- "eslint-plugin-perfectionist": "3.8.0",
35
+ "eslint-plugin-package-json": "0.15.4",
36
+ "eslint-plugin-perfectionist": "3.9.1",
37
37
  "eslint-plugin-promise": "7.1.0",
38
38
  "eslint-plugin-react": "7.37.1",
39
39
  "eslint-plugin-regexp": "2.6.0",
@@ -59,12 +59,12 @@
59
59
  "optional": true
60
60
  }
61
61
  },
62
- "packageManager": "yarn@4.5.0",
62
+ "packageManager": "yarn@4.5.1",
63
63
  "engines": {
64
64
  "node": "^20 || ^22"
65
65
  },
66
66
  "volta": {
67
- "node": "22.9.0",
68
- "yarn": "4.5.0"
67
+ "node": "22.10.0",
68
+ "yarn": "4.5.1"
69
69
  }
70
70
  }
@@ -105,6 +105,10 @@ export async function createEslintReactConfig(root) {
105
105
  jsxPragma: null,
106
106
  },
107
107
  },
108
+ plugins: { react },
109
+ rules: {
110
+ 'react/jsx-uses-vars': 'error',
111
+ },
108
112
  },
109
113
  ];
110
114
  }