Skip to content

fix(deps): update all non-major dependencies #14975

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #14975

Triggered via pull request February 18, 2025 14:23
Status Failure
Total duration 11m 28s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 3 warnings
Lint: src/app/apiclient/@tanstack/react-query.gen.ts#L255
Property 'client' does not exist on type 'TOptions'.
Lint: src/app/apiclient/sdk.gen.ts#L210
Property 'client' does not exist on type 'Options<AccessTokenData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L232
Property 'client' does not exist on type 'Options<LoginData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L253
Property 'client' does not exist on type 'Options<ListEventsData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L275
Property 'client' does not exist on type 'Options<ListFabricsData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L297
Property 'client' does not exist on type 'Options<CreateFabricData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L323
Property 'client' does not exist on type 'Options<DeleteFabricData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L345
Property 'client' does not exist on type 'Options<GetFabricData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L367
Property 'client' does not exist on type 'Options<UpdateFabricData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L393
Property 'client' does not exist on type 'Options<ListInterfacesData, ThrowOnError>'.
src/app/base/components/DhcpFormFields/DhcpFormFields.test.tsx > DhcpFormFields > resets the entity if the type changes: src/app/base/components/DhcpFormFields/DhcpFormFields.test.tsx#L209
TestingLibraryElementError: Unable to find an element with the text: test-machine-1. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <table aria-busy="false" class="" role="grid" > <thead> <tr role="row" > <th role="columnheader" > <div> Hostname </div> <div> system_id </div> </th> <th role="columnheader" > <div> Owner </div> <div> Tags </div> </th> </tr> </thead> <caption> No machines match the search criteria. </caption> </table> ❯ Object.getElementError node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/app/base/components/DhcpFormFields/DhcpFormFields.test.tsx:209:40
src/app/kvm/components/PoolColumn/PoolColumn.test.tsx > PoolColumn > can display the pod's resource pool and zone: src/app/kvm/components/PoolColumn/PoolColumn.test.tsx#L50
Error: expect(element).toHaveTextContent() Expected element to have text content: zone-1 Received: ❯ src/app/kvm/components/PoolColumn/PoolColumn.test.tsx:50:40
src/app/networkDiscovery/views/DiscoveryAddForm/DiscoveryAddForm.test.tsx > DiscoveryAddForm > can dispatch to create a device: src/app/networkDiscovery/views/DiscoveryAddForm/DiscoveryAddForm.test.tsx#L197
TestingLibraryElementError: Unable to find an element with the text: abc123. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <div role="listbox" > <table aria-busy="false" class="" role="grid" > <thead> <tr role="row" > <th role="columnheader" > <div> Hostname </div> <div> system_id </div> </th> <th role="columnheader" > <div> Owner </div> <div> Tags </div> </th> </tr> </thead> <caption> No machines match the search criteria. </caption> </table> <div class="u-visually-hidden" > <div aria-live="polite" /> </div> </div> ❯ Object.getElementError node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/app/networkDiscovery/views/DiscoveryAddForm/DiscoveryAddForm.test.tsx:197:43
src/app/base/components/node/SetZoneForm/SetZoneForm.test.tsx > SetZoneForm > initialises zone value if exactly one node provided: src/app/base/components/node/SetZoneForm/SetZoneForm.test.tsx#L41
Error: expect(element).toHaveValue(1) Expected the element to have value: 1 Received: undefined ❯ src/app/base/components/node/SetZoneForm/SetZoneForm.test.tsx:41:60
src/app/kvm/components/KVMConfigurationCard/KVMConfigurationCardFields/KVMConfigurationCardFields.test.tsx > KVMConfigurationCardFields > correctly sets initial values for virsh pods: src/app/kvm/components/KVMConfigurationCard/KVMConfigurationCardFields/KVMConfigurationCardFields.test.tsx#L52
TestingLibraryElementError: Unable to find an accessible element with the role "option" and name "zone-1" Here are the accessible roles: option: Name "Select zone": <option disabled="" value="" /> -------------------------------------------------- Ignored nodes: comments, script, style <select aria-describedby="" aria-invalid="false" aria-label="Zone" class="p-form-validation__input" disabled="" id="pUb3r8A0Elx06b98x2Zq9" name="zone" valuekey="id" > <option disabled="" value="" > Select zone </option> </select> ❯ Object.getElementError node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/app/kvm/components/KVMConfigurationCard/KVMConfigurationCardFields/KVMConfigurationCardFields.test.tsx:52:64
src/app/kvm/components/KVMForms/ComposeForm/ComposeFormFields/ComposeFormFields.test.tsx > ComposeFormFields > correctly displays the available cores: src/app/kvm/components/KVMForms/ComposeForm/ComposeFormFields/ComposeFormFields.test.tsx#L85
TestingLibraryElementError: Unable to find an element with the text: 15 cores available.. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <div class="p-strip" > <div class="row" > <div class="col-12" > <span aria-live="polite" class="p-text--default" role="alert" > <i class="p-icon--spinner u-animation--spin" />   <span> Loading... </span> </span> </div> </div> </div> </div> </body> ❯ Object.getElementError node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/app/kvm/components/KVMForms/ComposeForm/ComposeFormFields/ComposeFormFields.test.tsx:85:19
src/app/kvm/components/KVMForms/ComposeForm/StorageTable/StorageTable.test.tsx > StorageTable > disables add disk button if pod is composing a machine: src/app/kvm/components/KVMForms/ComposeForm/StorageTable/StorageTable.test.tsx#L76
TestingLibraryElementError: Unable to find an accessible element with the role "button" and name `/add disk/i` Here are the accessible roles: alert: Name "": <span aria-live="polite" class="p-text--default" role="alert" /> -------------------------------------------------- Ignored nodes: comments, script, style <body> <div> <div class="p-strip" > <div class="row" > <div class="col-12" > <span aria-live="polite" class="p-text--default" role="alert" > <i class="p-icon--spinner u-animation--spin" />   <span> Loading... </span> </span> </div> </div> </div> </div> </body> ❯ Object.getElementError node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/app/kvm/components/KVMForms/ComposeForm/StorageTable/StorageTable.test.tsx:76:14
Test
Process completed with exit code 1.
Lint
Cache not found for keys: Linux-modules-9019fb2347250fd5b0a4a0dcda3dd76f12797b4ecd26b2954f8fb901d4a2f124
Build
Cache not found for keys: Linux-modules-9019fb2347250fd5b0a4a0dcda3dd76f12797b4ecd26b2954f8fb901d4a2f124
Test
Cache not found for keys: Linux-modules-9019fb2347250fd5b0a4a0dcda3dd76f12797b4ecd26b2954f8fb901d4a2f124