@darksheep/eslint 4.4.4 → 4.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.4.5](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.4...v4.4.5) (2024-04-15)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **dev:** update dependency @types/eslint to v8.56.8 ([#370](https://github.com/DarkSheepSoftware/eslint/issues/370)) ([beda566](https://github.com/DarkSheepSoftware/eslint/commit/beda566ce0b8d6e00eb8580ca1c5f51a11c7e6fa))
9
+ * **dev:** update dependency @types/eslint to v8.56.9 ([#373](https://github.com/DarkSheepSoftware/eslint/issues/373)) ([eeb7e44](https://github.com/DarkSheepSoftware/eslint/commit/eeb7e44d9a4c3de3bcd61755cf42cd51890e8811))
10
+ * **lock:** lock file maintenance ([#375](https://github.com/DarkSheepSoftware/eslint/issues/375)) ([3d5ef9d](https://github.com/DarkSheepSoftware/eslint/commit/3d5ef9d84f194793d904d21500ebc86abbc5fa49))
11
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.15.1 ([#374](https://github.com/DarkSheepSoftware/eslint/issues/374)) ([d30f9c3](https://github.com/DarkSheepSoftware/eslint/commit/d30f9c36b6de8aa62cebd3ead624ea0774f2b53b))
12
+ * **pkg:** update dependency eslint-plugin-n to v17.2.1 ([#376](https://github.com/DarkSheepSoftware/eslint/issues/376)) ([6297f5c](https://github.com/DarkSheepSoftware/eslint/commit/6297f5c819fcf867fb184452375807ca60c0cb08))
13
+ * **pkg:** update dependency eslint-plugin-package-json to v0.12.2 ([#371](https://github.com/DarkSheepSoftware/eslint/issues/371)) ([9001fce](https://github.com/DarkSheepSoftware/eslint/commit/9001fced5b55ed3b6b4b9ce9c36ba2c611bfbf69))
14
+
3
15
  ## [4.4.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.3...v4.4.4) (2024-04-10)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -34,10 +34,10 @@
34
34
  "eslint-plugin-import": "2.29.1",
35
35
  "eslint-plugin-jest": "28.2.0",
36
36
  "eslint-plugin-jsdoc": "48.2.3",
37
- "eslint-plugin-jsonc": "2.15.0",
37
+ "eslint-plugin-jsonc": "2.15.1",
38
38
  "eslint-plugin-jsx-a11y": "6.8.0",
39
- "eslint-plugin-n": "17.2.0",
40
- "eslint-plugin-package-json": "0.12.1",
39
+ "eslint-plugin-n": "17.2.1",
40
+ "eslint-plugin-package-json": "0.12.2",
41
41
  "eslint-plugin-promise": "6.1.1",
42
42
  "eslint-plugin-react": "7.34.1",
43
43
  "eslint-plugin-regexp": "2.5.0",
@@ -1,2 +1,2 @@
1
1
  export default config;
2
- declare const config: import("eslint").Linter.FlatConfig[];
2
+ declare const config: import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];