Skip to content

Commit 1e0dce7

Browse files
committed
feat: update client-ts template
1 parent adf7401 commit 1e0dce7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.changeset/twenty-donuts-look.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-mcp-kit': patch
3+
---
4+
5+
feat: update client-ts template

packages/create-mcp-kit/template/client-ts/package.json.hbs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
},
3333
"devDependencies": {
3434
{{#if (includes plugins 'commitlint')}}
35-
"@commitlint/cli": "^19.8.1",
36-
"@commitlint/config-conventional": "^19.8.1",
35+
"@commitlint/cli": "^20.1.0",
36+
"@commitlint/config-conventional": "^20.0.0",
3737
{{/if}}
3838
{{#if (includes plugins 'style')}}
39-
"@typescript-eslint/eslint-plugin": "^8.46.1",
40-
"@typescript-eslint/parser": "^8.46.1",
39+
"@typescript-eslint/eslint-plugin": "^8.46.2",
40+
"@typescript-eslint/parser": "^8.46.2",
4141
{{/if}}
4242
{{#if (includes plugins 'vitest')}}
43-
"@vitest/coverage-v8": "^3.2.4",
43+
"@vitest/coverage-v8": "^4.0.2",
4444
{{/if}}
4545
{{#if (includes plugins 'changelog')}}
4646
"compare-func": "^2.0.0",
4747
{{/if}}
4848
"concurrently": "^9.2.1",
4949
{{#if (includes plugins 'changelog')}}
50-
"conventional-changelog-angular": "^8.0.0",
50+
"conventional-changelog-angular": "^8.1.0",
5151
"conventional-changelog-cli": "^5.0.0",
5252
{{/if}}
5353
"cross-env": "^10.1.0",
@@ -60,13 +60,13 @@
6060
{{/if}}
6161
"husky": "^9.1.7",
6262
{{#if (includes plugins 'style')}}
63-
"lint-staged": "^16.2.4",
63+
"lint-staged": "^16.2.6",
6464
"prettier": "^3.6.2",
6565
{{/if}}
6666
"tsx": "^4.20.6",
6767
"typescript": "^5.9.3",
6868
{{#if (includes plugins 'vitest')}}
69-
"vitest": "^3.2.4",
69+
"vitest": "^4.0.2",
7070
{{/if}}
7171
"rimraf": "^6.0.1"
7272
}

packages/create-mcp-kit/template/client-ts/vitest.config.ts.hbs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ export default defineConfig({
1616
reporter: ['text', 'lcov', 'html'],
1717
},
1818
pool: 'threads',
19-
poolOptions: {
20-
threads: {
21-
maxThreads: 1,
22-
minThreads: 1,
23-
},
24-
},
19+
maxWorkers: 1,
2520
},
2621
})
2722
{{/if}}

0 commit comments

Comments
 (0)