@darksheep/eslint 4.4.1 → 4.4.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 +16 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.4.2](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.1...v4.4.2) (2024-04-08)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **dev:** update dependency @types/node to v20.12.5 ([#347](https://github.com/DarkSheepSoftware/eslint/issues/347)) ([e570432](https://github.com/DarkSheepSoftware/eslint/commit/e5704325575a2b2fa20e32d6dadff705e04d7868))
9
+ * **dev:** update dependency typescript to v5.4.4 ([#348](https://github.com/DarkSheepSoftware/eslint/issues/348)) ([8ce2859](https://github.com/DarkSheepSoftware/eslint/commit/8ce285924c759debfc792fb46636753aa87ae42a))
10
+ * **lock:** lock file maintenance ([#356](https://github.com/DarkSheepSoftware/eslint/issues/356)) ([3cc1de6](https://github.com/DarkSheepSoftware/eslint/commit/3cc1de602c22f75b3697ffe22623aa83f4ecce7e))
11
+ * **pkg:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.2.0 ([#353](https://github.com/DarkSheepSoftware/eslint/issues/353)) ([540e8b9](https://github.com/DarkSheepSoftware/eslint/commit/540e8b96f1ed2fa77175e36a8e9018b26eba2ae0))
12
+ * **pkg:** update dependency eslint-plugin-jest to v28 ([#352](https://github.com/DarkSheepSoftware/eslint/issues/352)) ([2bfccc0](https://github.com/DarkSheepSoftware/eslint/commit/2bfccc00990c11ab3a5b244ed7473f3ccb6c1c32))
13
+ * **pkg:** update dependency eslint-plugin-jsdoc to v48.2.3 ([#349](https://github.com/DarkSheepSoftware/eslint/issues/349)) ([97e9544](https://github.com/DarkSheepSoftware/eslint/commit/97e9544bd09f969003b7acc7b5e27f3b11421c1e))
14
+ * **pkg:** update dependency eslint-plugin-n to v17.0.0 ([#357](https://github.com/DarkSheepSoftware/eslint/issues/357)) ([243afbe](https://github.com/DarkSheepSoftware/eslint/commit/243afbec5cf0660d025e38155d3adbf7616cda7b))
15
+ * **pkg:** update dependency eslint-plugin-n to v17.0.0-7 ([#354](https://github.com/DarkSheepSoftware/eslint/issues/354)) ([1cb09ae](https://github.com/DarkSheepSoftware/eslint/commit/1cb09ae9638bb6975c11e936247bc7fc365122e2))
16
+ * **pkg:** update dependency eslint-plugin-regexp to v2.5.0 ([#358](https://github.com/DarkSheepSoftware/eslint/issues/358)) ([9bbe27b](https://github.com/DarkSheepSoftware/eslint/commit/9bbe27b8ea4d3c11779cf48971dda3afc7ead476))
17
+ * **pkg:** update dependency eslint-plugin-unicorn to v52 ([#346](https://github.com/DarkSheepSoftware/eslint/issues/346)) ([1b5aa42](https://github.com/DarkSheepSoftware/eslint/commit/1b5aa42ee1e8ced87d9d8383981c888a1a72a3de))
18
+
3
19
  ## [4.4.1](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.0...v4.4.1) (2024-04-03)
4
20
 
5
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -22,7 +22,7 @@
22
22
  "githooks": "git config core.hooksPath .githooks"
23
23
  },
24
24
  "dependencies": {
25
- "@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
25
+ "@eslint-community/eslint-plugin-eslint-comments": "4.2.0",
26
26
  "@eslint/eslintrc": "3.0.2",
27
27
  "@eslint/js": "8.57.0",
28
28
  "@stylistic/eslint-plugin": "1.7.0",
@@ -32,18 +32,18 @@
32
32
  "eslint": "8.57.0",
33
33
  "eslint-import-resolver-typescript": "3.6.1",
34
34
  "eslint-plugin-import": "2.29.1",
35
- "eslint-plugin-jest": "27.9.0",
36
- "eslint-plugin-jsdoc": "48.2.2",
35
+ "eslint-plugin-jest": "28.2.0",
36
+ "eslint-plugin-jsdoc": "48.2.3",
37
37
  "eslint-plugin-jsonc": "2.15.0",
38
38
  "eslint-plugin-jsx-a11y": "6.8.0",
39
- "eslint-plugin-n": "17.0.0-6",
39
+ "eslint-plugin-n": "17.0.0",
40
40
  "eslint-plugin-package-json": "0.12.1",
41
41
  "eslint-plugin-promise": "6.1.1",
42
42
  "eslint-plugin-react": "7.34.1",
43
- "eslint-plugin-regexp": "2.4.0",
43
+ "eslint-plugin-regexp": "2.5.0",
44
44
  "eslint-plugin-security": "2.1.1",
45
45
  "eslint-plugin-sonarjs": "0.25.1",
46
- "eslint-plugin-unicorn": "51.0.1",
46
+ "eslint-plugin-unicorn": "52.0.0",
47
47
  "eslint-plugin-unused-imports": "3.1.0",
48
48
  "jsonc-eslint-parser": "2.4.0"
49
49
  },