TypeScript Rewrite: Version Conflict Check#52
Open
d4mation wants to merge 12 commits intoENG-219/command-checkfrom
Open
TypeScript Rewrite: Version Conflict Check#52d4mation wants to merge 12 commits intoENG-219/command-checkfrom
d4mation wants to merge 12 commits intoENG-219/command-checkfrom
Conversation
Adds the built-in version-conflict check that verifies all configured version files contain the same version number, with file existence validation and normalized version comparison.
This was referenced Feb 12, 2026
Use (?<version>...) named capture groups with fallback to matches[2] for backward compatibility in both the version conflict check and config validation.
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.
🎫 ENG-219
Summary
check:version-conflictsubcommand (available even when not configured in.puprc)Dependencies
Test plan
bun run test)bun run buildsucceedsbun run lintpassesbun run typecheckpasses.puprcpaths.versionswith matching versions and verifybunx pup checkreports no conflictsbunx pup check:version-conflictand verify it runs standalone without the[version-conflict]prefixbunx pup check:version-conflictwhen version-conflict is not in.puprcchecks and verify it still runs (built-in always registered)ERROR: Version file does not existmessage