@darksheep/eslint 7.0.0 → 7.0.1

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 +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.0.1](https://github.com/DarkSheepSoftware/eslint/compare/v7.0.0...v7.0.1) (2025-04-14)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.5.0 ([#882](https://github.com/DarkSheepSoftware/eslint/issues/882)) ([64367f9](https://github.com/DarkSheepSoftware/eslint/commit/64367f9b05ca47cf305abddd142e181dbb79a562))
9
+ * **pkg:** update dependency @eslint/compat to v1.2.8 ([#875](https://github.com/DarkSheepSoftware/eslint/issues/875)) ([86432d9](https://github.com/DarkSheepSoftware/eslint/commit/86432d93f1c40a0b34c11d8f2be2594fd682729d))
10
+ * **pkg:** update dependency eslint-plugin-jsdoc to v50.6.9 ([#865](https://github.com/DarkSheepSoftware/eslint/issues/865)) ([d5e1828](https://github.com/DarkSheepSoftware/eslint/commit/d5e1828c07de6338763e2ee34a7ae6a49b4d1079))
11
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.20.0 ([#871](https://github.com/DarkSheepSoftware/eslint/issues/871)) ([6a4672b](https://github.com/DarkSheepSoftware/eslint/commit/6a4672bcf22b102e865c2746c3c3f5983d7bf767))
12
+ * **pkg:** update dependency eslint-plugin-n to v17.17.0 ([#872](https://github.com/DarkSheepSoftware/eslint/issues/872)) ([4dc33e4](https://github.com/DarkSheepSoftware/eslint/commit/4dc33e47d657f32447bf0f03a6e62b01ebb0f779))
13
+ * **pkg:** update dependency eslint-plugin-package-json to v0.29.1 ([#881](https://github.com/DarkSheepSoftware/eslint/issues/881)) ([9a13338](https://github.com/DarkSheepSoftware/eslint/commit/9a13338977e4f387b73862fc64e2244d4a7dafda))
14
+ * **pkg:** update dependency eslint-plugin-perfectionist to v4.11.0 ([#876](https://github.com/DarkSheepSoftware/eslint/issues/876)) ([b3914d4](https://github.com/DarkSheepSoftware/eslint/commit/b3914d4eba93c8958cbdbc28c9a6857faeb7db0f))
15
+ * **pkg:** update dependency eslint-plugin-react to v7.37.5 ([#878](https://github.com/DarkSheepSoftware/eslint/issues/878)) ([1ca81f4](https://github.com/DarkSheepSoftware/eslint/commit/1ca81f448f20c49a79bf7d4451f6aa8bdf978934))
16
+ * **pkg:** update dependency eslint-plugin-unicorn to v58 ([#869](https://github.com/DarkSheepSoftware/eslint/issues/869)) ([466c75a](https://github.com/DarkSheepSoftware/eslint/commit/466c75ae2d1b6b3d043ec3da0d9d0075a431f7b8))
17
+ * **pkg:** update eslint monorepo to v9.24.0 ([#864](https://github.com/DarkSheepSoftware/eslint/issues/864)) ([912def6](https://github.com/DarkSheepSoftware/eslint/commit/912def61cb5300093e6f8b0add37f44a25fc0dec))
18
+ * **pkg:** update typescript-eslint monorepo to v8.29.1 ([#870](https://github.com/DarkSheepSoftware/eslint/issues/870)) ([5ea9b67](https://github.com/DarkSheepSoftware/eslint/commit/5ea9b67491b9bd5442a20315460e53dd5dd91ada))
19
+
3
20
  ## [7.0.0](https://github.com/DarkSheepSoftware/eslint/compare/v6.9.0...v7.0.0) (2025-03-21)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -23,24 +23,24 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@darksheep/environment": "3.1.0",
26
- "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
27
- "@eslint/compat": "1.2.7",
28
- "@eslint/js": "9.22.0",
26
+ "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
27
+ "@eslint/compat": "1.2.8",
28
+ "@eslint/js": "9.24.0",
29
29
  "@stylistic/eslint-plugin": "4.2.0",
30
- "@typescript-eslint/eslint-plugin": "8.27.0",
31
- "@typescript-eslint/parser": "8.27.0",
30
+ "@typescript-eslint/eslint-plugin": "8.29.1",
31
+ "@typescript-eslint/parser": "8.29.1",
32
32
  "editorconfig": "2.0.1",
33
- "eslint-plugin-jsdoc": "50.6.8",
34
- "eslint-plugin-jsonc": "2.19.1",
35
- "eslint-plugin-n": "17.16.2",
36
- "eslint-plugin-package-json": "0.29.0",
37
- "eslint-plugin-perfectionist": "4.10.1",
33
+ "eslint-plugin-jsdoc": "50.6.9",
34
+ "eslint-plugin-jsonc": "2.20.0",
35
+ "eslint-plugin-n": "17.17.0",
36
+ "eslint-plugin-package-json": "0.29.1",
37
+ "eslint-plugin-perfectionist": "4.11.0",
38
38
  "eslint-plugin-promise": "7.2.1",
39
- "eslint-plugin-react": "7.37.4",
39
+ "eslint-plugin-react": "7.37.5",
40
40
  "eslint-plugin-react-native": "5.0.0",
41
41
  "eslint-plugin-regexp": "2.7.0",
42
42
  "eslint-plugin-security": "3.0.1",
43
- "eslint-plugin-unicorn": "57.0.0",
43
+ "eslint-plugin-unicorn": "58.0.0",
44
44
  "eslint-plugin-unused-imports": "4.1.4",
45
45
  "eslint-plugin-yml": "1.17.0",
46
46
  "jsonc-eslint-parser": "2.4.0",
@@ -48,9 +48,9 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@darksheep/eslint-formatter-github": "2.1.0",
51
- "@types/node": "~22.13.0",
52
- "eslint": "~9.22.0",
53
- "type-fest": "~4.37.0",
51
+ "@types/node": "~22.14.0",
52
+ "eslint": "~9.24.0",
53
+ "type-fest": "~4.39.0",
54
54
  "typescript": "~5.8.0"
55
55
  },
56
56
  "peerDependenciesMeta": {
@@ -61,12 +61,12 @@
61
61
  "optional": true
62
62
  }
63
63
  },
64
- "packageManager": "yarn@4.7.0",
64
+ "packageManager": "yarn@4.9.1",
65
65
  "engines": {
66
66
  "node": "^20 || ^22"
67
67
  },
68
68
  "volta": {
69
69
  "node": "22.14.0",
70
- "yarn": "4.7.0"
70
+ "yarn": "4.9.1"
71
71
  }
72
72
  }