@darksheep/eslint 4.4.4 → 4.4.6
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 +35 -0
- package/package.json +10 -10
- package/types/eslint.config.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.4.6](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.5...v4.4.6) (2024-04-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 📦 Dependencies
|
|
7
|
+
|
|
8
|
+
* **dev:** update dependency @types/eslint to v8.56.10 ([#380](https://github.com/DarkSheepSoftware/eslint/issues/380)) ([fb19c81](https://github.com/DarkSheepSoftware/eslint/commit/fb19c81c5053b858115fba66b1fb70d6e6249eda))
|
|
9
|
+
* **dev:** update dependency type-fest to ~4.16.0 ([#383](https://github.com/DarkSheepSoftware/eslint/issues/383)) ([1f4ae56](https://github.com/DarkSheepSoftware/eslint/commit/1f4ae5636aa6cd60f04de6ffa9a5e7cb01732f77))
|
|
10
|
+
* **dev:** update dependency type-fest to ~4.17.0 ([#385](https://github.com/DarkSheepSoftware/eslint/issues/385)) ([55eb617](https://github.com/DarkSheepSoftware/eslint/commit/55eb61780a0f65e6b13d5bee0391997fce73db2e))
|
|
11
|
+
* **dev:** update dependency type-fest to ~4.18.0 ([#390](https://github.com/DarkSheepSoftware/eslint/issues/390)) ([6ec43a9](https://github.com/DarkSheepSoftware/eslint/commit/6ec43a93ff6590613242227bac1f2e1a179f4990))
|
|
12
|
+
* **lock:** lock file maintenance ([#382](https://github.com/DarkSheepSoftware/eslint/issues/382)) ([e402a41](https://github.com/DarkSheepSoftware/eslint/commit/e402a4101e9f3cdc2e614dbbe06950d6d6c97cee))
|
|
13
|
+
* **lock:** lock file maintenance ([#389](https://github.com/DarkSheepSoftware/eslint/issues/389)) ([2dbea71](https://github.com/DarkSheepSoftware/eslint/commit/2dbea7106fcdc290311f6f1dca48ae2a6e29ddcc))
|
|
14
|
+
* **pkg:** update dependency @eslint/js to v9.1.1 ([#381](https://github.com/DarkSheepSoftware/eslint/issues/381)) ([86e7256](https://github.com/DarkSheepSoftware/eslint/commit/86e725686e49f57ad4a10015e271cd8add090a9a))
|
|
15
|
+
* **pkg:** update dependency @stylistic/eslint-plugin to v1.7.2 ([#378](https://github.com/DarkSheepSoftware/eslint/issues/378)) ([a36e86a](https://github.com/DarkSheepSoftware/eslint/commit/a36e86a984045ef8ad85eb3ffd8609c14a18cbfa))
|
|
16
|
+
* **pkg:** update dependency @stylistic/eslint-plugin to v1.8.0 ([#394](https://github.com/DarkSheepSoftware/eslint/issues/394)) ([559f4a1](https://github.com/DarkSheepSoftware/eslint/commit/559f4a1afa1f69416f5180e85697c2e3c6798ce0))
|
|
17
|
+
* **pkg:** update dependency eslint-plugin-jest to v28.3.0 ([#388](https://github.com/DarkSheepSoftware/eslint/issues/388)) ([13e3ef2](https://github.com/DarkSheepSoftware/eslint/commit/13e3ef29a388362ce6f3d14965fbe48ca2dee965))
|
|
18
|
+
* **pkg:** update dependency eslint-plugin-n to v17.3.0 ([#386](https://github.com/DarkSheepSoftware/eslint/issues/386)) ([595dbd9](https://github.com/DarkSheepSoftware/eslint/commit/595dbd9a54bd2f8b86c7a671f380915742ebd618))
|
|
19
|
+
* **pkg:** update dependency eslint-plugin-n to v17.3.1 ([#387](https://github.com/DarkSheepSoftware/eslint/issues/387)) ([4ce6ec6](https://github.com/DarkSheepSoftware/eslint/commit/4ce6ec6ed0bdd53108c4e60850b5c9830caca8d6))
|
|
20
|
+
* **pkg:** update dependency eslint-plugin-n to v17.4.0 ([#393](https://github.com/DarkSheepSoftware/eslint/issues/393)) ([df98dc8](https://github.com/DarkSheepSoftware/eslint/commit/df98dc8dc08ab919a6fbc39d0d06c5778a78c9d1))
|
|
21
|
+
* **pkg:** update dependency eslint-plugin-package-json to v0.13.1 ([#391](https://github.com/DarkSheepSoftware/eslint/issues/391)) ([86ef0e5](https://github.com/DarkSheepSoftware/eslint/commit/86ef0e5e462396b877a4b6d541e410389b468a2b))
|
|
22
|
+
* **pkg:** update typescript-eslint monorepo to v7.7.0 ([#377](https://github.com/DarkSheepSoftware/eslint/issues/377)) ([6c8ff75](https://github.com/DarkSheepSoftware/eslint/commit/6c8ff752f28e166fe9f147bcd7f53907cead83de))
|
|
23
|
+
* **pkg:** update typescript-eslint monorepo to v7.7.1 ([#384](https://github.com/DarkSheepSoftware/eslint/issues/384)) ([2bae216](https://github.com/DarkSheepSoftware/eslint/commit/2bae2163f64d39d214459a8c08124dd1e8c9468f))
|
|
24
|
+
* **pkg:** update typescript-eslint monorepo to v7.8.0 ([#392](https://github.com/DarkSheepSoftware/eslint/issues/392)) ([c1b07aa](https://github.com/DarkSheepSoftware/eslint/commit/c1b07aa8517e45f0593169baad139239ab8f6255))
|
|
25
|
+
|
|
26
|
+
## [4.4.5](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.4...v4.4.5) (2024-04-15)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### 📦 Dependencies
|
|
30
|
+
|
|
31
|
+
* **dev:** update dependency @types/eslint to v8.56.8 ([#370](https://github.com/DarkSheepSoftware/eslint/issues/370)) ([beda566](https://github.com/DarkSheepSoftware/eslint/commit/beda566ce0b8d6e00eb8580ca1c5f51a11c7e6fa))
|
|
32
|
+
* **dev:** update dependency @types/eslint to v8.56.9 ([#373](https://github.com/DarkSheepSoftware/eslint/issues/373)) ([eeb7e44](https://github.com/DarkSheepSoftware/eslint/commit/eeb7e44d9a4c3de3bcd61755cf42cd51890e8811))
|
|
33
|
+
* **lock:** lock file maintenance ([#375](https://github.com/DarkSheepSoftware/eslint/issues/375)) ([3d5ef9d](https://github.com/DarkSheepSoftware/eslint/commit/3d5ef9d84f194793d904d21500ebc86abbc5fa49))
|
|
34
|
+
* **pkg:** update dependency eslint-plugin-jsonc to v2.15.1 ([#374](https://github.com/DarkSheepSoftware/eslint/issues/374)) ([d30f9c3](https://github.com/DarkSheepSoftware/eslint/commit/d30f9c36b6de8aa62cebd3ead624ea0774f2b53b))
|
|
35
|
+
* **pkg:** update dependency eslint-plugin-n to v17.2.1 ([#376](https://github.com/DarkSheepSoftware/eslint/issues/376)) ([6297f5c](https://github.com/DarkSheepSoftware/eslint/commit/6297f5c819fcf867fb184452375807ca60c0cb08))
|
|
36
|
+
* **pkg:** update dependency eslint-plugin-package-json to v0.12.2 ([#371](https://github.com/DarkSheepSoftware/eslint/issues/371)) ([9001fce](https://github.com/DarkSheepSoftware/eslint/commit/9001fced5b55ed3b6b4b9ce9c36ba2c611bfbf69))
|
|
37
|
+
|
|
3
38
|
## [4.4.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.3...v4.4.4) (2024-04-10)
|
|
4
39
|
|
|
5
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darksheep/eslint",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.6",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/DarkSheepSoftware/eslint"
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
|
|
26
26
|
"@eslint/eslintrc": "3.0.2",
|
|
27
|
-
"@eslint/js": "9.
|
|
28
|
-
"@stylistic/eslint-plugin": "1.
|
|
29
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
30
|
-
"@typescript-eslint/parser": "7.
|
|
27
|
+
"@eslint/js": "9.1.1",
|
|
28
|
+
"@stylistic/eslint-plugin": "1.8.0",
|
|
29
|
+
"@typescript-eslint/eslint-plugin": "7.8.0",
|
|
30
|
+
"@typescript-eslint/parser": "7.8.0",
|
|
31
31
|
"editorconfig": "2.0.0",
|
|
32
32
|
"eslint": "8.57.0",
|
|
33
33
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
34
34
|
"eslint-plugin-import": "2.29.1",
|
|
35
|
-
"eslint-plugin-jest": "28.
|
|
35
|
+
"eslint-plugin-jest": "28.3.0",
|
|
36
36
|
"eslint-plugin-jsdoc": "48.2.3",
|
|
37
|
-
"eslint-plugin-jsonc": "2.15.
|
|
37
|
+
"eslint-plugin-jsonc": "2.15.1",
|
|
38
38
|
"eslint-plugin-jsx-a11y": "6.8.0",
|
|
39
|
-
"eslint-plugin-n": "17.
|
|
40
|
-
"eslint-plugin-package-json": "0.
|
|
39
|
+
"eslint-plugin-n": "17.4.0",
|
|
40
|
+
"eslint-plugin-package-json": "0.13.1",
|
|
41
41
|
"eslint-plugin-promise": "6.1.1",
|
|
42
42
|
"eslint-plugin-react": "7.34.1",
|
|
43
43
|
"eslint-plugin-regexp": "2.5.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/eslint__js": "~8.42.3",
|
|
55
55
|
"@types/estree": "~1.0.2",
|
|
56
56
|
"@types/node": "~20.12.0",
|
|
57
|
-
"type-fest": "~4.
|
|
57
|
+
"type-fest": "~4.18.0",
|
|
58
58
|
"typescript": "~5.4.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependenciesMeta": {
|
package/types/eslint.config.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default config;
|
|
2
|
-
declare const config: import("eslint").Linter.FlatConfig[];
|
|
2
|
+
declare const config: import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|