Skip to content

build(deps): bump monocart-coverage-reports from 2.12.11 to 2.12.12#4928

Merged
aaltat merged 1 commit into
mainfrom
dependabot/npm_and_yarn/monocart-coverage-reports-2.12.12
Jun 1, 2026
Merged

build(deps): bump monocart-coverage-reports from 2.12.11 to 2.12.12#4928
aaltat merged 1 commit into
mainfrom
dependabot/npm_and_yarn/monocart-coverage-reports-2.12.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps monocart-coverage-reports from 2.12.11 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
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/monocart-coverage-reports-2.12.12 branch 2 times, most recently from da3852b to f58b12c Compare June 1, 2026 11:38
Bumps [monocart-coverage-reports](https://github.com/cenfun/monocart-coverage-reports) from 2.12.11 to 2.12.12.
- [Release notes](https://github.com/cenfun/monocart-coverage-reports/releases)
- [Changelog](https://github.com/cenfun/monocart-coverage-reports/blob/main/CHANGELOG.md)
- [Commits](cenfun/monocart-coverage-reports@2.12.11...2.12.12)

---
updated-dependencies:
- dependency-name: monocart-coverage-reports
  dependency-version: 2.12.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/monocart-coverage-reports-2.12.12 branch from f58b12c to c5857b6 Compare June 1, 2026 12:09
@aaltat aaltat merged commit e550ca9 into main Jun 1, 2026
44 of 46 checks passed
@aaltat aaltat deleted the dependabot/npm_and_yarn/monocart-coverage-reports-2.12.12 branch June 1, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant