@effect-app/eslint-shared-config 0.5.7-beta.2 → 0.5.7-beta.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @effect-app/eslint-shared-config
2
2
 
3
+ ## 0.5.7-beta.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 10b55ff: update packages
8
+ - Updated dependencies [10b55ff]
9
+ - @effect-app/eslint-codegen-model@2.0.0-beta.3
10
+
11
+ ## 0.5.7-beta.3
12
+
13
+ ### Patch Changes
14
+
15
+ - c9caa37: pin dprint/formatter
16
+ - @effect-app/eslint-codegen-model@2.0.0-beta.2
17
+
3
18
  ## 0.5.7-beta.2
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -12,13 +12,13 @@
12
12
  ],
13
13
  "peerDependencies": {
14
14
  "@dprint/dockerfile": "^0.3.3",
15
- "@dprint/json": "^0.21.1",
15
+ "@dprint/json": "^0.21.3",
16
16
  "@dprint/markdown": "^0.21.1",
17
17
  "@dprint/toml": "^0.7.0",
18
18
  "@dprint/typescript": "^0.95.15",
19
19
  "dprint-plugin-graphql": "^0.2.3",
20
20
  "dprint-plugin-malva": "^0.15.2",
21
- "dprint-plugin-markup": "^0.26.0",
21
+ "dprint-plugin-markup": "^0.27.0",
22
22
  "dprint-plugin-yaml": "^0.6.0",
23
23
  "eslint": ">=7.0.0"
24
24
  },
@@ -61,7 +61,7 @@
61
61
  "@ben_12/eslint-plugin-dprint": "file:./test/internal-rules",
62
62
  "@ben_12/eslint-simple-parser": "^0.1.0",
63
63
  "@dprint/dockerfile": "^0.3.3",
64
- "@dprint/json": "^0.21.1",
64
+ "@dprint/json": "^0.21.3",
65
65
  "@dprint/markdown": "^0.21.1",
66
66
  "@dprint/toml": "^0.7.0",
67
67
  "@dprint/typescript": "^0.95.15",
@@ -72,7 +72,7 @@
72
72
  "axios": "^1.7.9",
73
73
  "dprint-plugin-graphql": "^0.2.3",
74
74
  "dprint-plugin-malva": "^0.15.2",
75
- "dprint-plugin-markup": "^0.26.0",
75
+ "dprint-plugin-markup": "^0.27.0",
76
76
  "dprint-plugin-yaml": "^0.6.0",
77
77
  "eslint": "^9.0.0",
78
78
  "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.5.7-beta.2",
3
+ "version": "0.5.7-beta.4",
4
4
  "description": "Shared flat ESLint base & vue configs for effect-app monorepo",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -16,39 +16,39 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@eslint/js": "10.0.1",
19
- "@eslint/eslintrc": "3.3.4",
19
+ "@eslint/eslintrc": "3.3.5",
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": "3.0.0",
24
24
  "eslint-plugin-unused-imports": "4.4.1",
25
- "@ben_12/eslint-plugin-dprint": "1.16.0",
26
- "eslint-plugin-formatjs": "6.2.0",
25
+ "@ben_12/eslint-plugin-dprint": "1.17.0",
26
+ "eslint-plugin-formatjs": "6.4.4",
27
27
  "@vue/eslint-config-typescript": "14.7.0",
28
- "typescript-eslint": "8.56.1",
28
+ "typescript-eslint": "8.57.2",
29
29
  "eslint-plugin-vue": "10.8.0",
30
30
  "dprint-plugin-malva": "0.15.2",
31
- "dprint-plugin-markup": "0.26.0",
31
+ "dprint-plugin-markup": "0.27.0",
32
32
  "dprint-plugin-yaml": "0.6.0",
33
33
  "@dprint/typescript": "0.95.15",
34
- "@eslint/compat": "2.0.2",
34
+ "@eslint/compat": "2.0.3",
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.56.1",
39
- "@typescript-eslint/parser": "8.56.1",
40
- "@dprint/formatter": "0.5.1",
38
+ "@typescript-eslint/eslint-plugin": "8.57.2",
39
+ "@typescript-eslint/parser": "8.57.2",
40
+ "@dprint/formatter": "~0.5.1",
41
41
  "jsonc-parser": "3.3.1",
42
- "@effect-app/eslint-codegen-model": "2.0.0-beta.2"
42
+ "@effect-app/eslint-codegen-model": "2.0.0-beta.3"
43
43
  },
44
44
  "bundledDependencies": [
45
45
  "@ben_12/eslint-plugin-dprint"
46
46
  ],
47
47
  "devDependencies": {},
48
48
  "peerDependencies": {
49
- "eslint": "^10.0.2",
50
- "typescript": "~5.9.3",
51
- "dprint": "^0.52.0"
49
+ "eslint": "^10.1.0",
50
+ "typescript": "~6.0.2",
51
+ "dprint": "^0.53.1"
52
52
  },
53
53
  "scripts": {
54
54
  "watch": "pnpm build -w",