Skip to content

chore: bump undici from 6.22.0 to 6.25.0 (#2646) #7340

chore: bump undici from 6.22.0 to 6.25.0 (#2646)

chore: bump undici from 6.22.0 to 6.25.0 (#2646) #7340

Triggered via push April 16, 2026 06:38
Status Success
Total duration 8m 14s
Artifacts 15

build.yml

on: push
Matrix: playwright
Merge Playwright Reports
40s
Merge Playwright Reports
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 1 warning, and 7 notices
[chromium] › src/end-to-end/customblocks/customblocks.test.ts:10:7 › Check custom block functionality › Should be able to interactively update vanilla custom blocks: tests/src/end-to-end/customblocks/customblocks.test.ts#L19
1) [chromium] › src/end-to-end/customblocks/customblocks.test.ts:10:7 › Check custom block functionality › Should be able to interactively update vanilla custom blocks Error: expect(Buffer).toMatchSnapshot(expected) 8041 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/customblocks/customblocks.test.ts-snapshots/vanilla-interactivity-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/customblocks-customblocks--8679c-pdate-vanilla-custom-blocks-chromium/vanilla-interactivity-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/customblocks-customblocks--8679c-pdate-vanilla-custom-blocks-chromium/vanilla-interactivity-diff.png 17 | 18 | await compareDocToSnapshot(page, "vanillaInteractivity"); > 19 | expect(await page.screenshot()).toMatchSnapshot( | ^ 20 | "vanilla-interactivity.png", 21 | ); 22 | }); at /__w/BlockNote/BlockNote/tests/src/end-to-end/customblocks/customblocks.test.ts:19:37
[webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:275:7 › Check Keyboard Handlers' Behaviour › Check Delete end of block with multiple children: tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:275:7 › Check Keyboard Handlers' Behaviour › Check Delete end of block with multiple 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/deleteMultipleChildren-json-webkit-linux.json Received: /__w/BlockNote/BlockNote/tests/test-results/keyboardhandlers-keyboardh-14f97-lock-with-multiple-children-webkit/deleteMultipleChildren-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:288:5
[webkit] › src/end-to-end/customblocks/customblocks.test.ts:10:7 › Check custom block functionality › Should be able to interactively update vanilla custom blocks: tests/src/end-to-end/customblocks/customblocks.test.ts#L19
1) [webkit] › src/end-to-end/customblocks/customblocks.test.ts:10:7 › Check custom block functionality › Should be able to interactively update vanilla custom blocks Error: expect(Buffer).toMatchSnapshot(expected) 33106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/customblocks/customblocks.test.ts-snapshots/vanilla-interactivity-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/customblocks-customblocks--8679c-pdate-vanilla-custom-blocks-webkit/vanilla-interactivity-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/customblocks-customblocks--8679c-pdate-vanilla-custom-blocks-webkit/vanilla-interactivity-diff.png 17 | 18 | await compareDocToSnapshot(page, "vanillaInteractivity"); > 19 | expect(await page.screenshot()).toMatchSnapshot( | ^ 20 | "vanilla-interactivity.png", 21 | ); 22 | }); at /__w/BlockNote/BlockNote/tests/src/end-to-end/customblocks/customblocks.test.ts:19: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": "91d9d11c397c057f1d918c8d9feb8eaf43ea0ce5", "ref": "main" }, "key": "u3fPbksoWt", "runId": 24495982817, "webhookDebug": { "action": "requested", "head_branch": "main", "head_repository_full_name": "TypeCellOS/BlockNote", "full_name": "TypeCellOS/BlockNote", "isPullRequest": false, "prNumber": null, "prNumberType": "object", "isNewPullRequest": false, "isOldPullRequest": false, "prKey": "TypeCellOS/BlockNote:main", "oldPrDataHash": "m72SGUJfNr", "lookupKey": "m72SGUJfNr", "data": { "owner": "TypeCellOS", "repo": "BlockNote", "sha": "91d9d11c397c057f1d918c8d9feb8eaf43ea0ce5", "ref": "main" } } }
🎭 Playwright Run Summary
40 passed (35.0s)
🎭 Playwright Run Summary
40 passed (45.5s)
🎭 Playwright Run Summary
40 passed (59.2s)
🎭 Playwright Run Summary
12 skipped 72 passed (1.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › src/end-to-end/customblocks/customblocks.test.ts:10:7 › Check custom block functionality › Should be able to interactively update vanilla custom blocks 2 skipped 81 passed (1.2m)
🎭 Playwright Run Summary
2 flaky [webkit] › src/end-to-end/customblocks/customblocks.test.ts:10:7 › Check custom block functionality › Should be able to interactively update vanilla custom blocks [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:275:7 › Check Keyboard Handlers' Behaviour › Check Delete end of block with multiple children 10 skipped 72 passed (2.5m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-chromium-1 Expired
275 KB
sha256:df8b9c29e39dcff9af618e818d95fc456fd62fd2cdfa4d5759e4b5846fd32f48
blob-report-chromium-2 Expired
48.4 KB
sha256:f23c6616ec8255ccb5fb8d7492da531284bfb316101444b7923c457e95049b86
blob-report-firefox-1 Expired
103 KB
sha256:3ec7d185c86f53a6741a7c0b78e4b6cec1333e148eac73ae6ce3bbf445dcad99
blob-report-firefox-2 Expired
49.6 KB
sha256:712f5a7ddafd821e7793d438b2924ca116edaac3dd29e8abbf4f6045e77c1cf0
blob-report-webkit-1 Expired
5.61 MB
sha256:61c961019b0caa44c339fa70ba3007402d491b9a484caa57227a24fb65b6f815
blob-report-webkit-2 Expired
49.3 KB
sha256:2f7528fae06a10ce1aa3e410cc59a8c2d1e89314c1c82fe7b90a5b9d4db0826b
playwright-build Expired
21.6 MB
sha256:619f47e7ff6d11a63131c92d9f07020256f3ae5605ba16832e1487a49d08de05
playwright-report-chromium-1
792 KB
sha256:224a2ee46f3b4828f60ca1d927af62acd2a9685d18c56bf8a28818d90ca2c8d7
playwright-report-chromium-2
207 KB
sha256:d10757371a9796501849000b093ed68527252edbfe30963ec358c2d010e52f51
playwright-report-firefox-1
240 KB
sha256:5e4c416a8c64e3669ccfb89e6729b04e5c44180262ed85ca04a679b228a5a526
playwright-report-firefox-2
207 KB
sha256:d531336eb260d46d6fb9a3dc536f8ede52e7a31ba1f8af3a80bead2ba3b0281d
playwright-report-merged
6.28 MB
sha256:3e75e48a63f65adaa4fbe2eeccaf5553c5dbf5d07531c9f44a223aadddd9cefb
playwright-report-webkit-1
6.06 MB
sha256:6d379684f06de3c1c8494c904ca09626e1da55cc246634b3278f960ae512c247
playwright-report-webkit-2
207 KB
sha256:58a085fdaa6a8dafbdf9b271db4c1511b1de8e42ec6acb7bb2616359ea6fb7b3
relative-ci-artifacts-editor
48.4 KB
sha256:76b755d553161459a6f43cd1518dec877c16f5976a9419ec978a7ebe7077f12c