fix(stage-ui): sanitize context snapshots before clone #8819
ci.yml
on: pull_request
Lint
3m 3s
Unit Test
2m 24s
Type Check
3m 36s
Check Provenance
17s
Matrix: build-test
Annotations
2 errors and 7 warnings
|
Unit Test
Process completed with exit code 1.
|
|
[browser (chromium)] src/stores/mods/api/context-bridge.contract.browser.test.ts > context bridge contract > preserves bigint values in broadcast context snapshots:
packages/stage-ui/src/stores/mods/api/context-bridge.contract.browser.test.ts#L696
AssertionError: expected { id: 'context-1', …(5) } to match object { id: 'context-1', …(1) }
(7 matching properties omitted from actual)
- Expected
+ Received
{
"id": "context-1",
"metadata": {
- "count": 7n,
- "nested": [
- {
- "total": 9n,
+ "source": {
+ "extension": {
+ "id": "weather",
},
- ],
+ "id": "station-1",
+ },
},
}
❯ src/stores/mods/api/context-bridge.contract.browser.test.ts:696:28
|
|
Build Test (ui-loading-screens)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Test (ui-transitions)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Test (stage-tamagotchi-godot)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-dotnet@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Test (stage-tamagotchi)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Test (stage-web)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|