@darksheep/eslint 4.3.1 → 4.3.3

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.3.3](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.2...v4.3.3) (2024-03-18)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **lock:** lock file maintenance ([#303](https://github.com/DarkSheepSoftware/eslint/issues/303)) ([d05944b](https://github.com/DarkSheepSoftware/eslint/commit/d05944bf37e20a36ec143895d8a0d4adf210b546))
9
+ * **pkg:** update dependency eslint-plugin-jsonc to ~2.14.0 ([#305](https://github.com/DarkSheepSoftware/eslint/issues/305)) ([a419e93](https://github.com/DarkSheepSoftware/eslint/commit/a419e93be3246e05d936785e7ef527565ed65e39))
10
+
11
+ ## [4.3.2](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.1...v4.3.2) (2024-03-16)
12
+
13
+
14
+ ### 📦 Dependencies
15
+
16
+ * **dev:** update dependency @types/node to v20.11.27 ([#298](https://github.com/DarkSheepSoftware/eslint/issues/298)) ([cd52cfd](https://github.com/DarkSheepSoftware/eslint/commit/cd52cfd045e141ee4cb9c9cc1c587eb89dd1d2ec))
17
+ * **dev:** update dependency @types/node to v20.11.28 ([#301](https://github.com/DarkSheepSoftware/eslint/issues/301)) ([5859df7](https://github.com/DarkSheepSoftware/eslint/commit/5859df7521083439d07a143d3c4cd89f20600426))
18
+ * **pkg:** update dependency @stylistic/eslint-plugin to ~1.7.0 ([#300](https://github.com/DarkSheepSoftware/eslint/issues/300)) ([cd40406](https://github.com/DarkSheepSoftware/eslint/commit/cd40406223b4e1513e38a2f59a23cef873b59c01))
19
+ * **pkg:** update dependency eslint-plugin-react to v7.34.1 ([#302](https://github.com/DarkSheepSoftware/eslint/issues/302)) ([02d6443](https://github.com/DarkSheepSoftware/eslint/commit/02d644385cef9d0f99ea62a8cbbfff65557fa14d))
20
+
3
21
  ## [4.3.1](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.0...v4.3.1) (2024-03-12)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.3.1",
3
+ "version": "4.3.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -25,7 +25,7 @@
25
25
  "@eslint-community/eslint-plugin-eslint-comments": "~4.1.0",
26
26
  "@eslint/eslintrc": "~3.0.0",
27
27
  "@eslint/js": "~8.57.0",
28
- "@stylistic/eslint-plugin": "~1.6.0",
28
+ "@stylistic/eslint-plugin": "~1.7.0",
29
29
  "@typescript-eslint/eslint-plugin": "~7.2.0",
30
30
  "@typescript-eslint/parser": "~7.2.0",
31
31
  "editorconfig": "~2.0.0",
@@ -34,7 +34,7 @@
34
34
  "eslint-plugin-import": "~2.29.0",
35
35
  "eslint-plugin-jest": "~27.9.0",
36
36
  "eslint-plugin-jsdoc": "~48.2.0",
37
- "eslint-plugin-jsonc": "~2.13.0",
37
+ "eslint-plugin-jsonc": "~2.14.0",
38
38
  "eslint-plugin-jsx-a11y": "~6.8.0",
39
39
  "eslint-plugin-n": "~17.0.0-0",
40
40
  "eslint-plugin-package-json": "~0.10.4",