Skip to content

chore: major dependency updates (pino 10, zod 4)#9

Merged
pshkv merged 2 commits into
mainfrom
m6/major-updates
Feb 7, 2026
Merged

chore: major dependency updates (pino 10, zod 4)#9
pshkv merged 2 commits into
mainfrom
m6/major-updates

Conversation

@pshkv

@pshkv pshkv commented Feb 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Major dependency updates for M6:

  • Pino: 9.6.0 → 10.3.0
  • Zod: 3.24.2 → 4.3.6

Code Changes

Updated Zod schema syntax:

// Before (Zod 3)
z.string({ description: 'The ID of the tweet' })

// After (Zod 4)
z.string().describe('The ID of the tweet')

Test plan

  • All tests pass
  • Type check passes
  • CI passes

Notes

TypeScript 5.9 and @types/node 22 updates are deferred due to Express 5 type compatibility issues.

🤖 Generated with Claude Code

Illia Pashkov and others added 2 commits February 7, 2026 00:22
Breaking change upgrade - all tests pass.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update schema syntax from z.string({ description }) to z.string().describe()
- All tests pass

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pshkv pshkv changed the title chore: update pino 9 → 10 chore: major dependency updates (pino 10, zod 4) Feb 7, 2026
@pshkv pshkv merged commit f00d994 into main Feb 7, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant