Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CICD] #283

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/rtmpServer/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@hoeeeeeh/node-media-server": "3.0.9",
"@hoeeeeeh/node-media-server": "3.0.10",
"@types/node": "^22.9.0",
"dotenv": "^16.4.5",
"path": "0.12.7"
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2689,9 +2689,9 @@ __metadata:
languageName: node
linkType: hard

"@hoeeeeeh/node-media-server@npm:3.0.9":
version: 3.0.9
resolution: "@hoeeeeeh/node-media-server@npm:3.0.9"
"@hoeeeeeh/node-media-server@npm:3.0.10":
version: 3.0.10
resolution: "@hoeeeeeh/node-media-server@npm:3.0.10"
dependencies:
"@aws-sdk/client-s3": "npm:^3.688.0"
"@types/node": "npm:^22.9.0"
@@ -2709,7 +2709,7 @@ __metadata:
ws: "npm:^8.13.0"
bin:
node-media-server: bin/app.js
checksum: 10c0/cfb1a07295d85c9d7088cddfdd9208e4311f25d905baa97d4a80d3d53844309362e322ff79d7774b3ac372425bc232689764c451590c829f6022920ebf2d1b7d
checksum: 10c0/ac5a520a8465d735dc6dcd7c9152da33f4a21d9db18447939df410c5797666f2b14c84675f53b75f7c22841063c205f52d24092b25a69c062e0537e41a37e4d4
languageName: node
linkType: hard

@@ -11849,7 +11849,7 @@ __metadata:
resolution: "rtmpServer@workspace:backend/rtmpServer"
dependencies:
"@eslint/js": "npm:^9.13.0"
"@hoeeeeeh/node-media-server": "npm:3.0.9"
"@hoeeeeeh/node-media-server": "npm:3.0.10"
"@types/node": "npm:^22.9.0"
"@typescript-eslint/eslint-plugin": "npm:^8.14.0"
"@typescript-eslint/parser": "npm:^8.14.0"

Unchanged files with check annotations Beta

return () => {
if (textareaRef.current) {
textareaRef.current.removeEventListener('input', handleResize);

Check warning on line 31 in frontend/src/components/chat/ChatInput.tsx

GitHub Actions / build (frontend)

The ref value 'textareaRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'textareaRef.current' to a variable inside the effect, and use that variable in the cleanup function
}
};
}, []);
useEffect(() => {
fetchKey(userId);
}, []);

Check warning on line 18 in frontend/src/components/host/SettingInfo.tsx

GitHub Actions / build (frontend)

React Hook useEffect has missing dependencies: 'fetchKey' and 'userId'. Either include them or remove the dependency array
return (
<PopupOverlay onClick={closeModal}>