Skip to content

chore(deps): bump the patch group across 1 directory with 2 updates#642

Merged
cb1kenobi merged 2 commits into
mainfrom
dependabot/npm_and_yarn/patch-aa3e3ee18e
Jun 11, 2026
Merged

chore(deps): bump the patch group across 1 directory with 2 updates#642
cb1kenobi merged 2 commits into
mainfrom
dependabot/npm_and_yarn/patch-aa3e3ee18e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the patch group with 2 updates in the / directory: msgpackr and semver.

Updates msgpackr from 2.0.2 to 2.0.4

Commits

Updates semver from 7.8.2 to 7.8.4

Release notes

Sourced from semver's releases.

v7.8.4

7.8.4 (2026-06-09)

Bug Fixes

v7.8.3

7.8.3 (2026-06-08)

Bug Fixes

Chores

Changelog

Sourced from semver's changelog.

7.8.4 (2026-06-09)

Bug Fixes

7.8.3 (2026-06-08)

Bug Fixes

Chores

Commits

@dependabot dependabot Bot added automated dependencies Pull requests that update a dependency file labels Jun 10, 2026
@dependabot dependabot Bot requested a review from cb1kenobi as a code owner June 10, 2026 05:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file automated labels Jun 10, 2026
@socket-security

socket-security Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedmsgpackr@​2.0.410010010095100
Addedsemver@​7.8.410010010095100

View full report

Bumps the patch group with 2 updates in the / directory: [msgpackr](https://github.com/kriszyp/msgpackr) and [semver](https://github.com/npm/node-semver).


Updates `msgpackr` from 2.0.2 to 2.0.4
- [Release notes](https://github.com/kriszyp/msgpackr/releases)
- [Commits](https://github.com/kriszyp/msgpackr/commits/v2.0.4)

Updates `semver` from 7.8.2 to 7.8.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.8.2...v7.8.4)

---
updated-dependencies:
- dependency-name: msgpackr
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: semver
  dependency-version: 7.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the patch group with 2 updates chore(deps): bump the patch group across 1 directory with 2 updates Jun 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/patch-aa3e3ee18e branch from 8b77262 to bbf9f04 Compare June 11, 2026 05:22
@github-actions

Copy link
Copy Markdown
Contributor

📊 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 24.23K ops/sec 41.27 39.58 598.19 0.083 121,161
🥈 rocksdb 2 11.54K ops/sec 86.66 82.30 22,946.322 0.906 57,700

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

Implementation Rank Operations/sec Mean (ms) Min (ms) Max (ms) RME (%) Samples
🥇 lmdb 1 28.21K ops/sec 35.45 34.12 640.424 0.078 141,029
🥈 rocksdb 2 11.49K ops/sec 87.01 82.89 754.991 0.081 57,463

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.42K ops/sec 39.34 36.04 2,509.55 0.279 127,097
🥈 rocksdb 2 16.71K ops/sec 59.83 50.85 1,128.743 0.136 83,573

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 413.84 ops/sec 2,416.387 87.20 30,003.914 8.67 828
🥈 lmdb 2 35.29 ops/sec 28,338.69 40.64 946,235.532 111.794 96.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 37.01K ops/sec 27.02 13.46 349.573 0.185 185,043
🥈 lmdb 2 498.04 ops/sec 2,007.886 510.856 7,728.622 1.09 2,491

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 751.64K ops/sec 1.33 1.12 3,751.5 0.168 3,758,218
🥈 lmdb 2 446.25K ops/sec 2.24 1.17 798.987 0.294 2,231,252

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 822.00 ops/sec 1,216.546 1,005.632 3,434.728 0.493 1,644
🥈 lmdb 2 0.86 ops/sec 1,163,172.125 804,496.72 1,578,046.841 18.48 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 19.67K ops/sec 50.84 31.22 522.172 0.503 39,342
🥈 lmdb 2 761.80 ops/sec 1,312.683 32.12 27,252.582 8.81 1,524

Results from commit 39b03f9

@cb1kenobi cb1kenobi merged commit 6fe63a5 into main Jun 11, 2026
22 of 23 checks passed
@cb1kenobi cb1kenobi deleted the dependabot/npm_and_yarn/patch-aa3e3ee18e branch June 11, 2026 22:00
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