@darksheep/eslint 4.4.18 → 4.4.19

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 +13 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.4.19](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.18...v4.4.19) (2024-06-20)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **dev:** update dependency @types/node to v20.14.5 ([#481](https://github.com/DarkSheepSoftware/eslint/issues/481)) ([6efb33c](https://github.com/DarkSheepSoftware/eslint/commit/6efb33c7d0e64e6226a75a0837866e5c44db0384))
9
+ * **dev:** update dependency @types/node to v20.14.6 ([#486](https://github.com/DarkSheepSoftware/eslint/issues/486)) ([b0dc4ef](https://github.com/DarkSheepSoftware/eslint/commit/b0dc4ef62b210b71cf2c9fc6349e43e967db80c5))
10
+ * **pkg:** update dependency @stylistic/eslint-plugin to v2.2.2 ([#485](https://github.com/DarkSheepSoftware/eslint/issues/485)) ([ae11d3f](https://github.com/DarkSheepSoftware/eslint/commit/ae11d3feb037124c48eae6e8d760fe159a92a6da))
11
+ * **pkg:** update dependency eslint-plugin-jsx-a11y to v6.9.0 ([#487](https://github.com/DarkSheepSoftware/eslint/issues/487)) ([599fdfb](https://github.com/DarkSheepSoftware/eslint/commit/599fdfb87eee8ba668c1f6bbc65ed9b41e73f62e))
12
+ * **pkg:** update dependency eslint-plugin-package-json to v0.15.0 ([#479](https://github.com/DarkSheepSoftware/eslint/issues/479)) ([1c18dc4](https://github.com/DarkSheepSoftware/eslint/commit/1c18dc446c25396cf996373233eed5326562be72))
13
+ * **pkg:** update dependency eslint-plugin-react to v7.34.3 ([#482](https://github.com/DarkSheepSoftware/eslint/issues/482)) ([db4f310](https://github.com/DarkSheepSoftware/eslint/commit/db4f3100373d9973f96d6e58933d85db838ca21d))
14
+ * **pkg:** update typescript-eslint monorepo to v7.13.1 ([#480](https://github.com/DarkSheepSoftware/eslint/issues/480)) ([e46c198](https://github.com/DarkSheepSoftware/eslint/commit/e46c19873a523433ad5b49f6b967de44029415f0))
15
+
3
16
  ## [4.4.18](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.17...v4.4.18) (2024-06-17)
4
17
 
5
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.4.18",
3
+ "version": "4.4.19",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -25,19 +25,19 @@
25
25
  "@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
26
26
  "@eslint/eslintrc": "3.1.0",
27
27
  "@eslint/js": "9.5.0",
28
- "@stylistic/eslint-plugin": "2.2.1",
29
- "@typescript-eslint/eslint-plugin": "7.13.0",
30
- "@typescript-eslint/parser": "7.13.0",
28
+ "@stylistic/eslint-plugin": "2.2.2",
29
+ "@typescript-eslint/eslint-plugin": "7.13.1",
30
+ "@typescript-eslint/parser": "7.13.1",
31
31
  "editorconfig": "2.0.0",
32
32
  "eslint": "8.57.0",
33
33
  "eslint-plugin-jest": "28.6.0",
34
34
  "eslint-plugin-jsdoc": "48.2.12",
35
35
  "eslint-plugin-jsonc": "2.16.0",
36
- "eslint-plugin-jsx-a11y": "6.8.0",
36
+ "eslint-plugin-jsx-a11y": "6.9.0",
37
37
  "eslint-plugin-n": "17.9.0",
38
- "eslint-plugin-package-json": "0.14.0",
38
+ "eslint-plugin-package-json": "0.15.0",
39
39
  "eslint-plugin-promise": "6.2.0",
40
- "eslint-plugin-react": "7.34.2",
40
+ "eslint-plugin-react": "7.34.3",
41
41
  "eslint-plugin-regexp": "2.6.0",
42
42
  "eslint-plugin-security": "3.0.1",
43
43
  "eslint-plugin-sonarjs": "1.0.3",