@effect-app/eslint-shared-config 0.5.2 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @effect-app/eslint-shared-config
2
2
 
3
+ ## 0.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 8adb2df: downgrade dprint plugin
8
+ - @effect-app/eslint-codegen-model@1.47.0
9
+
3
10
  ## 0.5.2
4
11
 
5
12
  ### Patch Changes
@@ -118,26 +118,6 @@
118
118
  "description": "Control whether trailing zeros should be removed or not.",
119
119
  "type": "boolean"
120
120
  },
121
- "proseWrap": {
122
- "description": "Control whether to wrap prose in plain scalars when they exceed the print width.",
123
- "type": "string",
124
- "oneOf": [
125
- {
126
- "description": "Don't change how prose is wrapped.",
127
- "type": "string",
128
- "enum": [
129
- "preserve"
130
- ]
131
- },
132
- {
133
- "description": "Wrap prose if it exceeds the print width.",
134
- "type": "string",
135
- "enum": [
136
- "always"
137
- ]
138
- }
139
- ]
140
- },
141
121
  "ignoreCommentDirective": {
142
122
  "description": "Text directive for ignoring formatting specific content.",
143
123
  "type": "string"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "1.14.1",
3
+ "version": "1.12.0",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -12,14 +12,14 @@
12
12
  ],
13
13
  "peerDependencies": {
14
14
  "@dprint/dockerfile": "^0.3.3",
15
- "@dprint/json": "^0.21.1",
15
+ "@dprint/json": "^0.21.0",
16
16
  "@dprint/markdown": "^0.20.0",
17
17
  "@dprint/toml": "^0.7.0",
18
- "@dprint/typescript": "^0.95.13",
18
+ "@dprint/typescript": "^0.95.12",
19
19
  "dprint-plugin-graphql": "^0.2.3",
20
- "dprint-plugin-malva": "^0.15.2",
21
- "dprint-plugin-markup": "^0.25.3",
22
- "dprint-plugin-yaml": "^0.6.0",
20
+ "dprint-plugin-malva": "^0.15.0",
21
+ "dprint-plugin-markup": "^0.24.0",
22
+ "dprint-plugin-yaml": "^0.5.1",
23
23
  "eslint": ">=7.0.0"
24
24
  },
25
25
  "peerDependenciesMeta": {
@@ -54,30 +54,32 @@
54
54
  "dependencies": {
55
55
  "@dprint/formatter": "^0.4.1",
56
56
  "debug": "^4.1.1",
57
- "diff": "^8.0.0",
57
+ "diff": "^7.0.0",
58
58
  "jsonc-parser": "^3.2.0"
59
59
  },
60
60
  "devDependencies": {
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.0",
65
65
  "@dprint/markdown": "^0.20.0",
66
66
  "@dprint/toml": "^0.7.0",
67
- "@dprint/typescript": "^0.95.13",
67
+ "@dprint/typescript": "^0.95.12",
68
68
  "@types/debug": "^4.1.5",
69
+ "@types/diff": "^7.0.0",
69
70
  "@types/eslint": "^9.0.0",
70
71
  "@types/node": "^18.0.0",
71
72
  "@typescript-eslint/eslint-plugin": "^8.0.0",
72
73
  "axios": "^1.7.9",
73
74
  "dprint-plugin-graphql": "^0.2.3",
74
- "dprint-plugin-malva": "^0.15.2",
75
- "dprint-plugin-markup": "^0.25.3",
76
- "dprint-plugin-yaml": "^0.6.0",
75
+ "dprint-plugin-malva": "^0.15.0",
76
+ "dprint-plugin-markup": "^0.24.0",
77
+ "dprint-plugin-yaml": "^0.5.1",
77
78
  "eslint": "^9.0.0",
78
79
  "mocha": "^11.0.0",
79
80
  "nyc": "^17.0.0",
80
81
  "rimraf": "^6.0.0",
82
+ "shx": "^0.3.4",
81
83
  "ts-node": "^10.0.0",
82
84
  "typescript": "~5.0.0"
83
85
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/eslint-shared-config",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Shared flat ESLint base & vue configs for effect-app monorepo",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -22,7 +22,7 @@
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.3.0",
25
- "@ben_12/eslint-plugin-dprint": "1.14.1",
25
+ "@ben_12/eslint-plugin-dprint": "1.12.0",
26
26
  "eslint-plugin-formatjs": "6.1.0",
27
27
  "@vue/eslint-config-typescript": "14.6.0",
28
28
  "typescript-eslint": "8.53.0",