Merged
Conversation
PiotrWodecki
approved these changes
Apr 17, 2026
de0daef to
b17d2cc
Compare
Contributor
There was a problem hiding this comment.
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-sdkto0.26.0(andreact-native-webrtcto0.25.8where applicable). - Regenerate/update corresponding
yarn.lockfiles to reflect the new SDK versions and transitive dependency changes. - Update
deep-sea-storiesbackend 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.jsonenforcesindentStyle: "tab"andjavascript.formatter.quoteStyle: "single", but this change switches to spaces + double quotes. Please reformat to match the configured style (e.g., runbiome 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.
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.
No description provided.