@cluerise/tools 4.2.0 → 4.2.1
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.
|
@@ -325,7 +325,7 @@ class ToolInitializer {
|
|
|
325
325
|
}
|
|
326
326
|
async #initPnpm() {
|
|
327
327
|
const workspacePath = "pnpm-workspace.yaml";
|
|
328
|
-
const workspaceContent = "engineStrict: true\n\npublicHoistPattern:\n - '@commitlint/cli'\n - eslint\n - lint-staged\n - prettier\n";
|
|
328
|
+
const workspaceContent = "engineStrict: true\n\npublicHoistPattern:\n - '@commitlint/cli'\n - eslint\n - lint-staged\n - prettier\n - prettier-plugin-sh\n";
|
|
329
329
|
await FileUtils.createFile(workspacePath, workspaceContent);
|
|
330
330
|
}
|
|
331
331
|
async #initPrettier() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cluerise/tools",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "Tools for maintaining TypeScript projects.",
|
|
5
5
|
"author": "Branislav Holý <brano@holy.am>",
|
|
6
6
|
"repository": "github:cluerise/tools",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"glob": "11.0.3",
|
|
41
41
|
"globals": "16.2.0",
|
|
42
42
|
"lint-staged": "16.1.2",
|
|
43
|
-
"prettier": "3.6.
|
|
43
|
+
"prettier": "3.6.1",
|
|
44
44
|
"prettier-plugin-sh": "0.17.4",
|
|
45
45
|
"semantic-release": "24.2.5",
|
|
46
46
|
"semver": "7.7.2",
|