feat: add xport lock-step manifest tooling#625
Merged
John-David Dalton (jdalton) merged 1 commit intomainfrom Apr 27, 2026
Merged
feat: add xport lock-step manifest tooling#625John-David Dalton (jdalton) merged 1 commit intomainfrom
John-David Dalton (jdalton) merged 1 commit intomainfrom
Conversation
Adds the xport tooling shared across the Socket fleet for declaring cross-repo lockstep dependencies (gitlinks, package versions). Files: scripts/xport.mts — runner scripts/xport-schema.mts — TypeBox source of truth scripts/xport-emit-schema.mts — generates xport.schema.json xport.schema.json — machine-generated, used by validators package.json — adds @sinclair/typebox 0.34.49 devDep pnpm-lock.yaml — refreshed for typebox Self-landable; no consumer of xport in this repo yet, but the schema emit + manifest validation can run in pnpm check once wired.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
Author
|
bugbot run |
Bill Li (billxinli)
approved these changes
Apr 27, 2026
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.
Self-landable split from #620.
Files
scripts/xport.mts— runnerscripts/xport-schema.mts— TypeBox source of truthscripts/xport-emit-schema.mts— generatesxport.schema.jsonxport.schema.json— machine-generatedpackage.json— adds@sinclair/typebox0.34.49 devDeppnpm-lock.yaml— refreshed for typeboxWhy
Shared cross-repo tooling for declaring lockstep dependencies (gitlinks, package versions). Already in use across the Socket fleet (socket-btm, socket-tui, etc.). No consumer wired up here yet; this is foundation only.
Test plan