@darksheep/eslint 4.4.12 → 4.4.14
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 +23 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.4.14](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.13...v4.4.14) (2024-06-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 📦 Dependencies
|
|
7
|
+
|
|
8
|
+
* **dev:** update dependency @types/node to v20.14.2 ([#454](https://github.com/DarkSheepSoftware/eslint/issues/454)) ([b38ea15](https://github.com/DarkSheepSoftware/eslint/commit/b38ea1576bab92c2c3b60fd70af2675687da4601))
|
|
9
|
+
* **pkg:** update dependency eslint-plugin-n to v17.8.0 ([#455](https://github.com/DarkSheepSoftware/eslint/issues/455)) ([a8c062d](https://github.com/DarkSheepSoftware/eslint/commit/a8c062dc5f47492123a6dd7b1daa479e52345a9a))
|
|
10
|
+
|
|
11
|
+
## [4.4.13](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.12...v4.4.13) (2024-06-04)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### 📦 Dependencies
|
|
15
|
+
|
|
16
|
+
* **dev:** update dependency @types/node to ~20.14.0 ([#448](https://github.com/DarkSheepSoftware/eslint/issues/448)) ([c51cd2e](https://github.com/DarkSheepSoftware/eslint/commit/c51cd2ea5bcbf2fee114b6cdb037be3ac26080ce))
|
|
17
|
+
* **dev:** update dependency @types/node to v20.12.13 ([#444](https://github.com/DarkSheepSoftware/eslint/issues/444)) ([8d977a3](https://github.com/DarkSheepSoftware/eslint/commit/8d977a392b79d75eadae24a316d07d2625c51cf4))
|
|
18
|
+
* **dev:** update dependency @types/node to v20.14.1 ([#453](https://github.com/DarkSheepSoftware/eslint/issues/453)) ([c1dbef8](https://github.com/DarkSheepSoftware/eslint/commit/c1dbef846e2ad20d3c17ff07acb095586addf5e2))
|
|
19
|
+
* **dev:** update dependency type-fest to ~4.19.0 ([#452](https://github.com/DarkSheepSoftware/eslint/issues/452)) ([1faa32f](https://github.com/DarkSheepSoftware/eslint/commit/1faa32f4593bfcf96dfc6421186cfc7f150f3f02))
|
|
20
|
+
* **lock:** lock file maintenance ([#450](https://github.com/DarkSheepSoftware/eslint/issues/450)) ([d191f9d](https://github.com/DarkSheepSoftware/eslint/commit/d191f9d1065b2f0a21837779103e440c201e106d))
|
|
21
|
+
* **pkg:** update dependency @eslint/js to v9.4.0 ([#449](https://github.com/DarkSheepSoftware/eslint/issues/449)) ([7a548f9](https://github.com/DarkSheepSoftware/eslint/commit/7a548f923fb2b3c54ea24a1af571c8a75d09b571))
|
|
22
|
+
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.7 ([#445](https://github.com/DarkSheepSoftware/eslint/issues/445)) ([420ec90](https://github.com/DarkSheepSoftware/eslint/commit/420ec90e7e117866687b09af2a7cda50bbcc0f11))
|
|
23
|
+
* **pkg:** update dependency eslint-plugin-package-json to v0.14.0 ([#446](https://github.com/DarkSheepSoftware/eslint/issues/446)) ([3bd99cc](https://github.com/DarkSheepSoftware/eslint/commit/3bd99ccf06e176aa2d7b457450175562e4e59a20))
|
|
24
|
+
* **pkg:** update typescript-eslint monorepo to v7.12.0 ([#451](https://github.com/DarkSheepSoftware/eslint/issues/451)) ([cd1a994](https://github.com/DarkSheepSoftware/eslint/commit/cd1a994ac000481ca4e7f30126d6789d04cb959a))
|
|
25
|
+
|
|
3
26
|
## [4.4.12](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.11...v4.4.12) (2024-05-28)
|
|
4
27
|
|
|
5
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darksheep/eslint",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.14",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/DarkSheepSoftware/eslint"
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
|
|
26
26
|
"@eslint/eslintrc": "3.1.0",
|
|
27
|
-
"@eslint/js": "9.
|
|
27
|
+
"@eslint/js": "9.4.0",
|
|
28
28
|
"@stylistic/eslint-plugin": "2.1.0",
|
|
29
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
30
|
-
"@typescript-eslint/parser": "7.
|
|
29
|
+
"@typescript-eslint/eslint-plugin": "7.12.0",
|
|
30
|
+
"@typescript-eslint/parser": "7.12.0",
|
|
31
31
|
"editorconfig": "2.0.0",
|
|
32
32
|
"eslint": "8.57.0",
|
|
33
33
|
"eslint-plugin-jest": "28.5.0",
|
|
34
|
-
"eslint-plugin-jsdoc": "48.2.
|
|
34
|
+
"eslint-plugin-jsdoc": "48.2.7",
|
|
35
35
|
"eslint-plugin-jsonc": "2.16.0",
|
|
36
36
|
"eslint-plugin-jsx-a11y": "6.8.0",
|
|
37
|
-
"eslint-plugin-n": "17.
|
|
38
|
-
"eslint-plugin-package-json": "0.
|
|
37
|
+
"eslint-plugin-n": "17.8.0",
|
|
38
|
+
"eslint-plugin-package-json": "0.14.0",
|
|
39
39
|
"eslint-plugin-promise": "6.2.0",
|
|
40
40
|
"eslint-plugin-react": "7.34.2",
|
|
41
41
|
"eslint-plugin-regexp": "2.6.0",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@types/eslint__eslintrc": "~2.1.1",
|
|
52
52
|
"@types/eslint__js": "~8.42.3",
|
|
53
53
|
"@types/estree": "~1.0.2",
|
|
54
|
-
"@types/node": "~20.
|
|
55
|
-
"type-fest": "~4.
|
|
54
|
+
"@types/node": "~20.14.0",
|
|
55
|
+
"type-fest": "~4.19.0",
|
|
56
56
|
"typescript": "~5.4.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependenciesMeta": {
|