@darksheep/eslint 6.7.2 → 6.7.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 +27 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.4](https://github.com/DarkSheepSoftware/eslint/compare/v6.7.3...v6.7.4) (2024-12-21)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency @stylistic/eslint-plugin to v2.12.0 ([#777](https://github.com/DarkSheepSoftware/eslint/issues/777)) ([f5f0483](https://github.com/DarkSheepSoftware/eslint/commit/f5f0483135262cb1e43ffd5acf4938dbdbb7e918))
9
+ * **pkg:** update dependency @stylistic/eslint-plugin to v2.12.1 ([#781](https://github.com/DarkSheepSoftware/eslint/issues/781)) ([fada955](https://github.com/DarkSheepSoftware/eslint/commit/fada955f552651bba5afb4116f0f0c85d1cf6943))
10
+ * **pkg:** update dependency eslint-plugin-jsdoc to v50.6.1 ([#780](https://github.com/DarkSheepSoftware/eslint/issues/780)) ([c02348f](https://github.com/DarkSheepSoftware/eslint/commit/c02348f4ba2b5c11881866775791be83cb424005))
11
+ * **pkg:** update dependency eslint-plugin-n to v17.15.0 ([#779](https://github.com/DarkSheepSoftware/eslint/issues/779)) ([7520845](https://github.com/DarkSheepSoftware/eslint/commit/75208459cc52bdfc8dbf78791f994a005a905bc1))
12
+ * **pkg:** update dependency eslint-plugin-n to v17.15.1 ([#789](https://github.com/DarkSheepSoftware/eslint/issues/789)) ([435d02d](https://github.com/DarkSheepSoftware/eslint/commit/435d02d39c1e08d610284eb15e57e8380fff356f))
13
+ * **pkg:** update dependency eslint-plugin-package-json to v0.17.0 ([#767](https://github.com/DarkSheepSoftware/eslint/issues/767)) ([763cad7](https://github.com/DarkSheepSoftware/eslint/commit/763cad73d901a5a61ee7c67fbadd623049c4b311))
14
+ * **pkg:** update dependency eslint-plugin-package-json to v0.18.0 ([#775](https://github.com/DarkSheepSoftware/eslint/issues/775)) ([4e5b09d](https://github.com/DarkSheepSoftware/eslint/commit/4e5b09d847207e32642de3df2af52fbab53c630c))
15
+ * **pkg:** update dependency eslint-plugin-perfectionist to v4.2.0 ([#773](https://github.com/DarkSheepSoftware/eslint/issues/773)) ([40b550f](https://github.com/DarkSheepSoftware/eslint/commit/40b550f7458adc21f7b45792e1b44f768078b4e5))
16
+ * **pkg:** update dependency eslint-plugin-perfectionist to v4.3.0 ([#783](https://github.com/DarkSheepSoftware/eslint/issues/783)) ([4ae5a63](https://github.com/DarkSheepSoftware/eslint/commit/4ae5a630f9554cd93b41c0bec9db48fdf94cca22))
17
+ * **pkg:** update dependency eslint-plugin-perfectionist to v4.4.0 ([#788](https://github.com/DarkSheepSoftware/eslint/issues/788)) ([e867e2b](https://github.com/DarkSheepSoftware/eslint/commit/e867e2b4fb1c9f591ee39079472d159d351853a1))
18
+ * **pkg:** update eslint monorepo to v9.17.0 ([#785](https://github.com/DarkSheepSoftware/eslint/issues/785)) ([6e514c0](https://github.com/DarkSheepSoftware/eslint/commit/6e514c044084e9b6db1d006d328241a4d51197fd))
19
+ * **pkg:** update typescript-eslint monorepo to v8.17.0 ([#770](https://github.com/DarkSheepSoftware/eslint/issues/770)) ([f29ca0a](https://github.com/DarkSheepSoftware/eslint/commit/f29ca0a219c037bdc8c7323fc111ead76e95e687))
20
+ * **pkg:** update typescript-eslint monorepo to v8.18.0 ([#778](https://github.com/DarkSheepSoftware/eslint/issues/778)) ([9f07562](https://github.com/DarkSheepSoftware/eslint/commit/9f0756255b34da1ce9233045e2b663b1b97d958b))
21
+ * **pkg:** update typescript-eslint monorepo to v8.18.1 ([#786](https://github.com/DarkSheepSoftware/eslint/issues/786)) ([e7396d8](https://github.com/DarkSheepSoftware/eslint/commit/e7396d8ddb83a44dda3f3fa5cf13994d1d20269c))
22
+
23
+ ## [6.7.3](https://github.com/DarkSheepSoftware/eslint/compare/v6.7.2...v6.7.3) (2024-11-30)
24
+
25
+
26
+ ### 📦 Dependencies
27
+
28
+ * **pkg:** update dependency eslint-plugin-yml to v1.16.0 ([#765](https://github.com/DarkSheepSoftware/eslint/issues/765)) ([d7fc9f5](https://github.com/DarkSheepSoftware/eslint/commit/d7fc9f5a2ed270f3848fe2dc680b87da47202110))
29
+
3
30
  ## [6.7.2](https://github.com/DarkSheepSoftware/eslint/compare/v6.7.1...v6.7.2) (2024-11-30)
4
31
 
5
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "6.7.2",
3
+ "version": "6.7.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -24,31 +24,31 @@
24
24
  "dependencies": {
25
25
  "@darksheep/environment": "3.1.0",
26
26
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
27
- "@eslint/js": "9.16.0",
28
- "@stylistic/eslint-plugin": "2.11.0",
29
- "@typescript-eslint/eslint-plugin": "8.16.0",
30
- "@typescript-eslint/parser": "8.16.0",
27
+ "@eslint/js": "9.17.0",
28
+ "@stylistic/eslint-plugin": "2.12.1",
29
+ "@typescript-eslint/eslint-plugin": "8.18.1",
30
+ "@typescript-eslint/parser": "8.18.1",
31
31
  "editorconfig": "2.0.0",
32
- "eslint-plugin-jsdoc": "50.6.0",
32
+ "eslint-plugin-jsdoc": "50.6.1",
33
33
  "eslint-plugin-jsonc": "2.18.2",
34
- "eslint-plugin-n": "17.14.0",
35
- "eslint-plugin-package-json": "0.16.0",
36
- "eslint-plugin-perfectionist": "4.1.2",
34
+ "eslint-plugin-n": "17.15.1",
35
+ "eslint-plugin-package-json": "0.18.0",
36
+ "eslint-plugin-perfectionist": "4.4.0",
37
37
  "eslint-plugin-promise": "7.2.1",
38
38
  "eslint-plugin-react": "7.37.2",
39
39
  "eslint-plugin-regexp": "2.7.0",
40
40
  "eslint-plugin-security": "3.0.1",
41
41
  "eslint-plugin-unicorn": "56.0.1",
42
42
  "eslint-plugin-unused-imports": "4.1.4",
43
- "eslint-plugin-yml": "1.15.0",
43
+ "eslint-plugin-yml": "1.16.0",
44
44
  "jsonc-eslint-parser": "2.4.0",
45
45
  "yaml-eslint-parser": "1.2.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@darksheep/eslint-formatter-github": "2.0.1",
49
49
  "@types/node": "~22.10.0",
50
- "eslint": "~9.16.0",
51
- "type-fest": "~4.29.0",
50
+ "eslint": "~9.17.0",
51
+ "type-fest": "~4.30.0",
52
52
  "typescript": "~5.7.0"
53
53
  },
54
54
  "peerDependenciesMeta": {
@@ -64,7 +64,7 @@
64
64
  "node": "^20 || ^22"
65
65
  },
66
66
  "volta": {
67
- "node": "22.11.0",
67
+ "node": "22.12.0",
68
68
  "yarn": "4.5.3"
69
69
  }
70
70
  }