Skip to content

Commit 4ca3f66

Browse files
committed
feat: update client-js template
1 parent 1e0dce7 commit 4ca3f66

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.changeset/eighty-rivers-warn.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-js template

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
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 'vitest')}}
39-
"@vitest/coverage-v8": "^3.2.4",
39+
"@vitest/coverage-v8": "^4.0.2",
4040
{{/if}}
4141
{{#if (includes plugins 'changelog')}}
4242
"compare-func": "^2.0.0",
4343
{{/if}}
4444
{{#if (includes plugins 'changelog')}}
45-
"conventional-changelog-angular": "^8.0.0",
45+
"conventional-changelog-angular": "^8.1.0",
4646
"conventional-changelog-cli": "^5.0.0",
4747
{{/if}}
4848
"cross-env": "^10.1.0",
@@ -55,11 +55,11 @@
5555
{{/if}}
5656
"husky": "^9.1.7",
5757
{{#if (includes plugins 'style')}}
58-
"lint-staged": "^16.2.4",
58+
"lint-staged": "^16.2.6",
5959
"prettier": "^3.6.2",
6060
{{/if}}
6161
{{#if (includes plugins 'vitest')}}
62-
"vitest": "^3.2.4",
62+
"vitest": "^4.0.2",
6363
{{/if}}
6464
"rimraf": "^6.0.1"
6565
}

packages/create-mcp-kit/template/client-js/vitest.config.js.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)