Skip to content

Upgrade dependencies and fix TypeScript strict checks#25

Merged
markwylde merged 1 commit intomasterfrom
upgrade-dependencies-and-fix-ts
Apr 17, 2026
Merged

Upgrade dependencies and fix TypeScript strict checks#25
markwylde merged 1 commit intomasterfrom
upgrade-dependencies-and-fix-ts

Conversation

@markwylde
Copy link
Copy Markdown
Owner

Summary

  • Upgrade major dependencies: level (^9 → ^10), uuid (^11 → ^13), typescript (^5 → ^6), c8 (^10 → ^11), tsx (^4.19 → ^4.21), @types/node, @types/uuid
  • Fix error handling to use instanceof Error + 'code' in error checks before accessing .code property (required for TypeScript 6 strict mode)
  • Fix TypeScript strict issues in sort projection and $or query logic
  • Update tsconfig: switch to Node16 module resolution, add rootDir, remove legacy path aliases

- Upgrade level (^9 -> ^10), uuid (^11 -> ^13), typescript (^5 -> ^6)
- Upgrade c8 (^10 -> ^11), tsx (^4.19 -> ^4.21), @types/node, @types/uuid
- Fix error handling to use instanceof checks before accessing .code
- Fix TypeScript strict issues in sort projection and  query
- Update tsconfig: Node16 module resolution, add rootDir, remove path aliases
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​uuid@​10.0.0 ⏵ 11.0.010010039 -3150 -30100
Updated@​types/​node@​22.14.1 ⏵ 25.6.0100 +110081 +196100
Updatedtsx@​4.19.3 ⏵ 4.21.010010081 +185100
Updateduuid@​11.1.0 ⏵ 13.0.010010010083100
Updatedlevel@​9.0.0 ⏵ 10.0.010010010084100
Updatedc8@​10.1.3 ⏵ 11.0.09910010085100
Updatedtypescript@​5.8.3 ⏵ 6.0.3100 +1100100 +11100 +1100 +10

View full report

@markwylde markwylde merged commit ff39dc1 into master Apr 17, 2026
5 checks passed
@markwylde markwylde deleted the upgrade-dependencies-and-fix-ts branch April 17, 2026 05:07
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