@effect-app/eslint-shared-config 0.5.2 → 0.5.5
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,27 @@
|
|
|
1
1
|
# @effect-app/eslint-shared-config
|
|
2
2
|
|
|
3
|
+
## 0.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 43334b4: try again
|
|
8
|
+
- d315086: patch dprint
|
|
9
|
+
- @effect-app/eslint-codegen-model@1.47.0
|
|
10
|
+
|
|
11
|
+
## 0.5.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 344f332: bump to latest version again
|
|
16
|
+
- @effect-app/eslint-codegen-model@1.47.0
|
|
17
|
+
|
|
18
|
+
## 0.5.3
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 8adb2df: downgrade dprint plugin
|
|
23
|
+
- @effect-app/eslint-codegen-model@1.47.0
|
|
24
|
+
|
|
3
25
|
## 0.5.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -117,7 +117,8 @@ function getFormatter(filePath, configName, configFile, log = true) {
|
|
|
117
117
|
return formatter;
|
|
118
118
|
}
|
|
119
119
|
else if (isPluginName(configName) && log) {
|
|
120
|
-
|
|
120
|
+
// silenced to reduce noise
|
|
121
|
+
// console.warn("File %s not supported by %s", filePath, pluginsName[configName]);
|
|
121
122
|
}
|
|
122
123
|
}
|
|
123
124
|
else if (isPluginName(configName) && log) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/eslint-shared-config",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Shared flat ESLint base & vue configs for effect-app monorepo",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -44,9 +44,7 @@
|
|
|
44
44
|
"bundledDependencies": [
|
|
45
45
|
"@ben_12/eslint-plugin-dprint"
|
|
46
46
|
],
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"patch-package": "^8.0.1"
|
|
49
|
-
},
|
|
47
|
+
"devDependencies": {},
|
|
50
48
|
"peerDependencies": {
|
|
51
49
|
"eslint": "^9.39.2",
|
|
52
50
|
"typescript": "~5.9.3",
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
diff --git a/dist/lib/dprint/dprint.js b/dist/lib/dprint/dprint.js
|
|
2
|
-
index 124201205c4c8f12942bae72018e4bc6351d5c2f..d73dc4f147957331d4bdd29b9451f7947d4312a5 100644
|
|
3
|
-
--- a/dist/lib/dprint/dprint.js
|
|
4
|
-
+++ b/dist/lib/dprint/dprint.js
|
|
5
|
-
@@ -117,7 +117,8 @@ function getFormatter(filePath, configName, configFile, log = true) {
|
|
6
|
-
return formatter;
|
|
7
|
-
}
|
|
8
|
-
else if (isPluginName(configName) && log) {
|
|
9
|
-
- console.warn("File %s not supported by %s", filePath, pluginsName[configName]);
|
|
10
|
-
+ // silenced to reduce noise
|
|
11
|
-
+ //console.warn("File %s not supported by %s", filePath, pluginsName[configName]);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
else if (isPluginName(configName) && log) {
|