Commit 06abe11
authored
feat: add xport lock-step manifest (#625)
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.1 parent c3beacc commit 06abe11
6 files changed
Lines changed: 1839 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments