Bumps monocart-coverage-reports from 2.12.9 to 2.12.12.
ChangelogSourced from monocart-coverage-reports's changelog.
Commits
2.12.12
- refactored
getEntryFilter/getSourceFilter/getFileFilterinto a sharedcreateFilterHandlerfactory- replaced
.filter().forEach()chains with single loops to avoid intermediate array allocations- replaced
.map().flat()with.flatMap()for reduced memory churn- fixed
resolveWatermarksmutating the inputdefaultWatermarksobject (now clones before modifying)- consolidated
writeFileSync/writeFiledirectory creation into sharedensureDirSynchelper- added
lib/packages/to eslint ignore to skip linting built vendor bundles- fixed minor lint warnings (unused variable assignments)
- optimized
findInRangesfrom O(n) linear scan to O(log n) binary search for sorted range lists- refactored
while(true)with post-guard infromSortedRangesto a condition-clearwhile (stack.length > 0)- renamed
calculateSha1parameter from misleadingbuffertoinput- fixed
mergeCssRangesO(n²) array concatenation (now O(n) with push) and removed unnecessary Promise wrapper2.12.11
- fixed child process crash when the tested code spawns a subprocess with a different cwd (NODE_OPTIONS register path is now absolute)
2.12.10
- updated dependencies
970c489updated version: 2.12.11 => 2.12.124d11f86add bun issue6cfc51aupdate docs77a5292update docs273708aupdate css casesf27ba9aupdate deps4c440d6fixed mergeCssRanges28c0d7aoptimized findInRangese364bf2change logaf7c2e0fix performance- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.