@darksheep/eslint 7.0.3 → 7.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.0.4](https://github.com/DarkSheepSoftware/eslint/compare/v7.0.3...v7.0.4) (2025-06-23)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency @eslint/compat to v1.3.0 ([#933](https://github.com/DarkSheepSoftware/eslint/issues/933)) ([58c0c2e](https://github.com/DarkSheepSoftware/eslint/commit/58c0c2ef92d90fd957357989b5e5ad247acde82f))
9
+ * **pkg:** update dependency @stylistic/eslint-plugin to v4.4.1 ([#931](https://github.com/DarkSheepSoftware/eslint/issues/931)) ([38be175](https://github.com/DarkSheepSoftware/eslint/commit/38be175542edb2dd83cf68f6402032bbc9f9d1a6))
10
+ * **pkg:** update dependency editorconfig to v3 ([#932](https://github.com/DarkSheepSoftware/eslint/issues/932)) ([07d4528](https://github.com/DarkSheepSoftware/eslint/commit/07d452847584757ae288edb7e1a02e88b2a0ddd3))
11
+ * **pkg:** update dependency eslint-plugin-jsdoc to v51 ([#934](https://github.com/DarkSheepSoftware/eslint/issues/934)) ([90c3ac8](https://github.com/DarkSheepSoftware/eslint/commit/90c3ac8cb4a7736342e2debe9078e72758fed413))
12
+ * **pkg:** update dependency eslint-plugin-jsdoc to v51.2.1 ([#936](https://github.com/DarkSheepSoftware/eslint/issues/936)) ([6a33cbc](https://github.com/DarkSheepSoftware/eslint/commit/6a33cbcd52fdde7a076f404f3d78ec82285dff73))
13
+ * **pkg:** update dependency eslint-plugin-n to v17.20.0 ([#926](https://github.com/DarkSheepSoftware/eslint/issues/926)) ([2750e25](https://github.com/DarkSheepSoftware/eslint/commit/2750e25208acc3f8522eb853ee561552d3abed9b))
14
+ * **pkg:** update dependency eslint-plugin-package-json to v0.40.4 ([#923](https://github.com/DarkSheepSoftware/eslint/issues/923)) ([939df2e](https://github.com/DarkSheepSoftware/eslint/commit/939df2ebbedff1f5cb09cc5c28a4ec2bb8c68326))
15
+ * **pkg:** update dependency eslint-plugin-perfectionist to v4.15.0 ([#929](https://github.com/DarkSheepSoftware/eslint/issues/929)) ([55705ad](https://github.com/DarkSheepSoftware/eslint/commit/55705ad278908c86568e6799651690a0d1ab4961))
16
+ * **pkg:** update dependency eslint-plugin-regexp to v2.9.0 ([#930](https://github.com/DarkSheepSoftware/eslint/issues/930)) ([9c6f830](https://github.com/DarkSheepSoftware/eslint/commit/9c6f83086e42098532c40a9b3986bb7c00cc0589))
17
+ * **pkg:** update eslint monorepo to v9.29.0 ([#922](https://github.com/DarkSheepSoftware/eslint/issues/922)) ([a920659](https://github.com/DarkSheepSoftware/eslint/commit/a920659a22cd765d3bc6d5c91ac5df9b374009a8))
18
+ * **pkg:** update typescript-eslint monorepo to v8.34.1 ([#927](https://github.com/DarkSheepSoftware/eslint/issues/927)) ([3913a3b](https://github.com/DarkSheepSoftware/eslint/commit/3913a3bf3bc47442722d6359ebefef24a4f6232d))
19
+
3
20
  ## [7.0.3](https://github.com/DarkSheepSoftware/eslint/compare/v7.0.2...v7.0.3) (2025-05-28)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -24,21 +24,21 @@
24
24
  "dependencies": {
25
25
  "@darksheep/environment": "3.1.0",
26
26
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
27
- "@eslint/compat": "1.2.9",
28
- "@eslint/js": "9.27.0",
29
- "@stylistic/eslint-plugin": "4.4.0",
30
- "@typescript-eslint/eslint-plugin": "8.33.0",
31
- "@typescript-eslint/parser": "8.33.0",
32
- "editorconfig": "2.0.1",
33
- "eslint-plugin-jsdoc": "50.6.17",
27
+ "@eslint/compat": "1.3.0",
28
+ "@eslint/js": "9.29.0",
29
+ "@stylistic/eslint-plugin": "4.4.1",
30
+ "@typescript-eslint/eslint-plugin": "8.34.1",
31
+ "@typescript-eslint/parser": "8.34.1",
32
+ "editorconfig": "3.0.0",
33
+ "eslint-plugin-jsdoc": "51.2.1",
34
34
  "eslint-plugin-jsonc": "2.20.1",
35
- "eslint-plugin-n": "17.18.0",
36
- "eslint-plugin-package-json": "0.31.0",
37
- "eslint-plugin-perfectionist": "4.13.0",
35
+ "eslint-plugin-n": "17.20.0",
36
+ "eslint-plugin-package-json": "0.40.4",
37
+ "eslint-plugin-perfectionist": "4.15.0",
38
38
  "eslint-plugin-promise": "7.2.1",
39
39
  "eslint-plugin-react": "7.37.5",
40
40
  "eslint-plugin-react-native": "5.0.0",
41
- "eslint-plugin-regexp": "2.7.0",
41
+ "eslint-plugin-regexp": "2.9.0",
42
42
  "eslint-plugin-security": "3.0.1",
43
43
  "eslint-plugin-unicorn": "59.0.1",
44
44
  "eslint-plugin-unused-imports": "4.1.4",
@@ -49,7 +49,7 @@
49
49
  "devDependencies": {
50
50
  "@darksheep/eslint-formatter-github": "2.1.0",
51
51
  "@types/node": "~22.15.0",
52
- "eslint": "~9.27.0",
52
+ "eslint": "~9.29.0",
53
53
  "type-fest": "~4.41.0",
54
54
  "typescript": "~5.8.0"
55
55
  },
@@ -61,12 +61,12 @@
61
61
  "optional": true
62
62
  }
63
63
  },
64
- "packageManager": "yarn@4.9.1",
64
+ "packageManager": "yarn@4.9.2",
65
65
  "engines": {
66
66
  "node": "^20 || ^22"
67
67
  },
68
68
  "volta": {
69
69
  "node": "22.16.0",
70
- "yarn": "4.9.1"
70
+ "yarn": "4.9.2"
71
71
  }
72
72
  }