Skip to content

build(deps-dev): bump the dev-dependencies group across 1 directory with 42 updates #5735

build(deps-dev): bump the dev-dependencies group across 1 directory with 42 updates

build(deps-dev): bump the dev-dependencies group across 1 directory with 42 updates #5735

Triggered via pull request April 11, 2026 18:02
Status Cancelled
Total duration 36m 48s
Artifacts

tests.yml

on: pull_request
Matrix: core-tests / integrity
Matrix: core-tests / unit
Matrix: e2e-tests / canary
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 4 warnings
core-tests / integrity (24.x)
Process completed with exit code 1.
core-tests / integrity (24.x): tsconfig.json#L11
Option 'baseUrl' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
core-tests / integrity (24.x): tsconfig.json#L8
Option 'downlevelIteration' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
core-tests / unit (24.x)
Process completed with exit code 1.
[unit] packages/lexical/src/nodes/__tests__/unit/LexicalTabNode.test.tsx > LexicalTabNode tests > elements indent when selection spans across multiple blocks: packages/lexical/src/nodes/__tests__/unit/LexicalTabNode.test.tsx#L168
AssertionError: expected '<p dir="auto" style="padding-inline-s…' to be '<p dir="auto" style="padding-inline-s…' // Object.is equality Expected: "<p dir="auto" style="padding-inline-start: calc(1 * 40px);"><span data-lexical-text="true">foo</span></p><h1 dir="auto" style="padding-inline-start: calc(1 * 40px);"><span data-lexical-text="true">bar</span></h1><ol dir="auto"><li value="1"><ol><li value="1"><span data-lexical-text="true">xyz</span></li></ol></li></ol>" Received: "<p dir="auto" style="padding-inline-start: calc(40px);"><span data-lexical-text="true">foo</span></p><h1 dir="auto" style="padding-inline-start: calc(40px);"><span data-lexical-text="true">bar</span></h1><ol dir="auto"><li value="1"><ol><li value="1"><span data-lexical-text="true">xyz</span></li></ol></li></ol>" ❯ packages/lexical/src/nodes/__tests__/unit/LexicalTabNode.test.tsx:168:33
[unit] packages/lexical/src/nodes/__tests__/unit/LexicalTabNode.test.tsx > LexicalTabNode tests > element indents when selection at the start of the block: packages/lexical/src/nodes/__tests__/unit/LexicalTabNode.test.tsx#L135
AssertionError: expected '<p dir="auto" style="padding-inline-s…' to be '<p dir="auto" style="padding-inline-s…' // Object.is equality Expected: "<p dir="auto" style="padding-inline-start: calc(1 * 40px);"><span data-lexical-text="true">foo</span></p>" Received: "<p dir="auto" style="padding-inline-start: calc(40px);"><span data-lexical-text="true">foo</span></p>" ❯ packages/lexical/src/nodes/__tests__/unit/LexicalTabNode.test.tsx:135:33
[unit] packages/lexical/src/nodes/__tests__/unit/LexicalElementNode.test.tsx > LexicalElementNode tests > splice > Nested elements: Do nothing: packages/lexical/src/nodes/__tests__/unit/LexicalElementNode.test.tsx#L647
AssertionError: expected { Object (key, offset, ...) } to deeply equal { key: '168', offset: 1, type: 'text' } - Expected + Received { - "key": "168", - "offset": 1, + "key": "165", + "offset": 0, "type": "text", } ❯ packages/lexical/src/nodes/__tests__/unit/LexicalElementNode.test.tsx:647:14 ❯ $beginUpdate packages/lexical/src/LexicalUpdates.ts:983:5 ❯ updateEditor packages/lexical/src/LexicalUpdates.ts:1108:5 ❯ LexicalEditor.update packages/lexical/src/LexicalEditor.ts:1393:5 ❯ update packages/lexical/src/nodes/__tests__/unit/LexicalElementNode.test.tsx:52:12 ❯ packages/lexical/src/nodes/__tests__/unit/LexicalElementNode.test.tsx:633:15
[unit] packages/lexical-selection/src/__tests__/unit/LexicalSelection.test.tsx > LexicalSelection tests > $setBlocksType > Nested list with listItem twice indented from its parent: packages/lexical-selection/src/__tests__/unit/LexicalSelection.test.tsx#L3136
AssertionError: expected '<h1 dir="auto" style="padding-inline-…' to strictly equal '<h1 dir="auto" style="padding-inline-…' Expected: "<h1 dir="auto" style="padding-inline-start: calc(1 * 40px);"><span data-lexical-text="true">1.1</span></h1>" Received: "<h1 dir="auto" style="padding-inline-start: calc(40px);"><span data-lexical-text="true">1.1</span></h1>" ❯ packages/lexical-selection/src/__tests__/unit/LexicalSelection.test.tsx:3136:33
[unit] packages/lexical-selection/src/__tests__/unit/LexicalSelection.test.tsx > LexicalSelection tests > $setBlocksType > Nested list: packages/lexical-selection/src/__tests__/unit/LexicalSelection.test.tsx#L3098
AssertionError: expected '<h1 dir="auto"><span data-lexical-tex…' to strictly equal '<h1 dir="auto"><span data-lexical-tex…' Expected: "<h1 dir="auto"><span data-lexical-text="true">1</span></h1><h1 dir="auto" style="padding-inline-start: calc(1 * 40px);"><span data-lexical-text="true">1.1</span></h1>" Received: "<h1 dir="auto"><span data-lexical-text="true">1</span></h1><h1 dir="auto" style="padding-inline-start: calc(40px);"><span data-lexical-text="true">1.1</span></h1>" ❯ packages/lexical-selection/src/__tests__/unit/LexicalSelection.test.tsx:3098:33
[unit] packages/lexical-code/src/__tests__/unit/LexicalCodeNode.test.ts > LexicalCodeNode tests > can indent/outdent multiline (with tabs): packages/lexical-code/src/__tests__/unit/LexicalCodeNode.test.ts#L385
AssertionError: expected '<code spellcheck="false" data-languag…' to be '<code spellcheck="false" data-languag…' // Object.is equality - Expected + Received <code spellcheck="false" data-language="javascript" data-highlight-language="javascript" dir="auto" data-gutter="1 - 2"><span data-lexical-text="true">hello</span><span data-lexical-text="true"> </span><span data-lexical-text="true">world</span><br><span data-lexical-text="true">hello</span><span data-lexical-text="true"> </span><span data-lexical-text="true">world</span></code> + 2"><span data-lexical-text="true"> </span><span data-lexical-text="true">hello</span><span data-lexical-text="true"> </span><span data-lexical-text="true">world</span><br><span data-lexical-text="true"> </span><span data-lexical-text="true">hello</span><span data-lexical-text="true"> </span><span data-lexical-text="true">world</span></code> ❯ packages/lexical-code/src/__tests__/unit/LexicalCodeNode.test.ts:385:33
[unit] packages/lexical/src/__tests__/unit/LexicalListPlugin.test.tsx > @lexical/list tests > $setBlocksType does not cause invalid ListItemNode children - regression #7036: packages/lexical/src/__tests__/utils/index.tsx#L780
AssertionError: expected '<div\n contenteditable="true"\n rol…' to be '<div\n contenteditable="true"\n rol…' // Object.is equality - Expected + Received @@ -10,8 +10,8 @@ <ul> <li value="1"><span data-lexical-text="true">Nested item</span></li> </ul> </li> </ul> - <p dir="auto" style="padding-inline-start: calc(1 * 40px)"><br /></p> + <p dir="auto" style="padding-inline-start: calc(40px)"><br /></p> </div> ❯ expectHtmlToBeEqual packages/lexical/src/__tests__/utils/index.tsx:780:32 ❯ packages/lexical/src/__tests__/unit/LexicalListPlugin.test.tsx:240:5
core-tests / unit (22.x)
The strategy configuration was canceled because "core-tests.unit._24_x" failed
core-tests / unit (22.x)
The operation was canceled.
e2e-tests / canary (ubuntu-latest, 24.x, chromium, rich-text) / e2e-test
Canceling since a higher priority waiting request for Lexical Tests-refs/pull/8345/merge exists
Lexical Tests
Canceling since a higher priority waiting request for Lexical Tests-refs/pull/8345/merge exists
Lexical Tests
Canceling since a higher priority waiting request for Lexical Tests-refs/pull/8345/merge exists
Lexical Tests
Canceling since a higher priority waiting request for Lexical Tests-refs/pull/8345/merge exists
core-tests / integrity (24.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
core-tests / unit (24.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
core-tests / unit (22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
e2e-tests / canary (ubuntu-latest, 24.x, chromium, rich-text) / e2e-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/