@darksheep/eslint 6.7.6 → 6.7.8

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,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.8](https://github.com/DarkSheepSoftware/eslint/compare/v6.7.7...v6.7.8) (2025-02-04)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency @stylistic/eslint-plugin to v3 ([#820](https://github.com/DarkSheepSoftware/eslint/issues/820)) ([db70b61](https://github.com/DarkSheepSoftware/eslint/commit/db70b61ad57100607b1f0fb273ec8ff0b1a6b548))
9
+ * **pkg:** update dependency eslint-plugin-jsdoc to v50.6.3 ([#812](https://github.com/DarkSheepSoftware/eslint/issues/812)) ([f4d7925](https://github.com/DarkSheepSoftware/eslint/commit/f4d7925c6378a9d2473851efc88dc75ea421caf6))
10
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.19.1 ([#818](https://github.com/DarkSheepSoftware/eslint/issues/818)) ([7f04222](https://github.com/DarkSheepSoftware/eslint/commit/7f042225d47b809e9a0bd82320047b703545f34d))
11
+ * **pkg:** update dependency eslint-plugin-package-json to v0.22.0 ([#813](https://github.com/DarkSheepSoftware/eslint/issues/813)) ([2650b20](https://github.com/DarkSheepSoftware/eslint/commit/2650b205773c3e3ef8eec832a80ee3b5835600fa))
12
+ * **pkg:** update dependency eslint-plugin-perfectionist to v4.8.0 ([#816](https://github.com/DarkSheepSoftware/eslint/issues/816)) ([6f4bd18](https://github.com/DarkSheepSoftware/eslint/commit/6f4bd18bdda06bb0951eb068560293379d72c329))
13
+ * **pkg:** update dependency eslint-plugin-react to v7.37.4 ([#808](https://github.com/DarkSheepSoftware/eslint/issues/808)) ([c01f3e7](https://github.com/DarkSheepSoftware/eslint/commit/c01f3e794c00660133c7970bcdb3dc3da30ba0bf))
14
+ * **pkg:** update eslint monorepo to v9.19.0 ([#819](https://github.com/DarkSheepSoftware/eslint/issues/819)) ([6b5cf67](https://github.com/DarkSheepSoftware/eslint/commit/6b5cf675481183ff0012ed3d687ae3ea0e939c58))
15
+ * **pkg:** update typescript-eslint monorepo to v8.23.0 ([#811](https://github.com/DarkSheepSoftware/eslint/issues/811)) ([86631cc](https://github.com/DarkSheepSoftware/eslint/commit/86631ccdc0918d0e427f5d7e8829ed8487e203be))
16
+
17
+ ## [6.7.7](https://github.com/DarkSheepSoftware/eslint/compare/v6.7.6...v6.7.7) (2025-01-11)
18
+
19
+
20
+ ### 🩹 Fixes
21
+
22
+ * Prevent auto multiline block comments ([#806](https://github.com/DarkSheepSoftware/eslint/issues/806)) ([ee1d551](https://github.com/DarkSheepSoftware/eslint/commit/ee1d55186652f04f836aa8f62202297f8049684e))
23
+
3
24
  ## [6.7.6](https://github.com/DarkSheepSoftware/eslint/compare/v6.7.5...v6.7.6) (2025-01-11)
4
25
 
5
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "6.7.6",
3
+ "version": "6.7.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -24,18 +24,18 @@
24
24
  "dependencies": {
25
25
  "@darksheep/environment": "3.1.0",
26
26
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
27
- "@eslint/js": "9.18.0",
28
- "@stylistic/eslint-plugin": "2.12.1",
29
- "@typescript-eslint/eslint-plugin": "8.19.1",
30
- "@typescript-eslint/parser": "8.19.1",
27
+ "@eslint/js": "9.19.0",
28
+ "@stylistic/eslint-plugin": "3.0.1",
29
+ "@typescript-eslint/eslint-plugin": "8.23.0",
30
+ "@typescript-eslint/parser": "8.23.0",
31
31
  "editorconfig": "2.0.0",
32
- "eslint-plugin-jsdoc": "50.6.1",
33
- "eslint-plugin-jsonc": "2.18.2",
32
+ "eslint-plugin-jsdoc": "50.6.3",
33
+ "eslint-plugin-jsonc": "2.19.1",
34
34
  "eslint-plugin-n": "17.15.1",
35
- "eslint-plugin-package-json": "0.19.0",
36
- "eslint-plugin-perfectionist": "4.6.0",
35
+ "eslint-plugin-package-json": "0.22.0",
36
+ "eslint-plugin-perfectionist": "4.8.0",
37
37
  "eslint-plugin-promise": "7.2.1",
38
- "eslint-plugin-react": "7.37.3",
38
+ "eslint-plugin-react": "7.37.4",
39
39
  "eslint-plugin-regexp": "2.7.0",
40
40
  "eslint-plugin-security": "3.0.1",
41
41
  "eslint-plugin-unicorn": "56.0.1",
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@darksheep/eslint-formatter-github": "2.1.0",
49
- "@types/node": "~22.10.0",
50
- "eslint": "~9.18.0",
51
- "type-fest": "~4.32.0",
49
+ "@types/node": "~22.13.0",
50
+ "eslint": "~9.19.0",
51
+ "type-fest": "~4.33.0",
52
52
  "typescript": "~5.7.0"
53
53
  },
54
54
  "peerDependenciesMeta": {
@@ -64,7 +64,7 @@
64
64
  "node": "^20 || ^22"
65
65
  },
66
66
  "volta": {
67
- "node": "22.13.0",
67
+ "node": "22.13.1",
68
68
  "yarn": "4.6.0"
69
69
  }
70
70
  }
@@ -55,7 +55,7 @@ export function createEslintStyleConfig() {
55
55
  'style/max-len': 'off',
56
56
  'style/max-statements-per-line': 'error',
57
57
  'style/member-delimiter-style': 'error',
58
- 'style/multiline-comment-style': [ 'error', 'starred-block' ],
58
+ 'style/multiline-comment-style': 'off',
59
59
  'style/multiline-ternary': [ 'error', 'always-multiline' ],
60
60
  'style/new-parens': 'error',
61
61
  'style/newline-per-chained-call': 'error',