@darksheep/eslint 5.1.1 → 5.1.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 +21 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.1.3](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.2...v5.1.3) (2024-07-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 📦 Dependencies
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency @typescript-eslint/type-utils to v8.0.0-alpha.53 ([#529](https://github.com/DarkSheepSoftware/eslint/issues/529)) ([85e1222](https://github.com/DarkSheepSoftware/eslint/commit/85e12222a9ee382bc0370ec38b61fc0121bc6ef8))
|
|
9
|
+
* **deps:** update typescript-eslint monorepo to v8.0.0-alpha.53 ([#527](https://github.com/DarkSheepSoftware/eslint/issues/527)) ([1bf38d0](https://github.com/DarkSheepSoftware/eslint/commit/1bf38d093e816d1f086dd189a23e4bc608e412f6))
|
|
10
|
+
* **deps:** update typescript-eslint monorepo to v8.0.0-alpha.54 ([#530](https://github.com/DarkSheepSoftware/eslint/issues/530)) ([ec20409](https://github.com/DarkSheepSoftware/eslint/commit/ec2040940928cbcce0a9883b60ee68d04e9a58bc))
|
|
11
|
+
* **pkg:** update dependency eslint-plugin-n to v17.10.1 ([#532](https://github.com/DarkSheepSoftware/eslint/issues/532)) ([e45b6c5](https://github.com/DarkSheepSoftware/eslint/commit/e45b6c501f53bf456ffac3a3d32fc25ae940b641))
|
|
12
|
+
* **pkg:** update dependency eslint-plugin-unicorn to v55 ([#531](https://github.com/DarkSheepSoftware/eslint/issues/531)) ([537f3cd](https://github.com/DarkSheepSoftware/eslint/commit/537f3cd58194a0a37d5c4179dc0ba2b9437ef4b3))
|
|
13
|
+
|
|
14
|
+
## [5.1.2](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.1...v5.1.2) (2024-07-24)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### 📦 Dependencies
|
|
18
|
+
|
|
19
|
+
* **deps:** update typescript-eslint monorepo to v8.0.0-alpha.52 ([#525](https://github.com/DarkSheepSoftware/eslint/issues/525)) ([d031aed](https://github.com/DarkSheepSoftware/eslint/commit/d031aed8d009e63506f1b6424bfc5266ed7a8635))
|
|
20
|
+
* **dev:** update dependency @types/node to v20.14.12 ([#523](https://github.com/DarkSheepSoftware/eslint/issues/523)) ([42ef805](https://github.com/DarkSheepSoftware/eslint/commit/42ef805e33297f1d26f757869266a766201cbf7d))
|
|
21
|
+
* **pkg:** update dependency eslint-plugin-promise to v7 ([#526](https://github.com/DarkSheepSoftware/eslint/issues/526)) ([5a480be](https://github.com/DarkSheepSoftware/eslint/commit/5a480be234ac8a81cae1c8b99885241c3e48453b))
|
|
22
|
+
* **pkg:** update dependency eslint-plugin-sonarjs to v1.0.4 ([#522](https://github.com/DarkSheepSoftware/eslint/issues/522)) ([5c43a72](https://github.com/DarkSheepSoftware/eslint/commit/5c43a72be0de2959c8c29994768606d8f2b36929))
|
|
23
|
+
|
|
3
24
|
## [5.1.1](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.0...v5.1.1) (2024-07-23)
|
|
4
25
|
|
|
5
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darksheep/eslint",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/DarkSheepSoftware/eslint"
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"eslint": "9.7.0",
|
|
39
39
|
"eslint-plugin-jsdoc": "48.8.3",
|
|
40
40
|
"eslint-plugin-jsonc": "2.16.0",
|
|
41
|
-
"eslint-plugin-n": "17.
|
|
41
|
+
"eslint-plugin-n": "17.10.1",
|
|
42
42
|
"eslint-plugin-package-json": "0.15.2",
|
|
43
43
|
"eslint-plugin-perfectionist": "3.0.0",
|
|
44
|
-
"eslint-plugin-promise": "
|
|
44
|
+
"eslint-plugin-promise": "7.0.0",
|
|
45
45
|
"eslint-plugin-react": "7.35.0",
|
|
46
46
|
"eslint-plugin-regexp": "2.6.0",
|
|
47
47
|
"eslint-plugin-security": "3.0.1",
|
|
48
|
-
"eslint-plugin-sonarjs": "1.0.
|
|
49
|
-
"eslint-plugin-unicorn": "
|
|
48
|
+
"eslint-plugin-sonarjs": "1.0.4",
|
|
49
|
+
"eslint-plugin-unicorn": "55.0.0",
|
|
50
50
|
"eslint-plugin-unused-imports": "4.0.1",
|
|
51
51
|
"jsonc-eslint-parser": "2.4.0"
|
|
52
52
|
},
|