Skip to content

fix: resolve ws version mismatch in Docker (ws@7 to ws@8)#361

Merged
mikevanes merged 1 commit intomainfrom
rc/v0.17.1-beta
Mar 12, 2026
Merged

fix: resolve ws version mismatch in Docker (ws@7 to ws@8)#361
mikevanes merged 1 commit intomainfrom
rc/v0.17.1-beta

Conversation

@mikevanes
Copy link
Contributor

pnpm deploy hoisted ws@7.5.10 (from React Native) instead of ws@8.19.0. ws@7 delivers text frames as strings; tRPC v11 adapter requires Buffers.

  • Add ws to pnpm catalog (8.19.0)
  • Add ws as direct dep of apps/web for correct pnpm deploy resolution
  • Update packages/api and packages/trpc to use catalog reference
  • Bump version to 0.17.1-beta
  • Add TRUSTED_ORIGINS and LOG_LEVEL to docker-compose.test.yml
  • Add --disable-features=dbus to Chrome headless configs

pnpm deploy hoisted ws@7.5.10 (from React Native) instead of ws@8.19.0.
ws@7 delivers text frames as strings; tRPC v11 adapter requires Buffers.

- Add ws to pnpm catalog (8.19.0)
- Add ws as direct dep of apps/web for correct pnpm deploy resolution
- Update packages/api and packages/trpc to use catalog reference
- Bump version to 0.17.1-beta
- Add TRUSTED_ORIGINS and LOG_LEVEL to docker-compose.test.yml
- Add --disable-features=dbus to Chrome headless configs
@mikevanes mikevanes changed the title fix: resolve ws version mismatch in Docker (ws@7 → ws@8) fix: resolve ws version mismatch in Docker (ws@7 to ws@8) Mar 12, 2026
@mikevanes mikevanes merged commit 5cab99d into main Mar 12, 2026
7 of 9 checks passed
@mikevanes mikevanes deleted the rc/v0.17.1-beta branch March 12, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant