dependabot · GitHub

Bumps monocart-coverage-reports from 2.12.9 to 2.12.12.

Changelog

Sourced from monocart-coverage-reports's changelog.

  • 2.12.12

    • refactored getEntryFilter / getSourceFilter / getFileFilter into a shared createFilterHandler factory
    • replaced .filter().forEach() chains with single loops to avoid intermediate array allocations
    • replaced .map().flat() with .flatMap() for reduced memory churn
    • fixed resolveWatermarks mutating the input defaultWatermarks object (now clones before modifying)
    • consolidated writeFileSync / writeFile directory creation into shared ensureDirSync helper
    • added lib/packages/ to eslint ignore to skip linting built vendor bundles
    • fixed minor lint warnings (unused variable assignments)
    • optimized findInRanges from O(n) linear scan to O(log n) binary search for sorted range lists
    • refactored while(true) with post-guard in fromSortedRanges to a condition-clear while (stack.length > 0)
    • renamed calculateSha1 parameter from misleading buffer to input
    • fixed mergeCssRanges O(n²) array concatenation (now O(n) with push) and removed unnecessary Promise wrapper
  • 2.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
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Read the original on github.com ↗