Skip to content

Commit 79552d3

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 885bb25 + 66de7be commit 79552d3

138 files changed

Lines changed: 8504 additions & 9507 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Read Playwright version
122122
id: playwright-version
123123
run: |
124-
version=$(node -e 'console.log(require("./packages/app/package.json").devDependencies["@playwright/test"])')
124+
version=$(node -e 'console.log(require("./package.json").workspaces.catalog["@playwright/test"])')
125125
echo "version=$version" >> "$GITHUB_OUTPUT"
126126
127127
- name: Cache Playwright browsers

bun.lock

Lines changed: 453 additions & 397 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/hashes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"nodeModules": {
3-
"x86_64-linux": "sha256-1qeXIfqPCo5Px0ebdTvL09kav5Ib79E35Ed1FgiLnPY=",
4-
"aarch64-linux": "sha256-987XZxDqDf6gm0kjXg606BSEYvryrUD8vZopsADQIN8=",
5-
"aarch64-darwin": "sha256-RI3D3bPxotudTWmdQNIPZ/oBrmDl5PAdJGc93M4bKHs=",
6-
"x86_64-darwin": "sha256-LE6hrDPXWKjcePc1nv+O6tIN0ZXUrzWI1XBN6Fm/NKw="
3+
"x86_64-linux": "sha256-gdS7MkWGeVO0qLs0HKD156YE0uCk5vWeYjKu4JR1Apw=",
4+
"aarch64-linux": "sha256-tF4pyVqzbrvdkRG23Fot37FCg8guRZkcU738fHPr/OQ=",
5+
"aarch64-darwin": "sha256-FugTWzGMb2ktAbNwQvWRM3GWOb5RTR++8EocDDrQMLc=",
6+
"x86_64-darwin": "sha256-jpe6EiwKr+CS00cn0eHwcDluO4LvO3t/5l/LcFBBKP0="
77
}
88
}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"packages/slack"
2727
],
2828
"catalog": {
29-
"@effect/platform-node": "4.0.0-beta.46",
29+
"@effect/opentelemetry": "4.0.0-beta.48",
30+
"@effect/platform-node": "4.0.0-beta.48",
3031
"@types/bun": "1.3.11",
3132
"@types/cross-spawn": "6.0.6",
3233
"@octokit/rest": "22.0.0",
@@ -47,7 +48,7 @@
4748
"dompurify": "3.3.1",
4849
"drizzle-kit": "1.0.0-beta.19-d95b7a4",
4950
"drizzle-orm": "1.0.0-beta.19-d95b7a4",
50-
"effect": "4.0.0-beta.46",
51+
"effect": "4.0.0-beta.48",
5152
"ai": "6.0.158",
5253
"cross-spawn": "7.0.6",
5354
"hono": "4.10.7",
@@ -57,7 +58,7 @@
5758
"marked": "17.0.1",
5859
"marked-shiki": "1.2.1",
5960
"remend": "1.3.0",
60-
"@playwright/test": "1.51.0",
61+
"@playwright/test": "1.59.1",
6162
"typescript": "5.8.2",
6263
"@typescript/native-preview": "7.0.0-dev.20251207.1",
6364
"zod": "4.1.8",

packages/app/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ Your app is ready to be deployed!
3131

3232
## E2E Testing
3333

34-
Playwright starts the Vite dev server automatically via `webServer`, and UI tests need an opencode backend (defaults to `localhost:4096`).
35-
Use the local runner to create a temp sandbox, seed data, and run the tests.
34+
Playwright starts the Vite dev server automatically via `webServer`, and UI tests expect an opencode backend at `localhost:4096` by default.
3635

3736
```bash
38-
bunx playwright install
37+
bunx playwright install chromium
3938
bun run test:e2e:local
4039
bun run test:e2e:local -- --grep "settings"
4140
```

packages/app/e2e/AGENTS.md

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)