Remove ansi-colors, replace with lightweight inline utility#7193
Open
ryancbahan wants to merge 2 commits into04-03-remove-tmp-packagefrom
Open
Remove ansi-colors, replace with lightweight inline utility#7193ryancbahan wants to merge 2 commits into04-03-remove-tmp-packagefrom
ryancbahan wants to merge 2 commits into04-03-remove-tmp-packagefrom
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7e68060 to
6598c1f
Compare
3c8e8a8 to
19a03ac
Compare
6598c1f to
e99cba9
Compare
Replace the 3 call sites with inline ANSI escape sequences: - bin/create-homebrew-pr.js: green + bold - workspace/src/lint.js: green.bold, red.bold, bold, dim - workspace/src/utils/log.js: green.bold, gray Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
e99cba9 to
0f7fea3
Compare
Contributor
gonzaloriestra
left a comment
There was a problem hiding this comment.
Have you checked that the scripts keep showing the same styles?
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Differences in type declarationsWe detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:
New type declarationsWe found no new type declarations in this PR Existing type declarationspackages/cli-kit/dist/public/node/monorail.d.ts@@ -66,10 +66,6 @@ export interface Schemas {
cmd_app_linked_config_uses_cli_managed_urls?: Optional<boolean>;
cmd_app_warning_api_key_deprecation_displayed?: Optional<boolean>;
cmd_app_deployment_mode?: Optional<string>;
- cmd_app_validate_json?: Optional<boolean>;
- cmd_app_validate_valid?: Optional<boolean>;
- cmd_app_validate_issue_count?: Optional<number>;
- cmd_app_validate_file_count?: Optional<number>;
cmd_dev_tunnel_type?: Optional<string>;
cmd_dev_tunnel_custom_hash?: Optional<string>;
cmd_dev_urls_updated?: Optional<boolean>;
|
Contributor
Author
gonzaloriestra
approved these changes
Apr 7, 2026
isaacroldan
approved these changes
Apr 7, 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
ansi-colorsfrom root devDependencies