@darksheep/eslint 8.0.1 → 8.0.2

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 +14 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.2](https://github.com/DarkSheepSoftware/eslint/compare/v8.0.1...v8.0.2) (2025-08-12)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency @eslint/compat to v1.3.2 ([#974](https://github.com/DarkSheepSoftware/eslint/issues/974)) ([c6a42d1](https://github.com/DarkSheepSoftware/eslint/commit/c6a42d151f555ab8e59bdd90c8111ba3e9096723))
9
+ * **pkg:** update dependency @stylistic/eslint-plugin to v5.2.3 ([#975](https://github.com/DarkSheepSoftware/eslint/issues/975)) ([73413f0](https://github.com/DarkSheepSoftware/eslint/commit/73413f0614fc12e248f343c5fd140b25648cb9eb))
10
+ * **pkg:** update dependency eslint-plugin-jsdoc to v52.0.4 ([#971](https://github.com/DarkSheepSoftware/eslint/issues/971)) ([a371225](https://github.com/DarkSheepSoftware/eslint/commit/a3712254fcfe997cbde07d3d7f0144c4f15889cc))
11
+ * **pkg:** update dependency eslint-plugin-jsdoc to v53 ([#982](https://github.com/DarkSheepSoftware/eslint/issues/982)) ([3306ebc](https://github.com/DarkSheepSoftware/eslint/commit/3306ebc575e07517ebaaa5458ddef00fbb911a37))
12
+ * **pkg:** update dependency eslint-plugin-package-json to v0.52.1 ([#972](https://github.com/DarkSheepSoftware/eslint/issues/972)) ([e2bf03f](https://github.com/DarkSheepSoftware/eslint/commit/e2bf03f957357cc37e62453b4ff536a9ad2443bf))
13
+ * **pkg:** update dependency eslint-plugin-regexp to v2.10.0 ([#973](https://github.com/DarkSheepSoftware/eslint/issues/973)) ([90b74b3](https://github.com/DarkSheepSoftware/eslint/commit/90b74b31edb157a0b3e1a169c63b645775f3da59))
14
+ * **pkg:** update eslint monorepo to v9.33.0 ([#978](https://github.com/DarkSheepSoftware/eslint/issues/978)) ([60c60a3](https://github.com/DarkSheepSoftware/eslint/commit/60c60a377ee932ca3640bf6f3c054969373998e2))
15
+ * **pkg:** update typescript-eslint monorepo to v8.39.1 ([#981](https://github.com/DarkSheepSoftware/eslint/issues/981)) ([c341543](https://github.com/DarkSheepSoftware/eslint/commit/c341543e5c00e87594880568cfa750057c25054c))
16
+
3
17
  ## [8.0.1](https://github.com/DarkSheepSoftware/eslint/compare/v8.0.0...v8.0.1) (2025-08-06)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "8.0.1",
3
+ "version": "8.0.2",
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.3.1",
28
- "@eslint/js": "9.32.0",
29
- "@stylistic/eslint-plugin": "5.2.2",
30
- "@typescript-eslint/eslint-plugin": "8.39.0",
31
- "@typescript-eslint/parser": "8.39.0",
27
+ "@eslint/compat": "1.3.2",
28
+ "@eslint/js": "9.33.0",
29
+ "@stylistic/eslint-plugin": "5.2.3",
30
+ "@typescript-eslint/eslint-plugin": "8.39.1",
31
+ "@typescript-eslint/parser": "8.39.1",
32
32
  "editorconfig": "3.0.1",
33
- "eslint-plugin-jsdoc": "52.0.3",
33
+ "eslint-plugin-jsdoc": "53.0.1",
34
34
  "eslint-plugin-jsonc": "2.20.1",
35
35
  "eslint-plugin-n": "17.21.3",
36
- "eslint-plugin-package-json": "0.51.0",
36
+ "eslint-plugin-package-json": "0.52.1",
37
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.9.1",
41
+ "eslint-plugin-regexp": "2.10.0",
42
42
  "eslint-plugin-security": "3.0.1",
43
43
  "eslint-plugin-unicorn": "60.0.0",
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.17.0",
52
- "eslint": "~9.32.0",
52
+ "eslint": "~9.33.0",
53
53
  "type-fest": "~4.41.0",
54
54
  "typescript": "~5.9.0"
55
55
  },