@effect-app/eslint-shared-config 0.2.0 → 0.3.0

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,23 @@
1
1
  # @effect-app/eslint-shared-config
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b8f5e30: update packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [b8f5e30]
12
+ - @effect-app/eslint-codegen-model@1.45.0
13
+
14
+ ## 0.2.1
15
+
16
+ ### Patch Changes
17
+
18
+ - cec6576: set @typescript-eslint/unbound-method as error (note: it's a type aware rule)
19
+ - @effect-app/eslint-codegen-model@1.44.0
20
+
3
21
  ## 0.2.0
4
22
 
5
23
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "1.7.6",
3
+ "version": "1.8.0",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -18,7 +18,7 @@
18
18
  "@dprint/typescript": "^0.95.11",
19
19
  "dprint-plugin-graphql": "^0.2.3",
20
20
  "dprint-plugin-malva": "^0.14.3",
21
- "dprint-plugin-markup": "^0.23.4",
21
+ "dprint-plugin-markup": "^0.24.0",
22
22
  "dprint-plugin-yaml": "^0.5.1",
23
23
  "eslint": ">=7.0.0"
24
24
  },
@@ -73,7 +73,7 @@
73
73
  "axios": "^1.7.9",
74
74
  "dprint-plugin-graphql": "^0.2.3",
75
75
  "dprint-plugin-malva": "^0.14.3",
76
- "dprint-plugin-markup": "^0.23.4",
76
+ "dprint-plugin-markup": "^0.24.0",
77
77
  "dprint-plugin-yaml": "^0.5.1",
78
78
  "eslint": "^9.0.0",
79
79
  "mocha": "^11.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/eslint-shared-config",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Shared flat ESLint base & vue configs for effect-app monorepo",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -15,40 +15,40 @@
15
15
  }
16
16
  },
17
17
  "dependencies": {
18
- "@eslint/js": "9.35.0",
18
+ "@eslint/js": "9.36.0",
19
19
  "@eslint/eslintrc": "3.3.1",
20
20
  "eslint-plugin-import": "2.32.0",
21
21
  "eslint-import-resolver-typescript": "4.4.4",
22
22
  "eslint-plugin-codegen": "0.17.0",
23
23
  "eslint-plugin-sort-destructure-keys": "2.0.0",
24
24
  "eslint-plugin-unused-imports": "4.2.0",
25
- "@ben_12/eslint-plugin-dprint": "1.7.6",
25
+ "@ben_12/eslint-plugin-dprint": "1.8.0",
26
26
  "eslint-plugin-formatjs": "5.4.0",
27
27
  "@vue/eslint-config-typescript": "14.6.0",
28
- "typescript-eslint": "8.44.0",
29
- "eslint-plugin-vue": "10.4.0",
28
+ "typescript-eslint": "8.45.0",
29
+ "eslint-plugin-vue": "10.5.0",
30
30
  "dprint-plugin-malva": "0.14.3",
31
- "dprint-plugin-markup": "0.23.4",
31
+ "dprint-plugin-markup": "0.24.0",
32
32
  "dprint-plugin-yaml": "0.5.1",
33
33
  "@dprint/typescript": "0.95.11",
34
- "@eslint/compat": "1.3.2",
34
+ "@eslint/compat": "1.4.0",
35
35
  "eslint-import-resolver-webpack": "0.13.10",
36
36
  "eslint-plugin-simple-import-sort": "12.1.1",
37
37
  "eslint-watch": "^8.0.0",
38
- "@typescript-eslint/eslint-plugin": "8.44.0",
39
- "@typescript-eslint/parser": "8.44.0",
38
+ "@typescript-eslint/eslint-plugin": "8.45.0",
39
+ "@typescript-eslint/parser": "8.45.0",
40
40
  "@dprint/formatter": "0.4.1",
41
41
  "jsonc-parser": "3.3.1",
42
- "@effect-app/eslint-codegen-model": "1.44.0"
42
+ "@effect-app/eslint-codegen-model": "1.45.0"
43
43
  },
44
44
  "bundledDependencies": [
45
45
  "@ben_12/eslint-plugin-dprint"
46
46
  ],
47
47
  "devDependencies": {
48
- "patch-package": "^8.0.0"
48
+ "patch-package": "^8.0.1"
49
49
  },
50
50
  "peerDependencies": {
51
- "eslint": "^9.35.0",
51
+ "eslint": "^9.36.0",
52
52
  "typescript": "~5.9.2",
53
53
  "dprint": "^0.50.2"
54
54
  },
@@ -150,7 +150,7 @@ export function baseConfig(dirName, forceTS = false, project = undefined) {
150
150
  "@typescript-eslint/no-unsafe-argument": "warn",
151
151
  "@typescript-eslint/no-unsafe-member-access": "warn",
152
152
  "@typescript-eslint/no-misused-promises": "warn",
153
- "@typescript-eslint/unbound-method": "warn",
153
+ "@typescript-eslint/unbound-method": "error",
154
154
  "@typescript-eslint/only-throw-error": "off",
155
155
  "@typescript-eslint/no-base-to-string": "warn",
156
156
  "@typescript-eslint/no-floating-promises": "warn",