@darksheep/eslint 6.6.3 → 6.6.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 +11 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.4](https://github.com/DarkSheepSoftware/eslint/compare/v6.6.3...v6.6.4) (2024-10-29)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.4.1 ([#702](https://github.com/DarkSheepSoftware/eslint/issues/702)) ([9fcbb10](https://github.com/DarkSheepSoftware/eslint/commit/9fcbb1001e12ac86bffded26a297299afbe5bd68))
9
+ * **pkg:** update dependency eslint-plugin-react to v7.37.2 ([#699](https://github.com/DarkSheepSoftware/eslint/issues/699)) ([103ccb1](https://github.com/DarkSheepSoftware/eslint/commit/103ccb112915d3cab7b1cd1ccbc3679a56825dff))
10
+ * **pkg:** update typescript-eslint monorepo to v8.11.0 ([#698](https://github.com/DarkSheepSoftware/eslint/issues/698)) ([ae144da](https://github.com/DarkSheepSoftware/eslint/commit/ae144da413798df80d200d9466a5cad3fecb9be2))
11
+ * **pkg:** update typescript-eslint monorepo to v8.12.0 ([#704](https://github.com/DarkSheepSoftware/eslint/issues/704)) ([318aaad](https://github.com/DarkSheepSoftware/eslint/commit/318aaad62a70fad4ec43fa2756db93ab17165236))
12
+ * **pkg:** update typescript-eslint monorepo to v8.12.1 ([#705](https://github.com/DarkSheepSoftware/eslint/issues/705)) ([8c45420](https://github.com/DarkSheepSoftware/eslint/commit/8c4542096630f101840928803b6de32577dee21f))
13
+
3
14
  ## [6.6.3](https://github.com/DarkSheepSoftware/eslint/compare/v6.6.2...v6.6.3) (2024-10-18)
4
15
 
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "6.6.3",
3
+ "version": "6.6.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@darksheep/environment": "3.0.9",
26
- "@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
26
+ "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
27
27
  "@eslint/js": "9.13.0",
28
28
  "@stylistic/eslint-plugin": "2.9.0",
29
- "@typescript-eslint/eslint-plugin": "8.10.0",
30
- "@typescript-eslint/parser": "8.10.0",
29
+ "@typescript-eslint/eslint-plugin": "8.12.1",
30
+ "@typescript-eslint/parser": "8.12.1",
31
31
  "editorconfig": "2.0.0",
32
32
  "eslint-plugin-jsdoc": "50.4.3",
33
33
  "eslint-plugin-jsonc": "2.16.0",
@@ -35,7 +35,7 @@
35
35
  "eslint-plugin-package-json": "0.15.4",
36
36
  "eslint-plugin-perfectionist": "3.9.1",
37
37
  "eslint-plugin-promise": "7.1.0",
38
- "eslint-plugin-react": "7.37.1",
38
+ "eslint-plugin-react": "7.37.2",
39
39
  "eslint-plugin-regexp": "2.6.0",
40
40
  "eslint-plugin-security": "3.0.1",
41
41
  "eslint-plugin-unicorn": "56.0.0",
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@darksheep/eslint-formatter-github": "2.0.1",
49
- "@types/node": "~20.16.0",
50
- "eslint": "~9.12.0",
49
+ "@types/node": "~22.8.0",
50
+ "eslint": "~9.13.0",
51
51
  "type-fest": "~4.26.0",
52
52
  "typescript": "~5.6.0"
53
53
  },