@darksheep/eslint 6.4.2 → 6.4.3

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 +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.4.3](https://github.com/DarkSheepSoftware/eslint/compare/v6.4.2...v6.4.3) (2024-09-30)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency eslint-plugin-jsdoc to v50.3.0 ([#652](https://github.com/DarkSheepSoftware/eslint/issues/652)) ([c809a93](https://github.com/DarkSheepSoftware/eslint/commit/c809a9324cd88bc89fdc1884354ddfc2cb44bff2))
9
+ * **pkg:** update dependency eslint-plugin-perfectionist to v3.7.0 ([#647](https://github.com/DarkSheepSoftware/eslint/issues/647)) ([a696685](https://github.com/DarkSheepSoftware/eslint/commit/a6966857ff4d2bef80a195de4d0f6f859cece432))
10
+ * **pkg:** update dependency eslint-plugin-react to v7.37.0 ([#653](https://github.com/DarkSheepSoftware/eslint/issues/653)) ([713dab2](https://github.com/DarkSheepSoftware/eslint/commit/713dab2cc601ba86660c8f4ca499e5325eea7d26))
11
+ * **pkg:** update eslint monorepo to v9.11.0 ([#644](https://github.com/DarkSheepSoftware/eslint/issues/644)) ([bf4acbb](https://github.com/DarkSheepSoftware/eslint/commit/bf4acbb23059fa99decaf9c08dc390d933170ae8))
12
+ * **pkg:** update eslint monorepo to v9.11.1 ([#650](https://github.com/DarkSheepSoftware/eslint/issues/650)) ([9de8ccf](https://github.com/DarkSheepSoftware/eslint/commit/9de8ccf08388320b27a4e0418d731586362ce6f5))
13
+ * **pkg:** update typescript-eslint monorepo to v8.7.0 ([#648](https://github.com/DarkSheepSoftware/eslint/issues/648)) ([80acfae](https://github.com/DarkSheepSoftware/eslint/commit/80acfae97e9ed9e434451375098e1fd02927f6cf))
14
+
3
15
  ## [6.4.2](https://github.com/DarkSheepSoftware/eslint/compare/v6.4.1...v6.4.2) (2024-09-19)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -23,20 +23,20 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
26
- "@eslint/js": "9.10.0",
26
+ "@eslint/js": "9.11.1",
27
27
  "@stylistic/eslint-plugin": "2.8.0",
28
28
  "@types/estree": "1.0.6",
29
29
  "@types/json-schema": "7.0.15",
30
- "@typescript-eslint/eslint-plugin": "8.6.0",
31
- "@typescript-eslint/parser": "8.6.0",
30
+ "@typescript-eslint/eslint-plugin": "8.7.0",
31
+ "@typescript-eslint/parser": "8.7.0",
32
32
  "editorconfig": "2.0.0",
33
- "eslint-plugin-jsdoc": "50.2.4",
33
+ "eslint-plugin-jsdoc": "50.3.0",
34
34
  "eslint-plugin-jsonc": "2.16.0",
35
35
  "eslint-plugin-n": "17.10.3",
36
36
  "eslint-plugin-package-json": "0.15.3",
37
- "eslint-plugin-perfectionist": "3.6.0",
37
+ "eslint-plugin-perfectionist": "3.7.0",
38
38
  "eslint-plugin-promise": "7.1.0",
39
- "eslint-plugin-react": "7.36.1",
39
+ "eslint-plugin-react": "7.37.0",
40
40
  "eslint-plugin-regexp": "2.6.0",
41
41
  "eslint-plugin-security": "3.0.1",
42
42
  "eslint-plugin-unicorn": "55.0.0",
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@darksheep/eslint-formatter-github": "2.0.1",
50
50
  "@types/node": "~20.16.0",
51
- "eslint": "~9.10.0",
51
+ "eslint": "~9.11.0",
52
52
  "type-fest": "~4.26.0",
53
53
  "typescript": "~5.6.0"
54
54
  },