build: replace tsc with golar as typechecker, bump typescript to 7.0.2 - #68
Merged
RedStar071 merged 2 commits intoAug 31, 2026
Merged
Conversation
Golar's typecheck glob mode doesn't read tsconfig.json and its config loader doesn't search upward, so per-package turbo typecheck scripts were consolidated into a single root script combining `golar typecheck` with a targeted `golar tsc -p` call for the one package that needs real tsconfig fidelity.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
…erator peer dep golar.config.ts is only loaded implicitly by the golar CLI, so knip flagged it as an unused file once nothing imported it directly. @wolfstar/i18next-type-generator lost its only knip-visible usage signal when the per-package `typecheck` script (which pointed at tsconfig.consumption.json) was replaced by the root-level golar tsc invocation; it's an optional peer dep with no runtime import, so it's ignored rather than re-wired into a script knip can trace. Also adds an empty changeset since this PR only touches build tooling.
commit: |
RedStar071
deleted the
feat/replace-tsc-with-golar-typechecker-and-update-typscript
branch
August 31, 2026 13:18
This was referenced Sep 6, 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.
Summary
golar tsc -pcall for the one package needing real tsconfig fidelityTest plan
pnpm typecheckpasses across all packagesConfidence Score: 4/5
The implemented typecheck command works, but the contributor documentation needs correction to prevent use of a removed command.
Direct execution confirmed that the documented Turbo command fails and that the replacement Golar command succeeds.
Files Needing Attention: AGENTS.md lines 24 and 27 need to describe the Golar-based typecheck command and remove the obsolete Turbo dependency-build claim.
What T-Rex did
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "fix(ci): mark golar.config.ts as knip en..." | Re-trigger Greptile