Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 91ac55a

Browse files
sapientpantsclaude
andcommitted
chore: update dependencies while keeping zod at v3
Updated production and development dependencies to latest versions: - @modelcontextprotocol/sdk: 1.18.1 → 1.20.0 - Dev dependencies: commitlint, typescript-eslint, eslint, lint-staged, typescript, vite, and others - Kept zod at 3.25.76 as requested (v4 available but not upgraded) All tests passing with 80%+ coverage maintained. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d97005e commit 91ac55a

File tree

3 files changed

+523
-491
lines changed

3 files changed

+523
-491
lines changed

.changeset/silver-sheep-exist.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
---
3+
4+
Updated dependencies to their latest compatible versions while keeping zod at v3:
5+
6+
**Production Dependencies:**
7+
8+
- @modelcontextprotocol/sdk: 1.18.1 → 1.20.0
9+
10+
**Development Dependencies:**
11+
12+
- @commitlint/cli: 19.8.1 → 20.1.0
13+
- @commitlint/config-conventional: 19.8.1 → 20.0.0
14+
- @cyclonedx/cdxgen: 11.8.0 → 11.9.0
15+
- @types/node: 24.5.2 → 24.7.2
16+
- @typescript-eslint/eslint-plugin: 8.44.1 → 8.46.0
17+
- @typescript-eslint/parser: 8.44.1 → 8.46.0
18+
- eslint: 9.36.0 → 9.37.0
19+
- eslint-plugin-jsonc: 2.20.1 → 2.21.0
20+
- lint-staged: 16.2.0 → 16.2.4
21+
- typescript: 5.9.2 → 5.9.3
22+
- vite: 7.1.7 → 7.1.9
23+
24+
**Kept at v3:**
25+
26+
- zod: 3.25.76 (v4 available but not upgraded per project requirements)
27+
28+
All tests passing with 80%+ coverage maintained.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,35 +86,35 @@
8686
]
8787
},
8888
"dependencies": {
89-
"@modelcontextprotocol/sdk": "^1.18.1",
89+
"@modelcontextprotocol/sdk": "^1.20.0",
9090
"axios": "^1.12.2",
9191
"zod": "^3.25.76"
9292
},
9393
"devDependencies": {
9494
"@changesets/cli": "^2.29.7",
95-
"@commitlint/cli": "^19.8.1",
96-
"@commitlint/config-conventional": "^19.8.1",
97-
"@cyclonedx/cdxgen": "11.8.0",
98-
"@types/node": "^24.5.2",
99-
"@typescript-eslint/eslint-plugin": "^8.44.1",
100-
"@typescript-eslint/parser": "^8.44.1",
95+
"@commitlint/cli": "^20.1.0",
96+
"@commitlint/config-conventional": "^20.0.0",
97+
"@cyclonedx/cdxgen": "11.9.0",
98+
"@types/node": "^24.7.2",
99+
"@typescript-eslint/eslint-plugin": "^8.46.0",
100+
"@typescript-eslint/parser": "^8.46.0",
101101
"@vitest/coverage-v8": "^3.2.4",
102102
"changelog-github-custom": "^1.2.5",
103103
"depcheck": "^1.4.7",
104-
"eslint": "^9.36.0",
104+
"eslint": "^9.37.0",
105105
"eslint-config-prettier": "^10.1.8",
106-
"eslint-plugin-jsonc": "2.20.1",
106+
"eslint-plugin-jsonc": "2.21.0",
107107
"eslint-plugin-prettier": "^5.5.4",
108108
"graphql": "^16.11.0",
109109
"husky": "^9.1.7",
110110
"jsonc-eslint-parser": "2.4.1",
111-
"lint-staged": "^16.2.0",
111+
"lint-staged": "^16.2.4",
112112
"markdownlint-cli2": "0.18.1",
113113
"nock": "^14.0.10",
114114
"prettier": "^3.6.2",
115115
"rimraf": "^6.0.1",
116-
"typescript": "^5.9.2",
117-
"vite": "7.1.7",
116+
"typescript": "^5.9.3",
117+
"vite": "7.1.9",
118118
"vitest": "^3.2.4",
119119
"yaml-lint": "1.7.0"
120120
},

0 commit comments

Comments
 (0)