Skip to content

Bump sdks #65

Merged
czerwiukk merged 1 commit intomainfrom
FCE-3141/bump-sdks
Apr 17, 2026
Merged

Bump sdks #65
czerwiukk merged 1 commit intomainfrom
FCE-3141/bump-sdks

Conversation

@czerwiukk
Copy link
Copy Markdown
Member

No description provided.

@czerwiukk czerwiukk self-assigned this Apr 17, 2026
Copilot AI review requested due to automatic review settings April 17, 2026 10:10
@linear
Copy link
Copy Markdown

linear bot commented Apr 17, 2026

format
@czerwiukk czerwiukk force-pushed the FCE-3141/bump-sdks branch from de0daef to b17d2cc Compare April 17, 2026 10:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Fishjam Cloud SDK dependencies across the web (TS + React), React Native, and demo/workspace apps to newer versions.

Changes:

  • Bump @fishjam-cloud/ts-client, @fishjam-cloud/react-client, @fishjam-cloud/react-native-client, and @fishjam-cloud/js-server-sdk to 0.26.0 (and react-native-webrtc to 0.25.8 where applicable).
  • Regenerate/update corresponding yarn.lock files to reflect the new SDK versions and transitive dependency changes.
  • Update deep-sea-stories backend config, including a change to the Gemini model constant.

Reviewed changes

Copilot reviewed 18 out of 33 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
web-ts/simple-app/package.json Bumps @fishjam-cloud/ts-client to 0.26.0.
web-ts/simple-app/yarn.lock Lockfile update for @fishjam-cloud/ts-client@0.26.0.
web-ts/minimal/package.json Bumps @fishjam-cloud/ts-client to 0.26.0.
web-ts/minimal/yarn.lock Lockfile update for @fishjam-cloud/ts-client@0.26.0.
web-react/text-chat/package.json Bumps @fishjam-cloud/react-client to 0.26.0.
web-react/text-chat/yarn.lock Lockfile update for @fishjam-cloud/react-client + ts-client to 0.26.0.
web-react/minimal-smelter/package.json Bumps @fishjam-cloud/react-client to 0.26.0.
web-react/minimal-smelter/yarn.lock Lockfile update for @fishjam-cloud/react-client + ts-client to 0.26.0.
web-react/minimal-react/package.json Bumps @fishjam-cloud/react-client to 0.26.0.
web-react/minimal-react/yarn.lock Lockfile update for @fishjam-cloud/react-client + ts-client to 0.26.0.
web-react/livestreaming/package.json Bumps @fishjam-cloud/react-client to 0.26.0.
web-react/livestreaming/yarn.lock Lockfile update for @fishjam-cloud/react-client + ts-client to 0.26.0.
web-react/fishjam-chat/package.json Bumps @fishjam-cloud/react-client to 0.26.0.
web-react/fishjam-chat/yarn.lock Lockfile update for @fishjam-cloud/react-client + ts-client to 0.26.0.
web-react/audio-only/package.json Bumps @fishjam-cloud/react-client to 0.26.0.
web-react/audio-only/yarn.lock Lockfile update for @fishjam-cloud/react-client + ts-client to 0.26.0.
mobile-react-native/video-player/package.json Bumps @fishjam-cloud/react-native-client to 0.26.0.
mobile-react-native/video-player/yarn.lock Lockfile updates for RN SDKs (react-native-client, react-client, ts-client) and react-native-webrtc@0.25.8.
mobile-react-native/text-chat/package.json Bumps @fishjam-cloud/react-native-client to 0.26.0.
mobile-react-native/text-chat/yarn.lock Lockfile updates for RN SDKs (react-native-client, react-client, ts-client) and react-native-webrtc@0.25.8.
mobile-react-native/minimal-react-native/package.json Bumps @fishjam-cloud/react-native-client to 0.26.0.
mobile-react-native/minimal-react-native/yarn.lock Lockfile updates for RN SDKs (react-native-client, react-client, ts-client) and react-native-webrtc@0.25.8.
mobile-react-native/fishjam-chat/package.json Bumps @fishjam-cloud/react-native-client range to ^0.26.0.
mobile-react-native/fishjam-chat/yarn.lock Lockfile updates for RN SDKs and react-native-webrtc@0.25.8.
mobile-react-native/blur-example/package.json Bumps @fishjam-cloud/react-native-client range to ^0.26.0.
mobile-react-native/blur-example/yarn.lock Lockfile updates for RN SDKs and react-native-webrtc@0.25.8.
gemini-demo/backend/package.json Bumps @fishjam-cloud/js-server-sdk to ^0.26.0.
gemini-demo/web/package.json Bumps @fishjam-cloud/react-client to ^0.26.0.
gemini-demo/yarn.lock Lockfile updates for js-server-sdk, react-client, and ts-client to 0.26.0.
deep-sea-stories/packages/backend/package.json Bumps @fishjam-cloud/js-server-sdk to ^0.26.0.
deep-sea-stories/packages/web/package.json Bumps @fishjam-cloud/react-client to ^0.26.0.
deep-sea-stories/yarn.lock Lockfile updates for js-server-sdk, react-client, and ts-client to 0.26.0.
deep-sea-stories/packages/backend/src/config.ts Reformats config + changes GEMINI_MODEL constant.
Comments suppressed due to low confidence (1)

deep-sea-stories/packages/backend/src/config.ts:5

  • This file’s formatting now conflicts with the repo’s Biome configuration: deep-sea-stories/biome.json enforces indentStyle: "tab" and javascript.formatter.quoteStyle: "single", but this change switches to spaces + double quotes. Please reformat to match the configured style (e.g., run biome format --write / yarn format).
import * as fs from 'node:fs';
import { dirname, join } from 'node:path';
import { fileURLToPath } from 'node:url';
import type { PeerOptions } from '@fishjam-cloud/js-server-sdk';
import dotenv from 'dotenv';

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fishjam-cloud fishjam-cloud deleted a comment from Copilot AI Apr 17, 2026
@czerwiukk czerwiukk merged commit 258e2bb into main Apr 17, 2026
1 check passed
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.

3 participants