There was an error while loading. Please reload this page.
1 parent 7666cda commit 09900a5Copy full SHA for 09900a5
3 files changed
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## 0.7.3 - Unreleased
4
5
+- Updated Zod to 4.5.2 for lower-memory runtime schema validation.
6
- Updated pnpm, Node typings, formatter and linter tooling, Vitest/Vite, CodeQL, TruffleHog, and the release workflow's npm CLI.
7
- Fixed `clawpatch open-pr` so a stalled `git push` or `gh pr create` times out instead of hanging the command, thanks @SebTardif.
8
- Bound npm trusted publishing to the `npm-release` GitHub environment and restored canonical package repository metadata.
package.json
@@ -36,10 +36,10 @@
36
},
37
"dependencies": {
38
"proper-lockfile": "^4.1.2",
39
- "zod": "^4.4.3"
+ "zod": "^4.5.2"
40
41
"devDependencies": {
42
- "@types/node": "^26.3.0",
+ "@types/node": "^26.4.0",
43
"@types/proper-lockfile": "^4.1.4",
44
"oxfmt": "^0.65.0",
45
"oxlint": "^1.80.0",
pnpm-lock.yaml
0 commit comments