Skip to content

chore(deps): update dependency loro-crdt to ^1.16.1 - #1871

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/loro-crdt-1-x
Sep 14, 2026
Merged

renovate[bot] merged 1 commit into
masterfrom
renovate/loro-crdt-1-x

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
loro-crdt (source) ^1.16.0^1.16.1 age confidence

Release Notes

loro-dev/loro (loro-crdt)

v1.16.1

Compare Source

Patch Changes
  • d9ddfba: Make repeated concurrent imports fast: retreat the replay base to the latest
    multi-head critical version instead of the single-head one (which is stuck at
    the initial fork point on criss-cross sync DAGs), and let the text/list diff
    calculators trust a certified-critical base instead of rebuilding their
    trackers from the whole history on every concurrent import.

  • 80a0e88: Make imports that are concurrent with the current version only on map/counter
    containers as fast as ordinary linear imports.

    Previously any concurrency between the new ops and the current version
    (for example a single unmerged head from another peer) forced every later
    import to retreat to a critical version and replay the whole branch, and the
    map diff scanned every key of every touched map. Per-import cost grew with
    both the branch length and the map size: 400 small imports on a 2000-note doc
    with one stale head took ~2.4s natively; they now take ~70ms, flat per import
    (a linear import of the same chain takes ~50ms).

    The oplog now proves, per container, whether the concurrent old history
    touches anything that needs positional context. When it only touches registers
    the import replays from the current version; the affected maps are still
    resolved from history so persisted state that drops tombstones (deleted roots,
    dead containers) cannot influence the result. Map diffs in the conservative
    path are also restricted to the keys the update touched.

  • d9ddfba: Fix the richtext diff calculator's style table growing a duplicate entry for
    every re-replayed style op (e.g. checkout walks after a retreat).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) September 14, 2026 03:02
@renovate
renovate Bot merged commit ef8b02a into master Sep 14, 2026
11 of 12 checks passed
@renovate
renovate Bot deleted the renovate/loro-crdt-1-x branch September 14, 2026 03:22
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.

0 participants