Skip to content

chore(deps): bump the patch group with 2 updates#373

Merged
cb1kenobi merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-9211c70565
Feb 3, 2026
Merged

chore(deps): bump the patch group with 2 updates#373
cb1kenobi merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-9211c70565

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the patch group with 2 updates: minipass-fetch and minipass-sized.

Updates minipass-fetch from 5.0.0 to 5.0.1

Release notes

Sourced from minipass-fetch's releases.

v5.0.1

5.0.1 (2026-02-02)

Bug Fixes

Dependencies

Changelog

Sourced from minipass-fetch's changelog.

5.0.1 (2026-02-02)

Bug Fixes

Dependencies

Commits

Updates minipass-sized from 1.0.3 to 2.0.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch group with 2 updates: [minipass-fetch](https://github.com/npm/minipass-fetch) and [minipass-sized](https://github.com/isaacs/minipass-sized).


Updates `minipass-fetch` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/npm/minipass-fetch/releases)
- [Changelog](https://github.com/npm/minipass-fetch/blob/main/CHANGELOG.md)
- [Commits](npm/minipass-fetch@v5.0.0...v5.0.1)

Updates `minipass-sized` from 1.0.3 to 2.0.0
- [Commits](isaacs/minipass-sized@v1.0.3...v2.0.0)

---
updated-dependencies:
- dependency-name: minipass-fetch
  dependency-version: 5.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: minipass-sized
  dependency-version: 2.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automated dependencies Pull requests that update a dependency file labels Feb 3, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

📊 Benchmark Results

get-sync.bench.ts

getSync() > random keys - small key size (100 records)

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 lmdb 1 23.32K ops/sec 42.89 41.43 462.295 0.115 116,590
🥈 rocksdb 2 12.35K ops/sec 80.94 79.10 2,840.112 0.119 61,772

getSync() > sequential keys - small key size (100 records)

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 lmdb 1 26.98K ops/sec 37.06 35.98 370.483 0.103 134,912
🥈 rocksdb 2 12.47K ops/sec 80.18 78.05 458.681 0.051 62,358

ranges.bench.ts

getRange() > small range (100 records, 50 range)

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 lmdb 1 25.99K ops/sec 38.48 37.04 636.603 0.103 129,932
🥈 rocksdb 2 3.45K ops/sec 290.204 255.691 2,101.513 0.544 17,230

realistic-load.bench.ts

Realistic write load with workers > write variable records with transaction log

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 rocksdb 1 194.98 ops/sec 5,128.701 69.00 161,512.18 47.23 416
🥈 lmdb 2 26.45 ops/sec 37,810.074 319.228 1,198,970.168 136.584 64.00

transaction-log.bench.ts

Transaction log > read 100 iterators while write log with 100 byte records

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 rocksdb 1 34.51K ops/sec 28.98 15.40 9,507.986 0.465 172,557
🥈 lmdb 2 414.14 ops/sec 2,414.645 172.568 23,616.105 1.65 2,071

Transaction log > read one entry from random position from log with 1000 100 byte records

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 rocksdb 1 609.12K ops/sec 1.64 1.40 559.699 0.093 3,045,595
🥈 lmdb 2 407.34K ops/sec 2.45 1.44 7,762.532 0.484 2,036,698

worker-put-sync.bench.ts

putSync() > random keys - small key size (100 records, 10 workers)

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 rocksdb 1 854.64 ops/sec 1,170.081 1,009.576 1,903.907 0.272 1,710
🥈 lmdb 2 0.99 ops/sec 1,010,301.333 912,223.159 1,079,991.894 3.62 10.00

worker-transaction-log.bench.ts

Transaction log with workers > write log with 100 byte records

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 rocksdb 1 18.58K ops/sec 53.81 30.85 5,891.738 0.815 37,168
🥈 lmdb 2 805.22 ops/sec 1,241.894 71.24 9,524.094 5.36 1,611

Results from commit 0fb492d

@cb1kenobi cb1kenobi merged commit 320fee6 into main Feb 3, 2026
20 checks passed
@cb1kenobi cb1kenobi deleted the dependabot/npm_and_yarn/patch-9211c70565 branch February 3, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant