Skip to content

chore: update dependencies and fix tsc rootDir#14

Merged
B4nan merged 1 commit intomasterfrom
chore/update-deps
May 5, 2026
Merged

chore: update dependencies and fix tsc rootDir#14
B4nan merged 1 commit intomasterfrom
chore/update-deps

Conversation

@B4nan
Copy link
Copy Markdown
Member

@B4nan B4nan commented May 5, 2026

Summary

  • Bumps all dependencies to latest: @mikro-orm/* 7.0.4→7.0.14, fastify 5.7.4→5.8.5, vite 8.0.0-beta.18→8.0.10, vitest 4.0.18→4.1.5, zod 4.3.6→4.4.3, @types/node 25.2.2→25.6.0, typescript 6.0.0→6.0.3.
  • Refreshes lockfile and resolves a critical fast-jwt advisory (transitively via @fastify/jwt) through npm audit fix.
  • Adds explicit "rootDir": "./src" to tsconfig.json — TS 6 no longer infers it and was failing the build with TS5011.

Test plan

  • npm install clean, npm audit reports 0 vulnerabilities
  • npm run build succeeds (was previously failing on master under TS6)
  • npm test — 4/4 pass on vitest@4.1.5

🤖 Generated with Claude Code

Bump @mikro-orm/* to 7.0.14, fastify to 5.8.5, vite to 8.0.10,
vitest to 4.1.5, zod to 4.4.3, @types/node to 25.6.0, typescript
to 6.0.3. Refresh lockfile (resolves fast-jwt CVE via npm audit fix).

Add explicit rootDir to tsconfig.json — TypeScript 6 no longer
infers it and was failing the build with TS5011.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@B4nan B4nan merged commit 883c643 into master May 5, 2026
2 checks passed
@B4nan B4nan deleted the chore/update-deps branch May 5, 2026 19:39
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