Skip to content

[services] Bump process-compose version and fix extra stderr output - #2832

Merged
mikeland73 merged 1 commit into
mainfrom
mikeland73/fix-devbox-service-output
May 20, 2026
Merged

[services] Bump process-compose version and fix extra stderr output#2832
mikeland73 merged 1 commit into
mainfrom
mikeland73/fix-devbox-service-output

Conversation

@mikeland73

@mikeland73mikeland73 commented May 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Bumps processComposeVersion from 1.87.0 to 1.110.0.
  • Skips Add for utilities whose exact versioned name is already in the utility devbox config. Calling Add anyway printed noisy Package "process-compose@..." already in devbox.json output on every services interaction. A version mismatch (e.g. after bumping processComposeVersion) still falls through to Add, which replaces the existing package by canonical name.

nginx.conf and devbox.lock have minor automated changes.

Test plan

  • devbox services up / devbox services ls no longer prints the "already in devbox.json" line.
  • Bumping processComposeVersion triggers a clean replace path (no stale 1.87.0 left behind).
  • Fresh install (no existing utility config) still adds process-compose correctly.

Bumps process-compose from 1.87.0 to 1.110.0 and avoids calling Add when
the exact versioned utility is already present, which otherwise printed
"Package already in devbox.json" on every services interaction.
@mikeland73
mikeland73 requested review from Lagoja and savilMay 20, 2026 03:22
@mikeland73mikeland73 changed the title Fix noisy service output by skipping Add for utilities already in configBump process-compose version and fix extra stderr outputMay 20, 2026
@mikeland73mikeland73 changed the title Bump process-compose version and fix extra stderr output[services] Bump process-compose version and fix extra stderr outputMay 20, 2026
@mikeland73

Copy link
Copy Markdown
CollaboratorAuthor

same test is failing in main. Will merge this and try to fix that.

@mikeland73
mikeland73 merged commit 3d8f5f3 into mainMay 20, 2026
55 of 73 checks passed
@mikeland73
mikeland73 deleted the mikeland73/fix-devbox-service-output branch May 20, 2026 15:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mikeland73@Lagoja