@darksheep/eslint 4.3.3 → 4.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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.3.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.3...v4.3.4) (2024-03-19)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **dev:** update dependency @types/eslint to v8.56.6 ([#311](https://github.com/DarkSheepSoftware/eslint/issues/311)) ([c892ae7](https://github.com/DarkSheepSoftware/eslint/commit/c892ae734603c0597268cfd11558c34f15ffd16c))
9
+ * **dev:** update dependency @types/node to v20.11.29 ([#307](https://github.com/DarkSheepSoftware/eslint/issues/307)) ([b2b0c3b](https://github.com/DarkSheepSoftware/eslint/commit/b2b0c3bdb5175a5fc0eee690472e10129bd72d58))
10
+ * **dev:** update dependency type-fest to ~4.13.0 ([#309](https://github.com/DarkSheepSoftware/eslint/issues/309)) ([60d1b9f](https://github.com/DarkSheepSoftware/eslint/commit/60d1b9fe3246047d079bb4e35a38b985e2170c8d))
11
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.14.1 ([#308](https://github.com/DarkSheepSoftware/eslint/issues/308)) ([0542788](https://github.com/DarkSheepSoftware/eslint/commit/05427885cf84df74e056eb6b1de85c18a5922dfa))
12
+ * **pkg:** update typescript-eslint monorepo to ~7.3.0 ([#306](https://github.com/DarkSheepSoftware/eslint/issues/306)) ([8524432](https://github.com/DarkSheepSoftware/eslint/commit/852443278266046536b1b7fd3c0ac3d25a5b0d2d))
13
+
3
14
  ## [4.3.3](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.2...v4.3.3) (2024-03-18)
4
15
 
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -26,8 +26,8 @@
26
26
  "@eslint/eslintrc": "~3.0.0",
27
27
  "@eslint/js": "~8.57.0",
28
28
  "@stylistic/eslint-plugin": "~1.7.0",
29
- "@typescript-eslint/eslint-plugin": "~7.2.0",
30
- "@typescript-eslint/parser": "~7.2.0",
29
+ "@typescript-eslint/eslint-plugin": "~7.3.0",
30
+ "@typescript-eslint/parser": "~7.3.0",
31
31
  "editorconfig": "~2.0.0",
32
32
  "eslint": "~8.57.0",
33
33
  "eslint-import-resolver-typescript": "~3.6.1",
@@ -53,7 +53,7 @@
53
53
  "@types/eslint__js": "~8.42.3",
54
54
  "@types/estree": "~1.0.2",
55
55
  "@types/node": "~20.11.0",
56
- "type-fest": "~4.12.0",
56
+ "type-fest": "~4.13.0",
57
57
  "typescript": "~5.4.0"
58
58
  },
59
59
  "peerDependenciesMeta": {