chore(deps): bump the dependencies group across 1 directory with 22 updates #24646
qc_checks.yaml
on: pull_request
Filter
7s
Build - Web UI
2m 9s
Style [Documentation]
35s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
Style [Typecheck]
Tests - inventree-python
Tests - Performance
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
Tests - Web UI
39m 26s
Security [Zizmor]
0s
Matrix: coverage
Push new schema
0s
Annotations
10 errors, 8 warnings, and 2 notices
|
[chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details:
src/frontend/tests/pages/pui_part.spec.ts#L334
3) [chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByText(/[4|5] \/ \d+/) to be visible
332 | // Depending on the state of other tests, the "In Production" value may vary
333 | // This could be either 4 / 49, or 5 / 49
> 334 | await page.getByText(/[4|5] \/ \d+/).waitFor();
| ^
335 |
336 | // Badges
337 | await page.getByText(/Required: \d+/).waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:334:40
|
|
[chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details:
src/frontend/tests/pages/pui_part.spec.ts#L0
3) [chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
|
[chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details:
src/frontend/tests/pages/pui_part.spec.ts#L334
3) [chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details ─────────────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByText(/[4|5] \/ \d+/) to be visible
332 | // Depending on the state of other tests, the "In Production" value may vary
333 | // This could be either 4 / 49, or 5 / 49
> 334 | await page.getByText(/[4|5] \/ \d+/).waitFor();
| ^
335 |
336 | // Badges
337 | await page.getByText(/Required: \d+/).waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:334:40
|
|
[chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details:
src/frontend/tests/pages/pui_part.spec.ts#L0
3) [chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details ─────────────────────────────
Test timeout of 90000ms exceeded.
|
|
[chromium] › tests/pages/pui_part.spec.ts:101:1 › Parts - Subscriptions:
src/frontend/tests/pages/pui_part.spec.ts#L129
2) [chromium] › tests/pages/pui_part.spec.ts:101:1 › Parts - Subscriptions ───────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByText('Subscription removed') to be visible
127 | .getByRole('button', { name: 'action-button-unsubscribe-' })
128 | .click();
> 129 | await page.getByText('Subscription removed').waitFor();
| ^
130 | });
131 |
132 | test('Parts - Manufacturer Parts', async ({ browser }) => {
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:129:48
|
|
[chromium] › tests/pages/pui_part.spec.ts:101:1 › Parts - Subscriptions:
src/frontend/tests/pages/pui_part.spec.ts#L0
2) [chromium] › tests/pages/pui_part.spec.ts:101:1 › Parts - Subscriptions ───────────────────────
Test timeout of 90000ms exceeded.
|
|
[chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L545
1) [chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'Submit', exact: true })
543 | await clickOnRowMenu(cell);
544 | await page.getByRole('menuitem', { name: 'Cancel' }).click();
> 545 | await page.getByRole('button', { name: 'Submit', exact: true }).click();
| ^
546 | await page.getByText('Build outputs have been cancelled').waitFor();
547 | };
548 |
at cancelBuildOutput (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:545:69)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:607:3
|
|
[chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L0
1) [chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
|
[chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L574
1) [chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs ──────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('menuitem', { name: 'Allocate', exact: true })
572 | // Open allocation menu for this output
573 | await clickOnRowMenu(cell);
> 574 | await page.getByRole('menuitem', { name: 'Allocate', exact: true }).click();
| ^
575 |
576 | // Select a particular tracked item to allocate
577 | const allocationCell = await page.getByRole('cell', { name: '002.01-PCBA' });
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:574:71
|
|
[chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L0
1) [chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs ──────────────
Test timeout of 90000ms exceeded.
|
|
Filter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Style [pre-commit]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Build - Web UI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Build - Web UI
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0BszBaQAAAABI36ooQvEHT7wuyT86ugNiREVOMzAxMDAwMTA2MDUxAEVkZ2U=
|
|
Build - Web UI
Failed to restore: Cache service responded with 400
|
|
Tests - Web UI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Tests - Web UI
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0/NTBaQAAAAC1bRIVQcwbRaFvaFdc6iiSQ0hHRURHRTE4MTMARWRnZQ==
|
|
Tests - Web UI
Failed to restore: Cache service responded with 400
|
|
🎭 Playwright Run Summary
10 flaky
[chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs ───────────────
[chromium] › tests/pages/pui_part.spec.ts:101:1 › Parts - Subscriptions ────────────────────────
[chromium] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details ──────────────────────────────
[chromium] › tests/pui_forms.spec.ts:7:1 › Forms - Stock Item Validation ───────────────────────
[chromium] › tests/pui_login.spec.ts:49:1 › Login - Change Password ────────────────────────────
[chromium] › tests/pui_machines.spec.ts:21:1 › Machines - Activation ───────────────────────────
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ──────────────────
[firefox] › tests/pages/pui_part.spec.ts:211:1 › Parts - BOM Validation ────────────────────────
[firefox] › tests/pages/pui_part.spec.ts:321:1 › Parts - Details ───────────────────────────────
[firefox] › tests/pui_printing.spec.ts:101:1 › Printing - Report Editing ───────────────────────
250 passed (30.4m)
|
|
🎭 Playwright Run Summary
2 passed (46.6s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
frontend-build
|
8.94 MB |
sha256:57fb4d71ed832427b97eafdc31679c7397c550f66cbeef9c69f8e033f41efb21
|
|