ts-repo-utils 8.0.2 → 8.0.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/dist/cmd/assert-repo-is-clean.mjs +1 -1
- package/dist/cmd/check-should-run-type-checks.mjs +1 -1
- package/dist/cmd/format-diff-from.mjs +1 -1
- package/dist/cmd/format-uncommitted.mjs +1 -1
- package/dist/cmd/gen-index-ts.mjs +1 -1
- package/package.json +16 -16
- package/src/cmd/assert-repo-is-clean.mts +1 -1
- package/src/cmd/check-should-run-type-checks.mts +1 -1
- package/src/cmd/format-diff-from.mts +1 -1
- package/src/cmd/format-uncommitted.mts +1 -1
- package/src/cmd/gen-index-ts.mts +1 -1
- package/src/functions/exec-async.test.mts +1 -1
- package/src/functions/workspace-utils/run-cmd-in-stages.test.mts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-repo-utils",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript"
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"z:format-uncommitted": "tsx ./src/cmd/format-uncommitted.mts",
|
|
79
79
|
"z:gen-index-ts": "tsx ./src/cmd/gen-index-ts.mts",
|
|
80
80
|
"z:vitest": "vitest --config ./configs/vitest.config.mts",
|
|
81
|
-
"z:vitest:node": "
|
|
81
|
+
"z:vitest:node": "pnpm run z:vitest --project='Node.js'"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@nodelib/fs.walk": "^3.0.1",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"cmd-ts": "^0.14.3",
|
|
88
88
|
"fast-glob": "^3.3.3",
|
|
89
89
|
"micromatch": "^4.0.8",
|
|
90
|
-
"ts-data-forge": "^6.
|
|
90
|
+
"ts-data-forge": "^6.2.1",
|
|
91
91
|
"tsx": "^4.21.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
@@ -101,38 +101,38 @@
|
|
|
101
101
|
"@semantic-release/github": "12.0.2",
|
|
102
102
|
"@semantic-release/npm": "13.1.3",
|
|
103
103
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
104
|
-
"@types/node": "25.0.
|
|
105
|
-
"@vitest/coverage-v8": "4.0.
|
|
106
|
-
"@vitest/ui": "4.0.
|
|
104
|
+
"@types/node": "25.0.9",
|
|
105
|
+
"@vitest/coverage-v8": "4.0.17",
|
|
106
|
+
"@vitest/ui": "4.0.17",
|
|
107
107
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
108
|
-
"cspell": "9.
|
|
108
|
+
"cspell": "9.6.0",
|
|
109
109
|
"dedent": "1.7.1",
|
|
110
110
|
"eslint": "9.39.2",
|
|
111
|
-
"eslint-config-typed": "4.
|
|
112
|
-
"github-settings-as-code": "1.0.
|
|
111
|
+
"eslint-config-typed": "4.5.0",
|
|
112
|
+
"github-settings-as-code": "1.0.11",
|
|
113
113
|
"jiti": "2.6.1",
|
|
114
114
|
"markdownlint": "0.40.0",
|
|
115
115
|
"markdownlint-cli2": "0.20.0",
|
|
116
116
|
"npm-run-all2": "8.0.4",
|
|
117
|
-
"prettier": "3.
|
|
117
|
+
"prettier": "3.8.0",
|
|
118
118
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
119
|
-
"prettier-plugin-packagejson": "2.5.
|
|
120
|
-
"rollup": "4.
|
|
119
|
+
"prettier-plugin-packagejson": "2.5.21",
|
|
120
|
+
"rollup": "4.55.1",
|
|
121
121
|
"semantic-release": "25.0.2",
|
|
122
122
|
"ts-type-forge": "2.3.0",
|
|
123
123
|
"tslib": "2.8.1",
|
|
124
|
-
"typedoc": "0.28.
|
|
124
|
+
"typedoc": "0.28.16",
|
|
125
125
|
"typedoc-github-theme": "0.3.1",
|
|
126
126
|
"typescript": "5.9.3",
|
|
127
|
-
"vite": "7.3.
|
|
128
|
-
"vitest": "4.0.
|
|
127
|
+
"vite": "7.3.1",
|
|
128
|
+
"vitest": "4.0.17"
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"prettier": ">=3.0.0"
|
|
132
132
|
},
|
|
133
133
|
"packageManager": "pnpm@10.24.0",
|
|
134
134
|
"engines": {
|
|
135
|
-
"node": ">=
|
|
135
|
+
"node": ">=18",
|
|
136
136
|
"pnpm": ">=8.0.0"
|
|
137
137
|
},
|
|
138
138
|
"volta": {
|
package/src/cmd/gen-index-ts.mts
CHANGED
|
@@ -512,7 +512,7 @@ describe('exec-async', () => {
|
|
|
512
512
|
const stderrWriteSpy = vi
|
|
513
513
|
// eslint-disable-next-line vitest/no-restricted-vi-methods
|
|
514
514
|
.spyOn(process.stderr, 'write')
|
|
515
|
-
.
|
|
515
|
+
.mockReturnValue(true);
|
|
516
516
|
|
|
517
517
|
try {
|
|
518
518
|
await withSilentEcho(async () => {
|
|
@@ -36,7 +36,7 @@ describe(runCmdInStagesAcrossWorkspaces, () => {
|
|
|
36
36
|
const processExitSpy = vi
|
|
37
37
|
.spyOn(process, 'exit')
|
|
38
38
|
// eslint-disable-next-line total-functions/no-unsafe-type-assertion
|
|
39
|
-
.
|
|
39
|
+
.mockReturnValue(undefined as never);
|
|
40
40
|
|
|
41
41
|
return { consoleLogSpy, consoleErrorSpy, processExitSpy };
|
|
42
42
|
};
|