Skip to content

fix(types.doubles): add missing @suites/types.common dependency#923

Merged
omermorad merged 1 commit into
masterfrom
fix/types-doubles-missing-dependency
Nov 15, 2025
Merged

fix(types.doubles): add missing @suites/types.common dependency#923
omermorad merged 1 commit into
masterfrom
fix/types-doubles-missing-dependency

Conversation

@omermorad

Copy link
Copy Markdown
Collaborator

Problem

@suites/types.doubles imports DeepPartial from @suites/types.common (index.ts:1) but the dependency is not declared in package.json.

This causes:

  • TypeScript build failures
  • npm publish validation errors
  • Broken dependency resolution

Changes

  • Add @suites/types.common dependency to packages/types/doubles/package.json

Impact

  • Patch fix for v3.0.1
  • Fixes build errors
  • Allows proper npm publishing
  • No breaking changes

Files Changed

  • packages/types/doubles/package.json - Added missing dependency

types.doubles imports DeepPartial from @suites/types.common (index.ts:1)
but the dependency was not declared in package.json.

This causes build failures and npm publish validation errors.
@codecov

codecov Bot commented Nov 15, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.52%. Comparing base (44f8ad1) to head (2e401c1).
⚠️ Report is 12 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #923   +/-   ##
=======================================
  Coverage   92.52%   92.52%           
=======================================
  Files          26       26           
  Lines         589      589           
  Branches       99       99           
=======================================
  Hits          545      545           
  Misses         35       35           
  Partials        9        9           
Flag Coverage Δ
core.unit 93.44% <ø> (ø)
di.inversify 93.68% <ø> (ø)
di.nestjs 87.25% <ø> (ø)
doubles.jest 100.00% <ø> (ø)
doubles.sinon 100.00% <ø> (ø)
doubles.vitest 100.00% <ø> (ø)
unit 77.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@omermorad omermorad self-assigned this Nov 15, 2025
@omermorad omermorad added the bug Something isn't working label Nov 15, 2025
@omermorad omermorad merged commit af2f894 into master Nov 15, 2025
17 checks passed
@omermorad omermorad deleted the fix/types-doubles-missing-dependency branch November 15, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant