Skip to content

fix(core): add missing @suites/types.doubles dependency#925

Merged
omermorad merged 2 commits into
masterfrom
fix/core-missing-types-doubles
Nov 15, 2025
Merged

fix(core): add missing @suites/types.doubles dependency#925
omermorad merged 2 commits into
masterfrom
fix/core-missing-types-doubles

Conversation

@omermorad

Copy link
Copy Markdown
Collaborator

Problem

@suites/core.unit imports types from @suites/types.doubles but the dependency is not declared in package.json.

Changes

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

Impact

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

core.unit imports types from @suites/types.doubles but the dependency
was not declared in package.json.

This causes build failures and npm publish validation errors.
@omermorad omermorad self-assigned this Nov 15, 2025
@omermorad omermorad added the bug Something isn't working label Nov 15, 2025
@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 (70b120b).
⚠️ Report is 13 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #925   +/-   ##
=======================================
  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 merged commit 53d52c7 into master Nov 15, 2025
17 checks passed
@omermorad omermorad deleted the fix/core-missing-types-doubles branch November 15, 2025 16:09
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