Skip to content

chore: Update to pnpm v11 #7824

chore: Update to pnpm v11

chore: Update to pnpm v11 #7824

Triggered via pull request May 13, 2026 17:52
Status Failure
Total duration 7m 36s
Artifacts 15

build.yml

on: pull_request
Matrix: playwright
Merge Playwright Reports
44s
Merge Playwright Reports
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 1 warning, and 7 notices
Playwright Tests - webkit (1/2)
Process completed with exit code 1.
[webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:306:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block: tests/src/utils/editor.ts#L47
3) [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:306:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) @@ -41,19 +41,41 @@ "textAlignment": "left" }, "content": [ { "type": "text", - "text": "ParagraphParagraph" + "text": "Paragrah" } ] } ] } ] } ] + }, + { + "type": "blockContainer", + "attrs": { + "id": "2" + }, + "content": [ + { + "type": "paragraph", + "attrs": { + "backgroundColor": "default", + "textColor": "default", + "textAlignment": "left" + }, + "content": [ + { + "type": "text", + "text": "Paragraph" + } + ] + } + ] } ] } ] } Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts-snapshots/deleteShallowerBlock-json-webkit-linux.json Received: /__w/BlockNote/BlockNote/tests/test-results/keyboardhandlers-keyboardh-9a661-lete-before-shallower-block-webkit-retry1/deleteShallowerBlock-json-actual.json at ../utils/editor.ts:47 45 | // Remove id from docs 46 | const doc = JSON.stringify(await getDoc(page), null, 2); > 47 | expect(doc).toMatchSnapshot(`${name}.json`); | ^ 48 | } 49 | at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15) at /__w/BlockNote/BlockNote/tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:319:5
[webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:290:7 › Check Keyboard Handlers' Behaviour › Check Delete end of block with nested children: tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:290:7 › Check Keyboard Handlers' Behaviour › Check Delete end of block with nested children Error: expect(string).toMatchSnapshot(expected) @@ -18,21 +18,21 @@ "textAlignment": "left" }, "content": [ { "type": "text", - "text": "ParagraphParagraph" + "text": "Paragraph" } ] }, { "type": "blockGroup", "content": [ { "type": "blockContainer", "attrs": { - "id": "2" + "id": "1" }, "content": [ { "type": "paragraph", "attrs": { @@ -41,11 +41,11 @@ "textAlignment": "left" }, "content": [ { "type": "text", - "text": "Paragraph" + "text": "ParagraphParagraph" } ] } ] } Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts-snapshots/deleteNestedChildren-json-webkit-linux.json Received: /__w/BlockNote/BlockNote/tests/test-results/keyboardhandlers-keyboardh-5fac6--block-with-nested-children-webkit/deleteNestedChildren-json-actual.json at ../utils/editor.ts:47 45 | // Remove id from docs 46 | const doc = JSON.stringify(await getDoc(page), null, 2); > 47 | expect(doc).toMatchSnapshot(`${name}.json`); | ^ 48 | } 49 | at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15) at /__w/BlockNote/BlockNote/tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:304:5
[webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image: tests/src/end-to-end/images/images.test.ts#L95
1) [webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1232 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resize-image-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit-retry2/resize-image-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit-retry2/resize-image-diff.png 93 | await page.waitForTimeout(500); 94 | await compareDocToSnapshot(page, "resizeImage"); > 95 | expect(await page.screenshot()).toMatchSnapshot("resize-image.png"); | ^ 96 | }); 97 | test("Should be able to delete image with backspace", async ({ page }) => { 98 | await page.goto(BASE_URL); at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:95:37
[webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image: tests/src/end-to-end/images/images.test.ts#L95
1) [webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1232 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resize-image-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit-retry1/resize-image-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit-retry1/resize-image-diff.png 93 | await page.waitForTimeout(500); 94 | await compareDocToSnapshot(page, "resizeImage"); > 95 | expect(await page.screenshot()).toMatchSnapshot("resize-image.png"); | ^ 96 | }); 97 | test("Should be able to delete image with backspace", async ({ page }) => { 98 | await page.goto(BASE_URL); at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:95:37
[webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image: tests/src/end-to-end/images/images.test.ts#L95
1) [webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image Error: expect(Buffer).toMatchSnapshot(expected) 1232 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resize-image-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit/resize-image-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit/resize-image-diff.png 93 | await page.waitForTimeout(500); 94 | await compareDocToSnapshot(page, "resizeImage"); > 95 | expect(await page.screenshot()).toMatchSnapshot("resize-image.png"); | ^ 96 | }); 97 | test("Should be able to delete image with backspace", async ({ page }) => { 98 | await page.goto(BASE_URL); at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:95:37
Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build
{ "workflowData": { "owner": "TypeCellOS", "repo": "BlockNote", "sha": "0be007e81bf3aaacedd1bd4c5cfc60f49118f0fe", "ref": "2743", "headBranch": "pnpm-11" }, "key": "EnxPCd9IbV", "runId": 25816642489, "webhookDebug": { "action": "requested", "head_branch": "pnpm-11", "head_repository_full_name": "TypeCellOS/BlockNote", "full_name": "TypeCellOS/BlockNote", "isPullRequest": true, "prNumber": 2743, "prNumberType": "number", "isNewPullRequest": true, "isOldPullRequest": false, "prKey": "TypeCellOS/BlockNote:pnpm-11", "oldPrDataHash": "focusYBDsI", "lookupKey": "TypeCellOS/BlockNote:pnpm-11", "data": { "owner": "TypeCellOS", "repo": "BlockNote", "sha": "0be007e81bf3aaacedd1bd4c5cfc60f49118f0fe", "ref": "2743", "headBranch": "pnpm-11" } }, "currentCursor": null, "pkgPrNewVersion": "0.0.71" }
🎭 Playwright Run Summary
1 skipped 42 passed (45.6s)
🎭 Playwright Run Summary
43 passed (36.6s)
🎭 Playwright Run Summary
43 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 92 passed (1.3m)
🎭 Playwright Run Summary
16 skipped 78 passed (1.5m)
🎭 Playwright Run Summary
1 failed [webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image 2 flaky [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:290:7 › Check Keyboard Handlers' Behaviour › Check Delete end of block with nested children [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:306:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block 12 skipped 79 passed (3.2m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-chromium-1 Expired
127 KB
sha256:ace4627014fde774bd3e84d7580227b2f06af3f4fd3026c2098437a560d80628
blob-report-chromium-2 Expired
52.6 KB
sha256:16a7bca580c84778b183d92fbe5a9a553a01ebeeeff61f2f1ed70d892a210f63
blob-report-firefox-1 Expired
113 KB
sha256:dde1beea3e15e00a9316768ba944c5b65482cc364cbe2c040d8c0dfca7214d20
blob-report-firefox-2 Expired
52.2 KB
sha256:fce7dfb05648e28ad47c36e1afb1d25949618a9b28910558af6148cafc01db33
blob-report-webkit-1 Expired
4.57 MB
sha256:c7d97703d4faf813736788f15236cde22099b12565a5b8386ba023d197143d45
blob-report-webkit-2 Expired
53.1 KB
sha256:78fa00101e83d9188767a824bc0d91334b427c5b061bbb3fd948a76e38700c6e
playwright-build Expired
21.2 MB
sha256:74695052b624b38b257efcae61fa0eb29a05fb05c74d5c8b6c6703e00cab6cb0
playwright-report-chromium-1 Expired
260 KB
sha256:d5339028a2b3dcfb2052364ffcb418903c30080bfc5c93ac1f19c9566a622114
playwright-report-chromium-2 Expired
210 KB
sha256:777c28a87890f9e1575df54527def57ac789798eb0393d38351a217b5693429f
playwright-report-firefox-1 Expired
250 KB
sha256:5eba7cd685acebc60ed7513a47035eabe897e1c998e00801d1d1f58f10680ca6
playwright-report-firefox-2 Expired
209 KB
sha256:8033e9890c31551a209b1faaa3795bb42ff2b167df5d06c59186b15995ad6750
playwright-report-merged Expired
4.81 MB
sha256:fd1293bff7787a633504def7895b8896dc6c08b252510475ed03a1ee4d251c83
playwright-report-webkit-1 Expired
4.75 MB
sha256:594802c5aa5dc24bf5840262fcefbbb357541541a929e28979382dc0a3300568
playwright-report-webkit-2 Expired
210 KB
sha256:8212106b3c77461f8fcccffc8d170f9feb73b194109e6c6a0c1b9bc6ba08bdd3
relative-ci-artifacts-editor
44.8 KB
sha256:16956f964d78c90d1d943a87267fc65d8d14b0b1b0989a1b833eed2cc9d6de0b