Skip to content

Commit f232ab3

Browse files
chore: upgrade tshy, vitest, and typescript to latest major versions (#100)
* chore: add CVE-2026-4926 entry to CHANGELOG Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: upgrade tshy, vitest, and typescript to latest major versions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: bump typescript-eslint packages to ^8.58.2 for TypeScript 6 support The lockfile had stale 8.42.0 which caps TypeScript at <6.0.0, breaking CI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7e9cbc3 commit f232ab3

4 files changed

Lines changed: 1278 additions & 1713 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Dependencies
44

5+
- **Upgrade `tshy` to `^4.1.1`, `vitest`/`@vitest/coverage-istanbul` to `^4.1.4`, `typescript` to `^6.0.2`** — removed deprecated `baseUrl` from `tsconfig.base.json` (TS6)
56
- **Upgrade `zod` from `^3.25.42` to `^4.3.6`** — migrated all `z.record()` calls to require explicit key schema (`z.string()`), updated test assertions for changed error message format
67

78
## 0.6.0 - 2026-04-01

0 commit comments

Comments
 (0)