@darksheep/eslint 8.0.6 → 8.1.0

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 +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.1.0](https://github.com/DarkSheepSoftware/eslint/compare/v8.0.7...v8.1.0) (2025-10-09)
4
+
5
+
6
+ ### 🌟 Features
7
+
8
+ * support node 24 in engines ([5724c9d](https://github.com/DarkSheepSoftware/eslint/commit/5724c9da36bce46e0b319572e5fb63e8ca6d9021))
9
+
10
+ ## [8.0.7](https://github.com/DarkSheepSoftware/eslint/compare/v8.0.6...v8.0.7) (2025-10-09)
11
+
12
+
13
+ ### 📦 Dependencies
14
+
15
+ * **pkg:** update dependency @darksheep/environment to v3.2.0 ([#1045](https://github.com/DarkSheepSoftware/eslint/issues/1045)) ([21e3bcf](https://github.com/DarkSheepSoftware/eslint/commit/21e3bcf900df9e0b99bd016100cda16ebf138667))
16
+ * **pkg:** update dependency eslint-plugin-jsdoc to v60.8.3 ([#1039](https://github.com/DarkSheepSoftware/eslint/issues/1039)) ([f37ce56](https://github.com/DarkSheepSoftware/eslint/commit/f37ce5656584bfaf4483cfd6b09db28ae8197583))
17
+ * **pkg:** update dependency eslint-plugin-jsdoc to v61 ([#1042](https://github.com/DarkSheepSoftware/eslint/issues/1042)) ([87656d9](https://github.com/DarkSheepSoftware/eslint/commit/87656d9460f988a260fda6a1e9e509ffb009e9dc))
18
+ * **pkg:** update typescript-eslint monorepo to v8.46.0 ([#1041](https://github.com/DarkSheepSoftware/eslint/issues/1041)) ([e76b11c](https://github.com/DarkSheepSoftware/eslint/commit/e76b11c798cddf61391c4e1f2910aa3d2126570a))
19
+
3
20
  ## [8.0.6](https://github.com/DarkSheepSoftware/eslint/compare/v8.0.5...v8.0.6) (2025-10-04)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "8.0.6",
3
+ "version": "8.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -22,15 +22,15 @@
22
22
  "prepack": "tsc"
23
23
  },
24
24
  "dependencies": {
25
- "@darksheep/environment": "3.1.0",
25
+ "@darksheep/environment": "3.2.0",
26
26
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
27
27
  "@eslint/compat": "1.4.0",
28
28
  "@eslint/js": "9.37.0",
29
29
  "@stylistic/eslint-plugin": "5.4.0",
30
- "@typescript-eslint/eslint-plugin": "8.45.0",
31
- "@typescript-eslint/parser": "8.45.0",
30
+ "@typescript-eslint/eslint-plugin": "8.46.0",
31
+ "@typescript-eslint/parser": "8.46.0",
32
32
  "editorconfig": "3.0.1",
33
- "eslint-plugin-jsdoc": "60.8.0",
33
+ "eslint-plugin-jsdoc": "61.0.1",
34
34
  "eslint-plugin-jsonc": "2.21.0",
35
35
  "eslint-plugin-n": "17.23.1",
36
36
  "eslint-plugin-package-json": "0.56.3",
@@ -47,7 +47,7 @@
47
47
  "yaml-eslint-parser": "1.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@darksheep/eslint-formatter-github": "2.1.0",
50
+ "@darksheep/eslint-formatter-github": "2.2.0",
51
51
  "@types/node": "~22.18.0",
52
52
  "eslint": "~9.37.0",
53
53
  "type-fest": "~5.0.0",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "packageManager": "yarn@4.10.3",
65
65
  "engines": {
66
- "node": "^20 || ^22"
66
+ "node": "^20.13.1 || >=22.2.0"
67
67
  },
68
68
  "volta": {
69
69
  "node": "22.20.0",