Skip to content

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

fix(deps): update all non-major dependencies

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

Triggered via pull request January 30, 2025 06:31
Status Failure
Total duration 11m 32s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Lint: src/app/apiclient/sdk.gen.ts#L185
Property 'client' does not exist on type 'Options<AccessTokenMaasAv3AuthAccessTokenGetData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L207
Property 'client' does not exist on type 'Options<LoginMaasAv3AuthLoginPostData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L230
Property 'client' does not exist on type 'Options<ListEventsMaasAv3EventsGetData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L254
Property 'client' does not exist on type 'Options<ListFabricsMaasAv3FabricsGetData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L278
Property 'client' does not exist on type 'Options<CreateFabricMaasAv3FabricsPostData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L306
Property 'client' does not exist on type 'Options<DeleteFabricMaasAv3FabricsFabricIdDeleteData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L330
Property 'client' does not exist on type 'Options<GetFabricMaasAv3FabricsFabricIdGetData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L354
Property 'client' does not exist on type 'Options<UpdateFabricMaasAv3FabricsFabricIdPutData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L385
Property 'client' does not exist on type 'Options<ListInterfacesMaasAv3MachinesNodeIdInterfacesGetData, ThrowOnError>'.
Lint: src/app/apiclient/sdk.gen.ts#L411
Property 'client' does not exist on type 'Options<ListFabricVlanSubnetIprangeMaasAv3FabricsFabricIdVlansVlanIdSubnetsSubnetIdIprangesGetData, 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/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
Test
Process completed with exit code 1.