@darksheep/eslint 4.4.2 → 4.4.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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.4.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.3...v4.4.4) (2024-04-10)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **dev:** update dependency @darksheep/eslint-formatter-github to v0.1.0 ([#364](https://github.com/DarkSheepSoftware/eslint/issues/364)) ([d18daa0](https://github.com/DarkSheepSoftware/eslint/commit/d18daa0e0c7420864648f199ec7d042870751371))
9
+ * **dev:** update dependency @types/node to v20.12.7 ([#366](https://github.com/DarkSheepSoftware/eslint/issues/366)) ([61492f3](https://github.com/DarkSheepSoftware/eslint/commit/61492f32969125530b74ad14fb691697481681b5))
10
+ * **dev:** update dependency typescript to v5.4.5 ([#368](https://github.com/DarkSheepSoftware/eslint/issues/368)) ([1da6cd7](https://github.com/DarkSheepSoftware/eslint/commit/1da6cd70b4bfa243569d766963a120143d76ac21))
11
+ * **pkg:** update dependency @eslint/js to v9 ([#350](https://github.com/DarkSheepSoftware/eslint/issues/350)) ([f449a9a](https://github.com/DarkSheepSoftware/eslint/commit/f449a9a7c064ddb060cf67266228ddf33c1cb896))
12
+ * **pkg:** update dependency eslint-plugin-n to v17.2.0 ([#367](https://github.com/DarkSheepSoftware/eslint/issues/367)) ([cd5b7af](https://github.com/DarkSheepSoftware/eslint/commit/cd5b7af3c7664318aae1a3d2631d3bb7659803ac))
13
+ * **pkg:** update dependency eslint-plugin-security to v3 ([#369](https://github.com/DarkSheepSoftware/eslint/issues/369)) ([da4ab62](https://github.com/DarkSheepSoftware/eslint/commit/da4ab627d4c4ef6bee4bfc7a47c55d1be3adf05d))
14
+
15
+ ## [4.4.3](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.2...v4.4.3) (2024-04-09)
16
+
17
+
18
+ ### 📦 Dependencies
19
+
20
+ * **dev:** update dependency @types/node to v20.12.6 ([#362](https://github.com/DarkSheepSoftware/eslint/issues/362)) ([6d770f7](https://github.com/DarkSheepSoftware/eslint/commit/6d770f7448940d5abaad8c4c2760c10b8b828d2a))
21
+ * **pkg:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.3.0 ([#359](https://github.com/DarkSheepSoftware/eslint/issues/359)) ([f6a6853](https://github.com/DarkSheepSoftware/eslint/commit/f6a685381a9460bf8a3c618fefb9436c260d3270))
22
+ * **pkg:** update dependency eslint-plugin-n to v17.1.0 ([#363](https://github.com/DarkSheepSoftware/eslint/issues/363)) ([233b61e](https://github.com/DarkSheepSoftware/eslint/commit/233b61e953c624721ca666d79c5ab563a898b248))
23
+ * **pkg:** update typescript-eslint monorepo to v7.6.0 ([#360](https://github.com/DarkSheepSoftware/eslint/issues/360)) ([491b63d](https://github.com/DarkSheepSoftware/eslint/commit/491b63d958ce8a0aa31e504963c1cd3cad2efe5e))
24
+
3
25
  ## [4.4.2](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.1...v4.4.2) (2024-04-08)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.4.2",
3
+ "version": "4.4.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -22,12 +22,12 @@
22
22
  "githooks": "git config core.hooksPath .githooks"
23
23
  },
24
24
  "dependencies": {
25
- "@eslint-community/eslint-plugin-eslint-comments": "4.2.0",
25
+ "@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
26
26
  "@eslint/eslintrc": "3.0.2",
27
- "@eslint/js": "8.57.0",
27
+ "@eslint/js": "9.0.0",
28
28
  "@stylistic/eslint-plugin": "1.7.0",
29
- "@typescript-eslint/eslint-plugin": "7.5.0",
30
- "@typescript-eslint/parser": "7.5.0",
29
+ "@typescript-eslint/eslint-plugin": "7.6.0",
30
+ "@typescript-eslint/parser": "7.6.0",
31
31
  "editorconfig": "2.0.0",
32
32
  "eslint": "8.57.0",
33
33
  "eslint-import-resolver-typescript": "3.6.1",
@@ -36,19 +36,19 @@
36
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",
39
+ "eslint-plugin-n": "17.2.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
43
  "eslint-plugin-regexp": "2.5.0",
44
- "eslint-plugin-security": "2.1.1",
44
+ "eslint-plugin-security": "3.0.0",
45
45
  "eslint-plugin-sonarjs": "0.25.1",
46
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
  },
50
50
  "devDependencies": {
51
- "@darksheep/eslint-formatter-github": "0.0.1",
51
+ "@darksheep/eslint-formatter-github": "0.1.0",
52
52
  "@types/eslint": "~8.56.0",
53
53
  "@types/eslint__eslintrc": "~2.1.1",
54
54
  "@types/eslint__js": "~8.42.3",