@darksheep/eslint 5.1.4 โ†’ 5.1.5

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 +18 -0
  2. package/package.json +7 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.1.5](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.4...v5.1.5) (2024-08-05)
4
+
5
+
6
+ ### ๐Ÿ“ฆ Dependencies
7
+
8
+ * **deps:** update yarn to v4.4.0 ([#545](https://github.com/DarkSheepSoftware/eslint/issues/545)) ([173e85a](https://github.com/DarkSheepSoftware/eslint/commit/173e85a4f62e3c029593ea646745b6156a542b9d))
9
+ * **dev:** update dependency @types/node to v20.14.14 ([#542](https://github.com/DarkSheepSoftware/eslint/issues/542)) ([9a6354f](https://github.com/DarkSheepSoftware/eslint/commit/9a6354f9c01b8a253d2cb7d91ec8cce40ee00430))
10
+ * **lock:** lock file maintenance ([#546](https://github.com/DarkSheepSoftware/eslint/issues/546)) ([49903fd](https://github.com/DarkSheepSoftware/eslint/commit/49903fd740b28ba487e6858ae811a45004dfcda9))
11
+ * **pkg:** update dependency @stylistic/eslint-plugin to v2.6.1 ([#541](https://github.com/DarkSheepSoftware/eslint/issues/541)) ([ce16506](https://github.com/DarkSheepSoftware/eslint/commit/ce16506afb4ec6114a29ce024146f608d05ed1a0))
12
+ * **pkg:** update dependency eslint-plugin-jsdoc to v48.11.0 ([#543](https://github.com/DarkSheepSoftware/eslint/issues/543)) ([8d4c054](https://github.com/DarkSheepSoftware/eslint/commit/8d4c054c46bbaf6ba470d611b640ffe5944a4c14))
13
+ * **pkg:** update dependency eslint-plugin-n to v17.10.2 ([#548](https://github.com/DarkSheepSoftware/eslint/issues/548)) ([dec7707](https://github.com/DarkSheepSoftware/eslint/commit/dec7707297b228c293aecea1bf6de4eeb3be321b))
14
+ * **pkg:** update dependency eslint-plugin-perfectionist to v3.1.1 ([#544](https://github.com/DarkSheepSoftware/eslint/issues/544)) ([d260b8a](https://github.com/DarkSheepSoftware/eslint/commit/d260b8aad2b45d43d0c7d5c02bd35f840c217a59))
15
+
16
+
17
+ ### ๐Ÿงน Chores
18
+
19
+ * Remove package resolutions and overrides ([#549](https://github.com/DarkSheepSoftware/eslint/issues/549)) ([112c077](https://github.com/DarkSheepSoftware/eslint/commit/112c07794dd13fcce9d23d5c6501a4b6e90d17b3))
20
+
3
21
  ## [5.1.4](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.3...v5.1.4) (2024-07-31)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -21,26 +21,20 @@
21
21
  "scripts": {
22
22
  "githooks": "git config core.hooksPath .githooks"
23
23
  },
24
- "resolutions": {
25
- "@typescript-eslint/eslint-plugin": "8.0.0",
26
- "@typescript-eslint/parser": "8.0.0",
27
- "@typescript-eslint/type-utils": "^8.0.0-0",
28
- "@typescript-eslint/utils": "^8.0.0-0"
29
- },
30
24
  "dependencies": {
31
25
  "@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
32
26
  "@eslint/eslintrc": "3.1.0",
33
27
  "@eslint/js": "9.8.0",
34
- "@stylistic/eslint-plugin": "2.6.0",
28
+ "@stylistic/eslint-plugin": "2.6.1",
35
29
  "@typescript-eslint/eslint-plugin": "8.0.0",
36
30
  "@typescript-eslint/parser": "8.0.0",
37
31
  "editorconfig": "2.0.0",
38
32
  "eslint": "9.8.0",
39
- "eslint-plugin-jsdoc": "48.10.2",
33
+ "eslint-plugin-jsdoc": "48.11.0",
40
34
  "eslint-plugin-jsonc": "2.16.0",
41
- "eslint-plugin-n": "17.10.1",
35
+ "eslint-plugin-n": "17.10.2",
42
36
  "eslint-plugin-package-json": "0.15.2",
43
- "eslint-plugin-perfectionist": "3.0.0",
37
+ "eslint-plugin-perfectionist": "3.1.1",
44
38
  "eslint-plugin-promise": "7.0.0",
45
39
  "eslint-plugin-react": "7.35.0",
46
40
  "eslint-plugin-regexp": "2.6.0",
@@ -65,18 +59,12 @@
65
59
  "optional": true
66
60
  }
67
61
  },
68
- "packageManager": "yarn@4.3.1",
62
+ "packageManager": "yarn@4.4.0",
69
63
  "engines": {
70
64
  "node": "^20 || ^21 || ^22"
71
65
  },
72
66
  "volta": {
73
67
  "node": "22.5.1",
74
- "yarn": "4.3.1"
75
- },
76
- "overrides": {
77
- "@typescript-eslint/eslint-plugin": "^8.0.0-0",
78
- "@typescript-eslint/parser": "^8.0.0-0",
79
- "@typescript-eslint/type-utils": "^8.0.0-0",
80
- "@typescript-eslint/utils": "^8.0.0-0"
68
+ "yarn": "4.4.0"
81
69
  }
82
70
  }