@darksheep/eslint 4.4.15 → 4.4.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.4.16](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.15...v4.4.16) (2024-06-10)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **dev:** update dependency @darksheep/eslint-formatter-github to v2 ([#463](https://github.com/DarkSheepSoftware/eslint/issues/463)) ([2cf5713](https://github.com/DarkSheepSoftware/eslint/commit/2cf571350b08ed99534ccee6c754aee514d092dc))
9
+ * **dev:** update dependency type-fest to ~4.20.0 ([#464](https://github.com/DarkSheepSoftware/eslint/issues/464)) ([8701223](https://github.com/DarkSheepSoftware/eslint/commit/8701223513359c5187b964376bd2ef5f856e6aa7))
10
+ * **lock:** lock file maintenance ([#465](https://github.com/DarkSheepSoftware/eslint/issues/465)) ([1041e41](https://github.com/DarkSheepSoftware/eslint/commit/1041e415205e9f5a5e091807a6b466bf91772c4e))
11
+ * **pkg:** update dependency eslint-plugin-jest to v28.6.0 ([#460](https://github.com/DarkSheepSoftware/eslint/issues/460)) ([9b6466a](https://github.com/DarkSheepSoftware/eslint/commit/9b6466acd25b9776a176b4104b733ec778c9ba01))
12
+ * **pkg:** update dependency eslint-plugin-jsdoc to v48.2.9 ([#461](https://github.com/DarkSheepSoftware/eslint/issues/461)) ([85d97b0](https://github.com/DarkSheepSoftware/eslint/commit/85d97b0afab8808e08530f681159d46ae07a5e19))
13
+ * **pkg:** update typescript-eslint monorepo to v7.13.0 ([#466](https://github.com/DarkSheepSoftware/eslint/issues/466)) ([8f64d16](https://github.com/DarkSheepSoftware/eslint/commit/8f64d16b45cdd4c386d42a65f2ae5b3fe3f2f4c5))
14
+
3
15
  ## [4.4.15](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.14...v4.4.15) (2024-06-06)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.4.15",
3
+ "version": "4.4.16",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -26,12 +26,12 @@
26
26
  "@eslint/eslintrc": "3.1.0",
27
27
  "@eslint/js": "9.4.0",
28
28
  "@stylistic/eslint-plugin": "2.1.0",
29
- "@typescript-eslint/eslint-plugin": "7.12.0",
30
- "@typescript-eslint/parser": "7.12.0",
29
+ "@typescript-eslint/eslint-plugin": "7.13.0",
30
+ "@typescript-eslint/parser": "7.13.0",
31
31
  "editorconfig": "2.0.0",
32
32
  "eslint": "8.57.0",
33
- "eslint-plugin-jest": "28.5.0",
34
- "eslint-plugin-jsdoc": "48.2.8",
33
+ "eslint-plugin-jest": "28.6.0",
34
+ "eslint-plugin-jsdoc": "48.2.9",
35
35
  "eslint-plugin-jsonc": "2.16.0",
36
36
  "eslint-plugin-jsx-a11y": "6.8.0",
37
37
  "eslint-plugin-n": "17.8.1",
@@ -46,13 +46,13 @@
46
46
  "jsonc-eslint-parser": "2.4.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@darksheep/eslint-formatter-github": "0.1.0",
49
+ "@darksheep/eslint-formatter-github": "2.0.1",
50
50
  "@types/eslint": "~8.56.0",
51
51
  "@types/eslint__eslintrc": "~2.1.1",
52
52
  "@types/eslint__js": "~8.42.3",
53
53
  "@types/estree": "~1.0.2",
54
54
  "@types/node": "~20.14.0",
55
- "type-fest": "~4.19.0",
55
+ "type-fest": "~4.20.0",
56
56
  "typescript": "~5.4.0"
57
57
  },
58
58
  "peerDependenciesMeta": {