Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.7.3 - Unreleased

- Updated Zod to 4.5.2 for lower-memory runtime schema validation.
- Updated pnpm, Node typings, formatter and linter tooling, Vitest/Vite, CodeQL, TruffleHog, and the release workflow's npm CLI.
- Fixed `clawpatch open-pr` so a stalled `git push` or `gh pr create` times out instead of hanging the command, thanks @SebTardif.
- Bound npm trusted publishing to the `npm-release` GitHub environment and restored canonical package repository metadata.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"proper-lockfile": "^4.1.2",
"zod": "^4.4.3"
"zod": "^4.5.2"
},
"devDependencies": {
"@types/node": "^26.3.0",
"@types/node": "^26.4.0",
"@types/proper-lockfile": "^4.1.4",
"oxfmt": "^0.65.0",
"oxlint": "^1.80.0",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading