Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions .changeset/early-poets-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"y-partyserver": patch
"partyserver": patch
"partysocket": patch
"hono-party": patch
"partysync": patch
"partywhen": patch
"partysub": patch
---

update deps
2 changes: 2 additions & 0 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
fetch-depth: 1

- uses: actions/setup-node@v4
with:
node-version: 25

- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/chat/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>PartyServer</title>
</head>
Expand Down
10 changes: 5 additions & 5 deletions fixtures/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"nanoid": "^5.1.6",
"partyserver": "^0.3.0",
"partysocket": "^1.1.15",
"react": "^19.2.3",
"react-dom": "^19.2.3"
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.7",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.18"
"tailwindcss": "^4.2.1"
}
}
8 changes: 4 additions & 4 deletions fixtures/globe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"cobe": "^0.6.5",
"partyserver": "^0.3.0",
"partysocket": "^1.1.15",
"react": "^19.2.3",
"react-dom": "^19.2.3"
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251218.0",
"@types/react": "^19.2.7",
"@cloudflare/workers-types": "^4.20260303.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
}
}
2 changes: 1 addition & 1 deletion fixtures/hono/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<link
rel="icon"
Expand Down
8 changes: 4 additions & 4 deletions fixtures/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"hono": "^4.11.1",
"hono": "^4.12.2",
"hono-party": "^2.0.1",
"partyserver": "^0.3.0",
"partysocket": "^1.1.15",
"react": "^19.2.3",
"react-dom": "^19.2.3"
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
}
}
2 changes: 1 addition & 1 deletion fixtures/lexical-yjs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
10 changes: 5 additions & 5 deletions fixtures/lexical-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"@lexical/react": "^0.39.0",
"lexical": "^0.39.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
"@lexical/react": "^0.40.0",
"lexical": "^0.40.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
}
}
2 changes: 1 addition & 1 deletion fixtures/monaco-yjs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
16 changes: 9 additions & 7 deletions fixtures/partytracks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,20 @@
<body>
<video muted autoplay id="local-video"></video>
<video muted autoplay id="remote-video"></video>
<audio id="audio"></audio>
<audio id="audio">
<track kind="captions" src="" srclang="en" label="English" />
</audio>
<select id="mic-select"></select>
<select id="camera-select"></select>
<button id="mic-broadcast-button"></button>
<button id="mic-enabled-button"></button>
<button id="camera-broadcast-button"></button>
<button id="camera-enabled-button"></button>
<button id="mic-broadcast-button" type="button"></button>
<button id="mic-enabled-button" type="button"></button>
<button id="camera-broadcast-button" type="button"></button>
<button id="camera-enabled-button" type="button"></button>
<hr />
<video muted autoplay id="local-screenshare-video"></video>
<video muted autoplay id="remote-screenshare-video"></video>
<button id="screenshare-broadcast-button"></button>
<button id="screenshare-source-enabled-button"></button>
<button id="screenshare-broadcast-button" type="button"></button>
<button id="screenshare-source-enabled-button" type="button"></button>
<script type="module" src="/src/client.tsx"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions fixtures/partytracks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"hono": "^4.11.1",
"hono": "^4.12.2",
"partytracks": "^0.0.55",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251218.0"
"@cloudflare/workers-types": "^4.20260303.0"
}
}
2 changes: 1 addition & 1 deletion fixtures/pubsub/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>PubSub</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion fixtures/tiptap-yjs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>Yjs editor</title>
</head>
Expand Down
14 changes: 7 additions & 7 deletions fixtures/tiptap-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"@tiptap/extension-collaboration": "^3.14.0",
"@tiptap/react": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"@tiptap/extension-collaboration": "^3.20.0",
"@tiptap/react": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"partyserver": "^0.3.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.1",
"y-partyserver": "^2.0.0"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
}
}
2 changes: 1 addition & 1 deletion fixtures/tldraw/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>Example</title>
<link rel="stylesheet" href="/dist/index.css" />
Expand Down
8 changes: 4 additions & 4 deletions fixtures/tldraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dependencies": {
"partyserver": "^0.3.0",
"partysocket": "^1.1.15",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tldraw": "^4.2.1"
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tldraw": "^4.4.0"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
}
}
12 changes: 7 additions & 5 deletions fixtures/todo-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"name": "@partyserver/fixture-todo-sync",
"private": true,
"version": "0.0.11",
"private": true,
"type": "module",
"scripts": {
"start": "vite dev",
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"nanoid": "^5.1.6",
"partyfn": "^0.1.0",
"partyserver": "^0.3.0",
"partysocket": "^1.1.15",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"partysync": "^2.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"valibot": "^1.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251218.0",
"@types/react": "^19.2.7",
"@cloudflare/workers-types": "^4.20260303.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
}
}
8 changes: 4 additions & 4 deletions fixtures/video-echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"partytracks": "^0.0.55",
"react": "^19.2.3",
"react-dom": "^19.2.3"
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251218.0",
"@types/react": "^19.2.7",
"@cloudflare/workers-types": "^4.20260303.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
},
"engines": {
Expand Down
Loading
Loading