Fix OSS CI validation baseline - #934
Open
mkrtc wants to merge 1 commit into
Open
Conversation
Add the root TypeScript baseline and i18n coverage checker needed by validate:ci, and refresh bun.lock against current upstream main so frozen installs succeed. Co-Authored-By: Craft Agent <agents-noreply@craft.do>
mkrtc
force-pushed
the
fix/oss-ci-validation-baseline
branch
from
July 2, 2026 17:14
cfb3234 to
96d4320
Compare
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
tsconfig.base.jsonused by package TypeScript configsscripts/check-i18n-coverage.tsscript already referenced byvalidate:cibun.lockworkspace metadata sobun install --frozen-lockfilesucceeds in CIProblem
A fresh OSS checkout could not complete the configured validation workflow:
bun install --frozen-lockfilereported that the lockfile needed updates../../tsconfig.base.json, but that file was not present at the repository rootbun run validate:cireferencedscripts/check-i18n-coverage.ts, but the script was missingThis meant the public validation workflow could fail before reaching the actual test suite.
Solution
This PR restores the baseline files expected by the existing scripts/configs:
t(...),i18n.t(...), andTrans i18nKeycallsitesRelated PRs
Related to #662 and #906. This PR keeps the scope limited to the validation baseline and includes the current
bun.lockrefresh required for the configuredbun install --frozen-lockfileCI step.Validation
bun install --frozen-lockfilebun run validate:ci