@darksheep/eslint 6.4.0 → 6.4.2
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 +19 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.4.2](https://github.com/DarkSheepSoftware/eslint/compare/v6.4.1...v6.4.2) (2024-09-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 📦 Dependencies
|
|
7
|
+
|
|
8
|
+
* **pkg:** update dependency @types/estree to v1.0.6 ([#642](https://github.com/DarkSheepSoftware/eslint/issues/642)) ([0998c15](https://github.com/DarkSheepSoftware/eslint/commit/0998c15814e72ea135518da565106a1e8ab43eb9))
|
|
9
|
+
* **pkg:** update dependency eslint-plugin-jsdoc to v50.2.4 ([#643](https://github.com/DarkSheepSoftware/eslint/issues/643)) ([6da76b8](https://github.com/DarkSheepSoftware/eslint/commit/6da76b86381ae0a3dab9f4a90439bdf076e4950c))
|
|
10
|
+
* **pkg:** update dependency eslint-plugin-n to v17.10.3 ([#641](https://github.com/DarkSheepSoftware/eslint/issues/641)) ([1bd4071](https://github.com/DarkSheepSoftware/eslint/commit/1bd40717371737c644500aff48902f9a818ff5dd))
|
|
11
|
+
* **pkg:** update dependency eslint-plugin-perfectionist to v3.6.0 ([#635](https://github.com/DarkSheepSoftware/eslint/issues/635)) ([33c5195](https://github.com/DarkSheepSoftware/eslint/commit/33c51955b1cdefd5d4cb213df5439bd7c47ffa5f))
|
|
12
|
+
* **pkg:** update typescript-eslint monorepo to v8.6.0 ([#639](https://github.com/DarkSheepSoftware/eslint/issues/639)) ([2e2e22f](https://github.com/DarkSheepSoftware/eslint/commit/2e2e22fee0b0552398b2404cfc2f071dd5d4285a))
|
|
13
|
+
|
|
14
|
+
## [6.4.1](https://github.com/DarkSheepSoftware/eslint/compare/v6.4.0...v6.4.1) (2024-09-13)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### 📦 Dependencies
|
|
18
|
+
|
|
19
|
+
* **pkg:** update dependency eslint-plugin-jsdoc to v50.2.3 ([#632](https://github.com/DarkSheepSoftware/eslint/issues/632)) ([40bda78](https://github.com/DarkSheepSoftware/eslint/commit/40bda783b24bfea99a74005f16542809ff2c3771))
|
|
20
|
+
* **pkg:** update dependency eslint-plugin-unused-imports to v4.1.4 ([#633](https://github.com/DarkSheepSoftware/eslint/issues/633)) ([d50f809](https://github.com/DarkSheepSoftware/eslint/commit/d50f809d37ae90350a31c6be7c2276c6c856d94d))
|
|
21
|
+
|
|
3
22
|
## [6.4.0](https://github.com/DarkSheepSoftware/eslint/compare/v6.3.1...v6.4.0) (2024-09-13)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darksheep/eslint",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/DarkSheepSoftware/eslint"
|
|
@@ -25,22 +25,22 @@
|
|
|
25
25
|
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
|
|
26
26
|
"@eslint/js": "9.10.0",
|
|
27
27
|
"@stylistic/eslint-plugin": "2.8.0",
|
|
28
|
-
"@types/estree": "1.0.
|
|
28
|
+
"@types/estree": "1.0.6",
|
|
29
29
|
"@types/json-schema": "7.0.15",
|
|
30
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
31
|
-
"@typescript-eslint/parser": "8.
|
|
30
|
+
"@typescript-eslint/eslint-plugin": "8.6.0",
|
|
31
|
+
"@typescript-eslint/parser": "8.6.0",
|
|
32
32
|
"editorconfig": "2.0.0",
|
|
33
|
-
"eslint-plugin-jsdoc": "50.2.
|
|
33
|
+
"eslint-plugin-jsdoc": "50.2.4",
|
|
34
34
|
"eslint-plugin-jsonc": "2.16.0",
|
|
35
|
-
"eslint-plugin-n": "17.10.
|
|
35
|
+
"eslint-plugin-n": "17.10.3",
|
|
36
36
|
"eslint-plugin-package-json": "0.15.3",
|
|
37
|
-
"eslint-plugin-perfectionist": "3.
|
|
37
|
+
"eslint-plugin-perfectionist": "3.6.0",
|
|
38
38
|
"eslint-plugin-promise": "7.1.0",
|
|
39
39
|
"eslint-plugin-react": "7.36.1",
|
|
40
40
|
"eslint-plugin-regexp": "2.6.0",
|
|
41
41
|
"eslint-plugin-security": "3.0.1",
|
|
42
42
|
"eslint-plugin-unicorn": "55.0.0",
|
|
43
|
-
"eslint-plugin-unused-imports": "4.1.
|
|
43
|
+
"eslint-plugin-unused-imports": "4.1.4",
|
|
44
44
|
"eslint-plugin-yml": "1.14.0",
|
|
45
45
|
"jsonc-eslint-parser": "2.4.0",
|
|
46
46
|
"yaml-eslint-parser": "1.2.3"
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"optional": true
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
-
"packageManager": "yarn@4.
|
|
63
|
+
"packageManager": "yarn@4.5.0",
|
|
64
64
|
"engines": {
|
|
65
65
|
"node": "^20 || ^22"
|
|
66
66
|
},
|
|
67
67
|
"volta": {
|
|
68
|
-
"node": "22.
|
|
69
|
-
"yarn": "4.
|
|
68
|
+
"node": "22.9.0",
|
|
69
|
+
"yarn": "4.5.0"
|
|
70
70
|
}
|
|
71
71
|
}
|