@darksheep/eslint 4.3.2 → 4.3.4
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.3.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.3...v4.3.4) (2024-03-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 📦 Dependencies
|
|
7
|
+
|
|
8
|
+
* **dev:** update dependency @types/eslint to v8.56.6 ([#311](https://github.com/DarkSheepSoftware/eslint/issues/311)) ([c892ae7](https://github.com/DarkSheepSoftware/eslint/commit/c892ae734603c0597268cfd11558c34f15ffd16c))
|
|
9
|
+
* **dev:** update dependency @types/node to v20.11.29 ([#307](https://github.com/DarkSheepSoftware/eslint/issues/307)) ([b2b0c3b](https://github.com/DarkSheepSoftware/eslint/commit/b2b0c3bdb5175a5fc0eee690472e10129bd72d58))
|
|
10
|
+
* **dev:** update dependency type-fest to ~4.13.0 ([#309](https://github.com/DarkSheepSoftware/eslint/issues/309)) ([60d1b9f](https://github.com/DarkSheepSoftware/eslint/commit/60d1b9fe3246047d079bb4e35a38b985e2170c8d))
|
|
11
|
+
* **pkg:** update dependency eslint-plugin-jsonc to v2.14.1 ([#308](https://github.com/DarkSheepSoftware/eslint/issues/308)) ([0542788](https://github.com/DarkSheepSoftware/eslint/commit/05427885cf84df74e056eb6b1de85c18a5922dfa))
|
|
12
|
+
* **pkg:** update typescript-eslint monorepo to ~7.3.0 ([#306](https://github.com/DarkSheepSoftware/eslint/issues/306)) ([8524432](https://github.com/DarkSheepSoftware/eslint/commit/852443278266046536b1b7fd3c0ac3d25a5b0d2d))
|
|
13
|
+
|
|
14
|
+
## [4.3.3](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.2...v4.3.3) (2024-03-18)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### 📦 Dependencies
|
|
18
|
+
|
|
19
|
+
* **lock:** lock file maintenance ([#303](https://github.com/DarkSheepSoftware/eslint/issues/303)) ([d05944b](https://github.com/DarkSheepSoftware/eslint/commit/d05944bf37e20a36ec143895d8a0d4adf210b546))
|
|
20
|
+
* **pkg:** update dependency eslint-plugin-jsonc to ~2.14.0 ([#305](https://github.com/DarkSheepSoftware/eslint/issues/305)) ([a419e93](https://github.com/DarkSheepSoftware/eslint/commit/a419e93be3246e05d936785e7ef527565ed65e39))
|
|
21
|
+
|
|
3
22
|
## [4.3.2](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.1...v4.3.2) (2024-03-16)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darksheep/eslint",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/DarkSheepSoftware/eslint"
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"@eslint/eslintrc": "~3.0.0",
|
|
27
27
|
"@eslint/js": "~8.57.0",
|
|
28
28
|
"@stylistic/eslint-plugin": "~1.7.0",
|
|
29
|
-
"@typescript-eslint/eslint-plugin": "~7.
|
|
30
|
-
"@typescript-eslint/parser": "~7.
|
|
29
|
+
"@typescript-eslint/eslint-plugin": "~7.3.0",
|
|
30
|
+
"@typescript-eslint/parser": "~7.3.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.0",
|
|
35
35
|
"eslint-plugin-jest": "~27.9.0",
|
|
36
36
|
"eslint-plugin-jsdoc": "~48.2.0",
|
|
37
|
-
"eslint-plugin-jsonc": "~2.
|
|
37
|
+
"eslint-plugin-jsonc": "~2.14.0",
|
|
38
38
|
"eslint-plugin-jsx-a11y": "~6.8.0",
|
|
39
39
|
"eslint-plugin-n": "~17.0.0-0",
|
|
40
40
|
"eslint-plugin-package-json": "~0.10.4",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/eslint__js": "~8.42.3",
|
|
54
54
|
"@types/estree": "~1.0.2",
|
|
55
55
|
"@types/node": "~20.11.0",
|
|
56
|
-
"type-fest": "~4.
|
|
56
|
+
"type-fest": "~4.13.0",
|
|
57
57
|
"typescript": "~5.4.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependenciesMeta": {
|