@darksheep/eslint 5.3.3 → 5.3.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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.3.4](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.3...v5.3.4) (2024-08-15)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **pkg:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.4.0 ([#579](https://github.com/DarkSheepSoftware/eslint/issues/579)) ([b0f7628](https://github.com/DarkSheepSoftware/eslint/commit/b0f76287e7800bd706a9e23f46865053bb06d025))
9
+ * **pkg:** update dependency eslint-plugin-jsdoc to v50.2.2 ([#577](https://github.com/DarkSheepSoftware/eslint/issues/577)) ([5bc03ed](https://github.com/DarkSheepSoftware/eslint/commit/5bc03ed3f38a9fcae653eba41522830226d04bda))
10
+ * **pkg:** update dependency eslint-plugin-perfectionist to v3.2.0 ([#578](https://github.com/DarkSheepSoftware/eslint/issues/578)) ([97aa6a1](https://github.com/DarkSheepSoftware/eslint/commit/97aa6a1aaed6b8a44cac5f9dddc2537b2f7652ec))
11
+
3
12
  ## [5.3.3](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.2...v5.3.3) (2024-08-14)
4
13
 
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "5.3.3",
3
+ "version": "5.3.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -21,18 +21,18 @@
21
21
  "githooks": "git config core.hooksPath .githooks"
22
22
  },
23
23
  "dependencies": {
24
- "@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
24
+ "@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
25
25
  "@eslint/eslintrc": "3.1.0",
26
26
  "@eslint/js": "9.9.0",
27
27
  "@stylistic/eslint-plugin": "2.6.2",
28
28
  "@typescript-eslint/eslint-plugin": "8.1.0",
29
29
  "@typescript-eslint/parser": "8.1.0",
30
30
  "editorconfig": "2.0.0",
31
- "eslint-plugin-jsdoc": "50.2.1",
31
+ "eslint-plugin-jsdoc": "50.2.2",
32
32
  "eslint-plugin-jsonc": "2.16.0",
33
33
  "eslint-plugin-n": "17.10.2",
34
34
  "eslint-plugin-package-json": "0.15.2",
35
- "eslint-plugin-perfectionist": "3.1.3",
35
+ "eslint-plugin-perfectionist": "3.2.0",
36
36
  "eslint-plugin-promise": "7.1.0",
37
37
  "eslint-plugin-react": "7.35.0",
38
38
  "eslint-plugin-regexp": "2.6.0",