feat(world-local): migrate local entity storage to CBOR#1617
Draft
TooTallNate wants to merge 1 commit intomainfrom
Draft
feat(world-local): migrate local entity storage to CBOR#1617TooTallNate wants to merge 1 commit intomainfrom
TooTallNate wants to merge 1 commit intomainfrom
Conversation
Keep reads backward compatible with legacy .json files and migrate them in place on writes. Also centralize cbor-x at the workspace catalog version across packages.
🦋 Changeset detectedLatest commit: cbc4d8d The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
🧪 E2E Test Results✅ All tests passed Summary
Details by Category✅ ▲ Vercel Production
✅ 🪟 Windows
✅ 📋 Other
❌ Some E2E test jobs failed:
Check the workflow run for details. |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
No benchmark result files found in benchmark-results |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
@workflow/world-localentity persistence from JSON/base64 payloads to CBOR-backed.cborfiles.jsonentities and migrating them in place on subsequent writes, including mixed-format listing/cleanup behaviorcbor-x@1.6.4to the pnpm workspace catalog and consume it viacatalog:in world-local, world-postgres, world-vercel, and webTesting
pnpm --filter @workflow/world-local typecheckpnpm --filter @workflow/world-local buildpnpm --filter @workflow/world-local test(fails in this workspace withCannot find package '@workflow/serde' imported from packages/errors/dist/index.js)