Skip to content

chore: bump all dependencies to latest versions#149

Merged
rohal12 merged 2 commits into
mainfrom
chore/bump-dependencies
Mar 28, 2026
Merged

chore: bump all dependencies to latest versions#149
rohal12 merged 2 commits into
mainfrom
chore/bump-dependencies

Conversation

@rohal12
Copy link
Copy Markdown
Owner

@rohal12 rohal12 commented Mar 28, 2026

Summary

  • Bump all dependencies to latest versions
  • Notable major bumps: TypeScript 5→6, Vite 7→8, @types/react 18→19
  • Migrate tsconfig for TypeScript 6 compatibility: remove deprecated baseUrl, add types: ["node"], use relative paths, use node: prefixed imports in scripts
  • Add @types/node as direct devDependency (required by TS6)

Test plan

  • npx tsc --noEmit passes cleanly
  • npx vitest run — all 1121 tests pass

🤖 Generated with Claude Code

Notable major bumps: typescript 5→6, vite 7→8, @types/react 18→19.

TypeScript 6 migration:
- Remove deprecated `baseUrl`, use relative paths in `paths`
- Add `types: ["node"]` for Node built-in module resolution
- Use `node:` prefixed imports in scripts
- Add `@types/node` as direct devDependency

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Release preview: merging this PR will publish v0.43.7 (patch bump from v0.43.6)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.48% 2825 / 3646
🔵 Statements 76.42% 3083 / 4034
🔵 Functions 69.04% 513 / 743
🔵 Branches 73.64% 1559 / 2117
File CoverageNo changed files found.
Generated in workflow #232 for commit db635e2 by the Vitest Coverage Report Action

@rohal12 rohal12 merged commit c974875 into main Mar 28, 2026
5 checks passed
@rohal12 rohal12 deleted the chore/bump-dependencies branch March 28, 2026 10:58
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