Skip to content

Update dependency ordered-binary to v1.6.1#95

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ordered-binary-1.x
Open

Update dependency ordered-binary to v1.6.1#95
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ordered-binary-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2026

This PR contains the following updates:

Package Change Age Confidence
ordered-binary 1.5.31.6.1 age confidence

Release Notes

kriszyp/ordered-binary (ordered-binary)

v1.6.1

Compare Source

v1.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 14, 2026 18:38
@socket-security
Copy link

socket-security bot commented Jan 14, 2026

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedordered-binary@​1.5.3 ⏵ 1.6.1100 +110082 +183 -2100

View full report

@kriszyp
Copy link
Member

kriszyp commented Jan 15, 2026

I think it could be dangerous to have the ordered-binary in harper as a different version than the one included from lmdb (and rocksdb-js). I don't think we would ever want that to happen, using two different versions could create risk weird inconsistencies. We should probably be using a (broad) dependency range.

@Ethan-Arrowood
Copy link
Member

Ethan-Arrowood commented Jan 15, 2026

I see; should we move ordered-binary to peerDependencies with a generous version, and then let it be provided by lmdb or rocksdb-js?

@renovate renovate bot changed the title Update dependency ordered-binary to v1.6.1 fix(deps): update dependency ordered-binary to v1.6.1 Jan 15, 2026
@renovate renovate bot force-pushed the renovate/ordered-binary-1.x branch from 7ed2009 to 47412c3 Compare January 19, 2026 17:32
@kriszyp
Copy link
Member

kriszyp commented Jan 21, 2026

should we move ordered-binary to peerDependencies

But ordered-binary isn't a peer to harper, we aren't expecting users of harper to import ordered-binary. We are just using ordered-binary as a dependency like lmdb is using it as a dependency, so based on my understanding of peerDependencies, this is a standard dependency (not a peer). But maybe I am misunderstanding?

@Ethan-Arrowood
Copy link
Member

🤔

well my understanding is that generally it is okay to mismatch a direct dependency and a transitive dependency. Like in this case:

|- ordered-binary @ 1.6.1
|- lmdb
    |- ordered-binary @ 1.5.3

Is perfectly okay.

If not, meaning that lmdb requires modules that depend on it to provide the same ordered-binary version, then I think ordered-binary should be a peer-dep of lmdb, no?

This comes from: https://nodejs.org/en/blog/npm/peer-dependencies#using-peer-dependencies

@renovate renovate bot force-pushed the renovate/ordered-binary-1.x branch from 47412c3 to 356e7d5 Compare January 23, 2026 17:10
@renovate renovate bot changed the title fix(deps): update dependency ordered-binary to v1.6.1 Update dependency ordered-binary to v1.6.1 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/ordered-binary-1.x branch from 356e7d5 to 8883e85 Compare February 2, 2026 20:28
@renovate renovate bot changed the title Update dependency ordered-binary to v1.6.1 fix(deps): update dependency ordered-binary to v1.6.1 Feb 9, 2026
@renovate renovate bot changed the title fix(deps): update dependency ordered-binary to v1.6.1 Update dependency ordered-binary to v1.6.1 Feb 9, 2026
@renovate renovate bot force-pushed the renovate/ordered-binary-1.x branch from 8883e85 to d7daea0 Compare February 12, 2026 13:33
@renovate renovate bot force-pushed the renovate/ordered-binary-1.x branch from d7daea0 to 2a0a514 Compare February 17, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments