fix(deps): update dependency json-joy to v11 #966
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.2.0
->^11.0.0
Release Notes
streamich/json-joy (json-joy)
v11.28.0
Compare Source
Bug Fixes
Features
v11.27.0
Compare Source
Bug Fixes
Features
Performance Improvements
v11.26.0
Compare Source
Features
Performance Improvements
v11.25.0
Compare Source
Features
v11.24.0
Compare Source
Features
v11.23.0
Compare Source
Features
v11.22.0
Compare Source
Features
v11.21.1
Compare Source
Bug Fixes
Performance Improvements
v11.21.0
Compare Source
Bug Fixes
Features
v11.20.0
Compare Source
Features
Performance Improvements
v11.19.0
Compare Source
Bug Fixes
Features
v11.18.0
Compare Source
Features
Performance Improvements
v11.17.0
Compare Source
Features
v11.16.0
Compare Source
Bug Fixes
Features
v11.15.0
Compare Source
Bug Fixes
Features
v11.14.0
Compare Source
Features
v11.13.0
Compare Source
Features
v11.12.0
Compare Source
Bug Fixes
Features
Performance Improvements
v11.11.0
Compare Source
Features
v11.10.0
Compare Source
Features
v11.9.1
Compare Source
Bug Fixes
v11.9.0
Compare Source
Features
v11.8.0
Compare Source
Features
v11.7.0
Compare Source
Features
v11.6.0
Compare Source
Features
v11.5.0
Compare Source
Features
v11.4.2
Compare Source
v11.4.1
Compare Source
Bug Fixes
v11.4.0
Compare Source
Features
v11.3.0
Compare Source
Features
v11.2.0
Compare Source
What's Changed
Full Changelog: streamich/json-joy@v11.1.0...v11.2.0
v11.1.0
Compare Source
What's Changed
Full Changelog: streamich/json-joy@v11.0.0...v11.1.0
v11.0.0
Compare Source
What's Changed
Full Changelog: streamich/json-joy@v10.0.0...v11.0.0
v10.0.0
: v10.0 - JSON CRDT 🎉 ready to rock-n-rollCompare Source
In this major release we are happy to announce that
json-joy
JSON CRDT implementation is now complete. It is now ready to be tested in real-world production environments. See the Getting started guide here.As part of this we have also published the JSON CRDT and JSON CRDT Patch specifications, which define in detail how a JSON-like conflict-free replicated data type can be constructed, how to construct the change patches, and how to serialize all of that. These specifications will let you understand in detail how it works, but also can be used to implement JSON CRDT in other languages.
Why use
json-joy
JSON CRDT implementation? See thisWhat's Changed
json-crdt-traces
package by @streamich in https://github.com/streamich/json-joy/pull/414Full Changelog: streamich/json-joy@v9.9.1...v10.0.0
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.
This PR has been generated by Mend Renovate. View repository job log here.
Resolves #979